about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
* * sysdeps/alpha/soft-fp/Makefile (CPPFLAGS): Add soft-fp include ...Richard Henderson2006-02-202-4/+3
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.hUlrich Drepper2006-02-179-18/+18
* * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Define MADV_DONTFORKUlrich Drepper2006-02-159-0/+18
* * sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel,Ulrich Drepper2006-02-151-7/+15
* [BZ #2226]Ulrich Drepper2006-02-126-65/+177
* * sysdeps/unix/sysv/linux/bits/sched.h: Declare unshare.Ulrich Drepper2006-02-083-1/+7
* [__NR_futimesat] (futimesat): If file is NULL use __futimes.Ulrich Drepper2006-02-031-0/+3
* * sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): Use the sameRoland McGrath2006-02-021-15/+4
* (intel_02_known): Add some more entries.Ulrich Drepper2006-02-021-1/+15
* (intel_02_known): Add some more entries.Ulrich Drepper2006-02-011-1/+15
* * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file. cvs/fedora-glibc-20060201T0846Roland McGrath2006-02-015-0/+53
* * math/divtc3.c: New file.Roland McGrath2006-02-015-0/+25
* * sysdeps/unix/sysv/linux/i386/fxstatat.c [XSTAT_IS_STAT64]Roland McGrath2006-02-012-0/+2
* * sysdeps/unix/sysv/linux/mips/bits/errno.h (ECANCELED,Roland McGrath2006-01-313-10/+22
* 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> cvs/fedora-glibc-20060130T0922Roland McGrath2006-01-287-0/+207
* * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): CorrectyUlrich Drepper2006-01-222-26/+57
* (__atfct_seterrno): Correcty return EBADF for non-existing file descriptors.Ulrich Drepper2006-01-221-12/+28
* * sysdeps/unix/sysv/linux/faccessat.c: Move RESULT defn inside block.Roland McGrath2006-01-211-3/+1
* * sysdeps/unix/sysv/linux/pselect.c (__pselect): Allow actualUlrich Drepper2006-01-214-7/+98
* (__xmknodat): Cast k_dev value to unsigned int to match kernel.Ulrich Drepper2006-01-211-1/+2
* * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Try using theUlrich Drepper2006-01-201-1/+1
* * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.hUlrich Drepper2006-01-201-0/+8
* * sysdeps/sh/sh4/__longjmp.S: Demangle also r14 and r15.Ulrich Drepper2006-01-201-4/+6
* * include/fcntl.h: Declare __have_atfcts.Ulrich Drepper2006-01-2016-72/+542
* * sysdeps/unix/sysv/linux/fxstatat.c [STAT_IS_KERNEL_STAT]Ulrich Drepper2006-01-191-4/+6
* * sysdeps/unix/sysv/linux/kernel-features.h: DefineUlrich Drepper2006-01-162-2/+14
* Don't search for proc mount point. We assume procfs is mounted at /proc in m...Ulrich Drepper2006-01-161-145/+39
* Define SCHED_BATCH.Ulrich Drepper2006-01-151-1/+4
* * sysdeps/unix/sysv/linux/sparc/sparc32/nldbl-abi.h: New file.Roland McGrath2006-01-142-5/+8
* * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath2006-01-143-0/+28
* ..Ulrich Drepper2006-01-132-39/+3
* (ELF_NVRREG): Fix value for PowerPC64.Andreas Jaeger2006-01-131-2/+6
* * Makerules: Define build-module-asneeded.Ulrich Drepper2006-01-111-2/+37
* * include/sys/stat.h: Add libc_hidden_proto for __fxstatat64.Ulrich Drepper2006-01-112-1/+3
* * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.hRoland McGrath2006-01-111-2/+2
* * include/bits/setjmp.h: New file.Roland McGrath2006-01-101-6/+0
* * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ...Roland McGrath2006-01-102-16/+1
* * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h (_JMPBUF_UNWINDS): AddRoland McGrath2006-01-091-1/+1
* Adjust for recent input file changes.Ulrich Drepper2006-01-097-52/+184
* * sysdeps/unix/sysv/linux/futimes.c [!__NR_fcntl && __NR_fcntl64]: UseRoland McGrath2006-01-081-0/+3
* * stdio-common/tst-fmemopen2.c (do_test): Add a cast.Roland McGrath2006-01-081-2/+3
* * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" inRoland McGrath2006-01-08120-264/+281
* * po/.cvsignore: List libc.pot.files, and not any .pot names.Roland McGrath2006-01-0820-231/+0
* * elf/tst-tls8.c (do_test): Use $ORIGIN in module names.Ulrich Drepper2006-01-0712-37/+72
* * scripts/check-c++-types.sh: Add more pthread types.Ulrich Drepper2006-01-061-4/+6
* * sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL_NCS): cvs/fedora-glibc-20060106T2148Ulrich Drepper2006-01-061-2/+2
* Define MADV_REMOVE.Ulrich Drepper2006-01-068-8/+17
* [BZ #2103]Roland McGrath2006-01-061-2/+8
* * io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro.Roland McGrath2006-01-061-0/+123
* * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL): cvs/fedora-glibc-20060106T0916Ulrich Drepper2006-01-061-6/+10