about summary refs log tree commit diff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Unify psiginfo output.Ulrich Drepper2010-10-111-2/+2
|
* More NEWS changes.Ulrich Drepper2010-10-031-2/+2
|
* Update NEWS.Ulrich Drepper2010-10-031-2/+3
|
* Fix array overflow in floating point parserAndreas Schwab2010-09-011-1/+1
|
* NEWS udpate.Ulrich Drepper2010-08-251-2/+2
|
* Add optimized strncasecmp versions for x86-64.Ulrich Drepper2010-08-141-2/+3
|
* Properly quote output of localeAndreas Schwab2010-08-121-2/+2
|
* Add support for Linux fanotify_init and fanotify_mask syscalls.Ulrich Drepper2010-08-111-1/+1
|
* Add support for prlimit and prlimit64 on Linux.Ulrich Drepper2010-08-111-0/+2
|
* Fix IPTOS_CLASS definition.Ulrich Drepper2010-08-111-2/+2
|
* Avoid too much stack use in fnmatch.Ulrich Drepper2010-08-091-2/+2
|
* Implement optimized strcaecmp for x86-64.Ulrich Drepper2010-07-301-1/+1
|
* Cleanup.Ulrich Drepper2010-07-291-2/+2
|
* Add missing BZ.Ulrich Drepper2010-07-261-1/+1
|
* NEWS updateUlrich Drepper2010-07-261-1/+4
|
* Correct checking loop in group_member.Ulrich Drepper2010-06-191-2/+6
|
* POWER7 optimized memset.Luis Machado2010-05-191-1/+5
|