summary refs log tree commit diff
path: root/io
Commit message (Expand)AuthorAgeFilesLines
* Avoid dup3 PLT usage.Thomas Schwinge2012-05-121-2/+3
* Hurd: Define some posix typesSamuel Thibault2012-05-101-2/+24
* Fix attributes for fortify functions.Marek Polacek2012-04-294-8/+8
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-2/+0
* Add first fixes for conformtest for POSIX2008Ulrich Drepper2012-02-261-2/+4
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-261-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-09115-345/+230
* bits/poll2.h needs __BEGIN/__END_DECLSUlrich Drepper2012-01-081-0/+4
* Install bits/poll2.hUlrich Drepper2012-01-081-2/+2
* Add checking versions of poll and ppollUlrich Drepper2012-01-083-1/+86
* Remove pre-ISO C supportUlrich Drepper2012-01-078-97/+97
* Quash some new warnings from GCC 4.6.Roland McGrath2011-06-101-5/+2
* Fix a few problems in fopen and freopenUlrich Drepper2011-05-151-1/+2
* Remove doubled words.Jim Meyering2011-04-221-2/+2
* Really implement fallocate{,64} and sync_file_range as cancellation points.Ulrich Drepper2011-04-011-1/+4
* Fix typos in comments.Ulrich Drepper2011-04-011-1/+1
* Define AT_EMPTY_PATH.Ulrich Drepper2011-04-011-0/+1
* Define AT_NO_AUTOMOUNT.Ulrich Drepper2011-01-171-1/+3
* Fix definition and testing of S_ISSOCK.Ulrich Drepper2010-04-041-2/+4
* Fix file descriotor leak in nftw with FTW_CHDIRUlrich Drepper2010-02-101-1/+2
* Fix up sys/stat.h for XPG7.Ulrich Drepper2010-01-111-2/+2
* Add support for XPG7 testing.Ulrich Drepper2010-01-091-6/+53
* Remove redundant .gitignore files.Andreas Schwab2009-05-161-6/+0
* rename each .cvsignore file to .gitignoreJim Meyering2009-05-151-0/+0
* * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,Ulrich Drepper2009-05-071-1/+3
* Pretty printing.Ulrich Drepper2009-03-021-13/+13
* * wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2009-02-261-2/+1
* * include/features.h: Define macros for XPG7/POSIX 2008.Ulrich Drepper2009-02-261-2/+2
* * io/sys/stat.h: The lstat functions have been mandatory since 2001.Ulrich Drepper2009-02-241-1/+1
* * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek2009-02-161-2/+3
* * io/ftw.c (add_object): Remove inline to avoid warning.Ulrich Drepper2008-07-291-2/+2
* * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.Ulrich Drepper2008-07-271-1/+2
* * Versions.def (glibc): Add GLIBC_2.9.Ulrich Drepper2008-07-254-2/+96
* * io/openat.c (__openat_2): Also pass fd to __openat.Ulrich Drepper2008-05-112-2/+2
* * 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