about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix missing dependencies and ensure correct CPPFLAGS.Andreas Schwab2011-01-164-23/+49
|
* Don't override --enable-multi-arch.Andreas Schwab2011-01-163-85/+89
|
* Signal temporary host lookup errors in nscd as such to the requester.Ulrich Drepper2011-01-153-10/+37
|
* Change setgroups to affect all the threads in the process.Ulrich Drepper2011-01-146-12/+66
|
* FIx handling of unterminated [ expression in fnmatch.Ulrich Drepper2011-01-147-16/+43
|
* Fix check-execstack testAndreas Schwab2011-01-133-18/+31
|
* Clean up PLT use for getrlimit64.Ulrich Drepper2011-01-134-2/+8
|
* Fix PLT use due to __libc_alloca_cutoff.Ulrich Drepper2011-01-134-1/+5
|
* Relax requirement on close in child created by posix_spawn.Ulrich Drepper2011-01-132-3/+20
|
* Fix handling of missing syscall in Linux mkdirat.Ulrich Drepper2011-01-133-7/+11
|
* Handle long lines in host lookups in the right place.Ulrich Drepper2011-01-135-8/+69
|
* Fix assertion when handling DSTs during auditing.Ulrich Drepper2011-01-122-6/+16
|
* Fix alignment in x86 destructor calls.Ulrich Drepper2011-01-122-0/+6
|
* Add missing CL entry.Ulrich Drepper2011-01-121-0/+9
|
* Fix grouping when rounding increases number of integer digits.Ulrich Drepper2011-01-124-12/+105
|
* Clean up some bits/select.h headers.Ulrich Drepper2011-01-094-32/+28
|
* Update Japanese translations.Ulrich Drepper2011-01-082-4111/+5568
|
* sparc64: Use i386 implementation for fxstat.David S. Miller2011-01-043-5/+11
| | | | | This was simply missed when Jakub converted all of the other sparc64 xstat cases.
* Fix infloop on persistent failing calloc in regex.Jim Meyering2010-12-273-2/+10
|
* Update BZs.Ulrich Drepper2010-12-261-4/+5
|
* Use prlimit64 for 32-bit [gs]etrlimit64 implementation.Ulrich Drepper2010-12-255-2/+121
|
* Use fastbin macro everywhere.Ulrich Drepper2010-12-252-1/+4
|
* Change XPG-compliant strerror_r function to return error code.Ulrich Drepper2010-12-253-22/+14
|
* Pretty printing.Ulrich Drepper2010-12-241-2/+2
|
* Remove `.ctors' and `.dtors' output sectionsH.J. Lu2010-12-2411-159/+209
|
* 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
| | | | | | Alignment issue can increase the reclen limit. Make sure Linux 64-bit readdir_r also accounts for 64-bit alignment in getdents.
* Undo accidental checkin.Ulrich Drepper2010-12-142-25/+34
|
* 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
|\ | | | | | | | | Conflicts: ChangeLog
| * 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
| | | | | | | | | | | | | The aux_cache fix of bug 11149 introduced a new bug - normally, ldconfig -r never cares if the auxiliary cache is not available and that is not a fatal problem, however this is not the case in case of ldconfig -r when executed as non-root. In that case, ldconfig -r fails hard unless var/cache/ldconfig/ exists within the chroot. This patch fixes that. Conflicts: ChangeLog
* Optimize last initgroups patch a bit.Ulrich Drepper2010-11-222-12/+17
|
* Fix multiple nss_compat initgroups() bugsUlrich Drepper2010-11-222-8/+17
| | | | | | | | | | | | | | | | Compat initgroups() is completely broken; the code will always set skip_initgroups_dyn to true, so initgroups() will never be actually called, but due to the nature of the code, setgrent() won't be called either - thus, subsequent invocations of initgroups() will not return the NIS group list anymore. This is a simple patch that makes sure skip_initgroups_dyn is set only in case initgroups is not available; it also attempts to handle the unavailability of other NSS interfaces better. Conflicts: ChangeLog
* Define MAP_HUGETLB.Ulrich Drepper2010-11-193-2/+10
|
* Define SWAP_FLAG_DISCARD.Ulrich Drepper2010-11-162-1/+6
|
* 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
|