Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | 2011-09-09 | 2 | -4/+4 |
| | |||||
* | Revert "Fix semid_ds for x86-64" | Andreas Schwab | 2011-09-07 | 1 | -4/+0 |
| | | | | This reverts commit 2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba. | ||||
* | Make sure __vdso_clock_gettime always contains a valid pointer | Ulrich Drepper | 2011-09-07 | 2 | -0/+8 |
| | |||||
* | Fix handling of __vdso_clock_gettime | Ulrich Drepper | 2011-09-06 | 1 | -2/+6 |
| | |||||
* | Don't unconditionally use clock_gettime vsyscall on x86-64 | Ulrich Drepper | 2011-09-06 | 3 | -14/+27 |
| | |||||
* | Avoid gettimeofday vsyscall | Ulrich Drepper | 2011-09-06 | 1 | -19/+3 |
| | |||||
* | Fix missing declaration | Andreas Schwab | 2011-09-06 | 1 | -0/+1 |
| | |||||
* | Prefer real syscalls instead of vsyscalls on x86-64 outside libc.so | Ulrich Drepper | 2011-09-06 | 4 | -3/+28 |
| | |||||
* | Fixes and optimizations for 32-bit sparc fabs*(). | David S. Miller | 2011-09-05 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-09-05 | 3 | -132/+175 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Fix sparc localplt testcase failures. carlos/master | David S. Miller | 2011-08-31 | 3 | -132/+175 |
| | | |||||
* | | Fix semid_ds for x86-64 | Ulrich Drepper | 2011-09-05 | 1 | -1/+5 |
|/ | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | * 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. | ||||
* | 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 | 1 | -5/+97 |
| | |||||
* | Avoid multiple definitions of identical scandir cancellation handler | Ulrich Drepper | 2011-08-08 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Fix typos in pretty much unused code in sched.h header. | Ulrich Drepper | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Rebuild configure scripts | Ulrich Drepper | 2011-07-06 | 1 | -3/+3 |
| | |||||
* | Add missing HAVE_SENDFILE definition | Ulrich Drepper | 2011-06-27 | 1 | -0/+1 |
| | |||||
* | Use __gettimeofday instead of gettimeofday | H.J. Lu | 2011-06-26 | 1 | -1/+1 |
| | |||||
* | Work around limit in writev in 2.6.38+ kernels | Ulrich Drepper | 2011-06-24 | 1 | -0/+1 |
| | |||||
* | Use a /sys/devices/system/cpu/online for _SC_NPROCESSORS_ONLN implementation | Ulrich Drepper | 2011-06-22 | 1 | -3/+49 |
| | |||||
* | Rate limit expensive _SC_NPROCESSORS_ONLN computation | Ulrich Drepper | 2011-06-22 | 1 | -1/+31 |
| | |||||
* | Clean up after kernel sigcontext header mess | Ulrich Drepper | 2011-06-22 | 1 | -1/+5 |
| | |||||
* | Improve 64-bit build | Andreas Schwab | 2011-06-15 | 1 | -0/+6 |
| | | | | An imperfect version of fxstatat64 was used in ld.so. | ||||
* | Quash two memset undeclared warnings. | Andreas Jaeger | 2011-06-14 | 1 | -1/+2 |
| | |||||
* | Fix typo in stack guard setup code for old kernels | Ulrich Drepper | 2011-05-31 | 1 | -1/+1 |
| | |||||
* | Same change for the other siginfi.h files | Ulrich Drepper | 2011-05-29 | 3 | -6/+6 |
| | |||||
* | Don't document si_code used for raise() | Ulrich Drepper | 2011-05-29 | 1 | -2/+2 |
| | |||||
* | Fix build for platforms with socketcall syscall | Ulrich Drepper | 2011-05-28 | 1 | -1/+2 |
| | |||||
* | Add support for time syscall in vDSO | Ulrich Drepper | 2011-05-28 | 2 | -1/+16 |
| | |||||
* | Add sendmmsg syscall | Ulrich Drepper | 2011-05-28 | 6 | -2/+127 |
| | |||||
* | Set setns system call | Ulrich Drepper | 2011-05-28 | 3 | -3/+11 |
| | |||||
* | Use getcpu definition from vDSO on x86-64 | Ulrich Drepper | 2011-05-27 | 2 | -2/+17 |
| |