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