Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-10 | Fix one exit path in x86-64 SSE4.2 str{,n}casecmp. | H.J. Lu | |
2010-11-10 | Fix warnings in __bswap_16. | Ulrich Drepper | |
2010-11-05 | 32bit memset-sse2.S fails with uneven cache size | Ulrich 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-03 | Verify in ttyname() that the symlink is valid. | Miklos Szeredi | |
2010-10-25 | Fix x86-64 strchr propagation of search byte into all bytes of SSE register | Richard Li | |
2010-10-24 | Fix perturbing in malloc on free. | Ulrich Drepper | |
2010-10-13 | Fix alignment of AVX safe area on x86-64. | H.J. Lu | |
2010-10-11 | Fix memory leak for some invalid regular expressions. | Ulrich Drepper | |
2010-10-11 | psiginfo relied too much on sys_siglist. | Ulrich Drepper | |
2010-10-11 | Linux getifaddrs might return entries with ->ifa_addr being NULL. | Ulrich Drepper | |
2010-10-11 | Correct implementation of fmaf. | Jakub Jelinek | |
2010-10-11 | Fix BZ reference in last checkin. | Ulrich Drepper | |
2010-10-11 | Unify psiginfo output. | Ulrich Drepper | |
2010-10-03 | More NEWS changes. | Ulrich Drepper | |
2010-10-03 | Update NEWS. | Ulrich Drepper | |
2010-09-01 | Fix array overflow in floating point parser | Andreas Schwab | |
2010-08-25 | NEWS udpate. | Ulrich Drepper | |
2010-08-14 | Add optimized strncasecmp versions for x86-64. | Ulrich Drepper | |
2010-08-12 | Properly quote output of locale | Andreas Schwab | |
2010-08-11 | Add support for Linux fanotify_init and fanotify_mask syscalls. | Ulrich Drepper | |
2010-08-11 | Add support for prlimit and prlimit64 on Linux. | Ulrich Drepper | |
2010-08-11 | Fix IPTOS_CLASS definition. | Ulrich Drepper | |
2010-08-09 | Avoid too much stack use in fnmatch. | Ulrich Drepper | |
2010-07-30 | Implement optimized strcaecmp for x86-64. | Ulrich Drepper | |
2010-07-29 | Cleanup. | Ulrich Drepper | |
2010-07-26 | Add missing BZ. | Ulrich Drepper | |
2010-07-26 | NEWS update | Ulrich Drepper | |
2010-06-19 | Correct checking loop in group_member. | Ulrich Drepper | |
2010-05-19 | POWER7 optimized memset. | Luis Machado | |
2010-05-05 | Handle too-small buffers in Linux getlogin_r. | Ulrich Drepper | |
2010-05-04 | Mention more bugs which are fixed. | Ulrich Drepper | |
2010-04-09 | Add BZ to an older patch. | Ulrich Drepper | |
2010-04-09 | Implement 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-08 | More news. Add BZ info for current and previous releases. | Ulrich Drepper | |
2010-04-08 | More NEWS for 2.12. | Ulrich Drepper | |
2010-04-08 | Hook up sq_MK locale. | Ulrich Drepper | |
2010-04-07 | Implement 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-08 | Add recvmmsg interface. | Ulrich Drepper | |
2009-10-30 | Mentin new my_MM locale in NEWS. | Ulrich Drepper | |
2009-10-30 | Implement mkostemps and mkostemps64. | Ulrich Drepper | |
2009-10-30 | Mention IFUNC for PPC. | Ulrich Drepper | |
2009-10-30 | Implement mkstemps and mkstemps64. | Ulrich Drepper | |
2009-10-15 | Mention ps_AF locale as new. | Ulrich Drepper | |
2009-09-18 | Mention pthread_sigqueue | Roland McGrath | |
2009-08-08 | Remove duplicate NEWS entry. | Ulrich Drepper | |
2009-08-08 | Yet more news items. | Ulrich Drepper | |
2009-08-08 | Add some news items. | Ulrich Drepper | |
2009-07-21 | Add 2.11 news items. | Ulrich Drepper | |
2009-06-02 | Implement execvpe. | Ulrich Drepper | |
There is some existing practice in other OSes and it's trivial to implement giving the existing code. Fixes BZ #10221. | |||
2009-05-31 | Describe latest IFUNC changes. | Ulrich Drepper | |