| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 140 | -140/+140 |
* | Add AT_RECURSIVE from Linux 5.2 to fcntl.h. | Joseph Myers | 2019-08-06 | 1 | -0/+1 |
* | nftw: fill in stat buf for dangling links [BZ #23501] | DJ Delorie | 2019-07-08 | 3 | -3/+245 |
* | io: Remove copy_file_range emulation [BZ #24744] | Florian Weimer | 2019-06-28 | 5 | -750/+21 |
* | <sys/stat.h>: Use Linux UAPI header for statx if available and useful | Florian Weimer | 2019-06-12 | 6 | -71/+165 |
* | io: Consolidate lockf implementation | Adhemerval Zanella | 2019-02-15 | 4 | -84/+177 |
* | nptl: Remove tst-cancel-wrappers test and related macros | Adhemerval Zanella | 2019-01-03 | 2 | -5/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 138 | -138/+138 |
* | Don't reduce test timeout to less than default | Andreas Schwab | 2018-10-17 | 1 | -3/+0 |
* | Avoid running some tests if the file system does not support holes | Florian Weimer | 2018-08-21 | 2 | -1/+9 |
* | Avoid insecure usage of tmpnam in tests. | Joseph Myers | 2018-07-18 | 1 | -9/+3 |
* | Install <bits/statx.h> header | Florian Weimer | 2018-07-11 | 1 | -1/+1 |
* | Add the statx function | Florian Weimer | 2018-07-10 | 8 | -1/+371 |
* | Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251) | Adhemerval Zanella | 2018-06-26 | 4 | -2/+55 |
* | Avoid cancellable I/O primitives in ld.so. | Zack Weinberg | 2018-06-12 | 1 | -0/+6 |
* | Revert __dirfd PLT avoidance for now | Samuel Thibault | 2018-04-02 | 1 | -1/+1 |
* | hurd: Avoid some PLTs in libc and librt | Samuel Thibault | 2018-04-02 | 1 | -1/+1 |
* | Add missing start-of-file descriptive comment. | Samuel Thibault | 2018-03-06 | 2 | -2/+3 |
* | Fix a typo in a comment. | Rical Jasan | 2018-02-21 | 1 | -1/+1 |
* | Revert "hurd: Fix building io/tst-fchownat.c" | Samuel Thibault | 2018-01-28 | 1 | -1/+1 |
* | hurd: Fix building io/tst-copy_file_range.c | Samuel Thibault | 2018-01-28 | 1 | -1/+3 |
* | hurd: Fix building io/tst-fchownat.c | Samuel Thibault | 2018-01-28 | 1 | -1/+1 |
* | linux: make getcwd(3) fail if it cannot obtain an absolute path [BZ #22679] | Dmitry V. Levin | 2018-01-12 | 2 | -1/+67 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 132 | -132/+132 |
* | copy_file_range: New function to copy file data | Florian Weimer | 2017-12-22 | 6 | -2/+1056 |
* | Fix testing with read-only source directory. | Joseph Myers | 2017-12-15 | 1 | -0/+2 |
* | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 2017-12-11 | 1 | -26/+26 |
* | Assume that _DIRENT_HAVE_D_TYPE is always defined. | Florian Weimer | 2017-10-30 | 3 | -6/+0 |
* | hurd: Fix dirfd symbol exposition from ftw | Samuel Thibault | 2017-09-28 | 1 | -3/+3 |
* | Add missing libc_hidden_weak/def calls | Samuel Thibault | 2017-09-17 | 2 | -0/+2 |
* | Hide __chmod and __mkdir [BZ #18822] | H.J. Lu | 2017-09-04 | 2 | -0/+2 |
* | io: Remove internal_function attribute | Florian Weimer | 2017-08-31 | 2 | -27/+11 |
* | Consolidate non cancellable close call | Adhemerval Zanella | 2017-08-18 | 1 | -2/+2 |
* | Consolidate non cancellable openat call | Adhemerval Zanella | 2017-08-18 | 1 | -2/+2 |
* | linux: Consolidate sync_file_range implementation | Adhemerval Zanella | 2017-06-15 | 1 | -1/+0 |
* | Remove __need macros from signal.h. | Zack Weinberg | 2017-05-20 | 1 | -4/+2 |
* | Consolidate Linux write syscall | Adhemerval Zanella | 2017-05-11 | 1 | -0/+1 |
* | Consolidate Linux read syscall | Adhemerval Zanella | 2017-05-11 | 1 | -0/+1 |
* | Consolidate Linux creat implementation | Adhemerval Zanella | 2017-05-11 | 1 | -0/+2 |
* | Fix missing timespec definition for sys/stat.h (BZ #21371) | Adhemerval Zanella | 2017-04-20 | 1 | -1/+1 |
* | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 2017-04-18 | 2 | -25/+0 |
* | fts: Fix symbol redirect for fts_set [BZ #21289] | Slava Barinov | 2017-03-31 | 1 | -1/+1 |
* | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 2017-03-01 | 2 | -2/+0 |
* | Add missing header files throughout the testsuite. | Zack Weinberg | 2017-02-16 | 15 | -0/+18 |
* | Fix MIPS n32 lseek, lseek64 (bug 21019). | Joseph Myers | 2017-01-02 | 1 | -0/+21 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 129 | -129/+129 |
* | support: Introduce new subdirectory for test infrastructure | Florian Weimer | 2016-12-09 | 2 | -17/+16 |
* | New internal function __access_noerrno | Adhemerval Zanella | 2016-11-16 | 1 | -0/+7 |
* | Consolidate posix_fallocate{64} implementations | Adhemerval Zanella | 2016-10-07 | 4 | -89/+151 |
* | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg | 2016-09-23 | 4 | -14/+8 |