about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/bits
Commit message (Expand)AuthorAgeFilesLines
* Use x86_64 bits/sigcontext.h for i386 and x86_64H.J. Lu2012-06-041-194/+0
* Update x86_64 bits/sigcontext.h from kernel 3.4.0H.J. Lu2012-06-041-0/+34
* Use x86_64 bits/typesizes.h for i386 and x86-64H.J. Lu2012-05-311-80/+0
* Use __SWORD_TYPE for __FSWORD_T_TYPE with -m32H.J. Lu2012-05-311-1/+2
* Use x86_64 bits/siginfo.h for i386 and x86_64H.J. Lu2012-05-311-330/+0
* Use x86_64 bits/stat.h for i386 and x86-64H.J. Lu2012-05-311-210/+0
* Update x86_64 bits/stat.hH.J. Lu2012-05-311-5/+3
* Use x86_64 bits/sysctl.h for x86-64 and i386H.J. Lu2012-05-311-20/+0
* Use x86_64 bits/mman.h for both i386 and x86_64H.J. Lu2012-05-311-113/+0
* Use x86-64 bits/{msq,sem,shm}.h for i386 and x86-64H.J. Lu2012-05-313-276/+0
* Use x86_64 bits/ipctypes.h for both i386 and x86-64H.J. Lu2012-05-311-33/+0
* Use x86_64 bits/epoll.h for both i386 and x86_64H.J. Lu2012-05-311-31/+0
* Use x86_64 bits/fcntl.h for both i386 and x86_64H.J. Lu2012-05-311-337/+0
* Use x86_64 bits/environments.h for i386 and x86_64H.J. Lu2012-05-311-96/+0
* Use x86_64 bits/a.out.h for both i386 and x86_64H.J. Lu2012-05-311-11/+0
* Use __UWORD_TYPE for __NLINK_T_TYPE with -m32H.J. Lu2012-05-301-1/+5
* Update from Linux 3.4Andreas Jaeger2012-05-231-2/+4
* Add sysctl.mk and bits/sysctl.hH.J. Lu2012-05-221-0/+20
* Add x32 support to x86_64/bits/fcntl.hH.J. Lu2012-05-221-5/+3
* Add x32 support to x86_64/bits/sigcontext.hH.J. Lu2012-05-181-30/+32
* Add __fsword_t and use it in bits/statfs.hH.J. Lu2012-05-171-0/+1
* Add x32 suppport to x86_64/bits/stat.hH.J. Lu2012-05-161-21/+21
* Add x86-64 bits/typesizes.hH.J. Lu2012-05-161-0/+74
* Add x86_64/bits/ipctypes.hH.J. Lu2012-05-161-0/+33
* Add x32 support to x86_64/bits/shm.hH.J. Lu2012-05-161-22/+21
* Add x32 support to x86_64/bits/sem.hH.J. Lu2012-05-161-6/+6
* Add x32 support to x86_64/bits/msq.hH.J. Lu2012-05-161-10/+9
* Check __x86_64__ in x86_64/bits/a.out.hH.J. Lu2012-05-161-3/+1
* Add x86-64 <bits/siginfo.h>H.J. Lu2012-05-161-0/+330
* Split architecture-specific parts of sys/epoll.h into bits/epoll.h.Joseph Myers2012-02-211-0/+31
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-099-27/+18
* Revert "Fix semid_ds for x86-64"Andreas Schwab2011-09-071-4/+0
* Fix semid_ds for x86-64Ulrich Drepper2011-09-051-1/+5
* Use ifuncs for time and gettimeofday on x86-64Ulrich Drepper2011-08-211-4/+1
* Rename open_by_handle to open_by_handle_at.Andreas Schwab2011-04-011-2/+2
* Define O_PATH.Ulrich Drepper2011-04-011-0/+1
* Add support for name_to_handle_at and open_by_handle.Ulrich Drepper2011-04-011-7/+49
* Define MADV_NOHUGEPAGE.Ulrich Drepper2011-01-171-0/+1
* Define MADV_HUGEPAGE.Ulrich Drepper2011-01-171-1/+3
* Define MAP_HUGETLB.Ulrich Drepper2010-11-191-1/+2
* Define F_SETPIPE_SZ and F_GETPIPE_SZ.Ulrich Drepper2010-06-141-0/+2
* Fix double-inclusion problem of bits/stat.h.Ulrich Drepper2010-01-111-0/+5
* Add support for XPG7 testing.Ulrich Drepper2010-01-092-7/+12
* Redefine O_SYNC and O_DSYNC to match 2.6.33+ kernels.Ulrich Drepper2009-12-111-3/+3
* Use struct timespec for timestamps in struct stat also if __USE_XOPEN2K8.Andreas Schwab2009-11-231-16/+16
* Follow kernel F_OWNER_{GID -> PGRP} change.Ulrich Drepper2009-11-191-3/+4
* Change misleading names of parameters of sync_file_range.Ulrich Drepper2009-11-171-1/+1
* Add missing Linux MADV_* definitions.Ulrich Drepper2009-11-171-9/+12
* Fix F_SETOWN_EX and F_GETOWN_EX definitions.Ulrich Drepper2009-11-141-4/+4
* Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.Jakub Jelinek2009-11-061-2/+2