| Commit message (Expand) | Author | Age | Files | Lines |
* | posix_fallocate, posix_fallocate64 stub: Do not set errno |  Florian Weimer | 2015-04-24 | 2 | -4/+2 |
* | linux: open and openat ignore 'mode' with O_TMPFILE in flags |  Eric Rannaud | 2015-02-24 | 10 | -27/+37 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2015-01-02 | 121 | -121/+121 |
* | Replace %ld with %jd and cast to intmax_t |  H.J. Lu | 2014-12-30 | 1 | -4/+8 |
* | De-warning a few stubs. |  Roland McGrath | 2014-12-04 | 2 | -8/+8 |
* | Modify several tests to use test-skeleton.c |  Arjun Shankar | 2014-11-05 | 1 | -2/+5 |
* | Remove __libc_creat function name. |  Joseph Myers | 2014-10-30 | 1 | -2/+1 |
* | Tiny refactoring in fts to eliminate a warning. |  Roland McGrath | 2014-10-20 | 1 | -5/+11 |
* | Fix -Wundef warning for HAVE_SYS_PARAM_H |  Siddhesh Poyarekar | 2014-07-10 | 1 | -3/+1 |
* | Remove redundant C locale settings. |  Joseph Myers | 2014-06-07 | 1 | -2/+0 |
* | Enumerate tests with special rules in tests-special variable. |  Joseph Myers | 2014-03-06 | 1 | -2/+4 |
* | Consistently include Makeconfig after defining subdir. |  Joseph Myers | 2014-02-26 | 1 | -0/+2 |
* | Generate .test-result files for tests with special rules. |  Joseph Myers | 2014-02-21 | 1 | -1/+2 |
* | Complete _BSD_SOURCE / _SVID_source followup cleanup. |  Joseph Myers | 2014-02-21 | 1 | -6/+5 |
* | Clean up trivially redundant __USE_MISC conditionals. |  Joseph Myers | 2014-02-13 | 2 | -7/+7 |
* | Combine __USE_BSD and __USE_SVID into __USE_MISC. |  Joseph Myers | 2014-02-12 | 3 | -16/+16 |
* | Stop io/ftwtest deleting its own output. |  Joseph Myers | 2014-02-12 | 1 | -1/+1 |
* | Update copyright notices with scripts/update-copyrights |  Allan McRae | 2014-01-01 | 121 | -121/+121 |
* | Make stub lxstat64 call xstat64, like stub lxstat calls xstat. |  Roland McGrath | 2013-08-26 | 1 | -10/+3 |
* | Fix typos. |  Ondřej Bílka | 2013-08-21 | 1 | -1/+1 |
* | Avoid use of "register" as optimization hint. |  Joseph Myers | 2013-06-07 | 1 | -27/+27 |
* | Fix poll stub implementation. |  Roland McGrath | 2013-05-06 | 1 | -5/+5 |
* | Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}. |  Roland McGrath | 2013-05-03 | 9 | -49/+126 |
* | Make stub fchdir.c define __fchdir. |  Roland McGrath | 2013-04-29 | 1 | -2/+2 |
* | T_REMOVEDIR and AT_EACCESS have the same value. |  Patsy Franklin | 2013-03-06 | 1 | -0/+6 |
* | Fix aliases in stub lseek. |  Roland McGrath | 2013-02-05 | 1 | -3/+4 |
* | Add --enable-hardcoded-path-in-tests configure option |  H.J. Lu | 2013-01-11 | 1 | -1/+1 |
* | Don't check __GNUC__ together with __USE_EXTERN_INLINES. |  Joseph Myers | 2013-01-08 | 1 | -1/+1 |
* | Update copyright notices with scripts/update-copyrights. |  Joseph Myers | 2013-01-02 | 117 | -120/+117 |
* | Adding missing -fexception CFLAGS |  Marcus Shawcroft | 2012-11-14 | 1 | -0/+2 |
* | [BZ #157] Remove include/stub-tag.h for good. |  Thomas Schwinge | 2012-11-04 | 74 | -90/+0 |
* | Use build directory instead of `pwd` in ftwtest-sh. |  Joseph Myers | 2012-10-24 | 1 | -1/+1 |
* | Always define off_t, mode_t, pid_t |  Andreas Jaeger | 2012-10-24 | 1 | -24/+28 |
* | Define and use $(run-built-tests). |  Joseph Myers | 2012-10-24 | 1 | -1/+1 |
* | Alsways include <bits/types.h> in <fcntl.h>. |  Roland McGrath | 2012-10-20 | 1 | -1/+3 |
* | Use $(built-program-cmd) in io/ftwtest-sh. |  Joseph Myers | 2012-10-19 | 2 | -16/+13 |
* | Use working directory, not /tmp, in io/ftwtest-sh. |  Joseph Myers | 2012-10-19 | 1 | -2/+2 |
* | Define __have_atfcts global in stub openat implementation. |  Roland McGrath | 2012-10-01 | 1 | -1/+8 |
* | Fix stub open.c to define __libc_open. |  Roland McGrath | 2012-09-28 | 1 | -5/+8 |
* | tst-mknodat: create a FIFO instead of a socket |  Pino Toscano | 2012-09-28 | 1 | -14/+14 |
* | Set "fail on error" mode directly in testsuite shell scripts |  Dmitry V. Levin | 2012-09-25 | 2 | -3/+5 |
* | Add copyright notices to testsuite shell scripts |  Dmitry V. Levin | 2012-09-25 | 1 | -0/+17 |
* | Move stub lseek.c to the right directory. |  Roland McGrath | 2012-08-15 | 1 | -0/+52 |
* | Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t. |  Roland McGrath | 2012-08-06 | 2 | -3/+20 |
* | Fix lots of bitrot for stub configurations. |  Roland McGrath | 2012-07-30 | 3 | -10/+9 |
* | Avoid dup3 PLT usage. |  Thomas Schwinge | 2012-05-12 | 1 | -2/+3 |
* | Hurd: Define some posix types |  Samuel Thibault | 2012-05-10 | 1 | -2/+24 |
* | Fix attributes for fortify functions. |  Marek Polacek | 2012-04-29 | 4 | -8/+8 |
* | Remove distribute variable from Makefiles |  Ulrich Drepper | 2012-03-07 | 1 | -2/+0 |
* | Add first fixes for conformtest for POSIX2008 |  Ulrich Drepper | 2012-02-26 | 1 | -2/+4 |