Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-06 | Fix handling of __vdso_clock_gettime | Ulrich Drepper | 1 | -2/+6 | |
2011-09-06 | Don't unconditionally use clock_gettime vsyscall on x86-64 | Ulrich Drepper | 4 | -16/+29 | |
2011-09-06 | Avoid gettimeofday vsyscall | Ulrich Drepper | 1 | -19/+3 | |
2011-09-06 | Fix missing declaration | Andreas Schwab | 1 | -0/+1 | |
2011-09-06 | Prefer real syscalls instead of vsyscalls on x86-64 outside libc.so | Ulrich Drepper | 4 | -3/+28 | |
2011-09-05 | Fixes and optimizations for 32-bit sparc fabs*(). | David S. Miller | 1 | -0/+3 | |
2011-09-05 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 4 | -133/+198 | |
Conflicts: ChangeLog | |||||
2011-09-05 | Fix semid_ds for x86-64 | Ulrich Drepper | 1 | -1/+5 | |
2011-09-01 | Sanitize HWCAP_SPARC_* defines/usage, and add new entries. | David S. Miller | 1 | -1/+3 | |
2011-08-31 | Fix sparc localplt testcase failures. | David S. Miller | 4 | -132/+195 | |
2011-08-22 | Bug fixes for ____longjmp_chk on sparc. | David S. Miller | 2 | -5/+32 | |
2011-08-22 | Fix missing declaration | Andreas Schwab | 1 | -0/+1 | |
2011-08-21 | Use ifuncs for time and gettimeofday on x86-64 | Ulrich Drepper | 4 | -70/+47 | |
2011-08-20 | Remove the file< | Andreas Schwab | 1 | -1/+0 | |
2011-08-20 | Use correct scandir64 implementation on ppc64 | Andreas Schwab | 1 | -0/+1 | |
2011-08-17 | Fix tst-writev on non-4K page size | David S. Miller | 1 | -1/+1 | |
2011-08-14 | * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY, | David S. Miller | 1 | -2/+2 | |
RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc. | |||||
2011-08-11 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 4 | -4/+4 | |
Conflicts: ChangeLog | |||||
2011-08-11 | Clean up PLT use for scandirat | Andreas Schwab | 1 | -1/+1 | |
2011-08-10 | * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in | David S. Miller | 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. | |||||
2011-08-09 | Implement scandirat function | Ulrich Drepper | 2 | -8/+115 | |
2011-08-08 | Avoid multiple definitions of identical scandir cancellation handler | Ulrich Drepper | 1 | -1/+2 | |
2011-07-23 | Define AF_NFC and PF_NFC | Ulrich Drepper | 2 | -2/+6 | |
2011-07-23 | Update ptrace constants | Ulrich Drepper | 5 | -8/+144 | |
2011-07-20 | Fix missing include | Andreas Schwab | 1 | -1/+3 | |
2011-07-20 | Add const attr to gnu_dev_{major,minor,makedev} | Marek Polacek | 1 | -6/+6 | |
2011-07-19 | S/390: Don't use r11 in INTERNAL_VSYSCALL_NCS macro | Andreas Krebbel | 2 | -8/+8 | |
2011-07-18 | Fix typos in pretty much unused code in sched.h header. | Ulrich Drepper | 1 | -1/+1 | |
2011-07-11 | Generalize framework to register monitoring of files in nscd | Ulrich Drepper | 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. | |||||
2011-07-07 | Handle ext4 in {,f}pathconf | Ulrich Drepper | 3 | -9/+87 | |
ext4 has a higher LINK_MAX limit than ext2/3. Unfortunately it is not easy to distinguish the filesystems from userlevel. | |||||
2011-07-07 | Handle Lustre filesystem | Andreas Dilger | 3 | -2/+14 | |
2011-07-06 | Rebuild configure scripts | Ulrich Drepper | 1 | -3/+3 | |
2011-06-27 | Add missing HAVE_SENDFILE definition | Ulrich Drepper | 1 | -0/+1 | |
2011-06-26 | Use __gettimeofday instead of gettimeofday | H.J. Lu | 1 | -1/+1 | |
2011-06-24 | Work around limit in writev in 2.6.38+ kernels | Ulrich Drepper | 1 | -0/+1 | |
2011-06-22 | Use a /sys/devices/system/cpu/online for _SC_NPROCESSORS_ONLN implementation | Ulrich Drepper | 1 | -3/+49 | |
2011-06-22 | Rate limit expensive _SC_NPROCESSORS_ONLN computation | Ulrich Drepper | 1 | -1/+31 | |
2011-06-22 | Clean up after kernel sigcontext header mess | Ulrich Drepper | 1 | -1/+5 | |
2011-06-15 | Improve 64-bit build | Andreas Schwab | 1 | -0/+6 | |
An imperfect version of fxstatat64 was used in ld.so. | |||||
2011-06-14 | Quash two memset undeclared warnings. | Andreas Jaeger | 1 | -1/+2 | |
2011-05-31 | Fix typo in stack guard setup code for old kernels | Ulrich Drepper | 1 | -1/+1 | |
2011-05-29 | Same change for the other siginfi.h files | Ulrich Drepper | 3 | -6/+6 | |
2011-05-29 | Don't document si_code used for raise() | Ulrich Drepper | 1 | -2/+2 | |
2011-05-28 | Fix build for platforms with socketcall syscall | Ulrich Drepper | 1 | -1/+2 | |
2011-05-28 | Add support for time syscall in vDSO | Ulrich Drepper | 2 | -1/+16 | |
2011-05-28 | Add sendmmsg syscall | Ulrich Drepper | 6 | -2/+127 | |
2011-05-28 | Set setns system call | Ulrich Drepper | 3 | -3/+11 | |
2011-05-27 | Use getcpu definition from vDSO on x86-64 | Ulrich Drepper | 2 | -2/+17 | |
2011-05-25 | Undo accidental change in x86-64 user.h | Jakub Jelinek | 1 | -1/+1 | |
2011-05-23 | Define RLIMIT_RTTIME | Ulrich Drepper | 2 | -4/+16 | |