aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Preserve stack alignment in i386 makecontext.Ulrich Drepper1-6/+4
2009-07-10Fix comment in Linux's <sys/epoll.h>.Ulrich Drepper1-2/+2
2009-06-18Add 802.15.4 definitions to header files.Ulrich Drepper3-5/+21
2009-06-16Don't treat bug reporting message as a format string.Andreas Schwab1-2/+2
2009-06-16Extend pt_chown to drop privileges.Ulrich Drepper1-1/+4
2009-06-16Add missing include.Ulrich Drepper1-0/+1
2009-06-16Fold Linux-specific grantpt code into Unix version.Ulrich Drepper2-91/+19
2009-06-15Fix permission of slave device on devpts if necessary.Ulrich Drepper1-3/+10
2009-06-15Preserve message printed before abort.Ulrich Drepper1-1/+17
2009-05-31Add missing file from accept4 commit.Ulrich Drepper1-0/+1
2009-05-29Compact cache info data structure for x86/x86-64.Ulrich Drepper1-78/+78
2009-05-22Implement accept4 for more archs using socketcall.Jakub Jelinek4-4/+63
2009-05-21Add missing file from previous IA-64 longjmp commit.Ulrich Drepper1-0/+48
2009-05-21Add ____longjmp_chk support for IA-64.H.J. Lu1-1/+9
2009-05-21Don't define __ASSUME_ACCEPT4 for IA-64.Ulrich Drepper1-1/+1
2009-05-21Remove __NR_accept4 definition.Jakub Jelinek1-3/+1
2009-05-21Correct socketcall argument for accept4.Jakub Jelinek1-2/+2
2009-05-16remove subsumed .gitignore entries and filesJim Meyering1-4/+0
2009-05-16remove COPYING* from .gitignore filesJim Meyering1-1/+1
2009-05-15Add missing export of fallocate64 on 32-bit platforms.Jakub Jelinek9-3/+24
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering1-0/+0
2009-05-10* version.h (VERSION): Bump to 2.10.1.cvs/fedora-glibc-20090510T1842cvs/masterUlrich Drepper1-0/+1
2009-05-09[BZ #10118]Ulrich Drepper4-8/+0
2009-05-09* sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.Ulrich Drepper1-0/+5
2009-05-07* io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,Ulrich Drepper1-0/+2
2009-04-29* sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12 comment cha...Jakub Jelinek1-2/+2
2009-04-26* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper1-1/+1
2009-04-26* sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):Ulrich Drepper2-0/+4
2009-04-24[BZ #10052]Ulrich Drepper1-0/+1
2009-04-24[BZ #10092]Ulrich Drepper1-1/+5
2009-04-23* sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust.Ulrich Drepper2-8/+12
2009-04-23[BZ #9955]Ulrich Drepper1-0/+1
2009-04-21* sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernelUlrich Drepper1-3/+11
2009-04-18* sysdeps/unix/sysv/linux/kernel-features.h: All supportedUlrich Drepper1-3/+1
2009-04-15* sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.cvs/fedora-glibc-20090416T0610Ulrich Drepper3-2/+7
2009-04-15* sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure therecvs/fedora-glibc-20090415T1619Ulrich Drepper1-4/+36
2009-04-152009-03-17 Ryan S. Arnold <rsa@us.ibm.com>Ulrich Drepper2-0/+10
2009-04-14* sysdeps/unix/sysv/linux/kernel-features.h: SH also hasUlrich Drepper1-1/+1
2009-04-10* stdio-common/vfprintf.c (vfprintf): Slightly more compact code.Ulrich Drepper2-12/+0
2009-04-09function if it is not defined. Add some necessary casts.Ulrich Drepper2-8/+26
2009-04-09* sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for staticUlrich Drepper2-0/+4
2009-04-09* sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 alsoUlrich Drepper1-1/+2
2009-04-08* sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64Ulrich Drepper1-1/+1
2009-04-07* sysdeps/unix/sysv/linux/kernel-features.h: Power also hasUlrich Drepper1-1/+1
2009-04-03* misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.Ulrich Drepper7-0/+197
2009-04-03* sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling ofUlrich Drepper2-50/+32
2009-04-03* sysdeps/unix/sysv/linux/kernel-features.h: DefineUlrich Drepper3-7/+29
2009-04-03Add missing protocol numbers.Ulrich Drepper1-1/+11
2009-04-01* sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.Ulrich Drepper1-0/+2
2009-03-17Yet more changes to match sort function type change.Ulrich Drepper3-18/+19