about summary refs log tree commit diff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* Update.Ulrich Drepper2011-05-061-3/+2
|
* Explain header situation after RPC removal in NEWSUlrich Drepper2011-05-051-1/+6
|
* getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski2011-05-021-1/+1
|
* Fix pathconf(_PC_BUF_SIZE).Ulrich Drepper2011-05-021-2/+2
|
* Update NEWSUlrich Drepper2011-05-011-2/+2
|
* Use al possible bytes from fopen mode string.Eric Blake2011-04-221-2/+2
|
* Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger2011-04-171-1/+1
|
* Fix FPU context handling in getcontext on x86-64.Ulrich Drepper2011-04-171-3/+3
| | | | fnstenv on x86-64 seems to clear the state. Work around.
* Obsolete RPC implementation in libc.Ulrich Drepper2011-04-161-1/+7
|
* Fix memory leak in TLS of loaded objects.Ulrich Drepper2011-04-101-1/+1
|
* Update NEWS.Ulrich Drepper2011-04-101-2/+3
|
* Fix typo in comment.Ulrich Drepper2011-04-091-2/+2
|
* Work around old buggy program which cannot cope with memcpy semantics.H.J. Lu2011-04-011-2/+2
|
* Fix visibility of declarations of wcpcpy and wcpncpy.Ulrich Drepper2011-04-011-1/+2
|
* Rename open_by_handle to open_by_handle_at.Andreas Schwab2011-04-011-1/+1
|
* Add support for name_to_handle_at and open_by_handle.Ulrich Drepper2011-04-011-2/+2
|
* Add clock_adjtime syscall.Ulrich Drepper2011-03-301-1/+3
|
* Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu2011-03-211-2/+2
|
* Implement x86 cpuid handling of leaf4 for cache information.Ulrich Drepper2011-03-201-2/+2
|
* Add BZ info.Ulrich Drepper2011-03-181-2/+2
|
* Fix copy relocations handling of unique objects.Ulrich Drepper2011-03-101-2/+2
|
* Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab2011-02-251-1/+1
|
* Update BZ listUlrich Drepper2011-02-251-2/+2
|
* Update with BZ number.Ulrich Drepper2011-02-201-2/+2
|
* Move setting variable in relro data earlier in ld.so.Andreas Schwab2011-02-201-1/+1
|
* Update bug list.Ulrich Drepper2011-02-171-2/+2
|
* Fix typo in NEWSUlrich Drepper2011-02-021-1/+1
|
* Update bz listUlrich Drepper2011-02-021-2/+2
|
* Patch followup.Ulrich Drepper2011-01-191-1/+7
|
* Signal temporary host lookup errors in nscd as such to the requester.Ulrich Drepper2011-01-151-6/+6
|
* Change setgroups to affect all the threads in the process.Ulrich Drepper2011-01-141-4/+5
|
* FIx handling of unterminated [ expression in fnmatch.Ulrich Drepper2011-01-141-2/+2
|
* Fix handling of missing syscall in Linux mkdirat.Ulrich Drepper2011-01-131-5/+5
|
* Handle long lines in host lookups in the right place.Ulrich Drepper2011-01-131-2/+2
|
* Fix grouping when rounding increases number of integer digits.Ulrich Drepper2011-01-121-3/+3
|
* sparc64: Use i386 implementation for fxstat.David S. Miller2011-01-041-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 Meyering2010-12-271-2/+2
|
* Update BZs.Ulrich Drepper2010-12-261-4/+5
|
* Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu2010-11-101-2/+2
|
* Fix warnings in __bswap_16.Ulrich Drepper2010-11-101-2/+2
|
* 32bit memset-sse2.S fails with uneven cache sizeUlrich Drepper2010-11-051-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 Szeredi2010-11-031-2/+2
|
* Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li2010-10-251-1/+1
|
* Fix perturbing in malloc on free.Ulrich Drepper2010-10-241-2/+2
|
* Fix alignment of AVX safe area on x86-64.H.J. Lu2010-10-131-2/+3
|
* Fix memory leak for some invalid regular expressions.Ulrich Drepper2010-10-111-1/+1
|
* psiginfo relied too much on sys_siglist.Ulrich Drepper2010-10-111-1/+1
|
* Linux getifaddrs might return entries with ->ifa_addr being NULL.Ulrich Drepper2010-10-111-1/+1
|
* Correct implementation of fmaf.Jakub Jelinek2010-10-111-1/+1
|
* Fix BZ reference in last checkin.Ulrich Drepper2010-10-111-1/+1
|