Fix SOCK_CLOEXEC on HPPA to match O_CLOEXEC.
[glibc.git] / ChangeLog.alpha
blobe41c202887c73dbe522c9a4bd44e4ba6d1e3cca3
1 2010-01-12  Matt Turner  <mattst88@gmail.com>
3         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
4         problem.
6 2010-01-12  Matt Turner  <mattst88@gmail.com>
8         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
9         SA_RESTART, SA_NODEFER and SA_RESETHAND if __USE_XOPEN2K8.
11 2010-01-12  Matt Turner  <mattst88@gmail.com>
13         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECTORY,
14         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN for
15         XPG7.
16         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Enable using from
17         fcntl.h.
19 2010-01-12  Matt Turner  <mattst88@gmail.com>
21         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Redefine O_SYNC and
22         O_DSYNC to match 2.6.33+ kernels.
24 2009-12-02  Mike Frysinger <vapier@gentoo.org>
26         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Fix typo in
27         include timer_gettime.c -> timer_settime.c.
29 2009-11-23  Matt Turner  <mattst88@gmail.com>
31         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
32         for timestamps also if __USE_XOPEN2K8.
34 2009-11-23  Matt Turner  <mattst88@gmail.com>
36         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading
37         names of parameters of sync_file_range.
39 2009-11-23  Matt Turner  <mattst88@gmail.com>
41         [BZ #10972]
42         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add new MADV_*
43         constants from recent kernels.
45 2009-11-10  Matt Turner  <mattst88@gmail.com>
47         [BZ #10609]
48         * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix handling
49         of empty parameters for file names.
51 2009-07-13  Aurelien Jarno  <aurelien@aurel32.net>
53         [BZ #10158]
54         * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
55         Change parameters and use next_line.
57         [BZ #10160]
58         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Define
59         FUTEX_WAIT_BITSET, FUTEX_WAKE_BITSET, FUTEX_CLOCK_REALTIME and
60         FUTEX_BITSET_MATCH_ANY.
62         [BZ #10161]
63         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Adjust include path.
64         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Likewise.
65         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Likewise.
66         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
67         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
68         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
69         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
70         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
71         * sysdeps/unix/sysv/linux/alpha/sysconf.c: Likewise.
73         [BZ #6507]
74         * sysdeps/unix/sysv/linux/alpha/sys/procfs.h (ELF_NGREG,
75         ELF_NFPREG, elf_greg_t, elf_gregset_t, elf_fpreg_t,
76         elf_fpregset_t): Define. Don't include asm/elf.h.
78 2008-11-26  Roland McGrath  <roland@redhat.com>
80         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Contents moved to main
81         repository's ia64 file; #include that.
82         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Contents moved to main
83         repository's powerpc file; #include that.
85 2008-11-25  Roland McGrath  <roland@redhat.com>
87         * ChangeLog.alpha: New file (this one).
88         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
89         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
90         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
91         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
92         Subdirectories moved here from main repository.
93         * sysdeps/alpha/nptl, sysdeps/unix/sysv/linux/alpha/nptl:
94         Subdirectories moved here from main repository's nptl/ subdirectory.
95         * sysdeps/alpha/preconfigure: New file.
96         * sysdeps/alpha/shlib-versions: New file.
98 Local Variables:
99 mode: change-log
100 left-margin: 8
101 fill-column: 74
102 End: