Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modules | Maciej Babinski | 2011-05-02 | 1 | -1/+1 |
| | |||||
* | Fix pathconf(_PC_BUF_SIZE). | Ulrich Drepper | 2011-05-02 | 1 | -2/+2 |
| | |||||
* | Update NEWS | Ulrich Drepper | 2011-05-01 | 1 | -2/+2 |
| | |||||
* | Use al possible bytes from fopen mode string. | Eric Blake | 2011-04-22 | 1 | -2/+2 |
| | |||||
* | Fix static linking with checking x86/x86-64 memcpy. | Mike Frysinger | 2011-04-17 | 1 | -1/+1 |
| | |||||
* | Fix FPU context handling in getcontext on x86-64. | Ulrich Drepper | 2011-04-17 | 1 | -3/+3 |
| | | | | fnstenv on x86-64 seems to clear the state. Work around. | ||||
* | Obsolete RPC implementation in libc. | Ulrich Drepper | 2011-04-16 | 1 | -1/+7 |
| | |||||
* | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | 2011-04-10 | 1 | -1/+1 |
| | |||||
* | Update NEWS. | Ulrich Drepper | 2011-04-10 | 1 | -2/+3 |
| | |||||
* | Fix typo in comment. | Ulrich Drepper | 2011-04-09 | 1 | -2/+2 |
| | |||||
* | Work around old buggy program which cannot cope with memcpy semantics. | H.J. Lu | 2011-04-01 | 1 | -2/+2 |
| | |||||
* | Fix visibility of declarations of wcpcpy and wcpncpy. | Ulrich Drepper | 2011-04-01 | 1 | -1/+2 |
| | |||||
* | Rename open_by_handle to open_by_handle_at. | Andreas Schwab | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | Add support for name_to_handle_at and open_by_handle. | Ulrich Drepper | 2011-04-01 | 1 | -2/+2 |
| | |||||
* | Add clock_adjtime syscall. | Ulrich Drepper | 2011-03-30 | 1 | -1/+3 |
| | |||||
* | Handle page boundaries in x86 SSE4.2 strncmp. | H.J. Lu | 2011-03-21 | 1 | -2/+2 |
| | |||||
* | Implement x86 cpuid handling of leaf4 for cache information. | Ulrich Drepper | 2011-03-20 | 1 | -2/+2 |
| | |||||
* | Add BZ info. | Ulrich Drepper | 2011-03-18 | 1 | -2/+2 |
| | |||||
* | Fix copy relocations handling of unique objects. | Ulrich Drepper | 2011-03-10 | 1 | -2/+2 |
| | |||||
* | Fix memory leak in dlopen with RTLD_NOLOAD. | Andreas Schwab | 2011-02-25 | 1 | -1/+1 |
| | |||||
* | Update BZ list | Ulrich Drepper | 2011-02-25 | 1 | -2/+2 |
| | |||||
* | Update with BZ number. | Ulrich Drepper | 2011-02-20 | 1 | -2/+2 |
| | |||||
* | Move setting variable in relro data earlier in ld.so. | Andreas Schwab | 2011-02-20 | 1 | -1/+1 |
| | |||||
* | Update bug list. | Ulrich Drepper | 2011-02-17 | 1 | -2/+2 |
| | |||||
* | Fix typo in NEWS | Ulrich Drepper | 2011-02-02 | 1 | -1/+1 |
| | |||||
* | Update bz list | Ulrich Drepper | 2011-02-02 | 1 | -2/+2 |
| | |||||
* | Patch followup. | Ulrich Drepper | 2011-01-19 | 1 | -1/+7 |
| | |||||
* | Signal temporary host lookup errors in nscd as such to the requester. | Ulrich Drepper | 2011-01-15 | 1 | -6/+6 |
| | |||||
* | Change setgroups to affect all the threads in the process. | Ulrich Drepper | 2011-01-14 | 1 | -4/+5 |
| | |||||
* | FIx handling of unterminated [ expression in fnmatch. | Ulrich Drepper | 2011-01-14 | 1 | -2/+2 |
| | |||||
* | Fix handling of missing syscall in Linux mkdirat. | Ulrich Drepper | 2011-01-13 | 1 | -5/+5 |
| | |||||
* | Handle long lines in host lookups in the right place. | Ulrich Drepper | 2011-01-13 | 1 | -2/+2 |
| | |||||
* | Fix grouping when rounding increases number of integer digits. | Ulrich Drepper | 2011-01-12 | 1 | -3/+3 |
| | |||||
* | sparc64: Use i386 implementation for fxstat. | David S. Miller | 2011-01-04 | 1 | -4/+4 |
| | | | | | This was simply missed when Jakub converted all of the other sparc64 xstat cases. | ||||
* | Fix infloop on persistent failing calloc in regex. | Jim Meyering | 2010-12-27 | 1 | -2/+2 |
| | |||||
* | Update BZs. | Ulrich Drepper | 2010-12-26 | 1 | -4/+5 |
| | |||||
* | Fix one exit path in x86-64 SSE4.2 str{,n}casecmp. | H.J. Lu | 2010-11-10 | 1 | -2/+2 |
| | |||||
* | Fix warnings in __bswap_16. | Ulrich Drepper | 2010-11-10 | 1 | -2/+2 |
| | |||||
* | 32bit memset-sse2.S fails with uneven cache size | Ulrich Drepper | 2010-11-05 | 1 | -2/+2 |
| | | | | | | | | | 32bit memset-sse2.S assumes cache size is multiple of 128 bytes. If it isn't true, memset-sse2.S will fail. For example, a processor can have 24576 KB L3 cache and 20 cores. That is 2516582 byte per core. Half of it is 1258291, which isn't helpful for vector instructions. This patch rounds cache sizes to multiple of 256 bytes and adds "raw" cache sizes. | ||||
* | Verify in ttyname() that the symlink is valid. | Miklos Szeredi | 2010-11-03 | 1 | -2/+2 |
| | |||||
* | Fix x86-64 strchr propagation of search byte into all bytes of SSE register | Richard Li | 2010-10-25 | 1 | -1/+1 |
| | |||||
* | Fix perturbing in malloc on free. | Ulrich Drepper | 2010-10-24 | 1 | -2/+2 |
| | |||||
* | Fix alignment of AVX safe area on x86-64. | H.J. Lu | 2010-10-13 | 1 | -2/+3 |
| | |||||
* | Fix memory leak for some invalid regular expressions. | Ulrich Drepper | 2010-10-11 | 1 | -1/+1 |
| | |||||
* | psiginfo relied too much on sys_siglist. | Ulrich Drepper | 2010-10-11 | 1 | -1/+1 |
| | |||||
* | Linux getifaddrs might return entries with ->ifa_addr being NULL. | Ulrich Drepper | 2010-10-11 | 1 | -1/+1 |
| | |||||
* | Correct implementation of fmaf. | Jakub Jelinek | 2010-10-11 | 1 | -1/+1 |
| | |||||
* | Fix BZ reference in last checkin. | Ulrich Drepper | 2010-10-11 | 1 | -1/+1 |
| | |||||
* | Unify psiginfo output. | Ulrich Drepper | 2010-10-11 | 1 | -2/+2 |
| | |||||
* | More NEWS changes. | Ulrich Drepper | 2010-10-03 | 1 | -2/+2 |
| |