about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Typo fix appproximated.Justin P. Mattock2011-04-172-2/+2
* Use .machine to prevent AS from complaining about z9-109 instructions in icon...Andreas Krebbel2011-04-173-3/+12
* 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
* 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-222-0/+4
* Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu2011-03-211-15/+30
* Implement x86 cpuid handling of leaf4 for cache information.Ulrich Drepper2011-03-202-7/+105
* PowerPC: Fix POWER6 s_isnanf.S: END(__isnan) to END(__isnanf)Ryan S. Arnold2011-03-181-3/+2
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-03-102-6/+6
|\
| * sparc64: Relax tls linking test.Mike Frysinger2011-03-102-6/+6
* | Regenerate.Ulrich Drepper2011-03-101-12/+90
|/
* Enable SSE2 memset for AMD'supcoming Orochi processor.Harsha Jagasia2011-03-043-50/+79