about summary refs log tree commit diff
path: root/io/Makefile
Commit message (Expand)AuthorAgeFilesLines
* io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno2023-09-161-1/+3
* io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella2023-05-301-1/+2
* linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)Adhemerval Zanella2022-04-281-3/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* io: Refactor close_range and closefromAdhemerval Zanella2021-11-241-1/+2
* io: Fix ftw internal realloc buffer (BZ #28126)Adhemerval Zanella2021-10-071-0/+1
* io: Add time64 alias for fcntlFlorian Weimer2021-07-211-0/+2
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-081-1/+3
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-221-2/+2
* y2038: Add test coverageAdhemerval Zanella2021-06-151-2/+20
* io: Add ftw64 with 64-bit time_t supportAdhemerval Zanella2021-06-151-1/+3
* io: Add fts64 with 64-bit time_t supportAdhemerval Zanella2021-06-151-1/+3
* io: Add basic tests for utimensatAdhemerval Zanella2021-04-151-0/+1
* linux: Add lutimes testAdhemerval Zanella2021-04-151-0/+1
* linux: Add futimes testAdhemerval Zanella2021-04-151-0/+1
* io: Move file timestamps tests out of LinuxAdhemerval Zanella2021-04-151-1/+4
* socket: Add CFLAGS-accept.c and CFLAGS-connect.cAdhemerval Zanella2021-04-011-2/+0
* nptl: Remove connect from libpthreadAdhemerval Zanella2021-03-181-0/+1
* nptl: Remove accept from libpthreadAdhemerval Zanella2021-03-181-0/+1
* nptl: Remove close from libpthreadAdhemerval Zanella2021-03-181-0/+1
* nptl: Remove read from libpthreadAdhemerval Zanella2021-03-181-1/+1
* nptl: Remove write from libpthreadAdhemerval Zanella2021-03-181-1/+1
* io: Return EBAFD for negative file descriptor on fstat (BZ #27559)Adhemerval Zanella2021-03-111-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* io: Remove xmknod{at} implementationsAdhemerval Zanella2020-12-291-1/+1
* io: Remove xstat implementationsAdhemerval Zanella2020-12-291-2/+1
* io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353]Xiaoming Ni2020-11-261-1/+2
* Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella2020-10-091-5/+0
* Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella2020-10-091-2/+2
* nptl: Add missing cancellation flags on lockfAdhemerval Zanella2020-10-081-2/+2
* Move implementation of <file_change_detection.h> into a C fileFlorian Weimer2020-02-181-1/+1
* io: Add io/tst-lchmod covering lchmod and fchmodatFlorian Weimer2020-02-121-1/+1
* Add internal <file_change_detection.h> header fileFlorian Weimer2020-02-121-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nftw: fill in stat buf for dangling links [BZ #23501]DJ Delorie2019-07-081-1/+2
* io: Remove copy_file_range emulation [BZ #24744]Florian Weimer2019-06-281-5/+0
* <sys/stat.h>: Use Linux UAPI header for statx if available and usefulFlorian Weimer2019-06-121-1/+3
* io: Consolidate lockf implementationAdhemerval Zanella2019-02-151-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* 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