aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-09Transliterate U20B9.Ulrich Drepper
2011-05-09Remove some incorrectly added lines from UTF-8 dataUlrich Drepper
2011-05-09Update UTF-8 data fileUlrich Drepper
2011-05-09Fix contact info.Ulrich Drepper
2011-05-09Fix whitespacesUlrich Drepper
2011-05-09Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: localedata/ChangeLog
2011-05-09Add os_RU localeUlrich Drepper
2011-05-08Remove .UTF-8 suffix from locale names when it is the only supported codesetAndreas Schwab
2011-05-08Make complete getcwd work in rtldUlrich Drepper
2011-05-08Fix Linux getcwd for long pathsUlrich Drepper
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 Drepper
Don't call fcntl(F_SETFD) unnecessarily.
2011-05-07static tls memory leak on TLS_DTV_AT_TP archsAlan Modra
2011-05-07Doc fixes.Ulrich Drepper
2011-05-07Actually undefine ARG_MAX from <linux/limits.h>Jonathan Nieder
2011-05-07Backport BIND code to query name as TLD.Ulrich Drepper
2011-05-07Allow $ORIGIN to reference trusted directoreis in SUID binaries.Ulrich Drepper
2011-05-07Misplaced new line in last patchUlrich Drepper
2011-05-07Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.hPaul Pluzhnikov
2011-05-06Report if no record is found by initgroups in nss_files.Ulrich Drepper
2011-05-06Update.Ulrich Drepper
2011-05-06Install rpc/netdb.h againAndreas Schwab
2011-05-05Use --{start,end}-group to handle circular dependency between libgcc.a and ↵Paul Pluzhnikov
libc.a.
2011-05-05Explain header situation after RPC removal in NEWSUlrich Drepper
2011-05-05Don't use removed rpc headersAndreas Schwab
2011-05-03ldconfig: don't crash on empty path in config fileAndreas Schwab
2011-05-02Better use of open in pathconf.Ulrich Drepper
2011-05-02getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski
2011-05-02Fix pathconf(_PC_BUF_SIZE).Ulrich Drepper
2011-05-01Update NEWSUlrich Drepper
2011-05-01Fix getnameinfo flags parameter type.Bruno Haible
2011-04-29Add finer grained control for initgroups lookups to NSS.Ulrich Drepper
2011-04-22Use al possible bytes from fopen mode string.Eric Blake
2011-04-22Fix "make xcheck" in sunrpc.H.J. Lu
2011-04-22Fix whitespaces.Ulrich Drepper
2011-04-22Remove doubled words.Jim Meyering
2011-04-21Fix reallocation bug in last nss_files change.Ulrich Drepper
2011-04-20Fix build problem in sunrpc.Ulrich Drepper
2011-04-19Fix little issue with last change.Ulrich Drepper
2011-04-19Define initgroups callback for nss_files.Ulrich Drepper
2011-04-19elf.h: Define R_ARM_IRELATIVE reloc type.Richard Sandiford
2011-04-19 Update Russian translation.Ulrich Drepper
2011-04-17Add before-compile to dependencies for librpc_compat_pic objects.Ulrich Drepper
2011-04-17Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger
2011-04-17Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab
2011-04-17Fix FPU context handling in getcontext on x86-64.Ulrich Drepper
fnstenv on x86-64 seems to clear the state. Work around.
2011-04-17Typo fix appproximated.Justin P. Mattock
2011-04-17Fix a comment.Justin P. Mattock
2011-04-17Use .machine to prevent AS from complaining about z9-109 instructions in ↵Andreas Krebbel
iconv modules
2011-04-17Skip extra zeroes when searching auxv on s390Andreas Krebbel
2011-04-16Obsolete RPC implementation in libc.Ulrich Drepper