about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
* Revert "Install bits/timex.h header."Roland McGrath2011-08-311-1/+1
* Fix FPU context handling in getcontext on x86-64.Ulrich Drepper2011-05-271-1/+2
* Maintain stack alignment in ____longjmp_chk on x86_64Andreas Schwab2011-05-271-11/+15
* Install bits/timex.h header.Andreas Schwab2011-05-271-1/+1
* Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.Ryan S. Arnold2011-05-261-2/+2
* Define MADV_NOHUGEPAGE.Ulrich Drepper2011-02-037-0/+7
* Define MADV_HUGEPAGE.Ulrich Drepper2011-02-037-7/+15
* Add definitions for new socket protocols.Ulrich Drepper2011-02-032-6/+14
* Fix handling of missing syscall in Linux mkdirat.Ulrich Drepper2011-02-031-2/+2
* sparc64: Use i386 implementation for fxstat.David S. Miller2011-02-031-1/+1
* More accurate computatin of reclen in readdir_r.Ulrich Drepper2011-02-031-0/+1
* Properly convert f_fsid in statvfsAndreas Schwab2010-11-201-1/+2
* Define MAP_HUGETLB.Ulrich Drepper2010-11-202-2/+5
* Define SWAP_FLAG_DISCARD.Ulrich Drepper2010-11-201-1/+2
* Update sparc epoll.h from epoll_create2 to epoll_create1Mike Frysinger2010-11-151-4/+5
* Linux getifaddrs might return entries with ->ifa_addr being NULL.Ulrich Drepper2010-11-091-5/+8
* getdents64 fallback d_type supportJoseph Myers2010-11-091-1/+5
* 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
* Verify in ttyname() that the symlink is valid.Miklos Szeredi2010-11-092-10/+55
* Fix iov[] size in SH register_dump()Takashi Yoshii2010-05-311-2/+2
* Fix fallocate error return on i386.Andreas Schwab2010-05-122-2/+14
* Handle unnecessary padding in getdents64.Ulrich Drepper2010-05-121-1/+2
* Fix changes to interface list during getifaddrs calls.Ulrich Drepper2010-05-121-12/+43
* Fix ____longjmp_chk for s390/s390x.Andreas Schwab2010-05-122-2/+2
* Remove incorrect paring of /proc/stat etc.Ryan S. Arnold2010-05-101-13/+1
* Avoid local PLTs.Ulrich Drepper2009-12-041-3/+3
* Prevent unintended file desriptor leak in grantpt.Ulrich Drepper2009-12-041-0/+42
* Fix sync_file_range on ppc/ppc64.Jakub Jelinek2009-11-192-1/+53
* Avoid warnings in CPU_* macros when using const bitsets.Ulrich Drepper2009-11-191-6/+6
* Add missing Linux MADV_* definitions.Ulrich Drepper2009-11-187-64/+89
* Fix building on x86 with older kernel headers.Mike Frsyinger2009-11-182-0/+12
* Fix F_SETOWN_EX and F_GETOWN_EX definitions.Ulrich Drepper2009-11-147-20/+20
* Correct readahead syscall wrapper on powerpc32.Andreas Schwab2009-11-061-0/+3
* Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.Jakub Jelinek2009-11-067-14/+14
* Fix typo in readlinkatAndreas Schwab2009-10-301-1/+1
* Fix IA-64 and S390 sigevent definitions.Ulrich Drepper2009-10-292-4/+12
* Fix compat handling in *at functions.Ulrich Drepper2009-10-2918-18/+132
* Fix errno handling in posix_openpt.Andreas Schwab2009-10-291-2/+5
* Fix getttyname on Linux when called for different devices.Ulrich Drepper2009-10-291-1/+6
* Fix F_GETOWN on some Linux archs.Ulrich Drepper2009-10-293-5/+71
* Define F_OWNER_* and f_owner_ex for Linux targets.Ulrich Drepper2009-10-297-7/+126
* Add ____longjmp_chk for sparcDavid S. Miller2009-10-142-0/+184
* Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.Ulrich Drepper2009-10-017-14/+28
* configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2009-09-152-141/+107
* Fix __longjmp_chk on s390/s390x.Jakub Jelinek2009-09-082-0/+110
* Add sigstack handling to Linux ____longjmp_chk on powerpc.Andreas Schwab2009-08-222-0/+154
* Remove leftover code from Linux/x86 ____longjmp_chk.Ulrich Drepper2009-08-021-6/+0
* 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-312-117/+50