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