about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Hurd: Fix linkat symlink handling.Emilio Pozuelo Monfort2010-11-091-2/+4
* 32bit memset-sse2.S fails with uneven cache sizeUlrich Drepper2010-11-091-3/+9
* Verify in ttyname() that the symlink is valid.Miklos Szeredi2010-11-092-10/+55
* Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li2010-11-011-2/+2
* Require suid bit on audit objects in privileged programsAndreas Schwab2010-11-011-4/+2
* Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmpUlrich Drepper2010-11-011-16/+16
* Incorrect x86 CPU family and model check.H.J. Lu2010-05-311-2/+2
* Fix iov[] size in SH register_dump()Takashi Yoshii2010-05-311-2/+2
* Fix FP exception control.Andrew Stubbs2010-05-191-3/+9
* BZ #11538: Fix ttyname_r callers not to expect errno was set.Bruno Haible2010-05-122-5/+15
* BZ #11537: Hurd: Fix ttyname_r error return value.Bruno Haible2010-05-121-3/+3
* Fix fallocate error return on i386.Andreas Schwab2010-05-122-2/+14
* Fix concurrent handling of __cpu_features.Ulrich Drepper2010-05-122-14/+23
* Handle unnecessary padding in getdents64.Ulrich Drepper2010-05-122-3/+14
* Fix changes to interface list during getifaddrs calls.Ulrich Drepper2010-05-121-12/+43
* Fix spurious UNAVAIL status is getaddrinfoAndreas Schwab2010-05-121-0/+1
* Fix typo in cuseridAndreas Schwab2010-05-121-1/+1
* calls to cuserid() can result in buffer overruns and/or overflowsJonathan Geisler2010-05-121-2/+3
* Fix R_X86_64_PC32 overflow detectionRichard Guenther2010-05-121-2/+2
* S/390: Disable two UTF conversion instructionsAndreas Krebbel2010-05-122-4/+16
* Fix i386 __mpn_lshift unwind infoUlrich Drepper2010-05-121-1/+3
* Fix ____longjmp_chk for s390/s390x.Andreas Schwab2010-05-122-2/+2
* memchr overshoots on ia64H.J. Lu2010-05-111-2/+6
* Remove incorrect paring of /proc/stat etc.Ryan S. Arnold2010-05-101-13/+1
* Fix a few error cases in *name4_r lookup handling.Ulrich Drepper2010-01-181-7/+2
* Avoid local PLTs.Ulrich Drepper2009-12-041-3/+3
* Prevent unintended file desriptor leak in grantpt.Ulrich Drepper2009-12-042-0/+46
* Properly recover from shorter read.H.J. Lu2009-11-201-1/+10
* 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
* Fix spelling of (Newton-)RaphsonPhilippe De Muyter2009-11-062-6/+6
* Correct readahead syscall wrapper on powerpc32.Andreas Schwab2009-11-061-0/+3
* Fix R_PPC64_{JMP_IREL,IRELATIVE} handling in dl-conflict.c.Jakub Jelinek2009-11-061-2/+4
* Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.Jakub Jelinek2009-11-067-14/+14
* Make name of libgcc_s library configurableAndreas Schwab2009-11-032-1/+4
* Fix typo in readlinkatAndreas Schwab2009-10-301-1/+1
* Uglify IFUNC tests for PPC.Alan Modra2009-10-302-0/+72
* Implement IFUNC for PPC.Alan Modra2009-10-305-4/+152
* Add a few defines to <netinet/udp.h>.Ulrich Drepper2009-10-301-1/+11
* Implement mkstemps and mkstemps64.Ulrich Drepper2009-10-301-7/+7
* 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 AIO when thread creation failed.Ulrich Drepper2009-10-291-7/+19
* 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
* Add macros for DSCP markings.Philip Prindeville2009-10-291-1/+37
* Fix F_GETOWN on some Linux archs.Ulrich Drepper2009-10-293-5/+71