alpha: create kernel-features.h.
[glibc.git] / ChangeLog.alpha
blobded299ee48a7485f209cd3deb77e4cf92c4fad67
1 2010-03-26  Richard Henderson  <rth@redhat.com>
3         * sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S: New.
5 2010-03-26  Richard Henderson  <rth@redhat.com>
7         * sysdeps/unix/sysv/linux/alpha/Versions: Update errlist-compat
8         for GLIBC_2.12.
10 2010-03-26  Richard Henderson  <rth@redhat.com>
12         * sysdeps/alpha/fpu/fegetenv.c: Add hidden alias.
14 2010-03-26  Richard Henderson  <rth@redhat.com>
16         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h (__libc_alpha_cache_shape):
17         Define extern here; move definition...
18         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: ... here.
20 2010-03-26  Richard Henderson  <rth@redhat.com>
22         * sysdeps/unix/sysv/linux/alpha/sys/user.h: Don't include asm/page.h.
23         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK): Define.
25 2010-03-26  Richard Henderson  <rth@redhat.com>
27         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN_EX,
28         F_GETOWN_EX, F_OWNER_TID, F_OWNER_PID, F_OWNER_PGRP,
29         F_OWNER_GID, struct f_owner_ex): Define.
30         (F_SETOWN, F_GETOWN): Define with XPG7.
32 2010-03-26  Richard Henderson  <rth@redhat.com>
34         * sysdeps/unix/alpha/sysdep.h (PTR_MANGLE): Define for !PIC too.
35         (PTR_DEMANGLE): Likewise.
37 2010-03-26  Richard Henderson  <rth@redhat.com>
39         * sysdeps/unix/alpha/sysdep.h (INTERNAL_SYSCALL_ERROR_P,
40         INTERNAL_SYSCALL_ERRNO): "Use" the "other" variable in each macro.
42 2010-03-26  Richard Henderson  <rth@redhat.com>
44         * sysdep/unix/sysv/linux/alpha/creat.c: New.
46 2010-03-26  Richard Henderson  <rth@redhat.com>
48         * sysdep/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel)
49         Adjust the test for gcc 4.5.
50         * sysdep/alpha/elf/configure: Rebuild.
52 2010-03-26  Richard Henderson  <rth@redhat.com>
54         * sysdeps/alpha/bits/atomic.h (__arch_exchange_8_int,
55         __arch_exchange_16_int, __arch_exchange_32_int,
56         __arch_exchange_64_int, __arch_exchange_and_add_32_int,
57         __arch_exchange_and_add_64_int): Use __typeof to get the
58         return type correct without warning.
60 2010-03-23  Matt Turner  <mattst88@gmail.com>
61             Aurelien Jarno  <aurelien@aurel32.net>
63         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
65 2010-01-12  Matt Turner  <mattst88@gmail.com>
67         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
68         problem.
70 2010-01-12  Matt Turner  <mattst88@gmail.com>
72         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
73         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
75 2010-01-12  Matt Turner  <mattst88@gmail.com>
77         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
78         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
79         XPG7.
80         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
81         fcntl.h.
83 2010-01-12  Matt Turner  <mattst88@gmail.com>
85         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
86         O_DSYNC to match 2.6.33+ kernels.
88 2009-12-02  Mike Frysinger <vapier@gentoo.org>
90         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
91         include timer_gettime.c -> timer_settime.c.
93 2009-11-23  Matt Turner  <mattst88@gmail.com>
95         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
96         for timestamps also if __USE_XOPEN2K8.
98 2009-11-23  Matt Turner  <mattst88@gmail.com>
100         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
101         names of parameters of sync_file_range.
103 2009-11-23  Matt Turner  <mattst88@gmail.com>
105         [BZ #10972]
106         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
107         constants from recent kernels.
109 2009-11-10  Matt Turner  <mattst88@gmail.com>
111         [BZ #10609]
112         * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
113         of empty parameters for file names.
115 2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>
117         [BZ #10158]
118         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
119         Change parameters and use next_line.
121         [BZ #10160]
122         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
123         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
124         FUTEX_BITSET_MATCH_ANY.
126         [BZ #10161]
127         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
128         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
129         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
130         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
131         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
132         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
133         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
134         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
135         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
137         [BZ #6507]
138         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
139         ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
140         elf_fpregset_t): Define. Don't include asm/elf.h.
142 2008-11-26  Roland McGrath  <roland@redhat.com>
144         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
145         repository's ia64 file; #include that.
146         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
147         repository's powerpc file; #include that.
149 2008-11-25  Roland McGrath  <roland@redhat.com>
151         * ChangeLog.alpha: New file (this one).
152         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
153         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
154         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
155         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
156         Subdirectories moved here from main repository.
157         * sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
158         Subdirectories moved here from main repository's nptl/ subdirectory.
159         * sysdeps/alpha/preconfigure: New file.
160         * sysdeps/alpha/shlib-versions: New file.
162 Local Variables:
163 mode: change-log
164 left-margin: 8
165 fill-column: 74
166 End: