summary refs log tree commit diff
path: root/io
Commit message (Expand)AuthorAgeFilesLines
* * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTEDUlrich Drepper2008-03-081-6/+9
* [BZ #5477]Ulrich Drepper2007-12-121-2/+2
* * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.Ulrich Drepper2007-09-152-132/+120
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-152-2/+3
* * io/bits/fcntl2.h (open, open64, openat, openat64): Add Jakub Jelinek2007-08-041-116/+124
* * io/Makefile (aux): Add have_o_cloexec.Ulrich Drepper2007-08-032-0/+26
* [BZ #4860]Ulrich Drepper2007-07-291-1/+1
* Include <fcntl.h>.Ulrich Drepper2007-07-281-0/+1
* * io/Makefile (tests): Add tst-posix_fallocate.Ulrich Drepper2007-07-232-1/+101
* * io/bits/fcntl2.h (__open_2): Add nonnull attribute.Ulrich Drepper2007-05-251-26/+48
* * sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag.Ulrich Drepper2007-05-251-9/+9
* * Makerules (sysd-rules): Define PTW for ptw-* files.Ulrich Drepper2007-05-247-7/+232
* * sysdeps/unix/sysv/linux/sched_setaffinity.c cvs/fedora-glibc-20070510T2308 cvs/fedora-glibc-20070510T2304Ulrich Drepper2007-05-101-1/+1
* * io/sys/stat.h: Make sure struct timespec is defined forUlrich Drepper2007-05-101-2/+3
* * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW andUlrich Drepper2007-05-105-2/+91
* * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2007-03-171-11/+12
* [BZ #4076] cvs/fedora-glibc-20070221T1011Ulrich Drepper2007-02-213-8/+49
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-1113-141/+32
* .Jakub Jelinek2007-07-3113-32/+141
* Make sure fts_cur is always valid after return from fts_read.Ulrich Drepper2007-01-101-3/+6
* * nis/nis_subr.c (nis_getnames): Revert last change. cvs/fedora-glibc-20061205T2141Ulrich Drepper2006-12-052-1/+43
* * configure.in: Require assembler support for visibility, compilerUlrich Drepper2006-10-2811-92/+24
* * io/fts.c (fts_close): Remove redundant checks.Ulrich Drepper2006-10-021-8/+3
* * io/Makefile (CFLAGS-fstatat.c): Set.Ulrich Drepper2006-09-171-0/+3
* [BZ #2526, BZ #3138, BZ #3143]Ulrich Drepper2006-09-122-2/+2
* * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.Ulrich Drepper2006-05-101-2/+1
* * posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper2006-05-101-1/+1
* * posix/bits/unistd.h (__readlinkat_chk): New prototype.Ulrich Drepper2006-04-241-0/+1
* * io/fts.c (fts_build): Call fts_lfree in the two error casesUlrich Drepper2006-04-081-0/+2
* * sysdeps/posix/tempname.c (__gen_tempname): Change attempts_minUlrich Drepper2006-04-071-1/+7
* * libio/fmemopen.c (fmemopen): Free stream memory in case ofUlrich Drepper2006-04-071-4/+7
* [BZ #2450]Ulrich Drepper2006-04-012-4/+4
* * io/ftw.c (process_entry): If dir->streamfd != -1,Ulrich Drepper2006-03-021-5/+14
* * include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto.Roland McGrath2006-03-012-4/+8
* (AT_SYMLINK_FOLLOW): Define.Ulrich Drepper2006-02-271-2/+3
* (do_test): Pass new parameter to linkat.Ulrich Drepper2006-02-271-1/+1
* Add fifth parameter to linkat.Ulrich Drepper2006-02-271-2/+3
* [BZ #2226]Ulrich Drepper2006-02-124-18/+53
* * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_futex_wait,Ulrich Drepper2006-02-081-22/+37
* * io/ftw.c (ftw_startup): Use fchdir to return to originalUlrich Drepper2006-02-051-21/+30
* * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): CorrectyUlrich Drepper2006-01-226-0/+310
* * io/Makefile (tests): Add tst-symlinkat, tst-linkat, tst-readlinkat,Ulrich Drepper2006-01-204-1/+488
* * io/Makefile (tests): Add tst-symlinkat, tst-linkat, andUlrich Drepper2006-01-204-1/+473
* * include/fcntl.h: Declare __have_atfcts.Ulrich Drepper2006-01-204-2/+100
* 2006-01-15 Jakub Jelinek <jakub@redhat.com>Roland McGrath2006-01-171-1/+1
* * io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro.Roland McGrath2006-01-066-11/+218
* * io/euidaccess.c: Add eaccess as an alias.Roland McGrath2006-01-062-1/+5
* * include/features.h: Grok _ATFILE_SOURCE and define __USE_ATFILE whenRoland McGrath2006-01-051-6/+6
* * io/sys/stat.h [__USE_GNU]: Declare fchmodat.Roland McGrath2006-01-055-4/+210
* [BZ #1962] cvs/fedora-glibc-20051221T0931Ulrich Drepper2005-12-211-5/+5