summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Always allow overwriting printf modifiers etc.Ulrich Drepper2010-12-242-7/+18
| * Fix ChangeLogs.Ulrich Drepper2010-12-191-2/+3
| * Make PowerPC64 default to nonexecutable stackRyan S. Arnold2010-12-1913-18/+104
| * More accurate computatin of reclen in readdir_r.Ulrich Drepper2010-12-193-1/+9
| * Undo accidental checkin.Ulrich Drepper2010-12-142-25/+34
* | 2.12.90-21Andreas Schwab2010-12-141-1/+4
* | Revert bogus changeAndreas Schwab2010-12-141-25/+30
* | 2.12.90-20Andreas Schwab2010-12-131-1/+15
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-12-1317-1532/+6681
|\ \ | |/
| * Declare wcpcpy and wcpncpy only under _GNU_SOURCEAndreas Schwab2010-12-102-2/+3
| * Fix use of restrict in wchar.hAndreas Schwab2010-12-103-22/+36
| * Fix typo in comment.Ulrich Drepper2010-12-091-1/+1
| * Fix race in qsort_r initialization.Ulrich Drepper2010-12-092-1/+11
| * Fix -D_FORTIFY_SOURCE memmove and bcopJakub Jelinek2010-12-093-35/+32
| * Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2010-12-033-10/+12
| |\
| | * Remove dead code from x86-32 SSSE3 strncmp.H.J. Lu2010-12-012-8/+6
| | * Relax libm tests for x86-32.Ulrich Drepper2010-11-302-2/+6
| * | Update Italian translation.Ulrich Drepper2010-12-032-1428/+6515
| |/
| * Don't ignore zero TTL in DNS answersAndreas Schwab2010-11-252-4/+9
| * ldbl-128 fmal compile fixJakub Jelinek2010-11-222-1/+5
| * Allow aux_cache_file open()ing to fail silently even in the chroot mode.Petr Baudis2010-11-222-8/+10
| * Optimize last initgroups patch a bit.Ulrich Drepper2010-11-222-12/+17
| * Fix multiple nss_compat initgroups() bugsUlrich Drepper2010-11-222-8/+17
| * Define MAP_HUGETLB.Ulrich Drepper2010-11-193-2/+10
| * Define SWAP_FLAG_DISCARD.Ulrich Drepper2010-11-162-1/+6
* | Ignore origin of privileged programAndreas Schwab2010-12-132-0/+8
* | Revert "Never expand $ORIGIN in privileged programs"Andreas Schwab2010-12-092-19/+17
* | Remove .UTF-8 suffix from locale names when it is the only supported codesetAndreas Schwab2010-12-082-4/+9
* | Remove obsolete CVS rulesAndreas Schwab2010-12-081-32/+0
* | Simplify check for running kernelAndreas Schwab2010-11-171-15/+3
* | Avoid unpackaged filesAndreas Schwab2010-11-161-0/+2
* | Typo fixAndreas Schwab2010-11-121-1/+1
* | 2.12.90-19Andreas Schwab2010-11-121-1/+21
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-11-1248-311/+2801
|\ \ | |/
| * Fix memory leak in fnmatchAndreas Schwab2010-11-124-8/+24
| * Support Intel processor model 6 and model 0x2.H.J. Lu2010-11-122-0/+6
| * Fix comparison in sqrtl for IBM long double 128.Luis Machado2010-11-102-2/+7
| * Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu2010-11-104-6/+53
| * Fix warnings in __bswap_16.Ulrich Drepper2010-11-104-23/+31
| * Use IFUNC on x86-64 memsetH.J. Lu2010-11-0810-156/+387
| * power7-optimized mempcpyLuis Machado2010-11-053-0/+934
| * 32bit memset-sse2.S fails with uneven cache sizeUlrich Drepper2010-11-054-4/+43
| * Verify in ttyname() that the symlink is valid.Miklos Szeredi2010-11-034-12/+65
| * Fix typo in comment.Erich Ritz2010-11-012-1/+5
| * Update Danish translations.Ulrich Drepper2010-11-012-6/+9
| * Fix assertion in ld.so, introduced by delayed adding to global list.Ulrich Drepper2010-10-262-1/+6
| * Add missing file.Ulrich Drepper2010-10-261-0/+14
| * Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel2010-10-266-48/+70
| * Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li2010-10-253-3/+10
| * Fix perturbing in malloc on free.Ulrich Drepper2010-10-243-4/+10