summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Integrate lib/libutil into the build/kyuangie2014-08-1312-1448/+0
* Integrate lib/libnv into the build/kyuangie2014-08-057-1441/+0
* Integrate lib/libmp into the build/kyuangie2014-08-043-233/+0
* Use the right lengths.delphij2014-07-252-2/+2
* Make this compilable on latest Linux'es without warnings.kib2014-07-081-2/+7
* Remove ia64.marcel2014-07-076-576/+1
* - Use strlen instead of hardcoding a numbergahr2014-06-031-2/+2
* - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).gahr2014-06-021-0/+47
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* Note that the bug was fixed, and when.des2014-04-261-1/+1
* Remove NO_CTF, exccept as an undocumented compatibilityimp2014-04-251-4/+3
* libc/stdio: Fail fdopen() on an execute-only fd.jilles2014-04-215-1/+237
* libc: Add fopen() test to regression Makefile.jilles2014-04-211-3/+11
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-13106-106/+106
* errx prepends the program name to the message; don't do it by hand.jmmv2014-03-191-1/+1
* Make the priv test program exit with non-zero if any failures are detected.jmmv2014-03-191-8/+33
* Migrate tools/regression/usr.bin/pkill to the new tests layout.jmmv2014-03-1928-1009/+0
* Migrate tools/regression/usr.bin/make/ to the new tests layout.jmmv2014-03-19272-2225/+0
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-1614-14/+14
* Migrate most of tools/regression/usr.bin/ to the new tests layout.jmmv2014-03-16530-27284/+0
* Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout.jmmv2014-03-1655-4199/+0
* Change etcupdate tests to return 1 on test failures.jmmv2014-03-167-21/+135
* Migrate tools/regression/sbin/ to the new tests layout.jmmv2014-03-169-1118/+0
* Remove AppleTalk support.glebius2014-03-143-172/+2
* Remove IPX support.glebius2014-03-149-599/+0
* Remove broken tests for eui64_line.jmmv2014-03-123-92/+1
* Make the strerror tests work without libtap.jmmv2014-03-122-34/+42
* Turn a test precondition into a skip in the mdconfig tests.jmmv2014-03-121-2/+2
* Fix sa tests.jmmv2014-03-1213-195/+202
* Only run the make tests when make is fmake.jmmv2014-03-121-1/+20
* Fix lastcomm tests under amd64.jmmv2014-03-123-56/+58
* Fix ncal tests so that they run cleanly with prove.jmmv2014-03-091-4/+2
* Fix pkill tests so that they run cleanly with prove.jmmv2014-03-091-4/+6
* Fix yacc tests so that they run cleanly with prove.jmmv2014-03-0916-260/+204
* Fix sed tests so that they run cleanly with prove.jmmv2014-03-091-1/+1
* Fix printf tests so that they run cleanly with prove.jmmv2014-03-091-1/+1
* Fix m4 tests so that they run cleanly with prove.jmmv2014-03-093-3/+4
* Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT.brueffer2014-02-061-2/+2
* Add test case for kern/181741. Right now test fails.glebius2014-02-061-25/+79
* Replace the old unix_seqpacket and unix_seqpacket_exercise tests, whichasomers2014-01-234-593/+0
* MFp4 @1189766:pjd2014-01-045-12/+18
* Migrate tools/regression/bin/ tests to the new layout.jmmv2013-12-11411-6857/+0
* - Refresh /etc/localtime after each update using tzsetup -r.jhb2013-12-093-1/+244
* Add regression test for recently added 'i' flag in r259132.eadler2013-12-092-0/+5
* Regression tests for existing Casper services.pjd2013-12-025-0/+5211
* sh: Make <&0 disable the </dev/null implicit in a background command.jilles2013-11-242-0/+5
* sh: Add more tests for the </dev/null implicit in a background command.jilles2013-11-243-0/+15
* sh: Add tests for the </dev/null implicit in a background command.jilles2013-11-223-0/+9
* fsx: add an option to randomly call msync(MS_INVALIDATE)avg2013-11-191-13/+81
* fsx: new option to disable msync(MS_SYNC) after each write via mmaped regionavg2013-11-191-4/+11
OpenPOWER on IntegriCloud