summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix sparc64 bzero on non-Niagara systems.David S. Miller2011-03-032-2/+7
|
* Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab2011-02-258-13/+59
|
* Update BZ listUlrich Drepper2011-02-251-2/+2
|
* Don't crash when dependencies are missingAndreas Schwab2011-02-252-5/+11
|
* Fix __if_freereq crash: Unlike the generic version which uses free, Hurd ↵Samuel Thibault2011-02-212-0/+51
| | | | needs munmap.
* Update with BZ number.Ulrich Drepper2011-02-202-2/+3
|
* Fix allocation when handling positional parameters in printf.Petr Baudis2011-02-204-3/+33
|
* Move setting variable in relro data earlier in ld.so.Andreas Schwab2011-02-203-5/+16
|
* elf/elf.h: Add new ARM TLS relocs.Nathan Sidwell2011-02-182-1/+12
|
* Work around empty line at end file generated by autoconf.Ulrich Drepper2011-02-172-0/+2
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-02-174-1/+27
|\ | | | | | | | | Conflicts: ChangeLog
| * Add multiple inclusion protection to some Mach/i386 internal headers.Samuel Thibault2011-02-163-0/+15
| |
| * Conditionalize use of SIGRTMIN in psiginfo.Samuel Thibault2011-02-162-1/+12
| |
* | Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.Ryan S. Arnold2011-02-174-2/+124
| |
* | Update bug list.Ulrich Drepper2011-02-171-2/+2
| |
* | Disable VSX usage in rtld.c to prevent TOC ref before relocs are resolved.Ryan S. Arnold2011-02-172-0/+12
| |
* | Remove use of ranlib.Ulrich Drepper2011-02-1513-358/+483
|/
* Fix two printf handler issues.Jakub Jelinek2011-02-153-7/+21
|
* Update sysdeps/unix/sysv/linux/sparc/bits/socket.hAndreas Schwab2011-02-072-9/+38
|
* Synchronize generic bits/sched.h cpu_set_t with Linux implementation.Samuel Thibault2011-02-072-15/+83
|
* Schedule nscd cache pruning more accurately fromr re-added values.Ulrich Drepper2011-02-0511-99/+183
|
* Fix some warning nits.Roland McGrath2011-02-049-15/+30
|
* Add missing configure patch.H.J. Lu2011-02-022-0/+3
|
* Fix typo in NEWSUlrich Drepper2011-02-021-1/+1
|
* Update bz listUlrich Drepper2011-02-021-2/+2
|
* AVX audit test failures with gcc 4.6H.J. Lu2011-02-025-338/+458
|
* Fix passing symbol value to pltexit callbacks when ld.so auditing.Ulrich Drepper2011-02-022-1/+8
|
* Fix range error handling in sgetspent.Andreas Schwab2011-02-022-3/+8
|
* Open 2.14 development.Ulrich Drepper2011-01-241-2/+2
|
* 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
|