aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2011-05-13Fix file descriptor position after fcloseUlrich Drepper1-0/+8
fclose should leave the file descriptor position after the last read or written byte.
2011-05-12Fix resizing able for unique symbols when adding symbol for copy relocationPiotr Bury1-0/+13
2011-05-11Fix sched_setscheduler call in spawn implementationUlrich Drepper1-0/+3
2011-05-11Report write error in addmnt even for cached streams.Ulrich Drepper1-0/+3
2011-05-11Fix typo.Ulrich Drepper1-1/+1
2011-05-11Fix up testing for valid $ORIGIN useUlrich Drepper1-0/+12
2011-05-10More configurability for secondary group lookupUlrich Drepper1-0/+10
Together with a previous patch which introduced the initgroups entry in nsswitch.conf this patch allows more customization of the lookups for initgroups/getgrouplist. Nothing changes if the groups entry in nsswitch.conf is used. If the initgroups entry is used instead the code now doesn't automatically continue looking for more entries aftedr a successful lookup. Instead the normal rules are followed which do specify that by default no more service is consulted. This can be overwritten with [SUCCESS=continue] appropriately placed in the line.
2011-05-09Just BZ annotationsUlrich Drepper1-0/+1
2011-05-09Add support for CP770, CP771, CP772, CP773, and CP774Ulrich Drepper1-0/+27
2011-05-09Add ary language entry.Ulrich Drepper1-0/+2
2011-05-09Support Colon SignUlrich Drepper1-0/+2
Used in the Costa Rican locale and now also in the El Salvadorian locale.
2011-05-09Add wae_CH localeKevin Bortis1-0/+4
2011-05-09Use appropriate type for return value checkingUlrich Drepper1-0/+4
2011-05-09Transliterate U20B9.Ulrich Drepper1-0/+6
2011-05-08Make complete getcwd work in rtldUlrich Drepper1-4/+9
2011-05-08Fix Linux getcwd for long pathsUlrich Drepper1-0/+13
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 Drepper1-0/+9
Don't call fcntl(F_SETFD) unnecessarily.
2011-05-07static tls memory leak on TLS_DTV_AT_TP archsAlan Modra1-0/+8
2011-05-07Doc fixes.Ulrich Drepper1-2/+2
2011-05-07Actually undefine ARG_MAX from <linux/limits.h>Jonathan Nieder1-0/+6
2011-05-07Backport BIND code to query name as TLD.Ulrich Drepper1-0/+10
2011-05-07Allow $ORIGIN to reference trusted directoreis in SUID binaries.Ulrich Drepper1-0/+10
2011-05-07Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.hPaul Pluzhnikov1-0/+5
2011-05-06Report if no record is found by initgroups in nss_files.Ulrich Drepper1-0/+5
2011-05-06Install rpc/netdb.h againAndreas Schwab1-0/+6
2011-05-05Use --{start,end}-group to handle circular dependency between libgcc.a and ↵Paul Pluzhnikov1-0/+5
libc.a.
2011-05-05Don't use removed rpc headersAndreas Schwab1-0/+8
2011-05-03ldconfig: don't crash on empty path in config fileAndreas Schwab1-0/+4
2011-05-02getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski1-0/+6
2011-05-02Fix pathconf(_PC_BUF_SIZE).Ulrich Drepper1-0/+6
2011-05-01Fix getnameinfo flags parameter type.Bruno Haible1-0/+8
2011-04-29Add finer grained control for initgroups lookups to NSS.Ulrich Drepper1-0/+6
2011-04-22Use al possible bytes from fopen mode string.Eric Blake1-0/+7
2011-04-22Fix "make xcheck" in sunrpc.H.J. Lu1-0/+9
2011-04-21Fix reallocation bug in last nss_files change.Ulrich Drepper1-0/+5
2011-04-20Fix build problem in sunrpc.Ulrich Drepper1-0/+4
2011-04-19Define initgroups callback for nss_files.Ulrich Drepper1-0/+7
2011-04-19elf.h: Define R_ARM_IRELATIVE reloc type.Richard Sandiford1-0/+4
2011-04-19 Update Russian translation.Ulrich Drepper1-0/+4
2011-04-17Add before-compile to dependencies for librpc_compat_pic objects.Ulrich Drepper1-0/+5
2011-04-17Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger1-0/+9
2011-04-17Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab1-0/+8
2011-04-17Fix FPU context handling in getcontext on x86-64.Ulrich Drepper1-0/+8
fnstenv on x86-64 seems to clear the state. Work around.
2011-04-17Use .machine to prevent AS from complaining about z9-109 instructions in ↵Andreas Krebbel1-0/+7
iconv modules
2011-04-17Skip extra zeroes when searching auxv on s390Andreas Krebbel1-0/+5
2011-04-16Obsolete RPC implementation in libc.Ulrich Drepper1-0/+74
2011-04-10Fix memory leak in TLS of loaded objects.Ulrich Drepper1-0/+12
2011-04-09Don't leave empty element in rpath when skipping an elementAndreas Schwab1-0/+11
2011-04-09Make ppc sync_file_range cancelable.Andreas Schwab1-0/+5
2011-04-09Fix typo in comment.Ulrich Drepper1-0/+6