Age | Commit message (Expand) | Author | Files | Lines |
2018-07-18 | Avoid insecure usage of tmpnam in tests. | Joseph Myers | 1 | -9/+3 |
2018-07-11 | Install <bits/statx.h> header | Florian Weimer | 1 | -1/+1 |
2018-07-10 | Add the statx function | Florian Weimer | 8 | -1/+371 |
2018-06-26 | Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251) | Adhemerval Zanella | 4 | -2/+55 |
2018-06-12 | Avoid cancellable I/O primitives in ld.so. | Zack Weinberg | 1 | -0/+6 |
2018-04-02 | Revert __dirfd PLT avoidance for now | Samuel Thibault | 1 | -1/+1 |
2018-04-02 | hurd: Avoid some PLTs in libc and librt | Samuel Thibault | 1 | -1/+1 |
2018-03-06 | Add missing start-of-file descriptive comment. | Samuel Thibault | 2 | -2/+3 |
2018-02-21 | Fix a typo in a comment. | Rical Jasan | 1 | -1/+1 |
2018-01-28 | Revert "hurd: Fix building io/tst-fchownat.c" | Samuel Thibault | 1 | -1/+1 |
2018-01-28 | hurd: Fix building io/tst-copy_file_range.c | Samuel Thibault | 1 | -1/+3 |
2018-01-28 | hurd: Fix building io/tst-fchownat.c | Samuel Thibault | 1 | -1/+1 |
2018-01-12 | linux: make getcwd(3) fail if it cannot obtain an absolute path [BZ #22679] | Dmitry V. Levin | 2 | -1/+67 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 132 | -132/+132 |
2017-12-22 | copy_file_range: New function to copy file data | Florian Weimer | 6 | -2/+1056 |
2017-12-15 | Fix testing with read-only source directory. | Joseph Myers | 1 | -0/+2 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -26/+26 |
2017-10-30 | Assume that _DIRENT_HAVE_D_TYPE is always defined. | Florian Weimer | 3 | -6/+0 |
2017-09-28 | hurd: Fix dirfd symbol exposition from ftw | Samuel Thibault | 1 | -3/+3 |
2017-09-17 | Add missing libc_hidden_weak/def calls | Samuel Thibault | 2 | -0/+2 |
2017-09-04 | Hide __chmod and __mkdir [BZ #18822] | H.J. Lu | 2 | -0/+2 |
2017-08-31 | io: Remove internal_function attribute | Florian Weimer | 2 | -27/+11 |
2017-08-18 | Consolidate non cancellable close call | Adhemerval Zanella | 1 | -2/+2 |
2017-08-18 | Consolidate non cancellable openat call | Adhemerval Zanella | 1 | -2/+2 |
2017-06-15 | linux: Consolidate sync_file_range implementation | Adhemerval Zanella | 1 | -1/+0 |
2017-05-20 | Remove __need macros from signal.h. | Zack Weinberg | 1 | -4/+2 |
2017-05-11 | Consolidate Linux write syscall | Adhemerval Zanella | 1 | -0/+1 |
2017-05-11 | Consolidate Linux read syscall | Adhemerval Zanella | 1 | -0/+1 |
2017-05-11 | Consolidate Linux creat implementation | Adhemerval Zanella | 1 | -0/+2 |
2017-04-20 | Fix missing timespec definition for sys/stat.h (BZ #21371) | Adhemerval Zanella | 1 | -1/+1 |
2017-04-18 | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 2 | -25/+0 |
2017-03-31 | fts: Fix symbol redirect for fts_set [BZ #21289] | Slava Barinov | 1 | -1/+1 |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 2 | -2/+0 |
2017-02-16 | Add missing header files throughout the testsuite. | Zack Weinberg | 15 | -0/+18 |
2017-01-02 | Fix MIPS n32 lseek, lseek64 (bug 21019). | Joseph Myers | 1 | -0/+21 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 129 | -129/+129 |
2016-12-09 | support: Introduce new subdirectory for test infrastructure | Florian Weimer | 2 | -17/+16 |
2016-11-16 | New internal function __access_noerrno | Adhemerval Zanella | 1 | -0/+7 |
2016-10-07 | Consolidate posix_fallocate{64} implementations | Adhemerval Zanella | 4 | -89/+151 |
2016-09-23 | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg | 4 | -14/+8 |
2016-09-23 | Installed-header hygiene (BZ#20366): obsolete BSD u_* types. | Zack Weinberg | 1 | -10/+10 |
2016-09-23 | tst-open-tmpfile: Add checks for open64, openat64, linkat | Florian Weimer | 1 | -0/+103 |
2016-09-21 | Add test case for O_TMPFILE handling in open, openat | Florian Weimer | 2 | -1/+218 |
2016-06-11 | 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2 | -2/+2 |
2016-05-17 | Make sys/stat.h define S_IFSOCK, S_ISSOCK for XPG4 (bug 20076). | Joseph Myers | 1 | -2/+2 |
2016-05-10 | Fix sys/stat.h fchmod namespace (bug 20073). | Joseph Myers | 1 | -1/+1 |
2016-05-02 | Fix fcntl.h timespec namespace (bug 20023). | Joseph Myers | 1 | -1/+3 |
2016-01-07 | Make shebang interpreter directives consistent | Marko Myllynen | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 125 | -125/+125 |
2015-12-02 | Use shell's builtin pwd. | Ludovic Courtès | 1 | -4/+4 |