about summary refs log tree commit diff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Don't unconditionally use alloca in gaih_inetUlrich Drepper2011-05-201-91/+342
|
* Prevent Altivec and VSX insns on PowerPC64 when no FPRs or VRs are avail.Ryan S. Arnold2011-05-201-2/+5
| | | | | | | | (cherry picked from commit 4749a0058b27274a95c5a798e339c7299cdf890e) Conflicts: ChangeLog
* Fix typo in x86-64 powlH.J. Lu2011-05-181-2/+2
|
* 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-152-22/+49
|
* Use non-cancelable interfaces in setup codeUlrich Drepper2011-05-151-4/+5
|
* Use mmap for allocation of buffers used for __abort_msgUlrich Drepper2011-05-152-24/+47
|
* Fix initialization of optimization values for AIOUlrich Drepper2011-05-141-3/+5
|
* Fix typo in commentUlrich Drepper2011-05-141-1/+1
|
* Fix potential problem with out-of-scope bufferUlrich Drepper2011-05-141-2/+2
|
* Handle recursive calls in backtrace betterUlrich Drepper2011-05-141-4/+23
|
* Fix sched_setscheduler call in spawn implementationUlrich Drepper2011-05-111-3/+1
|
* Make complete getcwd work in rtldUlrich Drepper2011-05-087-31/+80
|
* Fix Linux getcwd for long pathsUlrich Drepper2011-05-086-142/+285
| | | | | | | | | | 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
|
* getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski2011-05-021-45/+28
|
* Fix pathconf(_PC_BUF_SIZE).Ulrich Drepper2011-05-021-1/+13
|
* Fix whitespaces.Ulrich Drepper2011-04-227-106/+104
|
* Remove doubled words.Jim Meyering2011-04-2236-67/+67
|
* Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger2011-04-174-4/+4
|
* Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab2011-04-174-20/+24
|
* 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.
* Typo fix appproximated.Justin P. Mattock2011-04-172-2/+2
|
* Use .machine to prevent AS from complaining about z9-109 instructions in ↵Andreas Krebbel2011-04-173-3/+12
| | | | iconv modules
* Skip extra zeroes when searching auxv on s390Andreas Krebbel2011-04-171-0/+12
|
* Fix memory leak in TLS of loaded objects.Ulrich Drepper2011-04-107-8/+29
|
* 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-032-2/+2
|
* Define CLOCK_BOOTTIME.Ulrich Drepper2011-04-021-0/+2
|
* Work around old buggy program which cannot cope with memcpy semantics.H.J. Lu2011-04-015-5/+58
|
* Add syncfs syscall.Andreas Schwab2011-04-011-0/+1
|