about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Fix option aliasing in argp.Sergey Poznyakoff2010-05-122-6/+12
| | | | (cherry picked from commit 8c6de69d00c6be60657ca0d763dda803172c6aab)
* Fix retrieving of kernel header version.Ulrich Drepper2010-05-122-2/+19
| | | | (cherry picked from commit 9e37946dba22b53c5108eef777e867f93c894502)
* Fix concurrent handling of __cpu_features.Ulrich Drepper2010-05-123-14/+35
| | | | (cherry picked from commit 22f4f44b6727887957aa1d4039eba290b064da63)
* Handle unnecessary padding in getdents64.Ulrich Drepper2010-05-123-3/+20
| | | | | | | | The getdents64 syscall adds on 32-but platforms padding which isn't needed and not included in the userlevel data structure definition. We have to avoid copying those padding bytes in the readdir64_r function. (cherry picked from commit 1a81139728494810f65aaa0d0c538ff8c2783dd5)
* Add missing include.Ulrich Drepper2010-05-121-0/+1
| | | | (cherry picked from commit 3fedf0feb75457f7098a0119ca4203ff449546b6)
* Fix changes to interface list during getifaddrs calls.Ulrich Drepper2010-05-122-12/+53
| | | | (cherry picked from commit b8b14c4cc38883032b8ebae50c9a8b3efd256483)
* Document problem with NATs in getaddrinfo.Ulrich Drepper2010-05-122-4/+13
| | | | (cherry picked from commit ed0874085976531bda8a05540b0816e8bf711b71)
* Missing memory barrier in DES initialization.Ulrich Drepper2010-05-122-48/+57
| | | | (cherry picked from commit 647450cfb089a60f1dc3de7d68874cd21f475ec7)
* Fix set_max_fast in malloc.Ulrich Drepper2010-05-122-1/+6
| | | | (cherry picked from commit 991eda1ec17665ea0da247f8eabc6993d020ed8e)
* Fix spurious UNAVAIL status is getaddrinfoAndreas Schwab2010-05-122-0/+6
| | | | (cherry picked from commit c3dfadb87e16f0fab6f4d5242bcecf06c02976c7)
* Fix typo in cuseridAndreas Schwab2010-05-122-1/+5
| | | | (cherry picked from commit 34b514dff6acf8f1cac0afefd24049e025fd62ea)
* calls to cuserid() can result in buffer overruns and/or overflowsJonathan Geisler2010-05-122-2/+10
| | | | (cherry picked from commit fd8ccb0427569ffdfbb70c8828029122f3459160)
* Fix missing dependency of localedata tests on gconv-modulesPaul Pluzhnikov2010-05-122-0/+9
| | | | (cherry picked from commit 234333153e5b29fec2c0b383249db6f245a877e9)
* Fix R_X86_64_PC32 overflow detectionRichard Guenther2010-05-122-2/+7
| | | | (cherry picked from commit e39acb1f165c467e99509146c95f69c7444521e3)
* Fix reporting of I/O errors in *dprintf functions.Ulrich Drepper2010-05-122-1/+9
| | | | (cherry picked from commit 7ca890b88e6ab7624afb1742a9fffb37ad5b3fc3)
* Fix assertion in palloc and pvalloc as well.Petr Baudis2010-05-122-7/+15
| | | | (cherry picked from commit 8c0b5f148eccd0a4d9714e72f50f13c586af59ec)
* manual: fix typo: s/are/is/Jim Meyering2010-05-122-1/+3
| | | | | | * manual/math.texi (BSD Random): Fix a typo: s/are/is/ (cherry picked from commit e2f4aa547a997922d960876671fb35ea101295f8)
* 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)
* 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)