about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0947-141/+94
* Remove pre-ISO C supportUlrich Drepper2012-01-071-1/+1
* More IA-64 removalUlrich Drepper2012-01-072-2/+2
* More ia64 removal changesUlrich Drepper2012-01-072-2/+83
* Implement timespec_getUlrich Drepper2012-01-011-0/+10
* Support building bits/syscall.h for any number of subarch variants.Joseph Myers2011-12-221-2/+5
* Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper2011-12-211-3/+3
* Fix clock_gettime for assumed kernel >= 2.6.12Andreas Schwab2011-11-151-1/+7
* Conditionalize unnecessary #include.Roland McGrath2011-10-081-4/+5
* Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ____longjmp_c...Roland McGrath2011-09-151-2/+2
* Remove support for !USE___THREADUlrich Drepper2011-09-101-29/+1
* Revert "Fix semid_ds for x86-64"Andreas Schwab2011-09-071-4/+0
* Make sure __vdso_clock_gettime always contains a valid pointerUlrich Drepper2011-09-072-0/+8
* Fix handling of __vdso_clock_gettimeUlrich Drepper2011-09-061-2/+6
* Don't unconditionally use clock_gettime vsyscall on x86-64Ulrich Drepper2011-09-062-6/+13
* Fix missing declarationAndreas Schwab2011-09-061-0/+1
* Prefer real syscalls instead of vsyscalls on x86-64 outside libc.soUlrich Drepper2011-09-063-3/+23
* Fix semid_ds for x86-64Ulrich Drepper2011-09-051-1/+5
* Use ifuncs for time and gettimeofday on x86-64Ulrich Drepper2011-08-214-70/+47
* Add support for time syscall in vDSOUlrich Drepper2011-05-282-1/+16
* Use getcpu definition from vDSO on x86-64Ulrich Drepper2011-05-272-2/+17
* Undo accidental change in x86-64 user.hJakub Jelinek2011-05-251-1/+1
* Cleanup x86-64 sys/user.hUlrich Drepper2011-05-161-43/+43
* Fix FPU context handling in getcontext on x86-64.Ulrich Drepper2011-04-171-1/+2
* Maintain stack alignment in ____longjmp_chk on x86_64Andreas Schwab2011-04-071-11/+15
* 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
* Fix _FORITY_SOURCE version of longjmp for Linux/x86-64.Chung-Lin Tang2010-09-081-11/+15
* Fix typo in x86-64 epoll.h.Mike Frysinger2010-09-011-2/+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
* Define F_OWNER_* and f_owner_ex for Linux targets.Ulrich Drepper2009-10-291-1/+18
* Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.Ulrich Drepper2009-10-011-2/+4
* Remove last trace of bounded pointer handling from ____longjmp_chk on x86-64.Ulrich Drepper2009-08-011-1/+1
* Optimize x86 and x86-64 ____longjmp_chk for Linux.Ulrich Drepper2009-07-311-65/+29
* Fix ____longjmp_chk on x86-64.Ulrich Drepper2009-07-311-2/+2
* ____longjmp_chk is now OS-specific.Ulrich Drepper2009-07-301-0/+145
* * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.Ulrich Drepper2009-03-031-0/+16