about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'glibc-2.10.2' into fedora/2.10/masterAndreas Schwab2009-11-168-14/+17
|\
| * Correct readahead syscall wrapper on powerpc32.Andreas Schwab2009-11-131-0/+3
| * Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.Jakub Jelinek2009-11-137-14/+14
* | Merge branch 'release/2.10/master' into fedora/2.10/masterAndreas Schwab2009-08-041-1/+4
|\|
| * Extend pt_chown to drop privileges.Ulrich Drepper2009-08-041-1/+4
* | Merge commit 'origin/release/2.10/master' into fedora/2.10/masterAndreas Schwab2009-07-2915-30/+127
|\|
| * Implement accept4 for more archs using socketcall.Jakub Jelinek2009-07-294-4/+63
| * Compatibility of signalfd/eventfd with older kernels.Ulrich Drepper2009-07-293-6/+26
| * remove subsumed .gitignore entries and filesJim Meyering2009-07-291-4/+0
| * remove COPYING* from .gitignore filesJim Meyering2009-07-291-1/+1
| * Fix comment in Linux's <sys/epoll.h>.Ulrich Drepper2009-07-161-2/+2
| * Add 802.15.4 definitions to header files.Ulrich Drepper2009-07-163-5/+21
| * Fix permission of slave device on devpts if necessary.Ulrich Drepper2009-06-161-3/+10
| * Add missing file from accept4 commit.Ulrich Drepper2009-06-051-0/+1
| * Don't define __ASSUME_ACCEPT4 for IA-64.Ulrich Drepper2009-05-221-1/+1
| * Remove __NR_accept4 definition.Jakub Jelinek2009-05-221-3/+1
| * Correct socketcall argument for accept4.Jakub Jelinek2009-05-221-2/+2
| * rename each .cvsignore file to .gitignoreJim Meyering2009-05-221-0/+0
| * Update from trunk.Ulrich Drepper2009-05-101-0/+1
| * [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
| * * 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/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper2009-04-261-1/+1
| * * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):Ulrich Drepper2009-04-262-0/+4
| * [BZ #10052]Ulrich Drepper2009-04-241-0/+1
| * [BZ #10092]Ulrich Drepper2009-04-241-1/+5
| * * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust.Ulrich Drepper2009-04-232-8/+12
| * [BZ #9955]Ulrich Drepper2009-04-231-0/+1
| * * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernelUlrich Drepper2009-04-211-3/+11
| * * sysdeps/unix/sysv/linux/kernel-features.h: All supportedUlrich Drepper2009-04-181-3/+1
| * * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise. cvs/fedora-glibc-20090416T0610Ulrich Drepper2009-04-153-2/+7
| * * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there cvs/fedora-glibc-20090415T1619Ulrich Drepper2009-04-151-4/+36
| * 2009-03-17 Ryan S. Arnold <rsa@us.ibm.com>Ulrich Drepper2009-04-152-0/+10
| * * sysdeps/unix/sysv/linux/kernel-features.h: SH also hasUlrich Drepper2009-04-141-1/+1
| * * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.Ulrich Drepper2009-04-102-12/+0
| * function if it is not defined. Add some necessary casts.Ulrich Drepper2009-04-092-8/+26
| * * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for staticUlrich Drepper2009-04-092-0/+4
| * * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 alsoUlrich Drepper2009-04-091-1/+2
| * * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64Ulrich Drepper2009-04-081-1/+1
| * * sysdeps/unix/sysv/linux/kernel-features.h: Power also hasUlrich Drepper2009-04-071-1/+1
| * * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.Ulrich Drepper2009-04-037-0/+197
| * * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling ofUlrich Drepper2009-04-032-50/+32
| * * sysdeps/unix/sysv/linux/kernel-features.h: DefineUlrich Drepper2009-04-033-7/+29
| * Add missing protocol numbers.Ulrich Drepper2009-04-031-1/+11
| * * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.Ulrich Drepper2009-04-011-0/+2
| * Yet more changes to match sort function type change.Ulrich Drepper2009-03-173-18/+19
| * Use .machine push; .machine "power6" and .machine pop around mtfsf insns outs...Ulrich Drepper2009-03-104-4/+22
| * * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.Ulrich Drepper2009-03-0310-2/+123
| * * sysdeps/unix/sysv/linux/fallocate.c: New file.Ulrich Drepper2009-03-028-1/+160