about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix sparc64 bzero on non-Niagara systems.David S. Miller2011-03-031-2/+2
* Fix __if_freereq crash: Unlike the generic version which uses free, Hurd need...Samuel Thibault2011-02-211-0/+45
* Work around empty line at end file generated by autoconf.Ulrich Drepper2011-02-172-0/+2
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-02-172-0/+10
|\
| * Add multiple inclusion protection to some Mach/i386 internal headers.Samuel Thibault2011-02-162-0/+10
* | Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.Ryan S. Arnold2011-02-173-2/+115
* | Disable VSX usage in rtld.c to prevent TOC ref before relocs are resolved.Ryan S. Arnold2011-02-171-0/+5
* | Remove use of ranlib.Ulrich Drepper2011-02-152-76/+223
|/
* Update sysdeps/unix/sysv/linux/sparc/bits/socket.hAndreas Schwab2011-02-071-2/+28
* Fix some warning nits.Roland McGrath2011-02-041-0/+1
* AVX audit test failures with gcc 4.6H.J. Lu2011-02-022-332/+433
* Fix decoding of canonical name in getaddrinfo.Ulrich Drepper2011-01-191-0/+1
* Define MADV_NOHUGEPAGE.Ulrich Drepper2011-01-177-0/+7
* Define MADV_HUGEPAGE.Ulrich Drepper2011-01-177-7/+15
* Add definitions for new socket protocols.Ulrich Drepper2011-01-172-6/+14
* Change setgroups to affect all the threads in the process.Ulrich Drepper2011-01-142-4/+45
* Clean up PLT use for getrlimit64.Ulrich Drepper2011-01-132-2/+4
* Relax requirement on close in child created by posix_spawn.Ulrich Drepper2011-01-131-3/+17
* Fix handling of missing syscall in Linux mkdirat.Ulrich Drepper2011-01-131-2/+2