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