aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2011-05-27Fix FPU context handling in getcontext on x86-64.Ulrich Drepper1-1/+2
2011-05-27Maintain stack alignment in ____longjmp_chk on x86_64Andreas Schwab1-11/+15
2011-05-27Install bits/timex.h header.Andreas Schwab1-1/+1
2011-05-26Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.Ryan S. Arnold1-2/+2
2011-02-03Define MADV_NOHUGEPAGE.Ulrich Drepper7-0/+7
2011-02-03Define MADV_HUGEPAGE.Ulrich Drepper7-7/+15
2011-02-03Add definitions for new socket protocols.Ulrich Drepper2-6/+14
2011-02-03Fix handling of missing syscall in Linux mkdirat.Ulrich Drepper1-2/+2
2011-02-03sparc64: Use i386 implementation for fxstat.David S. Miller1-1/+1
2011-02-03More accurate computatin of reclen in readdir_r.Ulrich Drepper2-1/+3
2010-11-20Properly convert f_fsid in statvfsAndreas Schwab1-1/+2
2010-11-20Define MAP_HUGETLB.Ulrich Drepper2-2/+5
2010-11-20Define SWAP_FLAG_DISCARD.Ulrich Drepper1-1/+2
2010-11-15Update sparc epoll.h from epoll_create2 to epoll_create1Mike Frysinger1-4/+5
2010-11-09Linux getifaddrs might return entries with ->ifa_addr being NULL.Ulrich Drepper1-5/+8
2010-11-09getdents64 fallback d_type supportJoseph Myers1-1/+5
2010-11-09Fix _FORITY_SOURCE version of longjmp for Linux/x86-64.Chung-Lin Tang1-11/+15
2010-11-09Fix typo in x86-64 epoll.h.Mike Frysinger1-2/+2
2010-11-09Verify in ttyname() that the symlink is valid.Miklos Szeredi2-10/+55
2010-05-31Fix iov[] size in SH register_dump()Takashi Yoshii1-2/+2
2010-05-12BZ #11538: Fix ttyname_r callers not to expect errno was set.Bruno Haible2-5/+15
2010-05-12Fix fallocate error return on i386.Andreas Schwab2-2/+14
2010-05-12Handle unnecessary padding in getdents64.Ulrich Drepper2-3/+14
2010-05-12Fix changes to interface list during getifaddrs calls.Ulrich Drepper1-12/+43
2010-05-12Fix ____longjmp_chk for s390/s390x.Andreas Schwab2-2/+2
2010-05-10Remove incorrect paring of /proc/stat etc.Ryan S. Arnold1-13/+1
2009-12-04Avoid local PLTs.Ulrich Drepper1-3/+3
2009-12-04Prevent unintended file desriptor leak in grantpt.Ulrich Drepper2-0/+46
2009-11-19Fix sync_file_range on ppc/ppc64.Jakub Jelinek2-1/+53
2009-11-19Avoid warnings in CPU_* macros when using const bitsets.Ulrich Drepper1-6/+6
2009-11-18Add missing Linux MADV_* definitions.Ulrich Drepper7-64/+89
2009-11-18Fix building on x86 with older kernel headers.Mike Frsyinger2-0/+12
2009-11-14Fix F_SETOWN_EX and F_GETOWN_EX definitions.Ulrich Drepper7-20/+20
2009-11-06Correct readahead syscall wrapper on powerpc32.Andreas Schwab1-0/+3
2009-11-06Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.Jakub Jelinek7-14/+14
2009-10-30Fix typo in readlinkatAndreas Schwab1-1/+1
2009-10-29Fix IA-64 and S390 sigevent definitions.Ulrich Drepper2-4/+12
2009-10-29Fix compat handling in *at functions.Ulrich Drepper18-18/+132
2009-10-29Fix errno handling in posix_openpt.Andreas Schwab1-2/+5
2009-10-29Fix getttyname on Linux when called for different devices.Ulrich Drepper1-1/+6
2009-10-29Fix F_GETOWN on some Linux archs.Ulrich Drepper3-5/+71
2009-10-29Define F_OWNER_* and f_owner_ex for Linux targets.Ulrich Drepper7-7/+126
2009-10-14Add ____longjmp_chk for sparcDavid S. Miller2-0/+184
2009-10-01Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.Ulrich Drepper7-14/+28
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2-141/+107
2009-09-08Fix __longjmp_chk on s390/s390x.Jakub Jelinek2-0/+110
2009-08-24Add sysdeps/unix/syscall-template.S; build syscall stubs with deps and -g poi...Roland McGrath3-24/+115
2009-08-22Add sigstack handling to Linux ____longjmp_chk on powerpc.Andreas Schwab2-0/+154
2009-08-02Remove leftover code from Linux/x86 ____longjmp_chk.Ulrich Drepper1-6/+0
2009-08-01Remove last trace of bounded pointer handling from ____longjmp_chk on x86-64.Ulrich Drepper1-1/+1