about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add 802.15.4 definitions to header files.Ulrich Drepper2009-06-183-5/+21
* Don't treat bug reporting message as a format string.Andreas Schwab2009-06-161-2/+2
* Extend pt_chown to drop privileges.Ulrich Drepper2009-06-162-3/+7
* Fix x86-64 memchr for large lengths.Jakub Jelinek2009-06-161-3/+3
* Fix incorrect use of cmpldi in 32-bit PPC code.Ryan S. Arnold2009-06-162-31/+31
* Add missing include.Ulrich Drepper2009-06-161-0/+1
* Fold Linux-specific grantpt code into Unix version.Ulrich Drepper2009-06-162-91/+19
* Fix permission of slave device on devpts if necessary.Ulrich Drepper2009-06-151-3/+10
* Preserve message printed before abort.Ulrich Drepper2009-06-152-2/+33
* libc part of prelink IFUNC support.Jakub Jelinek2009-06-151-1/+1
* Fix warnings when using <sys/select.h>.Ulrich Drepper2009-06-141-30/+6
* Add SSE4.2 optimized rawmemchr implementation for x86-64.Ulrich Drepper2009-06-052-4/+96
* Forgot some more cleanups for the SSE4.2 strlen on x86-64.Ulrich Drepper2009-06-051-2/+7
* Add missing cleanups from SSE4.2 x86-64 strlen.Ulrich Drepper2009-06-051-3/+4
* Optimize x86-64 strlen for SSE4.2.Ulrich Drepper2009-06-054-1/+104
* More small optimizations for x86-64 strlen.Ulrich Drepper2009-06-041-9/+7
* Tiny strlen for x86-64 optimization.Ulrich Drepper2009-06-041-1/+0
* Small optimization of STT_GNU_IFUNC handling.Ulrich Drepper2009-06-012-4/+4
* Better error message for invalid relocatio in static binary.Ulrich Drepper2009-06-012-2/+4
* Fix up sched_cpucount in x86-64.Ulrich Drepper2009-05-311-13/+9
* Finish IFUNC support for x86 and x86-64.Ulrich Drepper2009-05-315-0/+147
* Simplify CPUID value handling.Ulrich Drepper2009-05-314-36/+19
* Add missing file from accept4 commit.Ulrich Drepper2009-05-311-0/+1
* Fix errno for boundary conditions in 128-bit long double.Ulrich Drepper2009-05-294-4/+32
* Implement longjmp checking for s390.Ulrich Drepper2009-05-294-2/+94
* Compact cache info data structure for x86/x86-64.Ulrich Drepper2009-05-292-155/+155
* Fix errno for IBM long double.Andreas Schwab2009-05-224-7/+22
* Add ___longjmp_chk support for powerpc{32,64}.Andreas Schwab2009-05-225-5/+107
* Implement accept4 for more archs using socketcall.Jakub Jelinek2009-05-224-4/+63
* Add missing file from previous IA-64 longjmp commit.Ulrich Drepper2009-05-211-0/+48
* Handle -g option for IA-64 assembler.Ulrich Drepper2009-05-212-0/+89
* Fix IA-64 memchr read-ahead.Ulrich Drepper2009-05-211-1/+16
* Add ____longjmp_chk support for IA-64.H.J. Lu2009-05-211-1/+9
* Add missing .text directives.H.J. Lu2009-05-212-1/+3
* Don't define __ASSUME_ACCEPT4 for IA-64.Ulrich Drepper2009-05-211-1/+1
* Remove __NR_accept4 definition.Jakub Jelinek2009-05-211-3/+1
* Correct socketcall argument for accept4.Jakub Jelinek2009-05-211-2/+2
* Add ____longjmp_chk for SH.Kaz Kojima2009-05-183-1/+85
* remove subsumed .gitignore entries and filesJim Meyering2009-05-162-8/+0
* remove COPYING* from .gitignore filesJim Meyering2009-05-162-2/+2
* Add missing export of fallocate64 on 32-bit platforms.Jakub Jelinek2009-05-159-3/+24
* Check for valid stack frame in longjmp.Ulrich Drepper2009-05-154-1/+100
* rename each .cvsignore file to .gitignoreJim Meyering2009-05-152-0/+0
* * version.h (VERSION): Bump to 2.10.1. cvs/fedora-glibc-20090510T1842 cvs/masterUlrich Drepper2009-05-102-0/+2
* [BZ #10118]Ulrich Drepper2009-05-094-8/+0
* * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.Ulrich Drepper2009-05-091-0/+5
* * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers whenUlrich Drepper2009-05-091-0/+2
* * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,Ulrich Drepper2009-05-071-0/+2
* * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12 comment cha...Jakub Jelinek2009-04-291-2/+2
* * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.Ulrich Drepper2009-04-273-5/+13