about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* rtld, i386: Fix cfi directive in audit trampoline codeJiri Olsa2011-09-071-2/+2
* Fix spurious nop at start of __strspn_ia32Andreas Schwab2011-09-071-2/+2
* Fix minor CFI problem in regular x86-64 trampolineUlrich Drepper2011-09-071-1/+2
* Fix CFI info in x86-64 trampolines for non-AVX codeUlrich Drepper2011-09-072-11/+19
* Fix encoding name for IDN in getaddrinfoAndreas Schwab2011-08-051-1/+4
* Fix inline strncat/strncmp on x86Andreas Schwab2011-08-051-8/+8
* One more typo in AVX testUlrich Drepper2011-07-251-2/+2
* One more change to XSAVE patchUlrich Drepper2011-07-251-2/+4
* Fix AVX checkAndreas Schwab2011-07-251-6/+15
* Fix check for AVX enablementUlrich Drepper2011-07-251-5/+12
* Force :a_x86_64_ymm to be 16-byte alignedUlrich Drepper2011-07-211-3/+4
* Handle Lustre filesystemAndreas Dilger2011-07-213-2/+14
* Make sure RES_USE_INET6 is always restoredAndreas Schwab2011-06-301-0/+4
* Fix Ipv4&IPv6 lookup in getaddrinfoAndreas Schwab2011-06-241-1/+1
* Fix IPv6-only lookups through getaddrinfoUlrich Drepper2011-06-221-3/+31
* Improve 64-bit buildAndreas Schwab2011-06-161-0/+6
* Quash two memset undeclared warnings.Andreas Jaeger2011-06-161-1/+2
* Fix memory leak in getaddrinfoUlrich Drepper2011-06-141-1/+1
* sparc: Fix LD_BIND_NOW with multiarch.David S. Miller2011-06-076-65/+19
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-06-031-1/+1
|\
| * Fix typo in stack guard setup code for old kernelsUlrich Drepper2011-05-311-1/+1
* | Assume Intel Core i3/i5/i7 processor if AVX is availableH.J. Lu2011-06-031-0/+7
|/
* Restore _res correctlyUlrich Drepper2011-05-291-2/+2
* 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
* 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
* 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-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