about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Hurd: Fix linkat symlink handling.Emilio Pozuelo Monfort2010-11-094-4/+22
| | | | | | | | (cherry picked from commit 2a50c07836d2750baf70442f8f760bf6cd43b3af)
| * 32bit memset-sse2.S fails with uneven cache sizeUlrich Drepper2010-11-092-3/+17
| | | | | | | | | | | | | | | | | | | | | | 32bit memset-sse2.S assumes cache size is multiple of 128 bytes. If it isn't true, memset-sse2.S will fail. For example, a processor can have 24576 KB L3 cache and 20 cores. That is 2516582 byte per core. Half of it is 1258291, which isn't helpful for vector instructions. This patch rounds cache sizes to multiple of 256 bytes. (cherry picked from commit c0dde15b5dba7e02ce6f36eab3a4d1c166f9951b but removed introduction of new variables)
| * Verify in ttyname() that the symlink is valid.Miklos Szeredi2010-11-093-10/+63
| | | | | | | | (cherry picked from commit 0e516e0e14f2f9783a21cd1727bc53776341f857)
| * Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li2010-11-012-2/+9
| | | | | | | | (cherry picked from commit dbf3a06904168417a05882a871342e7a9ee3b383)
| * Require suid bit on audit objects in privileged programsAndreas Schwab2010-11-017-24/+38
| | | | | | | | (cherry picked from commit 8e9f92e9d5d7737afdacf79b76d98c4c42980508)
| * Fix alignment of AVX safe area on x86-64.H.J. Lu2010-11-013-8/+11
| | | | | | | | (cherry picked from commit f90681487d90a6eea8f1c60021bc8dd83313c59b)
| * Add test case for strstr problem.Ulrich Drepper2010-11-012-1/+8
| | | | | | | | (cherry picked from commit 67a67b950be9741a4cf1ff3e75572204b06bec2e)
| * Fix strstr and memmem algorithm.Eric Blake2010-11-013-1/+33
| | | | | | | | (cherry picked from commit 5fb308bca2f333dcc835945be85e165cd7843d5b)
| * Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmpUlrich Drepper2010-11-014-53/+133
| | | | | | | | (cherry picked from commit 45db99c7d03e497a3320907e722270fb7ee852f3)
| * Flush cache after solving TEXTRELs if arch requires it.Kirill A. Shutemov2010-11-012-1/+10
| | | | | | | | (cherry picked from commit 80da2e093c0e465cfa6e561488aac51c236b6fd2)
| * [sh] Fix incorrect location of ifndef for __ASSUME_FUTEX_CLOCK_REALTIME.Takashi Yoshii2010-11-012-2/+7
| | | | | | | | (cherry picked from commit 4bc93b30337482a0ad1758b4ba069704d09c39da)
| * Fix use of extend_alloca in NISAndreas Schwab2010-11-012-1/+5
| | | | | | | | (cherry picked from commit caa78cf824f98d6f02f2e39cb9cf253c8553946f)
| * Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek2010-11-014-20/+27
| | | | | | | | | | This patch fixes some cases which fail to parse with C++. (cherry picked from commit f32f28695d938597ad93177dc83225dcb3c69f74)
* | 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
| | | | | | | | (cherry picked from commit 3c88fe1e3ab8c6115e9b0c6eb109718da2116a33)
| * Fix iov[] size in SH register_dump()Takashi Yoshii2010-05-312-2/+6
| | | | | | | | (cherry picked from commit d2f73151763c27173d9a771cea722380d7fc61c2)
| * Don't crash on unresolved weak symbol reference when auditing.Ulrich Drepper2010-05-312-2/+8
| | | | | | | | (cherry picked from commit b32b8b451b398ebae33d4cf8039c03f4d615c0c3)
| * Don't crash on unresolved weak symbol referenceAndreas Schwab2010-05-312-3/+9
| | | | | | | | (cherry picked from commit 9acbe24da8c71704d03e30d1223f997442d4be0c)
| * sunrpc: Fix spurious fall-throughAndreas Schwab2010-05-314-0/+9
| | | | | | | | (cherry picked from commit f0ccf6ea41931f325df4699a4c7fdf81888563ee)
* | 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
| | | | | | | | (cherry picked from commit 21a2b1aeeb9bbf49d76bac632327c19bc937d2d7)
* | 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
| | | | | | | | (cherry picked from commit 9d2569846c520933546353856aafea86a80d9638)
| * Fix a const warning in ldconfig.Roland McGrath2010-05-122-1/+5
| | | | | | | | (cherry picked from commit 3f7dcb2b0f9f2e771f2fd0139f032198c2d01ba9)
| * Fix lookup of collation sequence value during regexp matchingAndreas Schwab2010-05-122-1/+6
| | | | | | | | (cherry picked from commit d84acf388ed8b3f162dda0512139095bfc268beb)
| * Fix ldconfig to handle symlinks in chroot correctly.Ulrich Drepper2010-05-122-1/+15
| | | | | | | | (cherry picked from commit 7dee26605bf8627f0673f81635c38c8a565dd2b7)
| * Simplify OOM handling in ldconfig.Ulrich Drepper2010-05-122-7/+5
| | | | | | | | (cherry picked from commit f2976023940a8ef3bbe0c7e593897e1b612370f1)
| * One more bug in ldconfig -r handling.Ulrich Drepper2010-05-122-1/+8
| | | | | | | | (cherry picked from commit 49bd556d43f55d0bb6d76d57e846af85f0c986c9)
| * Fix handling if newline in addmntent.Ulrich Drepper2010-05-122-3/+9
| | | | | | | | (cherry picked from commit ab00f4eac8f4932211259ff87be83144f5211540)
| * BZ #11538: Fix ttyname_r callers not to expect errno was set.Bruno Haible2010-05-123-5/+20
| | | | | | | | (cherry picked from commit 8c0677fe5d91b7269364ca08fa08ed09e4c2d8c9)
| * BZ #11537: Hurd: Fix ttyname_r error return value.Bruno Haible2010-05-122-3/+9
| | | | | | | | (cherry picked from commit 6cffee3611f324326ae46bb02d2baeb62c0db6a4)
| * Hurd: Fix file_name_lookup_at error case return value.Emilio Pozuelo Monfort2010-05-122-2/+6
| | | | | | | | (cherry picked from commit 67481400c51229de3efa2eb3dddc8429b6f9e9f4)
| * Don't crash in trace mode when dependencies are missingAndreas Schwab2010-05-122-4/+13
| | | | | | | | (cherry picked from commit 18a26b301b6ab0d68474fbfffb0d17adf69e8824)
| * Fix crash on reloading of gai data in nscd.Ulrich Drepper2010-05-123-18/+16
| | | | | | | | (cherry picked from commit ea42a20caed5b343ff20a0d4622ae6c17b77161b)
| * Fix fallocate error return on i386.Andreas Schwab2010-05-123-2/+19
| | | | | | | | (cherry picked from commit de240a05b3638879af2f9ab663c56ad8b26b1ad3)
| * getopt mishandles optstring of "+:"Eric Blake2010-05-122-2/+8
| | | | | | | | (cherry picked from commit 66b93be793af309fb78d54199aed2306650079d0)
| * getopt mistakenly allows '-;' as short optionEric Blake2010-05-122-2/+8
| | | | | | | | (cherry picked from commit cf0b68196c837ad591f0e7fc0f8e8a0f690b847c)
| * Fix -W with optional parameters in getopt.Eric Blake2010-05-122-1/+12
| | | | | | | | | | | | | | | | According to the getopt documentation, if "W;" is part of optstring, then '-W foo' should behave like '--foo'. But if "foo" uses an optional_argument, this is not the case, since optarg is not NULL when using -W. (cherry picked from commit aa7f642769abcfbce658aeaaffdc9fb4790cd905)
| * Handle DNS timeouts in old-style lookkup code.Ulrich Drepper2010-05-122-6/+16
| | | | | | | | (cherry picked from commit 4535680d03d15dc9ce19d97b9d242a10941d5016)
| * Fix aux cache handling in ldconfig with chroot.Ulrich Drepper2010-05-122-7/+20
| | | | | | | | (cherry picked from commit 4bc2bcba67e870778fb9397f29435ee1b66bebf3)
| * Fix printing error messages in getopt.Ulrich Drepper2010-05-122-12/+17
| | | | | | | | (cherry picked from commit 247fdc8ee68cf49cd808becce56b2e923b4f776b)
| * Declare iruserok and iruserok_af.Ulrich Drepper2010-05-122-0/+27
| | | | | | | | (cherry picked from commit 2cd9670885d32eed6f4de12ddbeb2a9d049f198e)
| * Add test case for last argp bug.Ulrich Drepper2010-05-123-2/+63
| | | | | | | | (cherry picked from commit 7ebaec64a0171a54dbe9aedd95497b130458060e)