about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86
Commit message (Collapse)AuthorAgeFilesLines
* Use __glibc_reserved instead __unused.Ondřej Bílka2013-11-264-22/+22
|
* Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado2013-05-221-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.
* Sync with Linux 3.8Andreas Jaeger2013-03-061-0/+1
|
* Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.hAndreas Jaeger2013-03-051-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.
* Create <bits/mman-linux.h>Andreas Jaeger2013-03-041-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.
* Make bits/wchar.h correct for all architectures (bug 15036).Joseph Myers2013-01-231-32/+0
|
* Use __extension__ with long long in installed headers.Joseph Myers2013-01-101-1/+1
|
* Correct _XXX_ILP32_OFFBIG for x32H.J. Lu2013-01-101-8/+17
|
* BZ#14985: Remove erroneous EPOLL_NONBLOCKAndreas Jaeger2013-01-081-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.
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0223-23/+23
|
* Remove redundant defines of __O_LARGEFILEAndreas Jaeger2012-10-271-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>.
* F_GETLK cleanup for <bits/fcntl.h>Andreas Jaeger2012-10-241-16/+0
|
* Reorganization of bits/fcntl.h for LinuxAndreas Jaeger2012-10-201-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
* Get rid of unused __swblk_t type.Roland McGrath2012-10-011-1/+0
|
* Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ↵Roland McGrath2012-08-061-0/+3
| | | | struct dirent64.
* Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.Roland McGrath2012-08-061-0/+7
|
* Merge _sigsys changes from Linux 3.5Andreas Jaeger2012-07-261-0/+11
|
* Use x86_64 bits/sigcontext.h for i386 and x86_64H.J. Lu2012-06-041-0/+194
|
* Use x86_64 bits/{debugreg,reg}.h for i386 and x86-64H.J. Lu2012-06-042-0/+165
|
* Use x86_64 bits/{io,perm}.h for i386 and x86_64H.J. Lu2012-06-042-0/+218
|
* Use i386 sys/elf.h and sys/vm86.h for i386 and x86-64H.J. Lu2012-06-013-0/+71
|
* Use i386 bits/wchar.h for i386 and x86-64H.J. Lu2012-06-011-0/+32
|
* Use x86_64 bits/typesizes.h for i386 and x86-64H.J. Lu2012-05-311-0/+80
|
* Use x86_64 bits/siginfo.h for i386 and x86_64H.J. Lu2012-05-311-0/+330
|
* Use x86_64 bits/stat.h for i386 and x86-64H.J. Lu2012-05-311-0/+210
|
* Use x86_64 bits/sysctl.h for x86-64 and i386H.J. Lu2012-05-311-0/+20
|
* Use x86_64 sys/{ucontext,user}.h for i386 and x86_64H.J. Lu2012-05-312-0/+426
|
* Use x86_64 sys/procfs.h for both i386 and x86_64H.J. Lu2012-05-311-0/+145
|
* Use x86_64 bits/mman.h for both i386 and x86_64H.J. Lu2012-05-311-0/+113
|
* Use x86-64 bits/{msq,sem,shm}.h for i386 and x86-64H.J. Lu2012-05-313-0/+276
|
* Use x86_64 bits/ipctypes.h for both i386 and x86-64H.J. Lu2012-05-311-0/+33
|
* Use x86_64 bits/epoll.h for both i386 and x86_64H.J. Lu2012-05-311-0/+31
|
* Use x86_64 bits/fcntl.h for both i386 and x86_64H.J. Lu2012-05-311-0/+337
|
* Use x86_64 bits/environments.h for i386 and x86_64H.J. Lu2012-05-311-0/+96
|
* Use x86_64 bits/a.out.h for both i386 and x86_64H.J. Lu2012-05-311-0/+11
|
* Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu2012-05-301-0/+14