about summary refs log tree commit diff
path: root/io/Makefile
Commit message (Expand)AuthorAgeFilesLines
* io: Remove copy_file_range emulation [BZ #24744]Florian Weimer2019-07-091-5/+0
* Install <bits/statx.h> headerFlorian Weimer2018-07-111-1/+1
* Add the statx functionFlorian Weimer2018-07-101-1/+4
* Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2018-06-261-1/+2
* linux: make getcwd(3) fail if it cannot obtain an absolute path [BZ #22679]Dmitry V. Levin2018-01-121-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* copy_file_range: New function to copy file dataFlorian Weimer2017-12-221-2/+8
* Fix testing with read-only source directory.Joseph Myers2017-12-151-0/+2
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-26/+26
* linux: Consolidate sync_file_range implementationAdhemerval Zanella2017-06-151-1/+0
* Consolidate Linux write syscallAdhemerval Zanella2017-05-111-0/+1
* Consolidate Linux read syscallAdhemerval Zanella2017-05-111-0/+1
* Consolidate Linux creat implementationAdhemerval Zanella2017-05-111-0/+2
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-181-2/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Consolidate posix_fallocate{64} implementationsAdhemerval Zanella2016-10-071-2/+2
* Add test case for O_TMPFILE handling in open, openatFlorian Weimer2016-09-211-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Add LFS support for fts functions (bug 11460)Mark Wielaard2015-11-061-2/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-2/+4
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-0/+2
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-1/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.Roland McGrath2013-05-031-2/+2
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-111-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Adding missing -fexception CFLAGSMarcus Shawcroft2012-11-141-0/+2
* Define and use $(run-built-tests).Joseph Myers2012-10-241-1/+1
* Use $(built-program-cmd) in io/ftwtest-sh.Joseph Myers2012-10-191-3/+2
* Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin2012-09-251-2/+2
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-2/+0
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Install bits/poll2.hUlrich Drepper2012-01-081-2/+2
* Really implement fallocate{,64} and sync_file_range as cancellation points.Ulrich Drepper2011-04-011-1/+4
* * Versions.def (glibc): Add GLIBC_2.9.Ulrich Drepper2008-07-251-2/+2
* * io/Makefile (aux): Add have_o_cloexec.Ulrich Drepper2007-08-031-0/+2
* [BZ #4860]Ulrich Drepper2007-07-291-1/+1
* * io/Makefile (tests): Add tst-posix_fallocate.Ulrich Drepper2007-07-231-1/+2
* * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW andUlrich Drepper2007-05-101-1/+2
* [BZ #4076] cvs/fedora-glibc-20070221T1011Ulrich Drepper2007-02-211-2/+2
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-15/+2
* .Jakub Jelinek2007-07-311-2/+15
* * nis/nis_subr.c (nis_getnames): Revert last change. cvs/fedora-glibc-20061205T2141Ulrich Drepper2006-12-051-1/+1
* * configure.in: Require assembler support for visibility, compilerUlrich Drepper2006-10-281-13/+0
* * io/Makefile (CFLAGS-fstatat.c): Set.Ulrich Drepper2006-09-171-0/+3
* * io/Makefile (tests): Add tst-symlinkat, tst-linkat, tst-readlinkat,Ulrich Drepper2006-01-201-1/+2
* * io/Makefile (tests): Add tst-symlinkat, tst-linkat, andUlrich Drepper2006-01-201-1/+2
* * include/fcntl.h: Declare __have_atfcts.Ulrich Drepper2006-01-201-1/+2
* * io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro.Roland McGrath2006-01-061-3/+3