about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
| * Hurd: Fix linkat symlink handling.Emilio Pozuelo Monfort2010-11-094-4/+22
| * 32bit memset-sse2.S fails with uneven cache sizeUlrich Drepper2010-11-092-3/+17
| * Verify in ttyname() that the symlink is valid.Miklos Szeredi2010-11-093-10/+63
| * Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li2010-11-012-2/+9
| * Require suid bit on audit objects in privileged programsAndreas Schwab2010-11-017-24/+38
| * Fix alignment of AVX safe area on x86-64.H.J. Lu2010-11-013-8/+11
| * Add test case for strstr problem.Ulrich Drepper2010-11-012-1/+8
| * Fix strstr and memmem algorithm.Eric Blake2010-11-013-1/+33
| * Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmpUlrich Drepper2010-11-014-53/+133
| * Flush cache after solving TEXTRELs if arch requires it.Kirill A. Shutemov2010-11-012-1/+10
| * [sh] Fix incorrect location of ifndef for __ASSUME_FUTEX_CLOCK_REALTIME.Takashi Yoshii2010-11-012-2/+7
| * Fix use of extend_alloca in NISAndreas Schwab2010-11-012-1/+5
| * Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek2010-11-014-20/+27
* | 2.11.2-3Andreas Schwab2010-10-221-1/+4
* | Require suid bit on audit objects in privileged programsAndreas Schwab2010-10-227-24/+38
* | 2.11.2-2Andreas Schwab2010-10-211-1/+8
* | Never expand $ORIGIN in privileged programsAndreas Schwab2010-10-212-17/+19
* | Merge remote branch 'origin/release/2.11/master' into fedora/2.11/masterAndreas Schwab2010-10-217-9/+40
|\|
| * Incorrect x86 CPU family and model check.H.J. Lu2010-05-312-2/+8
| * Fix iov[] size in SH register_dump()Takashi Yoshii2010-05-312-2/+6
| * Don't crash on unresolved weak symbol reference when auditing.Ulrich Drepper2010-05-312-2/+8
| * Don't crash on unresolved weak symbol referenceAndreas Schwab2010-05-312-3/+9
| * sunrpc: Fix spurious fall-throughAndreas Schwab2010-05-314-0/+9
* | 2.11.2-1 fedora/glibc-2.11.2-1Andreas Schwab2010-05-201-1/+4
* | Merge commit 'glibc-2.11.2' into fedora/2.11/masterAndreas Schwab2010-05-203-4/+15
|\|
| * glibc 2.11.2 release glibc-2.11.2Petr Baudis2010-05-191-1/+1
| * Fix FP exception control.Andrew Stubbs2010-05-192-3/+14
* | 2.11.1-7 fedora/glibc-2.11.1-7Andreas Schwab2010-05-141-1/+27
* | Merge remote branch 'origin/release/2.11/master' into fedora/2.11/masterAndreas Schwab2010-05-1458-229/+739
|\|
| * Fix typos I added in malloc.cUlrich Drepper2010-05-121-2/+2
| * Fix a const warning in ldconfig.Roland McGrath2010-05-122-1/+5
| * Fix lookup of collation sequence value during regexp matchingAndreas Schwab2010-05-122-1/+6
| * Fix ldconfig to handle symlinks in chroot correctly.Ulrich Drepper2010-05-122-1/+15
| * Simplify OOM handling in ldconfig.Ulrich Drepper2010-05-122-7/+5
| * One more bug in ldconfig -r handling.Ulrich Drepper2010-05-122-1/+8
| * Fix handling if newline in addmntent.Ulrich Drepper2010-05-122-3/+9
| * BZ #11538: Fix ttyname_r callers not to expect errno was set.Bruno Haible2010-05-123-5/+20
| * BZ #11537: Hurd: Fix ttyname_r error return value.Bruno Haible2010-05-122-3/+9
| * Hurd: Fix file_name_lookup_at error case return value.Emilio Pozuelo Monfort2010-05-122-2/+6
| * Don't crash in trace mode when dependencies are missingAndreas Schwab2010-05-122-4/+13
| * Fix crash on reloading of gai data in nscd.Ulrich Drepper2010-05-123-18/+16
| * Fix fallocate error return on i386.Andreas Schwab2010-05-123-2/+19
| * getopt mishandles optstring of "+:"Eric Blake2010-05-122-2/+8
| * getopt mistakenly allows '-;' as short optionEric Blake2010-05-122-2/+8
| * Fix -W with optional parameters in getopt.Eric Blake2010-05-122-1/+12
| * Handle DNS timeouts in old-style lookkup code.Ulrich Drepper2010-05-122-6/+16
| * Fix aux cache handling in ldconfig with chroot.Ulrich Drepper2010-05-122-7/+20
| * Fix printing error messages in getopt.Ulrich Drepper2010-05-122-12/+17
| * Declare iruserok and iruserok_af.Ulrich Drepper2010-05-122-0/+27
| * Add test case for last argp bug.Ulrich Drepper2010-05-123-2/+63