summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86
AgeCommit message (Collapse)AuthorFilesLines
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae22-22/+22
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka4-22/+22
2013-05-22Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado1-1/+7
Adds new SIGBUS error codes for hardware poison signals, syncing with the current kernel headers (v3.9). It also adds si_trapno field for alpha.
2013-03-06Sync with Linux 3.8Andreas Jaeger1-0/+1
2013-03-05Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.hAndreas Jaeger1-7/+2
* 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-04Create <bits/mman-linux.h>Andreas Jaeger1-65/+2
* 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-23Make bits/wchar.h correct for all architectures (bug 15036).Joseph Myers1-32/+0
2013-01-10Use __extension__ with long long in installed headers.Joseph Myers1-1/+1
2013-01-10Correct _XXX_ILP32_OFFBIG for x32H.J. Lu1-8/+17
2013-01-08BZ#14985: Remove erroneous EPOLL_NONBLOCKAndreas Jaeger1-3/+1
[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-02Update copyright notices with scripts/update-copyrights.Joseph Myers23-23/+23
2012-10-27Remove redundant defines of __O_LARGEFILEAndreas Jaeger1-2/+0
* 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-24F_GETLK cleanup for <bits/fcntl.h>Andreas Jaeger1-16/+0
2012-10-20Reorganization of bits/fcntl.h for LinuxAndreas Jaeger1-266/+8
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-01Get rid of unused __swblk_t type.Roland McGrath1-1/+0
2012-08-06Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ↵Roland McGrath1-0/+3
struct dirent64.
2012-08-06Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.Roland McGrath1-0/+7
2012-07-26Merge _sigsys changes from Linux 3.5Andreas Jaeger1-0/+11
2012-06-04Use x86_64 bits/sigcontext.h for i386 and x86_64H.J. Lu1-0/+194
2012-06-04Use x86_64 bits/{debugreg,reg}.h for i386 and x86-64H.J. Lu2-0/+165
2012-06-04Use x86_64 bits/{io,perm}.h for i386 and x86_64H.J. Lu2-0/+218
2012-06-01Use i386 sys/elf.h and sys/vm86.h for i386 and x86-64H.J. Lu3-0/+71
2012-06-01Use i386 bits/wchar.h for i386 and x86-64H.J. Lu1-0/+32
2012-05-31Use x86_64 bits/typesizes.h for i386 and x86-64H.J. Lu1-0/+80
2012-05-31Use x86_64 bits/siginfo.h for i386 and x86_64H.J. Lu1-0/+330
2012-05-31Use x86_64 bits/stat.h for i386 and x86-64H.J. Lu1-0/+210
2012-05-31Use x86_64 bits/sysctl.h for x86-64 and i386H.J. Lu1-0/+20
2012-05-31Use x86_64 sys/{ucontext,user}.h for i386 and x86_64H.J. Lu2-0/+426
2012-05-31Use x86_64 sys/procfs.h for both i386 and x86_64H.J. Lu1-0/+145
2012-05-31Use x86_64 bits/mman.h for both i386 and x86_64H.J. Lu1-0/+113
2012-05-31Use x86-64 bits/{msq,sem,shm}.h for i386 and x86-64H.J. Lu3-0/+276
2012-05-31Use x86_64 bits/ipctypes.h for both i386 and x86-64H.J. Lu1-0/+33
2012-05-31Use x86_64 bits/epoll.h for both i386 and x86_64H.J. Lu1-0/+31
2012-05-31Use x86_64 bits/fcntl.h for both i386 and x86_64H.J. Lu1-0/+337
2012-05-31Use x86_64 bits/environments.h for i386 and x86_64H.J. Lu1-0/+96
2012-05-31Use x86_64 bits/a.out.h for both i386 and x86_64H.J. Lu1-0/+11
2012-05-30Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu1-0/+14