about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64
Commit message (Collapse)AuthorAgeFilesLines
* * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):H.J. Lu2012-03-053-4/+4
| | | | | | | | | | | Replace gettimeofday with __vdso_gettimeofday. * sysdeps/unix/sysv/linux/x86_64/init-first.c (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with __vdso_clock_gettime and __vdso_getcpu. * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace time with __vdso_time.
* Split architecture-specific parts of sys/epoll.h into bits/epoll.h.Joseph Myers2012-02-212-143/+31
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0947-141/+94
|
* Remove pre-ISO C supportUlrich Drepper2012-01-071-1/+1
| | | | No more __const.
* 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 ↵Roland McGrath2011-09-151-2/+2
| | | | ____longjmp_chk implementations.
* Remove support for !USE___THREADUlrich Drepper2011-09-101-29/+1
|
* Revert "Fix semid_ds for x86-64"Andreas Schwab2011-09-071-4/+0
| | | | This reverts commit 2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba.
* 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
| | | | fnstenv on x86-64 seems to clear the state. Work around.
* 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
| | | | | The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come.
* 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
| | | | POSIX.1-2008 made stat.st_[acm]tim mandatory.
* Follow kernel F_OWNER_{GID -> PGRP} change.Ulrich Drepper2009-11-191-3/+4
| | | | But maintain compatiblity for 2.11.
* 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
| | | | | | | | As reported in http://bugzilla.redhat.com/533063 , preadv/pwritev prototypes are wrong on 32-bit arches with -D_FILE_OFFSET_BITS=64 and as I've just found, fallocate is wrong too. The problem is that only off_t is remapped to the 64-bit type transparently, __off_t is not.
* 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
| | | | | After a recent change to fix CFI in ____longjmp_chk the test of the ss_flags used the wrong memory location.