about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Collapse)AuthorAgeFilesLines
* 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-086-10/+58
|
* Fix Linux getcwd for long pathsUlrich Drepper2011-05-084-18/+49
| | | | | | | | | | 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).
* Optimize fdopendir a bit.Ulrich Drepper2011-05-082-6/+7
| | | | Don't call fcntl(F_SETFD) unnecessarily.
* 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
|
* 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
|
* Last change caused infinite loops because of missing loop increment.Ulrich Drepper2011-03-221-0/+2
|
* Implement x86 cpuid handling of leaf4 for cache information.Ulrich Drepper2011-03-201-7/+56
|
* Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.Ryan S. Arnold2011-02-171-2/+2
|
* Remove use of ranlib.Ulrich Drepper2011-02-151-64/+132
|
* Update sysdeps/unix/sysv/linux/sparc/bits/socket.hAndreas Schwab2011-02-071-2/+28
|
* Define MADV_NOHUGEPAGE.Ulrich Drepper2011-01-177-0/+7
|