summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)Author
2014-07-10Fix -Wundef warning for HAVE_SYS_PARAM_HSiddhesh Poyarekar
2014-06-07Remove redundant C locale settings.Joseph Myers
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-02-12Stop io/ftwtest deleting its own output.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-08-26Make stub lxstat64 call xstat64, like stub lxstat calls xstat.Roland McGrath
2013-08-21Fix typos.Ondřej Bílka
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-05-06Fix poll stub implementation.Roland McGrath
2013-05-03Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.Roland McGrath
2013-04-29Make stub fchdir.c define __fchdir.Roland McGrath
2013-03-06T_REMOVEDIR and AT_EACCESS have the same value.Patsy Franklin
2013-02-05Fix aliases in stub lseek.Roland McGrath
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu
2013-01-08Don't check __GNUC__ together with __USE_EXTERN_INLINES.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-14Adding missing -fexception CFLAGSMarcus Shawcroft
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge
2012-10-24Use build directory instead of `pwd` in ftwtest-sh.Joseph Myers
2012-10-24Always define off_t, mode_t, pid_tAndreas Jaeger
2012-10-24Define and use $(run-built-tests).Joseph Myers
2012-10-20Alsways include <bits/types.h> in <fcntl.h>.Roland McGrath
2012-10-19Use $(built-program-cmd) in io/ftwtest-sh.Joseph Myers
2012-10-19Use working directory, not /tmp, in io/ftwtest-sh.Joseph Myers
2012-10-01Define __have_atfcts global in stub openat implementation.Roland McGrath
2012-09-28Fix stub open.c to define __libc_open.Roland McGrath
2012-09-28tst-mknodat: create a FIFO instead of a socketPino Toscano
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin
2012-09-25Add copyright notices to testsuite shell scriptsDmitry V. Levin
2012-08-15Move stub lseek.c to the right directory.Roland McGrath
2012-08-06Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.Roland McGrath
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath
2012-05-12Avoid dup3 PLT usage.Thomas Schwinge
2012-05-10Hurd: Define some posix typesSamuel Thibault
2012-04-29Fix attributes for fortify functions.Marek Polacek
2012-03-07Remove distribute variable from MakefilesUlrich Drepper
2012-02-26Add first fixes for conformtest for POSIX2008Ulrich Drepper
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-08bits/poll2.h needs __BEGIN/__END_DECLSUlrich Drepper
2012-01-08Install bits/poll2.hUlrich Drepper
2012-01-08Add checking versions of poll and ppollUlrich Drepper
2012-01-07Remove pre-ISO C supportUlrich Drepper
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath
2011-05-15Fix a few problems in fopen and freopenUlrich Drepper