Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-20 | Remove the file< | Andreas Schwab | |
2011-08-20 | Use correct scandir64 implementation on ppc64 | Andreas Schwab | |
2011-08-17 | Fix tst-writev on non-4K page size | David S. Miller | |
2011-08-14 | * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY, | David S. Miller | |
RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc. | |||
2011-08-11 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2011-08-11 | Clean up PLT use for scandirat | Andreas Schwab | |
2011-08-10 | * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in | David S. Miller | |
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 | |
2011-08-08 | Avoid multiple definitions of identical scandir cancellation handler | Ulrich Drepper | |
2011-07-23 | Define AF_NFC and PF_NFC | Ulrich Drepper | |
2011-07-23 | Update ptrace constants | Ulrich Drepper | |
2011-07-20 | Fix missing include | Andreas Schwab | |
2011-07-20 | Add const attr to gnu_dev_{major,minor,makedev} | Marek Polacek | |
2011-07-19 | S/390: Don't use r11 in INTERNAL_VSYSCALL_NCS macro | Andreas Krebbel | |
2011-07-18 | Fix typos in pretty much unused code in sched.h header. | Ulrich Drepper | |
2011-07-11 | Generalize framework to register monitoring of files in nscd | Ulrich Drepper | |
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 | |
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 | |
2011-07-06 | Rebuild configure scripts | Ulrich Drepper | |
2011-06-27 | Add missing HAVE_SENDFILE definition | Ulrich Drepper | |
2011-06-26 | Use __gettimeofday instead of gettimeofday | H.J. Lu | |
2011-06-24 | Work around limit in writev in 2.6.38+ kernels | Ulrich Drepper | |
2011-06-22 | Use a /sys/devices/system/cpu/online for _SC_NPROCESSORS_ONLN implementation | Ulrich Drepper | |
2011-06-22 | Rate limit expensive _SC_NPROCESSORS_ONLN computation | Ulrich Drepper | |
2011-06-22 | Clean up after kernel sigcontext header mess | Ulrich Drepper | |
2011-06-15 | Improve 64-bit build | Andreas Schwab | |
An imperfect version of fxstatat64 was used in ld.so. | |||
2011-06-14 | Quash two memset undeclared warnings. | Andreas Jaeger | |
2011-05-31 | Fix typo in stack guard setup code for old kernels | Ulrich Drepper | |
2011-05-29 | Same change for the other siginfi.h files | Ulrich Drepper | |
2011-05-29 | Don't document si_code used for raise() | Ulrich Drepper | |
2011-05-28 | Fix build for platforms with socketcall syscall | Ulrich Drepper | |
2011-05-28 | Add support for time syscall in vDSO | Ulrich Drepper | |
2011-05-28 | Add sendmmsg syscall | Ulrich Drepper | |
2011-05-28 | Set setns system call | Ulrich Drepper | |
2011-05-27 | Use getcpu definition from vDSO on x86-64 | Ulrich Drepper | |
2011-05-25 | Undo accidental change in x86-64 user.h | Jakub Jelinek | |
2011-05-23 | Define RLIMIT_RTTIME | Ulrich Drepper | |
2011-05-23 | Fix sysconf compilation for !HP_TIMING_AVAIL archs | Andreas Schwab | |
2011-05-21 | Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM | Ulrich Drepper | |
2011-05-16 | Cleanup x86-64 sys/user.h | Ulrich Drepper | |
2011-05-15 | Fix a few problems in fopen and freopen | Ulrich Drepper | |
fopen should set the FD_CLOEXEC flag if requested evenif the kernel does not support an aotmic operation. freopen should reuse the file descriptor for the stream. This is especially important for calls to change the standard streams (stin, stdout, stderr). | |||
2011-05-15 | sysconf on Linux/ia64 reported outdate versions for some options | Ulrich Drepper | |
The code is also cleaned up to avoid inefficiencies. | |||
2011-05-15 | Make stack canary value harder to read through read overflow | Ulrich Drepper | |
2011-05-15 | Use non-cancelable interfaces in setup code | Ulrich Drepper | |
2011-05-15 | Use mmap for allocation of buffers used for __abort_msg | Ulrich Drepper | |
2011-05-08 | Make complete getcwd work in rtld | Ulrich Drepper | |
2011-05-08 | Fix Linux getcwd for long paths | Ulrich Drepper | |
The getcwd syscall (so far?) can only handle path up to one page in size. There is no limit about directory hierarchy depth, though, and the POSIX getcwd is supposed to handle this. In that case fall back to the generic getcwd. Additionally, optimize the generic getcwd to use openat when possible to change the asymptotic performance from O(N^2) to O(n). | |||
2011-05-07 | Actually undefine ARG_MAX from <linux/limits.h> | Jonathan Nieder | |
2011-05-07 | Misplaced new line in last patch | Ulrich Drepper | |
2011-05-07 | Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.h | Paul Pluzhnikov | |