aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-01Hurd: fix timeout rounding in selectSamuel Thibault2-1/+6
2010-12-01BZ 11856: fix manual nitRoland McGrath2-1/+6
2010-12-01Document M_PERTURBAndreas Schwab2-0/+10
2010-12-01BZ #11840: Fix config.cache usage for -fgnu89-inline check.Roland McGrath4-7/+15
2010-12-01Fix vDSO synthetic hwcap handling so they are not masked out from ld.so.cache...Roland McGrath2-0/+12
2010-12-01Manual wording fix for round{,f,l}.Roland McGrath2-1/+7
2010-12-01More linking issues fixed.Ulrich Drepper2-3/+8
2010-12-01Fix build with newer linker.Ulrich Drepper2-1/+6
2010-12-01Hurd: Fix linkat symlink handling.Emilio Pozuelo Monfort4-4/+22
2010-12-0132bit memset-sse2.S fails with uneven cache sizeUlrich Drepper3-2/+41
2010-12-01Verify in ttyname() that the symlink is valid.Miklos Szeredi3-10/+63
2010-12-01Add missing file.Ulrich Drepper1-0/+14
2010-12-01Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel6-46/+68
2010-10-26Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li2-2/+9
2010-10-26Require suid bit on audit objects in privileged programsAndreas Schwab7-24/+38
2010-10-26Fix alignment of AVX safe area on x86-64.H.J. Lu3-8/+11
2010-10-222.12.1-4Andreas Schwab1-1/+4
2010-10-22Require suid bit on audit objects in privileged programsAndreas Schwab7-24/+38
2010-10-192.12.1-3Andreas Schwab1-1/+8
2010-10-19Never expand $ORIGIN in privileged programsAndreas Schwab2-17/+19
2010-10-08Merge remote branch 'origin/release/2.12/master' into fedora/2.12/masterAndreas Schwab7-55/+174
2010-10-08Add test case for strstr problem.Ulrich Drepper2-1/+8
2010-10-08Fix strstr and memmem algorithm.Eric Blake3-1/+33
2010-10-08Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strncmpUlrich Drepper4-53/+133
2010-08-202.12.1-2Andreas Schwab1-1/+5
2010-08-19Merge remote branch 'origin/release/2.12/master' into fedora/2.12/masterAndreas Schwab2-2/+6
2010-08-19Fix ifunc thunk for strspn on x86 in static libcAndreas Schwab2-2/+6
2010-08-172.12.1-1Andreas Schwab1-1/+6
2010-08-17Merge remote branch 'origin/release/2.12/master' into fedora/2.12/masterAndreas Schwab5-17/+47
2010-08-17build-locale-archive: process only directories matching *_*Andreas Schwab1-2/+7
2010-08-17(__getlogin_r_loginuid): Also fail if tpwd after pwuid call is NULL.Ulrich Drepper2-1/+6
2010-08-17More fixes to error handling in getlogin_r.Andreas Schwab2-2/+11
2010-08-17Fix error handling in Linux getlogin*.Ulrich Drepper3-13/+25
2010-07-27glibc 2.12.1 releaseglibc-2.12.1Andreas Schwab2-1/+5
2010-07-27Regenerate NOTESAndreas Schwab1-1/+1
2010-07-062.12-3fedora/glibc-2.12-3Andreas Schwab1-1/+7
2010-07-06Merge remote branch 'origin/release/2.12/master' into fedora/2.12/masterAndreas Schwab8-24/+49
2010-06-21Workaround assembler bug sneaking in noplAndreas Schwab2-16/+4
2010-06-21Escape % in %changelogAndreas Schwab1-47/+47
2010-06-15Flush cache after solving TEXTRELs if arch requires it.Kirill A. Shutemov2-1/+10
2010-06-15[sh] Fix incorrect location of ifndef for __ASSUME_FUTEX_CLOCK_REALTIME.Takashi Yoshii2-2/+7
2010-06-15Fix use of extend_alloca in NISAndreas Schwab2-1/+5
2010-06-14Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek4-20/+27
2010-06-012.12-2fedora/glibc-2.12-2Andreas Schwab1-1/+17
2010-06-01Merge remote branch 'origin/release/2.12/master' into fedora/2.12/masterAndreas Schwab26-15414/+15628
2010-06-01Incorrect x86 CPU family and model check.H.J. Lu2-3/+9
2010-06-01Fix iov[] size in SH register_dump()Takashi Yoshii2-2/+6
2010-06-01Don't crash on unresolved weak symbol reference when auditing.Ulrich Drepper2-2/+8
2010-06-01Don't crash on unresolved weak symbol referenceAndreas Schwab2-3/+9
2010-06-01Implement recvmmsg also as socketcallAndreas Schwab7-2/+130