about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Remove .UTF-8 suffix from locale names when it is the only supported codesetAndreas Schwab2011-05-082-4/+9
|
* Make complete getcwd work in rtldUlrich Drepper2011-05-089-35/+93
|
* Fix Linux getcwd for long pathsUlrich Drepper2011-05-0811-146/+307
| | | | | | | | | | The getcwd syscall (so far?) can only handle path up to one page in size. There is no limit about directory hierarchy depth, though, and the POSIX getcwd is supposed to handle this. In that case fall back to the generic getcwd. Additionally, optimize the generic getcwd to use openat when possible to change the asymptotic performance from O(N^2) to O(n).
* Optimize fdopendir a bit.Ulrich Drepper2011-05-084-7/+18
| | | | Don't call fcntl(F_SETFD) unnecessarily.
* static tls memory leak on TLS_DTV_AT_TP archsAlan Modra2011-05-073-25/+45
|
* Doc fixes.Ulrich Drepper2011-05-072-3/+3
|
* Actually undefine ARG_MAX from <linux/limits.h>Jonathan Nieder2011-05-072-2/+9
|
* Backport BIND code to query name as TLD.Ulrich Drepper2011-05-076-10/+30
|
* Allow $ORIGIN to reference trusted directoreis in SUID binaries.Ulrich Drepper2011-05-073-33/+106
|
* Misplaced new line in last patchUlrich Drepper2011-05-071-3/+1
|
* Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.hPaul Pluzhnikov2011-05-072-1/+10
|
* Report if no record is found by initgroups in nss_files.Ulrich Drepper2011-05-062-1/+8
|
* Update.Ulrich Drepper2011-05-061-3/+2
|
* Install rpc/netdb.h againAndreas Schwab2011-05-063-3/+15
|
* Use --{start,end}-group to handle circular dependency between libgcc.a and ↵Paul Pluzhnikov2011-05-052-1/+6
| | | | libc.a.
* Explain header situation after RPC removal in NEWSUlrich Drepper2011-05-051-1/+6
|
* Don't use removed rpc headersAndreas Schwab2011-05-054-8/+13
|
* ldconfig: don't crash on empty path in config fileAndreas Schwab2011-05-032-6/+13
|
* Better use of open in pathconf.Ulrich Drepper2011-05-021-1/+6
|
* getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski2011-05-023-46/+35
|
* Fix pathconf(_PC_BUF_SIZE).Ulrich Drepper2011-05-023-3/+21
|
* Update NEWSUlrich Drepper2011-05-011-2/+2
|
* Fix getnameinfo flags parameter type.Bruno Haible2011-05-014-5/+13
|
* Add finer grained control for initgroups lookups to NSS.Ulrich Drepper2011-04-293-2/+10
|
* Use al possible bytes from fopen mode string.Eric Blake2011-04-223-18/+25
|
* Fix "make xcheck" in sunrpc.H.J. Lu2011-04-225-3/+25
|
* Fix whitespaces.Ulrich Drepper2011-04-227-106/+104
|
* Remove doubled words.Jim Meyering2011-04-2257-107/+107
|
* Fix reallocation bug in last nss_files change.Ulrich Drepper2011-04-212-1/+7
|
* Fix build problem in sunrpc.Ulrich Drepper2011-04-202-2/+6
|
* Fix little issue with last change.Ulrich Drepper2011-04-191-2/+4
|
* Define initgroups callback for nss_files.Ulrich Drepper2011-04-194-1/+142
|
* elf.h: Define R_ARM_IRELATIVE reloc type.Richard Sandiford2011-04-192-1/+6
|
* Update Russian translation.Ulrich Drepper2011-04-192-47/+52
|
* Add before-compile to dependencies for librpc_compat_pic objects.Ulrich Drepper2011-04-172-1/+6
|
* Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger2011-04-176-5/+14
|
* Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab2011-04-175-20/+32
|
* Fix FPU context handling in getcontext on x86-64.Ulrich Drepper2011-04-175-6/+70
| | | | fnstenv on x86-64 seems to clear the state. Work around.
* Typo fix appproximated.Justin P. Mattock2011-04-172-2/+2
|
* Fix a comment.Justin P. Mattock2011-04-171-1/+1
|
* Use .machine to prevent AS from complaining about z9-109 instructions in ↵Andreas Krebbel2011-04-174-3/+19
| | | | iconv modules
* Skip extra zeroes when searching auxv on s390Andreas Krebbel2011-04-172-0/+17
|
* Obsolete RPC implementation in libc.Ulrich Drepper2011-04-1671-623/+993
|
* Fix memory leak in TLS of loaded objects.Ulrich Drepper2011-04-1012-14/+56
|
* Update NEWS.Ulrich Drepper2011-04-101-2/+3
|
* Don't leave empty element in rpath when skipping an elementAndreas Schwab2011-04-092-6/+29
|
* Make ppc sync_file_range cancelable.Andreas Schwab2011-04-092-3/+18
|
* Fix typo in comment.Ulrich Drepper2011-04-093-4/+10
|
* Maintain stack alignment in ____longjmp_chk on x86_64Andreas Schwab2011-04-072-11/+21
|
* Revert "Fix strncmp page test to limit length to size of object"Andreas Schwab2011-04-072-9/+3
| | | | This reverts commit e513f34605747f43eed259519b6fb847591861d2.