Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-05-09 | 2 | -4/+9 |
|\ | | | | | | | | | Conflicts: localedata/ChangeLog | ||||
| * | Remove .UTF-8 suffix from locale names when it is the only supported codeset | Andreas Schwab | 2011-05-08 | 2 | -4/+9 |
| | | |||||
* | | Add os_RU locale | Ulrich Drepper | 2011-05-09 | 4 | -2/+181 |
|/ | |||||
* | Make complete getcwd work in rtld | Ulrich Drepper | 2011-05-08 | 9 | -35/+93 |
| | |||||
* | Fix Linux getcwd for long paths | Ulrich Drepper | 2011-05-08 | 11 | -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 Drepper | 2011-05-08 | 4 | -7/+18 |
| | | | | Don't call fcntl(F_SETFD) unnecessarily. | ||||
* | static tls memory leak on TLS_DTV_AT_TP archs | Alan Modra | 2011-05-07 | 3 | -25/+45 |
| | |||||
* | Doc fixes. | Ulrich Drepper | 2011-05-07 | 2 | -3/+3 |
| | |||||
* | Actually undefine ARG_MAX from <linux/limits.h> | Jonathan Nieder | 2011-05-07 | 2 | -2/+9 |
| | |||||
* | Backport BIND code to query name as TLD. | Ulrich Drepper | 2011-05-07 | 6 | -10/+30 |
| | |||||
* | Allow $ORIGIN to reference trusted directoreis in SUID binaries. | Ulrich Drepper | 2011-05-07 | 3 | -33/+106 |
| | |||||
* | Misplaced new line in last patch | Ulrich Drepper | 2011-05-07 | 1 | -3/+1 |
| | |||||
* | Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.h | Paul Pluzhnikov | 2011-05-07 | 2 | -1/+10 |
| | |||||
* | Report if no record is found by initgroups in nss_files. | Ulrich Drepper | 2011-05-06 | 2 | -1/+8 |
| | |||||
* | Update. | Ulrich Drepper | 2011-05-06 | 1 | -3/+2 |
| | |||||
* | Install rpc/netdb.h again | Andreas Schwab | 2011-05-06 | 3 | -3/+15 |
| | |||||
* | Use --{start,end}-group to handle circular dependency between libgcc.a and ↵ | Paul Pluzhnikov | 2011-05-05 | 2 | -1/+6 |
| | | | | libc.a. | ||||
* | Explain header situation after RPC removal in NEWS | Ulrich Drepper | 2011-05-05 | 1 | -1/+6 |
| | |||||
* | Don't use removed rpc headers | Andreas Schwab | 2011-05-05 | 4 | -8/+13 |
| | |||||
* | ldconfig: don't crash on empty path in config file | Andreas Schwab | 2011-05-03 | 2 | -6/+13 |
| | |||||
* | Better use of open in pathconf. | Ulrich Drepper | 2011-05-02 | 1 | -1/+6 |
| | |||||
* | getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modules | Maciej Babinski | 2011-05-02 | 3 | -46/+35 |
| | |||||
* | Fix pathconf(_PC_BUF_SIZE). | Ulrich Drepper | 2011-05-02 | 3 | -3/+21 |
| | |||||
* | Update NEWS | Ulrich Drepper | 2011-05-01 | 1 | -2/+2 |
| | |||||
* | Fix getnameinfo flags parameter type. | Bruno Haible | 2011-05-01 | 4 | -5/+13 |
| | |||||
* | Add finer grained control for initgroups lookups to NSS. | Ulrich Drepper | 2011-04-29 | 3 | -2/+10 |
| | |||||
* | Use al possible bytes from fopen mode string. | Eric Blake | 2011-04-22 | 3 | -18/+25 |
| | |||||
* | Fix "make xcheck" in sunrpc. | H.J. Lu | 2011-04-22 | 5 | -3/+25 |
| | |||||
* | Fix whitespaces. | Ulrich Drepper | 2011-04-22 | 7 | -106/+104 |
| | |||||
* | Remove doubled words. | Jim Meyering | 2011-04-22 | 57 | -107/+107 |
| | |||||
* | Fix reallocation bug in last nss_files change. | Ulrich Drepper | 2011-04-21 | 2 | -1/+7 |
| | |||||
* | Fix build problem in sunrpc. | Ulrich Drepper | 2011-04-20 | 2 | -2/+6 |
| | |||||
* | Fix little issue with last change. | Ulrich Drepper | 2011-04-19 | 1 | -2/+4 |
| | |||||
* | Define initgroups callback for nss_files. | Ulrich Drepper | 2011-04-19 | 4 | -1/+142 |
| | |||||
* | elf.h: Define R_ARM_IRELATIVE reloc type. | Richard Sandiford | 2011-04-19 | 2 | -1/+6 |
| | |||||
* | Update Russian translation. | Ulrich Drepper | 2011-04-19 | 2 | -47/+52 |
| | |||||
* | Add before-compile to dependencies for librpc_compat_pic objects. | Ulrich Drepper | 2011-04-17 | 2 | -1/+6 |
| | |||||
* | Fix static linking with checking x86/x86-64 memcpy. | Mike Frysinger | 2011-04-17 | 6 | -5/+14 |
| | |||||
* | Fix POWER4/POWER7 optimized strncmp to not read past differing bytes | Andreas Schwab | 2011-04-17 | 5 | -20/+32 |
| | |||||
* | Fix FPU context handling in getcontext on x86-64. | Ulrich Drepper | 2011-04-17 | 5 | -6/+70 |
| | | | | fnstenv on x86-64 seems to clear the state. Work around. | ||||
* | Typo fix appproximated. | Justin P. Mattock | 2011-04-17 | 2 | -2/+2 |
| | |||||
* | Fix a comment. | Justin P. Mattock | 2011-04-17 | 1 | -1/+1 |
| | |||||
* | Use .machine to prevent AS from complaining about z9-109 instructions in ↵ | Andreas Krebbel | 2011-04-17 | 4 | -3/+19 |
| | | | | iconv modules | ||||
* | Skip extra zeroes when searching auxv on s390 | Andreas Krebbel | 2011-04-17 | 2 | -0/+17 |
| | |||||
* | Obsolete RPC implementation in libc. | Ulrich Drepper | 2011-04-16 | 71 | -623/+993 |
| | |||||
* | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | 2011-04-10 | 12 | -14/+56 |
| | |||||
* | Update NEWS. | Ulrich Drepper | 2011-04-10 | 1 | -2/+3 |
| | |||||
* | Don't leave empty element in rpath when skipping an element | Andreas Schwab | 2011-04-09 | 2 | -6/+29 |
| | |||||
* | Make ppc sync_file_range cancelable. | Andreas Schwab | 2011-04-09 | 2 | -3/+18 |
| | |||||
* | Fix typo in comment. | Ulrich Drepper | 2011-04-09 | 3 | -4/+10 |
| |