aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86_64
AgeCommit message (Expand)AuthorFilesLines
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert47-141/+94
2012-01-07Remove pre-ISO C supportUlrich Drepper1-1/+1
2012-01-07More IA-64 removalUlrich Drepper2-2/+2
2012-01-07More ia64 removal changesUlrich Drepper2-2/+83
2012-01-01Implement timespec_getUlrich Drepper1-0/+10
2011-12-22Support building bits/syscall.h for any number of subarch variants.Joseph Myers1-2/+5
2011-12-21Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper1-3/+3
2011-11-15Fix clock_gettime for assumed kernel >= 2.6.12Andreas Schwab1-1/+7
2011-10-08Conditionalize unnecessary #include.Roland McGrath1-4/+5
2011-09-15Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ____longjmp_c...Roland McGrath1-2/+2
2011-09-10Remove support for !USE___THREADUlrich Drepper1-29/+1
2011-09-07Revert "Fix semid_ds for x86-64"Andreas Schwab1-4/+0
2011-09-07Make sure __vdso_clock_gettime always contains a valid pointerUlrich Drepper2-0/+8
2011-09-06Fix handling of __vdso_clock_gettimeUlrich Drepper1-2/+6
2011-09-06Don't unconditionally use clock_gettime vsyscall on x86-64Ulrich Drepper2-6/+13
2011-09-06Fix missing declarationAndreas Schwab1-0/+1
2011-09-06Prefer real syscalls instead of vsyscalls on x86-64 outside libc.soUlrich Drepper3-3/+23
2011-09-05Fix semid_ds for x86-64Ulrich Drepper1-1/+5
2011-08-21Use ifuncs for time and gettimeofday on x86-64Ulrich Drepper4-70/+47
2011-05-28Add support for time syscall in vDSOUlrich Drepper2-1/+16
2011-05-27Use getcpu definition from vDSO on x86-64Ulrich Drepper2-2/+17
2011-05-25Undo accidental change in x86-64 user.hJakub Jelinek1-1/+1
2011-05-16Cleanup x86-64 sys/user.hUlrich Drepper1-43/+43
2011-04-17Fix FPU context handling in getcontext on x86-64.Ulrich Drepper1-1/+2
2011-04-07Maintain stack alignment in ____longjmp_chk on x86_64Andreas Schwab1-11/+15
2011-04-01Rename open_by_handle to open_by_handle_at.Andreas Schwab1-2/+2
2011-04-01Define O_PATH.Ulrich Drepper1-0/+1
2011-04-01Add support for name_to_handle_at and open_by_handle.Ulrich Drepper1-7/+49
2011-01-17Define MADV_NOHUGEPAGE.Ulrich Drepper1-0/+1
2011-01-17Define MADV_HUGEPAGE.Ulrich Drepper1-1/+3
2010-11-19Define MAP_HUGETLB.Ulrich Drepper1-1/+2
2010-09-08Fix _FORITY_SOURCE version of longjmp for Linux/x86-64.Chung-Lin Tang1-11/+15
2010-09-01Fix typo in x86-64 epoll.h.Mike Frysinger1-2/+2
2010-06-14Define F_SETPIPE_SZ and F_GETPIPE_SZ.Ulrich Drepper1-0/+2
2010-01-11Fix double-inclusion problem of bits/stat.h.Ulrich Drepper1-0/+5
2010-01-09Add support for XPG7 testing.Ulrich Drepper2-7/+12
2009-12-11Redefine O_SYNC and O_DSYNC to match 2.6.33+ kernels.Ulrich Drepper1-3/+3
2009-11-23Use struct timespec for timestamps in struct stat also if __USE_XOPEN2K8.Andreas Schwab1-16/+16
2009-11-19Follow kernel F_OWNER_{GID -> PGRP} change.Ulrich Drepper1-3/+4
2009-11-17Change misleading names of parameters of sync_file_range.Ulrich Drepper1-1/+1
2009-11-17Add missing Linux MADV_* definitions.Ulrich Drepper1-9/+12
2009-11-14Fix F_SETOWN_EX and F_GETOWN_EX definitions.Ulrich Drepper1-4/+4
2009-11-06Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.Jakub Jelinek1-2/+2
2009-10-29Define F_OWNER_* and f_owner_ex for Linux targets.Ulrich Drepper1-1/+18
2009-10-01Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.Ulrich Drepper1-2/+4
2009-08-01Remove last trace of bounded pointer handling from ____longjmp_chk on x86-64.Ulrich Drepper1-1/+1
2009-07-31Optimize x86 and x86-64 ____longjmp_chk for Linux.Ulrich Drepper1-65/+29
2009-07-31Fix ____longjmp_chk on x86-64.Ulrich Drepper1-2/+2
2009-07-30____longjmp_chk is now OS-specific.Ulrich Drepper1-0/+145
2009-03-03* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.Ulrich Drepper1-0/+16