about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
| * manual: adjust grammarJim Meyering2010-05-122-5/+7
| | | | | | | | | | | | * manual/charset.texi: Adjust grammar. (cherry picked from commit 82acaacb9c7689c479c3426743ae66d0ad466a1d)
| * manual: fix doubled-words and typosJim Meyering2010-05-129-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | * manual/charset.texi (Selecting the Conversion): Likewise. * manual/errno.texi (Error Messages): Likewise. * manual/getopt.texi (Getopt Long Options): Likewise. * manual/memory.texi (Resizing the Data Segment): Likewise. * manual/message.texi (GUI program problems): Likewise. * manual/resource.texi (CPU Affinity): Likewise. * manual/stdio.texi (Streams and Threads): Likewise. * manual/time.texi (High Accuracy Clock): Likewise. (cherry picked from commit bbf70ae9ce646540576f2b0cbc66b90da1511b0b)
| * S/390: Disable two UTF conversion instructionsAndreas Krebbel2010-05-123-4/+23
| | | | | | | | (cherry picked from commit a3dc465852c38ffb4f329ca8b5b477a3c314c1ef)
| * Fix file descriotor leak in nftw with FTW_CHDIRUlrich Drepper2010-05-122-1/+8
| | | | | | | | (cherry picked from commit 247fdf2e2b798378d8aeaac1ee6f4ba0a49f31f3)
| * Fix i386 __mpn_lshift unwind infoUlrich Drepper2010-05-122-1/+7
| | | | | | | | (cherry picked from commit 1d7223f31af8c35053e7a6fbac3070bcaa7bf87d)
| * Fix endless loop with invalid /etc/shells file.Ulrich Drepper2010-05-122-2/+8
| | | | | | | | (cherry picked from commit caa6e77293d85e31dfde371b78862e9330a1478e)
| * Don't map U00DF to U1E9E in toupper table.Andreas Schwab2010-05-122-2/+5
| | | | | | | | (cherry picked from commit 1112095740b82eeaea36d2567ea98c6745ef1d13)
| * Fix error checking in iconv.Andreas Schwab2010-05-122-1/+5
| | | | | | | | (cherry picked from commit 7a518360023592882a7335b843ce1a5ea322dec5)
| * Add BZ number.Ulrich Drepper2010-05-121-0/+1
| | | | | | | | (cherry picked from commit 8549abcb9ca4d7857cc457aaa17c2073522804f4)
| * _nl_load_locale() incorrectly handles mmap() failuresJoe Landers2010-05-122-0/+6
| | | | | | | | (cherry picked from commit 8b2f25c23374fe79645499b8095f0d2f6eb24f71)
| * Extend overflow detection in re_dfa_add_node.Ulrich Drepper2010-05-122-2/+10
| | | | | | | | (cherry picked from commit 22364644882b6cf426ed13be5b6480c3a9210eb1)
| * regex: avoid internal re_realloc overflowUlrich Drepper2010-05-122-1/+13
| | | | | | | | (cherry picked from commit 54dd0ab31fe2b2168ba1a6180a0c05941fb54b3c)
| * Fix ____longjmp_chk for s390/s390x.Andreas Schwab2010-05-123-2/+9
| | | | | | | | (cherry picked from commit e3b7670be21d6992e3ca9ee1ad3a5d08eb3a24c9)
| * Remove unnecessary returns.Ulrich Drepper2010-05-122-3/+8
| | | | | | | | (cherry picked from commit a7bbf3d742b181bdad41e830f6ef72e632e9fc89)
| * Use correct type when casting d_tag.Andreas Schwab2010-05-122-5/+13
| | | | | | | | (cherry picked from commit db07e962b6ea963dbb345439f6ab9b0cf74d87c5)
| * Ignore negative dynamic entry types.Andreas Schwab2010-05-122-1/+6
| | | | | | | | (cherry picked from commit 7a033a828df19b4f3bfd7e4d66102f63d1167f08)
| * Make unistd.h pre-c((-safe.Ulrich Drepper2010-05-122-1/+5
| | | | | | | | (cherry picked from commit 0b689682ad2705f57177f12158479036fcbf9563)
* | Enable common version of pthread_cond_timedwait to use clock_gettime in VDSOLuis Machado2010-05-112-2/+17
| | | | | | | | (cherry pick of commit 7749bf5fe6ac0464db10a3a17a31121517f92530)
* | power7-optimized 64-bit and 32-bit memcpyRyan Arnold2010-05-113-0/+922
| | | | | | | | (cherry-pick of commit fb084e5e80737932aac2d58091541f1bc245b5f9)
* | Cleanup old obsolete PPC_REL16 checksLuis Machado2010-05-1129-182/+8
| | | | | | | | (correct cherry pick of commit 41288fbb784716ee01e4b6d84299a71081431ccb)
* | Cleanup old obsolete PPC_REL16 checksLuis Machado2010-05-111-0/+50
| | | | | | | | (cherry pick of commit 41288fbb784716ee01e4b6d84299a71081431ccb)
* | power7-optimized classification functionsRyan Arnold2010-05-1112-0/+483
| | | | | | | | (cherry-pick of commit 0f507b6c95027a9247f7828ee0f4318951a9d455)
* | Fix POWER7 ImpliesLuis Machado2010-05-117-5/+12
| |
* | This patch is not upstream. It is useful and non-invasive. It allows someRyan Arnold2010-05-112-4/+9
|/ | | | | | | | | recent versions of GCC to compile GLIBC when altivec is configured. 2009-11-06 Petr Baudis <pasky@suse.cz> * include/sys/uio.h: Change __vector to __iovec to avoid clash with altivec.
* memchr overshoots on ia64H.J. Lu2010-05-112-2/+12
| | | | (cherry picked from commit 70b7d00fc782759f1257001202cc30cb29bae28f)
* Remove incorrect paring of /proc/stat etc.Ryan S. Arnold2010-05-102-13/+7
| | | | (cherry picked from commit 3ed8e241229e370cca96650ed727f09838c51d67)
* regcomp.c: do not ignore memory allocation failurePaul Eggert2010-01-182-55/+64
| | | | (cherry picked from commit 21f5de55ec4fa5eba06060c40fed87aad2aecdee)
* Fix typo in feature selection macro use.Ulrich Drepper2010-01-182-2/+6
| | | | (cherry picked from commit 44dcc00292b965b3b6bff8415175d6a3e290aab7)
* Avoid ELF lookup race.Ulrich Drepper2010-01-184-8/+23
| | | | | | | | On some architectures the update of the l_used field in the lookup functions races with setting the other bits in the bitfield. Simply avoid this and optimize use of l_used in general. (cherry picked from commit 2af6396817fb9df98e63de75dd59fd999ee9f1d0)
* Fix a few error cases in *name4_r lookup handling.Ulrich Drepper2010-01-185-56/+75
| | | | (cherry picked from commit a682a1bf553b1efe4dbb03207fece5b719cec482)
* glibc 2.11.1 release glibc-2.11.1Petr Baudis2009-12-081-1/+1
|
* Fix infloop in __pthread_disable_asynccancel on x86_64Andreas Schwab2009-12-042-2/+8
| | | | (cherry picked from commit b55ec98c6490b944593243c7da54dda1796e3f84)
* Avoid local PLTs.Ulrich Drepper2009-12-041-3/+3
| | | | (cherry picked from commit 0f622686af3ae5a8f03dae886b08c260b38bda16)
* Prevent unintended file desriptor leak in grantpt.Ulrich Drepper2009-12-044-3/+54
| | | | | | | | | | | The pt_chown program is completely transparently called. It might not be able to live with the various file descriptors the program has open at the time of the call (e.g., under SELinux). Close all but the needed descriptor and connect stdin, stdout, and stderr with /dev/null. pt_chown shouldn't print anything when called to do real work. (cherry picked from commit 139ee080b6b428240bf49f3e6361f3ac729f891a)
* Fix startup to security-relevant statically linked binaries.Ulrich Drepper2009-12-043-6/+28
| | | | | | | Before the change they crash on startup. Perform IREL relocations earlier to prevent this. (cherry picked from commit 1c3c269b55c84c29ec1e2c70f122c5e33fef4257)
* Define week, first_weekday, and first_workday for hsb_DE locale.Ulrich Drepper2009-12-042-10/+18
| | | | (cherry picked from commit ee5a5ba6725ee949483f043cd0cf2a1579b6b509)
* Define week, first_weekday, and first_workday for en_DK locale.Ulrich Drepper2009-12-042-25/+32
| | | | (cherry picked from commit 49c7f27194d16976a6bb9c5b7be186662ec7a6e6)
* Fix week information for nl_NL locale.Ulrich Drepper2009-12-042-24/+32
| | | | (cherry picked from commit 6503cfe2de2105e83456fb04fdeb5d4e2323e9b4)
* Reinitialize _create_xid state after fork.Ulrich Drepper2009-12-042-5/+11
| | | | | | Programs forking and using RPC in the forks would use the same XIDs. (cherry picked from commit c5a8b997e2de005697a992d8db5c54995bd361a8)
* Properly recover from shorter read.H.J. Lu2009-11-202-1/+16
| | | | (cherry picked from commit 66221417957963c1d2df8d79f43573e328df2275)
* Fix sync_file_range on ppc/ppc64.Jakub Jelinek2009-11-193-1/+61
| | | | | | | | I've noticed that sync_file_range is a stub on ppc/ppc64. The kernel on these arches provides sync_file_range2 syscall with swapped parameters. The following completely untested patch ought to fix this. (cherry picked from commit 8ad81b316bc158746aee18aa7d7df44d3eb61871)
* Fix getwc* and putwc* on non-wide streams.Ulrich Drepper2009-11-192-6/+13
| | | | (cherry picked from commit df1934daa7788ca5f19d82efb02cdf9b9c495b1a)
* Avoid warnings in CPU_* macros when using const bitsets.Ulrich Drepper2009-11-192-6/+14
| | | | (cherry picked from commit 03ebadd9eaa4663f58bd3fa6fe8283f255925632)
* Whitespace fixes.Ulrich Drepper2009-11-181-2/+2
| | | | (cherry picked from commit 3933378fd3cbe49c1e0ca42844f959eb12f05f60)
* Add missing test files.Ulrich Drepper2009-11-182-0/+34
| | | | (cherry picked from commit 3a00b16da491d5c869795251e1ad4f43b3ba1469)
* Fix ranges with multibyte characters as endpoints.Paolo Bonzini2009-11-184-2/+114
| | | | | | | | | | | | | | | | | | This is another bug in computing the fastmap. It was reported by a user of sed because it usually does not happen with !_LIBC. However, it is there in that case too. The bug is that whenever we have a range at the beginning of the regex, the regex must be tested on any possible multibyte character. The reason why _LIBC masks it, is that in general there is a collation symbol for each possible multibyte-character lead byte, so all the lead bytes are in general already part of the fastmap. The tests use cyrillic characters as an example. With _LIBC, they pass without the patch too, but you can make them fail by removing collation symbols handling. (cherry picked from commit 815d8147a3418334ffa91e2384c6e159f0809d65)
* Handle LC_GLOBAL_LOCALE in duplocale.Ulrich Drepper2009-11-183-2/+11
| | | | (cherry picked from commit 7443244740724babd575943ee33c45da326afbe7)
* Fix _NC_LOCALE_NAME definition.Ulrich Drepper2009-11-183-4/+11
| | | | (cherry picked from commit 4fb9241e4edbe238de8ba251f4448e31e8b1baf4)
* Add missing Linux MADV_* definitions.Ulrich Drepper2009-11-188-65/+102
| | | | (cherry picked from commit 2866eeb1b70c989591293d37ae292e71def16775)
* Missing CL.Mike Frsyinger2009-11-181-0/+6
| | | | (cherry picked from commit fabe43aba8fb46614eb2a74b2916bfbbf8fec10e)