aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2010-02-06Whitespace and copyright year fixes.Ulrich Drepper3-5/+5
2010-02-06Avoid PLT calls in utmp compat wrappers on Linux/s390Andreas Schwab3-15/+27
2010-02-06Add new errlist compat entry for 2.12.Andreas Schwab1-0/+4
2010-02-03Update constants for current kernels.Ulrich Drepper1-9/+32
2010-01-20Fix ____longjmp_chk for s390/s390x.Andreas Schwab2-2/+2
2010-01-18memcpy for ppc/cell.Ulrich Drepper2-0/+4
2010-01-18Remove duplicate definitions of O_DSYNC and O_RSYNC for Linux/sparc.Andreas Schwab1-8/+0
2010-01-11Fix double-inclusion problem of bits/stat.h.Ulrich Drepper8-0/+40
2010-01-10FIx up signal.h for XPG7.Ulrich Drepper4-4/+12
2010-01-09Add support for XPG7 testing.Ulrich Drepper15-50/+82
2009-12-21Handle AT_FDCWD in futimens.Ulrich Drepper1-0/+5
2009-12-15Update poll.h header for POSIX 2008.Ulrich Drepper2-4/+4
2009-12-11Redefine O_SYNC and O_DSYNC to match 2.6.33+ kernels.Ulrich Drepper7-21/+21
2009-12-09Fix kernel version check in recent ptsname change.Ulrich Drepper1-1/+1
2009-12-08Add recvmmsg interface.Ulrich Drepper3-2/+28
2009-11-30Define SCHED_IDLE and SCHED_RESET_ON_FORK for Linux.Ulrich Drepper1-4/+7
2009-11-26Avoid handling long-obsolete old BSD PTY handling in ptsname.Ulrich Drepper1-0/+2
2009-11-24Optimize grantpt.Ulrich Drepper2-21/+25
2009-11-24Avoid local PLTs.Ulrich Drepper1-3/+3
2009-11-24Prevent unintended file desriptor leak in grantpt.Ulrich Drepper2-0/+46
2009-11-24Don't get tty group info multiple times in grantpt.Ulrich Drepper1-21/+25
2009-11-23Use struct timespec for timestamps in struct stat also if __USE_XOPEN2K8.Andreas Schwab5-72/+72
2009-11-22Update ntp_gettime for Linux.Ulrich Drepper5-7/+72
2009-11-22Fix up <sys/timex.h> a bit more for recent API changes.Ulrich Drepper1-1/+5
2009-11-19Avoid warnings in CPU_* macros when using const bitsets.Ulrich Drepper1-6/+6
2009-11-19Follow kernel F_OWNER_{GID -> PGRP} change.Ulrich Drepper7-21/+28
2009-11-17Change misleading names of parameters of sync_file_range.Ulrich Drepper7-7/+7
2009-11-17Fix sync_file_range on ppc/ppc64.Jakub Jelinek2-1/+53
2009-11-17Add missing Linux MADV_* definitions.Ulrich Drepper7-64/+89
2009-11-14Fix building on x86 with older kernel headers.Mike Frsyinger2-0/+12
2009-11-14Add support for new Linux error ERFKILL.Ulrich Drepper3-2/+14
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
2009-07-31Optimize x86 and x86-64 ____longjmp_chk for Linux.Ulrich Drepper2-117/+50