Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix nptl/tst-cancel17 and nptl/tst-cancelx17 with recent gcc. | David S. Miller | 2011-08-23 | 1 | -1/+13 |
| | |||||
* | Fix jmpbuf unwind checks on sparc64. | David S. Miller | 2011-08-23 | 2 | -4/+4 |
| | |||||
* | Fix spurious nop at start of __strspn_ia32 | Andreas Schwab | 2011-08-23 | 1 | -2/+2 |
| | |||||
* | Fix duplicate definition of Elf64_FuncDesc | Aurelien Jarno | 2011-08-23 | 2 | -8/+7 |
| | |||||
* | Bug fixes for ____longjmp_chk on sparc. | David S. Miller | 2011-08-22 | 2 | -5/+32 |
| | |||||
* | Fix missing declaration | Andreas Schwab | 2011-08-22 | 1 | -0/+1 |
| | |||||
* | Use ifuncs for time and gettimeofday on x86-64 | Ulrich Drepper | 2011-08-21 | 4 | -70/+47 |
| | |||||
* | Fix minor CFI problem in regular x86-64 trampoline | Ulrich Drepper | 2011-08-20 | 1 | -1/+2 |
| | |||||
* | Fix CFI info in x86-64 trampolines for non-AVX code | Ulrich Drepper | 2011-08-20 | 2 | -11/+19 |
| | |||||
* | Adjust libm test ulps for powerpc | Andreas Schwab | 2011-08-20 | 1 | -0/+2 |
| | |||||
* | Remove the file< | Andreas Schwab | 2011-08-20 | 1 | -1/+0 |
| | |||||
* | Use correct scandir64 implementation on ppc64 | Andreas Schwab | 2011-08-20 | 1 | -0/+1 |
| | |||||
* | Fix tst-writev on non-4K page size | David S. Miller | 2011-08-17 | 1 | -1/+1 |
| | |||||
* | Improve printing of lookup scopes | Ulrich Drepper | 2011-08-16 | 1 | -1/+1 |
| | | | | | | The scope of a new object should be printed earlier and when the scope of an already loaded object is extended only the changes should be printed. | ||||
* | More warning patrol, in dead code (sigh). | Roland McGrath | 2011-08-14 | 1 | -5/+13 |
| | |||||
* | Warning patrol. | Roland McGrath | 2011-08-14 | 1 | -1/+1 |
| | |||||
* | * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY, | David S. Miller | 2011-08-14 | 1 | -2/+2 |
| | | | | RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc. | ||||
* | Implement LD_DEBUG=scopes | Ulrich Drepper | 2011-08-13 | 1 | -2/+6 |
| | |||||
* | Minor optimization of popcount in l10nflist | Ulrich Drepper | 2011-08-11 | 1 | -0/+13 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-08-11 | 4 | -4/+4 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in | David S. Miller | 2011-08-10 | 4 | -4/+4 |
| | | | | | | | | | | | | | | enum. * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise. | ||||
* | | Clean up PLT use for scandirat | Andreas Schwab | 2011-08-11 | 1 | -1/+1 |
|/ | |||||
* | Implement scandirat function | Ulrich Drepper | 2011-08-09 | 4 | -8/+122 |
| | |||||
* | Avoid multiple definitions of identical scandir cancellation handler | Ulrich Drepper | 2011-08-08 | 1 | -1/+2 |
| | |||||
* | Fix encoding name for IDN in getaddrinfo | Andreas Schwab | 2011-08-04 | 1 | -1/+4 |
| | |||||
* | Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architectures | Jakub Jelinek | 2011-08-04 | 1 | -6/+12 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-08-04 | 2 | -2/+0 |
| | |||||
* | Improve x86-32 strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | 2011-08-04 | 10 | -317/+2314 |
| | |||||
* | Fix inline strncat/strncmp on x86 | Andreas Schwab | 2011-08-04 | 2 | -9/+9 |
| | |||||
* | Define AF_NFC and PF_NFC | Ulrich Drepper | 2011-07-23 | 2 | -2/+6 |
| | |||||
* | Update ptrace constants | Ulrich Drepper | 2011-07-23 | 5 | -8/+144 |
| | |||||
* | One more typo in AVX test | Ulrich Drepper | 2011-07-23 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-07-23 | 2 | -29/+27 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Fix overflow bug is optimized strncat for x86-64 | Ulrich Drepper | 2011-07-21 | 2 | -29/+27 |
| | | |||||
* | | One more change to XSAVE patch | Ulrich Drepper | 2011-07-22 | 1 | -2/+4 |
| | | |||||
* | | Fix AVX check | Andreas Schwab | 2011-07-22 | 1 | -6/+15 |
|/ | |||||
* | Fix check for AVX enablement | Ulrich Drepper | 2011-07-20 | 1 | -5/+12 |
| | | | | | The AVX bit is set if the CPU supports AVX. But this doesn't mean the kernel does. Add checks according to Intel's documentation. | ||||
* | Force :a_x86_64_ymm to be 16-byte aligned | Ulrich Drepper | 2011-07-20 | 1 | -3/+4 |
| | |||||
* | Fix missing include | Andreas Schwab | 2011-07-20 | 1 | -1/+3 |
| | |||||
* | Add const attr to gnu_dev_{major,minor,makedev} | Marek Polacek | 2011-07-20 | 1 | -6/+6 |
| | |||||
* | S/390: Don't use r11 in INTERNAL_VSYSCALL_NCS macro | Andreas Krebbel | 2011-07-19 | 2 | -8/+8 |
| | |||||
* | _dl_sort_fini: Remove unused argument | Marek Polacek | 2011-07-19 | 1 | -3/+3 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-07-19 | 4 | -12/+9 |
| | |||||
* | Improve 64 bit strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | 2011-07-19 | 15 | -318/+1486 |
| | |||||
* | Fix typos in pretty much unused code in sched.h header. | Ulrich Drepper | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | Never use -mpreferred-stack-boundary=2 on i386, now disallowed by GCC. | Roland McGrath | 2011-07-16 | 1 | -1/+4 |
| | |||||
* | Quash a warning in strstr-c.c built for static. | Roland McGrath | 2011-07-14 | 1 | -0/+2 |
| | |||||
* | Generalize framework to register monitoring of files in nscd | Ulrich Drepper | 2011-07-11 | 1 | -7/+1 |
| | | | | | | | | nscd can clear caches when certain files change. The list of files was hardcoded so far and worked for nss_files and nss_dns and those modules which need no monitoring. nss_db, for instance, has its own set of files to monitor. Now the NSS modules themselves can request that certain files are monitored. | ||||
* | Handle ext4 in {,f}pathconf | Ulrich Drepper | 2011-07-07 | 3 | -9/+87 |
| | | | | | ext4 has a higher LINK_MAX limit than ext2/3. Unfortunately it is not easy to distinguish the filesystems from userlevel. | ||||
* | Handle Lustre filesystem | Andreas Dilger | 2011-07-07 | 3 | -2/+14 |
| |