about summary refs log tree commit diff
path: root/io
Commit message (Expand)AuthorAgeFilesLines
* hurd: Fix dirfd symbol exposition from ftwSamuel Thibault2017-09-281-3/+3
* Add missing libc_hidden_weak/def callsSamuel Thibault2017-09-172-0/+2
* Hide __chmod and __mkdir [BZ #18822]H.J. Lu2017-09-042-0/+2
* io: Remove internal_function attributeFlorian Weimer2017-08-312-27/+11
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-2/+2
* Consolidate non cancellable openat callAdhemerval Zanella2017-08-181-2/+2
* linux: Consolidate sync_file_range implementationAdhemerval Zanella2017-06-151-1/+0
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-4/+2
* 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
* Fix missing timespec definition for sys/stat.h (BZ #21371)Adhemerval Zanella2017-04-201-1/+1
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-182-25/+0
* fts: Fix symbol redirect for fts_set [BZ #21289]Slava Barinov2017-03-311-1/+1
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-012-2/+0
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-1615-0/+18
* Fix MIPS n32 lseek, lseek64 (bug 21019).Joseph Myers2017-01-021-0/+21
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01129-129/+129
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-092-17/+16
* New internal function __access_noerrnoAdhemerval Zanella2016-11-161-0/+7
* Consolidate posix_fallocate{64} implementationsAdhemerval Zanella2016-10-074-89/+151
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-234-14/+8
* Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg2016-09-231-10/+10
* tst-open-tmpfile: Add checks for open64, openat64, linkatFlorian Weimer2016-09-231-0/+103
* Add test case for O_TMPFILE handling in open, openatFlorian Weimer2016-09-212-1/+218
* 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-06-112-2/+2
* Make sys/stat.h define S_IFSOCK, S_ISSOCK for XPG4 (bug 20076).Joseph Myers2016-05-171-2/+2
* Fix sys/stat.h fchmod namespace (bug 20073).Joseph Myers2016-05-101-1/+1
* Fix fcntl.h timespec namespace (bug 20023).Joseph Myers2016-05-021-1/+3
* Make shebang interpreter directives consistentMarko Myllynen2016-01-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04125-125/+125
* Use shell's builtin pwd.Ludovic Courtès2015-12-021-4/+4
* Add LFS support for fts functions (bug 11460)Mark Wielaard2015-11-067-66/+449
* Fix some stub prototypes missing ... after K&R conversionRoland McGrath2015-11-051-1/+1
* Move io/tst-fcntl temporary file creation to do_prepare.Joseph Myers2015-10-211-8/+10
* Make io/ftwtest-sh remove temporary files on early exit.Joseph Myers2015-10-211-1/+3
* Convert a few more function definitions to prototype style.Joseph Myers2015-10-211-4/+2
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-19/+4
* Convert 24 more function definitions to prototype style (array parameters).Joseph Myers2015-10-202-5/+2
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1642-181/+55
* Do not leave files behind in /tmp from testing.Joseph Myers2015-10-151-1/+1
* Readd O_LARGEFILE flag for openat64 (bug 18781)Andreas Schwab2015-08-101-1/+20
* posix_fallocate, posix_fallocate64 stub: Do not set errnoFlorian Weimer2015-04-242-4/+2
* linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud2015-02-2410-27/+37
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02121-121/+121
* Replace %ld with %jd and cast to intmax_tH.J. Lu2014-12-301-4/+8
* De-warning a few stubs.Roland McGrath2014-12-042-8/+8
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-051-2/+5
* Remove __libc_creat function name.Joseph Myers2014-10-301-2/+1
* Tiny refactoring in fts to eliminate a warning.Roland McGrath2014-10-201-5/+11