Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-13 | Fix file descriptor position after fclose | Ulrich Drepper | 1 | -0/+8 | |
fclose should leave the file descriptor position after the last read or written byte. | |||||
2011-05-12 | Fix resizing able for unique symbols when adding symbol for copy relocation | Piotr Bury | 1 | -0/+13 | |
2011-05-11 | Fix sched_setscheduler call in spawn implementation | Ulrich Drepper | 1 | -0/+3 | |
2011-05-11 | Report write error in addmnt even for cached streams. | Ulrich Drepper | 1 | -0/+3 | |
2011-05-11 | Fix typo. | Ulrich Drepper | 1 | -1/+1 | |
2011-05-11 | Fix up testing for valid $ORIGIN use | Ulrich Drepper | 1 | -0/+12 | |
2011-05-10 | More configurability for secondary group lookup | Ulrich Drepper | 1 | -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-09 | Just BZ annotations | Ulrich Drepper | 1 | -0/+1 | |
2011-05-09 | Add support for CP770, CP771, CP772, CP773, and CP774 | Ulrich Drepper | 1 | -0/+27 | |
2011-05-09 | Add ary language entry. | Ulrich Drepper | 1 | -0/+2 | |
2011-05-09 | Support Colon Sign | Ulrich Drepper | 1 | -0/+2 | |
Used in the Costa Rican locale and now also in the El Salvadorian locale. | |||||
2011-05-09 | Add wae_CH locale | Kevin Bortis | 1 | -0/+4 | |
2011-05-09 | Use appropriate type for return value checking | Ulrich Drepper | 1 | -0/+4 | |
2011-05-09 | Transliterate U20B9. | Ulrich Drepper | 1 | -0/+6 | |
2011-05-08 | Make complete getcwd work in rtld | Ulrich Drepper | 1 | -4/+9 | |
2011-05-08 | Fix Linux getcwd for long paths | Ulrich Drepper | 1 | -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-08 | Optimize fdopendir a bit. | Ulrich Drepper | 1 | -0/+9 | |
Don't call fcntl(F_SETFD) unnecessarily. | |||||
2011-05-07 | static tls memory leak on TLS_DTV_AT_TP archs | Alan Modra | 1 | -0/+8 | |
2011-05-07 | Doc fixes. | Ulrich Drepper | 1 | -2/+2 | |
2011-05-07 | Actually undefine ARG_MAX from <linux/limits.h> | Jonathan Nieder | 1 | -0/+6 | |
2011-05-07 | Backport BIND code to query name as TLD. | Ulrich Drepper | 1 | -0/+10 | |
2011-05-07 | Allow $ORIGIN to reference trusted directoreis in SUID binaries. | Ulrich Drepper | 1 | -0/+10 | |
2011-05-07 | Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.h | Paul Pluzhnikov | 1 | -0/+5 | |
2011-05-06 | Report if no record is found by initgroups in nss_files. | Ulrich Drepper | 1 | -0/+5 | |
2011-05-06 | Install rpc/netdb.h again | Andreas Schwab | 1 | -0/+6 | |
2011-05-05 | Use --{start,end}-group to handle circular dependency between libgcc.a and ↵ | Paul Pluzhnikov | 1 | -0/+5 | |
libc.a. | |||||
2011-05-05 | Don't use removed rpc headers | Andreas Schwab | 1 | -0/+8 | |
2011-05-03 | ldconfig: don't crash on empty path in config file | Andreas Schwab | 1 | -0/+4 | |
2011-05-02 | getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modules | Maciej Babinski | 1 | -0/+6 | |
2011-05-02 | Fix pathconf(_PC_BUF_SIZE). | Ulrich Drepper | 1 | -0/+6 | |
2011-05-01 | Fix getnameinfo flags parameter type. | Bruno Haible | 1 | -0/+8 | |
2011-04-29 | Add finer grained control for initgroups lookups to NSS. | Ulrich Drepper | 1 | -0/+6 | |
2011-04-22 | Use al possible bytes from fopen mode string. | Eric Blake | 1 | -0/+7 | |
2011-04-22 | Fix "make xcheck" in sunrpc. | H.J. Lu | 1 | -0/+9 | |
2011-04-21 | Fix reallocation bug in last nss_files change. | Ulrich Drepper | 1 | -0/+5 | |
2011-04-20 | Fix build problem in sunrpc. | Ulrich Drepper | 1 | -0/+4 | |
2011-04-19 | Define initgroups callback for nss_files. | Ulrich Drepper | 1 | -0/+7 | |
2011-04-19 | elf.h: Define R_ARM_IRELATIVE reloc type. | Richard Sandiford | 1 | -0/+4 | |
2011-04-19 | Update Russian translation. | Ulrich Drepper | 1 | -0/+4 | |
2011-04-17 | Add before-compile to dependencies for librpc_compat_pic objects. | Ulrich Drepper | 1 | -0/+5 | |
2011-04-17 | Fix static linking with checking x86/x86-64 memcpy. | Mike Frysinger | 1 | -0/+9 | |
2011-04-17 | Fix POWER4/POWER7 optimized strncmp to not read past differing bytes | Andreas Schwab | 1 | -0/+8 | |
2011-04-17 | Fix FPU context handling in getcontext on x86-64. | Ulrich Drepper | 1 | -0/+8 | |
fnstenv on x86-64 seems to clear the state. Work around. | |||||
2011-04-17 | Use .machine to prevent AS from complaining about z9-109 instructions in ↵ | Andreas Krebbel | 1 | -0/+7 | |
iconv modules | |||||
2011-04-17 | Skip extra zeroes when searching auxv on s390 | Andreas Krebbel | 1 | -0/+5 | |
2011-04-16 | Obsolete RPC implementation in libc. | Ulrich Drepper | 1 | -0/+74 | |
2011-04-10 | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | 1 | -0/+12 | |
2011-04-09 | Don't leave empty element in rpath when skipping an element | Andreas Schwab | 1 | -0/+11 | |
2011-04-09 | Make ppc sync_file_range cancelable. | Andreas Schwab | 1 | -0/+5 | |
2011-04-09 | Fix typo in comment. | Ulrich Drepper | 1 | -0/+6 | |