aboutsummaryrefslogtreecommitdiff
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Note that the bug was fixed, and when.Dag-Erling Smørgrav2014-04-261-1/+1
* Remove NO_CTF, exccept as an undocumented compatibilityWarner Losh2014-04-251-4/+3
* libc/stdio: Fail fdopen() on an execute-only fd.Jilles Tjoelker2014-04-215-1/+237
* libc: Add fopen() test to regression Makefile.Jilles Tjoelker2014-04-211-3/+11
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-13106-106/+106
* errx prepends the program name to the message; don't do it by hand.Julio Merino2014-03-191-1/+1
* Make the priv test program exit with non-zero if any failures are detected.Julio Merino2014-03-191-8/+33
* Migrate tools/regression/usr.bin/pkill to the new tests layout.Julio Merino2014-03-1928-1009/+0
* Migrate tools/regression/usr.bin/make/ to the new tests layout.Julio Merino2014-03-19272-2225/+0
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-1614-14/+14
* Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-16530-27284/+0
* Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout.Julio Merino2014-03-1655-4199/+0
* Change etcupdate tests to return 1 on test failures.Julio Merino2014-03-167-21/+135
* Migrate tools/regression/sbin/ to the new tests layout.Julio Merino2014-03-169-1118/+0
* Remove AppleTalk support.Gleb Smirnoff2014-03-143-172/+2
* Remove IPX support.Gleb Smirnoff2014-03-149-599/+0
* Remove broken tests for eui64_line.Julio Merino2014-03-123-92/+1
* Make the strerror tests work without libtap.Julio Merino2014-03-122-34/+42
* Turn a test precondition into a skip in the mdconfig tests.Julio Merino2014-03-121-2/+2
* Fix sa tests.Julio Merino2014-03-1213-195/+202
* Only run the make tests when make is fmake.Julio Merino2014-03-121-1/+20
* Fix lastcomm tests under amd64.Julio Merino2014-03-123-56/+58
* Fix ncal tests so that they run cleanly with prove.Julio Merino2014-03-091-4/+2
* Fix pkill tests so that they run cleanly with prove.Julio Merino2014-03-091-4/+6
* Fix yacc tests so that they run cleanly with prove.Julio Merino2014-03-0916-260/+204
* Fix sed tests so that they run cleanly with prove.Julio Merino2014-03-091-1/+1
* Fix printf tests so that they run cleanly with prove.Julio Merino2014-03-091-1/+1
* Fix m4 tests so that they run cleanly with prove.Julio Merino2014-03-093-3/+4
* Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT.Christian Brueffer2014-02-061-2/+2
* Add test case for kern/181741. Right now test fails.Gleb Smirnoff2014-02-061-25/+79
* Replace the old unix_seqpacket and unix_seqpacket_exercise tests, whichAlan Somers2014-01-234-593/+0
* MFp4 @1189766:Pawel Jakub Dawidek2014-01-045-12/+18
* Migrate tools/regression/bin/ tests to the new layout.Julio Merino2013-12-11411-6857/+0
* - Refresh /etc/localtime after each update using tzsetup -r.John Baldwin2013-12-093-1/+244
* Add regression test for recently added 'i' flag in r259132.Eitan Adler2013-12-092-0/+5
* Regression tests for existing Casper services.Pawel Jakub Dawidek2013-12-025-0/+5211
* sh: Make <&0 disable the </dev/null implicit in a background command.Jilles Tjoelker2013-11-242-0/+5
* sh: Add more tests for the </dev/null implicit in a background command.Jilles Tjoelker2013-11-243-0/+15
* sh: Add tests for the </dev/null implicit in a background command.Jilles Tjoelker2013-11-223-0/+9
* fsx: add an option to randomly call msync(MS_INVALIDATE)Andriy Gapon2013-11-191-13/+81
* fsx: new option to disable msync(MS_SYNC) after each write via mmaped regionAndriy Gapon2013-11-191-4/+11
* Fix a couple of issues with -F:John Baldwin2013-11-151-0/+48
* Regression tests for the libnv library.Pawel Jakub Dawidek2013-11-127-0/+1441
* Add a pre-world mode of updating similar to the -p option that can beJohn Baldwin2013-11-121-0/+238
* Add an -s option that specifies a path to an alternate etcupdate.sh scriptJohn Baldwin2013-11-125-35/+55
* sh: Properly quote alias output from command -v.Jilles Tjoelker2013-11-101-0/+7
* sh: Add a test case for would-be assignments that are not due to quoting.Jilles Tjoelker2013-11-101-0/+19
* Make lpathconf(2) support optional to make it compile again on Linux.Pawel Jakub Dawidek2013-10-312-1/+9
* sh: Allow trapping SIGINT/SIGQUIT after ignore because of '&'.Jilles Tjoelker2013-10-302-0/+18