Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-24 | Remove `.ctors' and `.dtors' output sections | H.J. Lu | |
2010-12-24 | Always allow overwriting printf modifiers etc. | Ulrich Drepper | |
2010-12-19 | Fix ChangeLogs. | Ulrich Drepper | |
2010-12-19 | Make PowerPC64 default to nonexecutable stack | Ryan S. Arnold | |
2010-12-19 | More accurate computatin of reclen in readdir_r. | Ulrich Drepper | |
Alignment issue can increase the reclen limit. Make sure Linux 64-bit readdir_r also accounts for 64-bit alignment in getdents. | |||
2010-12-14 | Undo accidental checkin. | Ulrich Drepper | |
2010-12-10 | Declare wcpcpy and wcpncpy only under _GNU_SOURCE | Andreas Schwab | |
2010-12-10 | Fix use of restrict in wchar.h | Andreas Schwab | |
2010-12-09 | Fix typo in comment. | Ulrich Drepper | |
2010-12-09 | Fix race in qsort_r initialization. | Ulrich Drepper | |
2010-12-09 | Fix -D_FORTIFY_SOURCE memmove and bcop | Jakub Jelinek | |
2010-12-03 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2010-12-03 | Update Italian translation. | Ulrich Drepper | |
2010-12-01 | Remove dead code from x86-32 SSSE3 strncmp. | H.J. Lu | |
2010-11-30 | Relax libm tests for x86-32. | Ulrich Drepper | |
2010-11-25 | Don't ignore zero TTL in DNS answers | Andreas Schwab | |
2010-11-22 | ldbl-128 fmal compile fix | Jakub Jelinek | |
2010-11-22 | Allow aux_cache_file open()ing to fail silently even in the chroot mode. | Petr Baudis | |
The aux_cache fix of bug 11149 introduced a new bug - normally, ldconfig -r never cares if the auxiliary cache is not available and that is not a fatal problem, however this is not the case in case of ldconfig -r when executed as non-root. In that case, ldconfig -r fails hard unless var/cache/ldconfig/ exists within the chroot. This patch fixes that. Conflicts: ChangeLog | |||
2010-11-22 | Optimize last initgroups patch a bit. | Ulrich Drepper | |
2010-11-22 | Fix multiple nss_compat initgroups() bugs | Ulrich Drepper | |
Compat initgroups() is completely broken; the code will always set skip_initgroups_dyn to true, so initgroups() will never be actually called, but due to the nature of the code, setgrent() won't be called either - thus, subsequent invocations of initgroups() will not return the NIS group list anymore. This is a simple patch that makes sure skip_initgroups_dyn is set only in case initgroups is not available; it also attempts to handle the unavailability of other NSS interfaces better. Conflicts: ChangeLog | |||
2010-11-19 | Define MAP_HUGETLB. | Ulrich Drepper | |
2010-11-16 | Define SWAP_FLAG_DISCARD. | Ulrich Drepper | |
2010-11-12 | Fix memory leak in fnmatch | Andreas Schwab | |
2010-11-12 | Support Intel processor model 6 and model 0x2. | H.J. Lu | |
2010-11-10 | Fix comparison in sqrtl for IBM long double 128. | Luis Machado | |
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-08 | Use IFUNC on x86-64 memset | H.J. Lu | |
2010-11-05 | power7-optimized mempcpy | Luis Machado | |
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-11-01 | Fix typo in comment. | Erich Ritz | |
2010-11-01 | Update Danish translations. | Ulrich Drepper | |
2010-10-26 | Fix assertion in ld.so, introduced by delayed adding to global list. | Ulrich Drepper | |
2010-10-26 | Add missing file. | Ulrich Drepper | |
2010-10-26 | Fix concurrency problem between dl_open and dl_iterate_phdr | Andreas Krebbel | |
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-24 | powerpc: PPCA2/A2 optimized memcpy function | Michael B. Brutman | |
2010-10-24 | Require suid bit on audit objects in privileged programs | Andreas Schwab | |
2010-10-24 | Work around shortest-stem feature in make 3.82+ | Andreas Schwab | |
2010-10-24 | Don't expand DST twice in dl_open | Andreas Schwab | |
2010-10-19 | Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64. | Ulrich Drepper | |
2010-10-19 | Add C99 FP_FAST_FMA{,F,L} macros to math.h | Michael Meissner | |
2010-10-19 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2010-10-18 | IEEE quad fmal fixes | Jakub Jelinek | |
2010-10-15 | Missing CL. | Jakub Jelinek | |
2010-10-15 | Implement fmal, some fma bugfixes | Jakub Jelinek | |
2010-10-15 | Fix some more dbl-64/s_fma.c issue | Jakub Jelinek | |
2010-10-15 | Expect PLT call to _Unwind_Find_FDE on s390*-linux | Andreas Schwab | |