Age | Commit message (Expand) | Author | Files | Lines |
2011-04-17 | Fix static linking with checking x86/x86-64 memcpy. | Mike Frysinger | 1 | -1/+1 |
2011-04-17 | Fix FPU context handling in getcontext on x86-64. | Ulrich Drepper | 1 | -3/+3 |
2011-04-16 | Obsolete RPC implementation in libc. | Ulrich Drepper | 1 | -1/+7 |
2011-04-10 | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | 1 | -1/+1 |
2011-04-10 | Update NEWS. | Ulrich Drepper | 1 | -2/+3 |
2011-04-09 | Fix typo in comment. | Ulrich Drepper | 1 | -2/+2 |
2011-04-01 | Work around old buggy program which cannot cope with memcpy semantics. | H.J. Lu | 1 | -2/+2 |
2011-04-01 | Fix visibility of declarations of wcpcpy and wcpncpy. | Ulrich Drepper | 1 | -1/+2 |
2011-04-01 | Rename open_by_handle to open_by_handle_at. | Andreas Schwab | 1 | -1/+1 |
2011-04-01 | Add support for name_to_handle_at and open_by_handle. | Ulrich Drepper | 1 | -2/+2 |
2011-03-30 | Add clock_adjtime syscall. | Ulrich Drepper | 1 | -1/+3 |
2011-03-21 | Handle page boundaries in x86 SSE4.2 strncmp. | H.J. Lu | 1 | -2/+2 |
2011-03-20 | Implement x86 cpuid handling of leaf4 for cache information. | Ulrich Drepper | 1 | -2/+2 |
2011-03-18 | Add BZ info. | Ulrich Drepper | 1 | -2/+2 |
2011-03-10 | Fix copy relocations handling of unique objects. | Ulrich Drepper | 1 | -2/+2 |
2011-02-25 | Fix memory leak in dlopen with RTLD_NOLOAD. | Andreas Schwab | 1 | -1/+1 |
2011-02-25 | Update BZ list | Ulrich Drepper | 1 | -2/+2 |
2011-02-20 | Update with BZ number. | Ulrich Drepper | 1 | -2/+2 |
2011-02-20 | Move setting variable in relro data earlier in ld.so. | Andreas Schwab | 1 | -1/+1 |
2011-02-17 | Update bug list. | Ulrich Drepper | 1 | -2/+2 |
2011-02-02 | Fix typo in NEWS | Ulrich Drepper | 1 | -1/+1 |
2011-02-02 | Update bz list | Ulrich Drepper | 1 | -2/+2 |
2011-01-19 | Patch followup. | Ulrich Drepper | 1 | -1/+7 |
2011-01-15 | Signal temporary host lookup errors in nscd as such to the requester. | Ulrich Drepper | 1 | -6/+6 |
2011-01-14 | Change setgroups to affect all the threads in the process. | Ulrich Drepper | 1 | -4/+5 |
2011-01-14 | FIx handling of unterminated [ expression in fnmatch. | Ulrich Drepper | 1 | -2/+2 |
2011-01-13 | Fix handling of missing syscall in Linux mkdirat. | Ulrich Drepper | 1 | -5/+5 |
2011-01-13 | Handle long lines in host lookups in the right place. | Ulrich Drepper | 1 | -2/+2 |
2011-01-12 | Fix grouping when rounding increases number of integer digits. | Ulrich Drepper | 1 | -3/+3 |
2011-01-04 | sparc64: Use i386 implementation for fxstat. | David S. Miller | 1 | -4/+4 |
2010-12-27 | Fix infloop on persistent failing calloc in regex. | Jim Meyering | 1 | -2/+2 |
2010-12-26 | Update BZs. | Ulrich Drepper | 1 | -4/+5 |
2010-11-10 | Fix one exit path in x86-64 SSE4.2 str{,n}casecmp. | H.J. Lu | 1 | -2/+2 |
2010-11-10 | Fix warnings in __bswap_16. | Ulrich Drepper | 1 | -2/+2 |
2010-11-05 | 32bit memset-sse2.S fails with uneven cache size | Ulrich Drepper | 1 | -2/+2 |
2010-11-03 | Verify in ttyname() that the symlink is valid. | Miklos Szeredi | 1 | -2/+2 |
2010-10-25 | Fix x86-64 strchr propagation of search byte into all bytes of SSE register | Richard Li | 1 | -1/+1 |
2010-10-24 | Fix perturbing in malloc on free. | Ulrich Drepper | 1 | -2/+2 |
2010-10-13 | Fix alignment of AVX safe area on x86-64. | H.J. Lu | 1 | -2/+3 |
2010-10-11 | Fix memory leak for some invalid regular expressions. | Ulrich Drepper | 1 | -1/+1 |
2010-10-11 | psiginfo relied too much on sys_siglist. | Ulrich Drepper | 1 | -1/+1 |
2010-10-11 | Linux getifaddrs might return entries with ->ifa_addr being NULL. | Ulrich Drepper | 1 | -1/+1 |
2010-10-11 | Correct implementation of fmaf. | Jakub Jelinek | 1 | -1/+1 |
2010-10-11 | Fix BZ reference in last checkin. | Ulrich Drepper | 1 | -1/+1 |
2010-10-11 | Unify psiginfo output. | Ulrich Drepper | 1 | -2/+2 |
2010-10-03 | More NEWS changes. | Ulrich Drepper | 1 | -2/+2 |
2010-10-03 | Update NEWS. | Ulrich Drepper | 1 | -2/+3 |
2010-09-01 | Fix array overflow in floating point parser | Andreas Schwab | 1 | -1/+1 |
2010-08-25 | NEWS udpate. | Ulrich Drepper | 1 | -2/+2 |
2010-08-14 | Add optimized strncasecmp versions for x86-64. | Ulrich Drepper | 1 | -2/+3 |