about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* sysconf on Linux/ia64 reported outdate versions for some optionsUlrich Drepper2011-05-152-37/+33
* 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-086-10/+58
* Fix Linux getcwd for long pathsUlrich Drepper2011-05-084-18/+49
* Optimize fdopendir a bit.Ulrich Drepper2011-05-082-6/+7
* 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
* 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
* Define CLOCK_BOOTTIME.Ulrich Drepper2011-04-021-0/+2
* Add syncfs syscall.Andreas Schwab2011-04-011-0/+1
* Rename open_by_handle to open_by_handle_at.Andreas Schwab2011-04-018-14/+14
* Define O_PATH.Ulrich Drepper2011-04-017-1/+8
* Also make x86 sync_file_range a cancellation point.Ulrich Drepper2011-04-013-3/+50
* Really implement fallocate{,64} and sync_file_range as cancellation points.Ulrich Drepper2011-04-017-31/+112
* Install bits/timex.h header.Andreas Schwab2011-04-011-1/+1
* Add support for name_to_handle_at and open_by_handle.Ulrich Drepper2011-04-018-36/+282
* Export new symbol.Ulrich Drepper2011-03-311-0/+3
* Add clock_adjtime syscall.Ulrich Drepper2011-03-304-85/+205