about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Collapse)AuthorAgeFilesLines
* Avoid multiple definitions of identical scandir cancellation handlerUlrich Drepper2011-08-081-1/+2
|
* Define AF_NFC and PF_NFCUlrich Drepper2011-07-232-2/+6
|
* Update ptrace constantsUlrich Drepper2011-07-235-8/+144
|
* Fix missing includeAndreas Schwab2011-07-201-1/+3
|
* Add const attr to gnu_dev_{major,minor,makedev}Marek Polacek2011-07-201-6/+6
|
* S/390: Don't use r11 in INTERNAL_VSYSCALL_NCS macroAndreas Krebbel2011-07-192-8/+8
|
* Fix typos in pretty much unused code in sched.h header.Ulrich Drepper2011-07-181-1/+1
|
* Generalize framework to register monitoring of files in nscdUlrich Drepper2011-07-111-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}pathconfUlrich Drepper2011-07-073-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 filesystemAndreas Dilger2011-07-073-2/+14
|
* Rebuild configure scriptsUlrich Drepper2011-07-061-3/+3
|
* Add missing HAVE_SENDFILE definitionUlrich Drepper2011-06-271-0/+1
|
* Use __gettimeofday instead of gettimeofdayH.J. Lu2011-06-261-1/+1
|
* Work around limit in writev in 2.6.38+ kernelsUlrich Drepper2011-06-241-0/+1
|
* Use a /sys/devices/system/cpu/online for _SC_NPROCESSORS_ONLN implementationUlrich Drepper2011-06-221-3/+49
|
* Rate limit expensive _SC_NPROCESSORS_ONLN computationUlrich Drepper2011-06-221-1/+31
|
* Clean up after kernel sigcontext header messUlrich Drepper2011-06-221-1/+5
|
* Improve 64-bit buildAndreas Schwab2011-06-151-0/+6
| | | | An imperfect version of fxstatat64 was used in ld.so.
* Quash two memset undeclared warnings.Andreas Jaeger2011-06-141-1/+2
|
* Fix typo in stack guard setup code for old kernelsUlrich Drepper2011-05-311-1/+1
|
* Same change for the other siginfi.h filesUlrich Drepper2011-05-293-6/+6
|
* Don't document si_code used for raise()Ulrich Drepper2011-05-291-2/+2
|
* Fix build for platforms with socketcall syscallUlrich Drepper2011-05-281-1/+2
|
* Add support for time syscall in vDSOUlrich Drepper2011-05-282-1/+16
|
* Add sendmmsg syscallUlrich Drepper2011-05-286-2/+127
|
* Set setns system callUlrich Drepper2011-05-283-3/+11
|
* Use getcpu definition from vDSO on x86-64Ulrich Drepper2011-05-272-2/+17
|
* Undo accidental change in x86-64 user.hJakub Jelinek2011-05-251-1/+1
|
* Define RLIMIT_RTTIMEUlrich Drepper2011-05-232-4/+16
|
* Fix sysconf compilation for !HP_TIMING_AVAIL archsAndreas Schwab2011-05-232-4/+4
|
* Define CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARMUlrich Drepper2011-05-211-0/+4
|
* Cleanup x86-64 sys/user.hUlrich Drepper2011-05-161-43/+43
|
* Fix a few problems in fopen and freopenUlrich Drepper2011-05-151-1/+2
| | | | | | | | | 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).
* sysconf on Linux/ia64 reported outdate versions for some optionsUlrich Drepper2011-05-152-37/+33
| | | | The code is also cleaned up to avoid inefficiencies.
* Make stack canary value harder to read through read overflowUlrich Drepper2011-05-151-13/+28
|
* Use non-cancelable interfaces in setup codeUlrich Drepper2011-05-151-4/+5
|
* Use mmap for allocation of buffers used for __abort_msgUlrich Drepper2011-05-151-12/+24
|
* Make complete getcwd work in rtldUlrich Drepper2011-05-085-9/+54
|
* Fix Linux getcwd for long pathsUlrich Drepper2011-05-083-17/+47
| | | | | | | | | | 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).
* Actually undefine ARG_MAX from <linux/limits.h>Jonathan Nieder2011-05-071-2/+3
|
* Misplaced new line in last patchUlrich Drepper2011-05-071-3/+1
|
* Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.hPaul Pluzhnikov2011-05-071-1/+5
|
* Better use of open in pathconf.Ulrich Drepper2011-05-021-1/+6
|
* Fix pathconf(_PC_BUF_SIZE).Ulrich Drepper2011-05-021-1/+13
|
* Remove doubled words.Jim Meyering2011-04-226-12/+12
|
* Fix FPU context handling in getcontext on x86-64.Ulrich Drepper2011-04-171-1/+2
| | | | fnstenv on x86-64 seems to clear the state. Work around.
* Make ppc sync_file_range cancelable.Andreas Schwab2011-04-091-3/+13
|
* Fix typo in comment.Ulrich Drepper2011-04-091-2/+2
|
* Maintain stack alignment in ____longjmp_chk on x86_64Andreas Schwab2011-04-071-11/+15
|
* Fix typo in cache information table for x86-{32,64}.Ulrich Drepper2011-04-031-1/+1
|