Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-11-06 | Add LFS support for fts functions (bug 11460) | Mark Wielaard | 7 | -66/+449 |
2015-11-05 | Fix some stub prototypes missing ... after K&R conversion | Roland McGrath | 1 | -1/+1 |
2015-10-21 | Move io/tst-fcntl temporary file creation to do_prepare. | Joseph Myers | 1 | -8/+10 |
2015-10-21 | Make io/ftwtest-sh remove temporary files on early exit. | Joseph Myers | 1 | -1/+3 |
2015-10-21 | Convert a few more function definitions to prototype style. | Joseph Myers | 1 | -4/+2 |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 1 | -19/+4 |
2015-10-20 | Convert 24 more function definitions to prototype style (array parameters). | Joseph Myers | 2 | -5/+2 |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers | 42 | -181/+55 |
2015-10-15 | Do not leave files behind in /tmp from testing. | Joseph Myers | 1 | -1/+1 |
2015-08-10 | Readd O_LARGEFILE flag for openat64 (bug 18781) | Andreas Schwab | 1 | -1/+20 |
2015-04-24 | posix_fallocate, posix_fallocate64 stub: Do not set errno | Florian Weimer | 2 | -4/+2 |
2015-02-24 | linux: open and openat ignore 'mode' with O_TMPFILE in flags | Eric Rannaud | 10 | -27/+37 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 121 | -121/+121 |
2014-12-30 | Replace %ld with %jd and cast to intmax_t | H.J. Lu | 1 | -4/+8 |
2014-12-04 | De-warning a few stubs. | Roland McGrath | 2 | -8/+8 |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar | 1 | -2/+5 |
2014-10-30 | Remove __libc_creat function name. | Joseph Myers | 1 | -2/+1 |
2014-10-20 | Tiny refactoring in fts to eliminate a warning. | Roland McGrath | 1 | -5/+11 |
2014-07-10 | Fix -Wundef warning for HAVE_SYS_PARAM_H | Siddhesh Poyarekar | 1 | -3/+1 |
2014-06-07 | Remove redundant C locale settings. | Joseph Myers | 1 | -2/+0 |
2014-03-06 | Enumerate tests with special rules in tests-special variable. | Joseph Myers | 1 | -2/+4 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -0/+2 |
2014-02-21 | Generate .test-result files for tests with special rules. | Joseph Myers | 1 | -1/+2 |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers | 1 | -6/+5 |
2014-02-13 | Clean up trivially redundant __USE_MISC conditionals. | Joseph Myers | 2 | -7/+7 |