Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-06 | Sync with Linux 3.8 | Andreas Jaeger | |
2013-03-05 | Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.h | Andreas Jaeger | |
* sysdeps/unix/sysv/linux/s390/bits/mman.h: Include <bits/mman-linux.h>. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT] (MCL_CURRENT, MCL_FUTURE): Define here. | |||
2013-03-04 | Create <bits/mman-linux.h> | Andreas Jaeger | |
* sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux common definitions. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines provided by bits/mman-linux.h and include <bits/mman-linux.h>. * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise. | |||
2013-01-23 | Make bits/wchar.h correct for all architectures (bug 15036). | Joseph Myers | |
2013-01-10 | Use __extension__ with long long in installed headers. | Joseph Myers | |
2013-01-10 | Correct _XXX_ILP32_OFFBIG for x32 | H.J. Lu | |
2013-01-08 | BZ#14985: Remove erroneous EPOLL_NONBLOCK | Andreas Jaeger | |
[BZ# 14985] * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK): Remove. * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise. * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise. ChangeLog.mips: [BZ# 14985] * sysdeps/unix/sysv/linux/mips/bits/epoll.h (EPOLL_NONBLOCK): * Remove. ChangeLog.hppa: [BZ# 14985] * sysdeps/unix/sysv/linux/hppa/sys/epoll.h (EPOLL_NONBLOCK): Remove. ChangeLog.alpha: [BZ# 14985] * sysdeps/unix/sysv/linux/alpha/bits/epoll.h (EPOLL_NONBLOCK): Remove. | |||
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-10-27 | Remove redundant defines of __O_LARGEFILE | Andreas Jaeger | |
* sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE) [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): [__WORDSIZE != 64]: Likewise. * sysdeps/unix/sysv/linux/generic/bits/fcntl.h: (__O_LARGEFILE) [__WORDSIZE != 64]: Do not define, take value from <bits/fcntl-linux.h>. | |||
2012-10-24 | F_GETLK cleanup for <bits/fcntl.h> | Andreas Jaeger | |
2012-10-20 | Reorganization of bits/fcntl.h for Linux | Andreas Jaeger | |
Create a new bits/fcntl-linux.h that contains Linux generic code and a include it from the architecture specific bits/fcntl.h. Architectures done: x86, SPARC, s390 | |||
2012-10-01 | Get rid of unused __swblk_t type. | Roland McGrath | |
2012-08-06 | Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ↵ | Roland McGrath | |
struct dirent64. | |||
2012-08-06 | Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t. | Roland McGrath | |
2012-07-26 | Merge _sigsys changes from Linux 3.5 | Andreas Jaeger | |
2012-06-04 | Use x86_64 bits/sigcontext.h for i386 and x86_64 | H.J. Lu | |
2012-06-04 | Use x86_64 bits/{debugreg,reg}.h for i386 and x86-64 | H.J. Lu | |
2012-06-04 | Use x86_64 bits/{io,perm}.h for i386 and x86_64 | H.J. Lu | |
2012-06-01 | Use i386 sys/elf.h and sys/vm86.h for i386 and x86-64 | H.J. Lu | |
2012-06-01 | Use i386 bits/wchar.h for i386 and x86-64 | H.J. Lu | |
2012-05-31 | Use x86_64 bits/typesizes.h for i386 and x86-64 | H.J. Lu | |
2012-05-31 | Use x86_64 bits/siginfo.h for i386 and x86_64 | H.J. Lu | |
2012-05-31 | Use x86_64 bits/stat.h for i386 and x86-64 | H.J. Lu | |
2012-05-31 | Use x86_64 bits/sysctl.h for x86-64 and i386 | H.J. Lu | |
2012-05-31 | Use x86_64 sys/{ucontext,user}.h for i386 and x86_64 | H.J. Lu | |
2012-05-31 | Use x86_64 sys/procfs.h for both i386 and x86_64 | H.J. Lu | |
2012-05-31 | Use x86_64 bits/mman.h for both i386 and x86_64 | H.J. Lu | |
2012-05-31 | Use x86-64 bits/{msq,sem,shm}.h for i386 and x86-64 | H.J. Lu | |
2012-05-31 | Use x86_64 bits/ipctypes.h for both i386 and x86-64 | H.J. Lu | |
2012-05-31 | Use x86_64 bits/epoll.h for both i386 and x86_64 | H.J. Lu | |
2012-05-31 | Use x86_64 bits/fcntl.h for both i386 and x86_64 | H.J. Lu | |
2012-05-31 | Use x86_64 bits/environments.h for i386 and x86_64 | H.J. Lu | |
2012-05-31 | Use x86_64 bits/a.out.h for both i386 and x86_64 | H.J. Lu | |
2012-05-30 | Convert WORDSIZE[32|64]/ld entries to abi-variants | H.J. Lu | |