about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Handle DSOs without any dependency in ld.so release/2.13/masterUlrich Drepper2011-07-204-51/+66
| | | | (cherry picked from commit 6b1e7d1992cd89032df431c0e0d1418b97e57cd8)
* Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger2011-06-146-5/+14
| | | | (cherry picked from commit 4c559bcdf38d7b655860c1a31c590109f37cc0fe)
* Move setting variable in relro data earlier in ld.so.Andreas Schwab2011-02-223-5/+16
| | | | (cherry picked from commit e23fe25b33324a9ea992276c1a4f04127bf9ba4b)
* Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.Ryan S. Arnold2011-02-224-2/+124
| | | | (cherry picked from commit d55fd7a5573ea7c7c14af95bc37618469cde8a5f)
* Disable VSX usage in rtld.c to prevent TOC ref before relocs are resolved.Ryan S. Arnold2011-02-222-0/+12
| | | | (cherry picked from commit 2206397e1c46f69fb20eeb3de1920d3a7014c325)
* NEWS: Remove section for version 2.14Petr Baudis2011-02-041-6/+0
| | | | We do not track lists of resolved bugs within stable releases.
* Fix passing symbol value to pltexit callbacks when ld.so auditing.Ulrich Drepper2011-02-042-1/+8
| | | | (cherry picked from commit 8517b15ee8e39fed11afb784fd0e249d977849f4)
* Fix range error handling in sgetspent.Andreas Schwab2011-02-042-3/+8
| | | | (cherry picked from commit 10a656fe33d8257531ff3e9a882d3fd7db6ce5b3)
* Patch followup.Ulrich Drepper2011-01-192-1/+8
|
* Fix ordering of DSO constructors and destructors.Ulrich Drepper2011-01-1919-116/+394
|
* Fix decoding of canonical name in getaddrinfo.Ulrich Drepper2011-01-192-0/+6
|
* Fix comment typos.Roland McGrath2011-01-197-12/+21
|
* Run IFUNC tests unless no support build in at all.Ulrich Drepper2011-01-182-2/+6
|
* 2.13 release glibc-2.13Ulrich Drepper2011-01-173-4/+8
|
* Define AT_NO_AUTOMOUNT.Ulrich Drepper2011-01-172-1/+5
|
* Define MADV_NOHUGEPAGE.Ulrich Drepper2011-01-178-1/+9
|
* Define MADV_HUGEPAGE.Ulrich Drepper2011-01-178-7/+23
|
* Update copyright year.Ulrich Drepper2011-01-1717-33/+50
|
* Add definitions for new socket protocols.Ulrich Drepper2011-01-173-6/+20
|
* 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
|