about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Define MADV_HUGEPAGE.Ulrich Drepper2011-02-031-1/+3
* Define MAP_HUGETLB.Ulrich Drepper2010-11-201-1/+2
* Fix _FORITY_SOURCE version of longjmp for Linux/x86-64.Chung-Lin Tang2010-11-091-11/+15
* Fix typo in x86-64 epoll.h.Mike Frysinger2010-11-091-2/+2
* Add missing Linux MADV_* definitions.Ulrich Drepper2009-11-181-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
* * include/features.h: Define macros for XPG7/POSIX 2008.Ulrich Drepper2009-02-261-3/+2
* * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek2009-02-161-46/+46
* [BZ #7095]Ulrich Drepper2009-02-071-9/+19
* (SHM_EXEC): Define.Andreas Jaeger2009-01-301-1/+2
* * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.Ulrich Drepper2008-08-151-0/+1
* * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for cvs/fedora-glibc-20080802T0809Ulrich Drepper2008-08-011-0/+14
* [BZ #5436]Ulrich Drepper2008-04-092-10/+19
* * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open cvs/fedora-glibc-20080328T1347Ulrich Drepper2008-03-271-2/+0
* [BZ #5040] * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS): ...Andreas Jaeger2008-01-211-1/+3
* [BZ #5628]Ulrich Drepper2008-01-161-1/+1
* [BZ #5607]Ulrich Drepper2008-01-161-2/+2
* * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):Ulrich Drepper2007-12-151-2/+2
* * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):Ulrich Drepper2007-12-142-14/+14
* * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..Ulrich Drepper2007-11-101-2/+2
* * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC. cvs/fedora-glibc-20071017T2007Ulrich Drepper2007-10-171-0/+2
* Correct return value type __THROW marker of splice, vmsplice, and tee.Ulrich Drepper2007-09-181-7/+7
* * sysdeps/unix/sysv/linux/x86_64/init-first.cUlrich Drepper2007-08-241-2/+4
* * csu/libc-start.c: Don't handle VDSO_SETUP here.Ulrich Drepper2007-08-201-1/+1
* * sysdeps/unix/sysv/linux/x86_64/libc-start.cUlrich Drepper2007-08-132-1/+10
* * sysdeps/unix/sysv/linux/x86_64/libc-start.cUlrich Drepper2007-08-132-6/+14
* * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): ExpectUlrich Drepper2007-08-121-2/+4
* * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...Ulrich Drepper2007-08-125-76/+211
* * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correctUlrich Drepper2007-08-101-1/+1
* * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.Ulrich Drepper2007-07-211-1/+2
* * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache informationUlrich Drepper2007-05-211-316/+5
* [BZ #4514]Ulrich Drepper2007-05-211-1/+19
* * sysdeps/unix/sysv/linux/sched_setaffinity.c cvs/fedora-glibc-20070510T2308 cvs/fedora-glibc-20070510T2304Ulrich Drepper2007-05-101-0/+14
* * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW andUlrich Drepper2007-05-101-0/+6
* * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.Ulrich Drepper2007-04-261-0/+50
* * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): CosmeticUlrich Drepper2007-02-161-3/+4
* * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment. cvs/fedora-glibc-20070211T1607Ulrich Drepper2007-02-101-1/+0
* * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before cvs/fedora-glibc-20070202T0923Ulrich Drepper2007-02-011-9/+22
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-114-16/+97
* .Jakub Jelinek2007-07-314-97/+16
* [BZ #3514, BZ #3515]Ulrich Drepper2006-12-031-0/+4
* * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with cvs/fedora-glibc-20061201T0821Ulrich Drepper2006-12-011-1/+2