aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-05-09Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2-4/+9
Conflicts: localedata/ChangeLog
2011-05-09Add os_RU localeUlrich Drepper4-2/+181
2011-05-08Remove .UTF-8 suffix from locale names when it is the only supported codesetAndreas Schwab2-4/+9
2011-05-08Make complete getcwd work in rtldUlrich Drepper9-35/+93
2011-05-08Fix Linux getcwd for long pathsUlrich Drepper11-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).
2011-05-08Optimize fdopendir a bit.Ulrich Drepper4-7/+18
Don't call fcntl(F_SETFD) unnecessarily.
2011-05-07static tls memory leak on TLS_DTV_AT_TP archsAlan Modra3-25/+45
2011-05-07Doc fixes.Ulrich Drepper2-3/+3
2011-05-07Actually undefine ARG_MAX from <linux/limits.h>Jonathan Nieder2-2/+9
2011-05-07Backport BIND code to query name as TLD.Ulrich Drepper6-10/+30
2011-05-07Allow $ORIGIN to reference trusted directoreis in SUID binaries.Ulrich Drepper3-33/+106
2011-05-07Misplaced new line in last patchUlrich Drepper1-3/+1
2011-05-07Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.hPaul Pluzhnikov2-1/+10
2011-05-06Report if no record is found by initgroups in nss_files.Ulrich Drepper2-1/+8
2011-05-06Update.Ulrich Drepper1-3/+2
2011-05-06Install rpc/netdb.h againAndreas Schwab3-3/+15
2011-05-05Use --{start,end}-group to handle circular dependency between libgcc.a and ↵Paul Pluzhnikov2-1/+6
libc.a.
2011-05-05Explain header situation after RPC removal in NEWSUlrich Drepper1-1/+6
2011-05-05Don't use removed rpc headersAndreas Schwab4-8/+13
2011-05-03ldconfig: don't crash on empty path in config fileAndreas Schwab2-6/+13
2011-05-02Better use of open in pathconf.Ulrich Drepper1-1/+6
2011-05-02getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski3-46/+35
2011-05-02Fix pathconf(_PC_BUF_SIZE).Ulrich Drepper3-3/+21
2011-05-01Update NEWSUlrich Drepper1-2/+2
2011-05-01Fix getnameinfo flags parameter type.Bruno Haible4-5/+13
2011-04-29Add finer grained control for initgroups lookups to NSS.Ulrich Drepper3-2/+10
2011-04-22Use al possible bytes from fopen mode string.Eric Blake3-18/+25
2011-04-22Fix "make xcheck" in sunrpc.H.J. Lu5-3/+25
2011-04-22Fix whitespaces.Ulrich Drepper7-106/+104
2011-04-22Remove doubled words.Jim Meyering57-107/+107
2011-04-21Fix reallocation bug in last nss_files change.Ulrich Drepper2-1/+7
2011-04-20Fix build problem in sunrpc.Ulrich Drepper2-2/+6
2011-04-19Fix little issue with last change.Ulrich Drepper1-2/+4
2011-04-19Define initgroups callback for nss_files.Ulrich Drepper4-1/+142
2011-04-19elf.h: Define R_ARM_IRELATIVE reloc type.Richard Sandiford2-1/+6
2011-04-19 Update Russian translation.Ulrich Drepper2-47/+52
2011-04-17Add before-compile to dependencies for librpc_compat_pic objects.Ulrich Drepper2-1/+6
2011-04-17Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger6-5/+14
2011-04-17Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab5-20/+32
2011-04-17Fix FPU context handling in getcontext on x86-64.Ulrich Drepper5-6/+70
fnstenv on x86-64 seems to clear the state. Work around.
2011-04-17Typo fix appproximated.Justin P. Mattock2-2/+2
2011-04-17Fix a comment.Justin P. Mattock1-1/+1
2011-04-17Use .machine to prevent AS from complaining about z9-109 instructions in ↵Andreas Krebbel4-3/+19
iconv modules
2011-04-17Skip extra zeroes when searching auxv on s390Andreas Krebbel2-0/+17
2011-04-16Obsolete RPC implementation in libc.Ulrich Drepper71-623/+993
2011-04-10Fix memory leak in TLS of loaded objects.Ulrich Drepper12-14/+56
2011-04-10Update NEWS.Ulrich Drepper1-2/+3
2011-04-09Don't leave empty element in rpath when skipping an elementAndreas Schwab2-6/+29
2011-04-09Make ppc sync_file_range cancelable.Andreas Schwab2-3/+18
2011-04-09Fix typo in comment.Ulrich Drepper3-4/+10