alpha: Fix the return type of the atomic.h macros.
[glibc.git] / ChangeLog.alpha
blob4e2eb5b844ca590f8e58db35da3bd2b424ae7350
1 2010-03-26  Richard Henderson  <rth@redhat.com>
3         * sysdeps/alpha/bits/atomic.h (__arch_exchange_8_int,
4         __arch_exchange_16_int, __arch_exchange_32_int,
5         __arch_exchange_64_int, __arch_exchange_and_add_32_int,
6         __arch_exchange_and_add_64_int): Use __typeof to get the
7         return type correct without warning.
9 2010-03-23  Matt Turner  <mattst88@gmail.com>
10             Aurelien Jarno  <aurelien@aurel32.net>
12         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: New file.
14 2010-01-12  Matt Turner  <mattst88@gmail.com>
16         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
17         problem.
19 2010-01-12  Matt Turner  <mattst88@gmail.com>
21         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
22         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
24 2010-01-12  Matt Turner  <mattst88@gmail.com>
26         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
27         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
28         XPG7.
29         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
30         fcntl.h.
32 2010-01-12  Matt Turner  <mattst88@gmail.com>
34         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
35         O_DSYNC to match 2.6.33+ kernels.
37 2009-12-02  Mike Frysinger <vapier@gentoo.org>
39         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
40         include timer_gettime.c -> timer_settime.c.
42 2009-11-23  Matt Turner  <mattst88@gmail.com>
44         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
45         for timestamps also if __USE_XOPEN2K8.
47 2009-11-23  Matt Turner  <mattst88@gmail.com>
49         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
50         names of parameters of sync_file_range.
52 2009-11-23  Matt Turner  <mattst88@gmail.com>
54         [BZ #10972]
55         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
56         constants from recent kernels.
58 2009-11-10  Matt Turner  <mattst88@gmail.com>
60         [BZ #10609]
61         * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
62         of empty parameters for file names.
64 2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>
66         [BZ #10158]
67         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
68         Change parameters and use next_line.
70         [BZ #10160]
71         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
72         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
73         FUTEX_BITSET_MATCH_ANY.
75         [BZ #10161]
76         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
77         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
78         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
79         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
80         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
81         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
82         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
83         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
84         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
86         [BZ #6507]
87         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
88         ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
89         elf_fpregset_t): Define. Don't include asm/elf.h.
91 2008-11-26  Roland McGrath  <roland@redhat.com>
93         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
94         repository's ia64 file; #include that.
95         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
96         repository's powerpc file; #include that.
98 2008-11-25  Roland McGrath  <roland@redhat.com>
100         * ChangeLog.alpha: New file (this one).
101         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
102         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
103         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
104         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
105         Subdirectories moved here from main repository.
106         * sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
107         Subdirectories moved here from main repository's nptl/ subdirectory.
108         * sysdeps/alpha/preconfigure: New file.
109         * sysdeps/alpha/shlib-versions: New file.
111 Local Variables:
112 mode: change-log
113 left-margin: 8
114 fill-column: 74
115 End: