aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2011-01-15Signal temporary host lookup errors in nscd as such to the requester.Ulrich Drepper
2011-01-14Change setgroups to affect all the threads in the process.Ulrich Drepper
2011-01-14FIx handling of unterminated [ expression in fnmatch.Ulrich Drepper
2011-01-13Fix handling of missing syscall in Linux mkdirat.Ulrich Drepper
2011-01-13Handle long lines in host lookups in the right place.Ulrich Drepper
2011-01-12Fix grouping when rounding increases number of integer digits.Ulrich Drepper
2011-01-04sparc64: Use i386 implementation for fxstat.David S. Miller
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 Meyering
2010-12-26Update BZs.Ulrich Drepper
2010-11-10Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu
2010-11-10Fix warnings in __bswap_16.Ulrich Drepper
2010-11-0532bit memset-sse2.S fails with uneven cache sizeUlrich Drepper
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 Szeredi
2010-10-25Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li
2010-10-24Fix perturbing in malloc on free.Ulrich Drepper
2010-10-13Fix alignment of AVX safe area on x86-64.H.J. Lu
2010-10-11Fix memory leak for some invalid regular expressions.Ulrich Drepper
2010-10-11psiginfo relied too much on sys_siglist.Ulrich Drepper
2010-10-11Linux getifaddrs might return entries with ->ifa_addr being NULL.Ulrich Drepper
2010-10-11Correct implementation of fmaf.Jakub Jelinek
2010-10-11Fix BZ reference in last checkin.Ulrich Drepper
2010-10-11Unify psiginfo output.Ulrich Drepper
2010-10-03More NEWS changes.Ulrich Drepper
2010-10-03Update NEWS.Ulrich Drepper
2010-09-01Fix array overflow in floating point parserAndreas Schwab
2010-08-25NEWS udpate.Ulrich Drepper
2010-08-14Add optimized strncasecmp versions for x86-64.Ulrich Drepper
2010-08-12Properly quote output of localeAndreas Schwab
2010-08-11Add support for Linux fanotify_init and fanotify_mask syscalls.Ulrich Drepper
2010-08-11Add support for prlimit and prlimit64 on Linux.Ulrich Drepper
2010-08-11Fix IPTOS_CLASS definition.Ulrich Drepper
2010-08-09Avoid too much stack use in fnmatch.Ulrich Drepper
2010-07-30Implement optimized strcaecmp for x86-64.Ulrich Drepper
2010-07-29Cleanup.Ulrich Drepper
2010-07-26Add missing BZ.Ulrich Drepper
2010-07-26NEWS updateUlrich Drepper
2010-06-19Correct checking loop in group_member.Ulrich Drepper
2010-05-19POWER7 optimized memset.Luis Machado
2010-05-05Handle too-small buffers in Linux getlogin_r.Ulrich Drepper
2010-05-04Mention more bugs which are fixed.Ulrich Drepper
2010-04-09Add BZ to an older patch.Ulrich Drepper
2010-04-09Implement interfaces to set and get names of threads.Ulrich Drepper
At least the Linux kernel provides field where the kernel originally stores the command which is executed by the thread. The value can subsequently be overwritten. The added functions allow to do that for threads, providing and abstraction around the syscalls or /proc file system accesses needed.
2010-04-08More news. Add BZ info for current and previous releases.Ulrich Drepper
2010-04-08More NEWS for 2.12.Ulrich Drepper
2010-04-08Hook up sq_MK locale.Ulrich Drepper
2010-04-07Implement new mode for NIS passwd.adjunct.byname table.Ulrich Drepper
The passwd.adjunct.byname table will not be used to fill in password fields in the passwd.byname replies. Instead it is used to synthesize the shadow.byname table, should it be missing. This is a useful mode in some installations involving Solaris.
2009-12-08Add recvmmsg interface.Ulrich Drepper
2009-10-30Mentin new my_MM locale in NEWS.Ulrich Drepper
2009-10-30Implement mkostemps and mkostemps64.Ulrich Drepper
2009-10-30Mention IFUNC for PPC.Ulrich Drepper