summaryrefslogtreecommitdiff
path: root/tools/regression/lib/libc
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2015-12-16Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asEnji Cooper
2015-12-16Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite asEnji Cooper
2015-12-16Remove hosts that don't resolve properly with the nss and resolv testsEnji Cooper
2015-12-04Fix LDADD/DPADD that should be LIBADD.Bryan Drewery
2015-11-26Clean up trailing whitespaceEnji Cooper
2015-11-26r291359 was incorrect. Skip over tokens that start with `#' as fgetln canEnji Cooper
2015-11-26Skip over lines that start with # (comments)Enji Cooper
2015-11-26Remove cnftp.bjpu.edu.cn (it no longer resolves)Enji Cooper
2015-11-09Integrate tools/regression/lib/libc/gen into the FreeBSD test suiteEnji Cooper
2015-11-08Integrate tools/regression/lib/libc/net into the FreeBSD test suiteEnji Cooper
2015-11-08Integrate tools/regression/lib/libc/string into the FreeBSD test suiteEnji Cooper
2015-11-08Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suiteEnji Cooper
2015-11-08Integrate tools/regression/lib/libc/stdio into the FreeBSD test suiteEnji Cooper
2015-11-08Integrate tools/regression/lib/libc/locale into the FreeBSD test suiteEnji Cooper
2015-08-19wordexp(): Improve some error codes.Jilles Tjoelker
2015-07-14Add a missing break statement, which made the code default to IPv6.Christian Brueffer
2015-04-23Reassign copyright statements on several files from AdvancedJohn Baldwin
2015-03-29wordexp(): Add testcase for non-default IFS in environment.Jilles Tjoelker
2015-01-20Garbage collect a prove test wrapperEnji Cooper
2014-11-16Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase andEnji Cooper
2014-11-16Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase andEnji Cooper
2014-11-16Remove test-arc4random from this Makefile so others can continue to useEnji Cooper
2014-11-16Convert tools/regression/lib/libc/gen/test-arc4random into an ATF testcase andEnji Cooper
2014-10-26Remove incorrect semicolon.Stefan Farfeleder
2014-06-03- Use strlen instead of hardcoding a numberPietro Cerutti
2014-06-02- Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).Pietro Cerutti
2014-04-21libc/stdio: Fail fdopen() on an execute-only fd.Jilles Tjoelker
2014-04-21libc: Add fopen() test to regression Makefile.Jilles Tjoelker
2014-04-13NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh
2014-03-12Remove broken tests for eui64_line.Julio Merino
2014-03-12Make the strerror tests work without libtap.Julio Merino
2013-09-06libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).Jilles Tjoelker
2013-09-06libc/stdio: Run mkostemp test using prove.Jilles Tjoelker
2013-09-06libc/stdio: Provide proper TAP output for fmemopen/open_[w]memstream.Jilles Tjoelker
2013-08-11fnmatch(): Add test for r254091 (pattern with single backslash).Jilles Tjoelker
2013-08-09Add mkostemp() and mkostemps().Jilles Tjoelker
2013-07-23wordexp(): Fix syntax validation for backslashes in single-quotes.Jilles Tjoelker
2013-07-17Add missing headers.Kevin Lo
2013-06-17Restore "all rights reserved" (spelled correctly). This was actually part of...Eitan Adler
2013-06-16Remove lines declaring "All rights reserved" or similar comments: theyEitan Adler
2013-06-03Add libiconv based versions of *c16*() and *c32*().Ed Schouten
2013-05-25Add missing #includes, to keep Clang silent.Ed Schouten
2013-05-21Add <uchar.h>.Ed Schouten
2013-05-20popen(): Add 'e' mode character to set close-on-exec on the new fd.Jilles Tjoelker
2013-05-20Add a test program for popen().Jilles Tjoelker
2013-04-01wordexp(): Remove wrong IFS usage.Jilles Tjoelker
2013-02-27Add an implementation of open_memstream() and open_wmemstream(). TheseJohn Baldwin
2013-02-01- Fix more style(9)-related issues (copyright header, spaces after functionPietro Cerutti