aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Spell "Hz" correctly wherever it is user-visible.Gavin Atkinson2010-01-121-3/+3
* Update files to remove when MK_BLUETOOTH=no.Antoine Brodin2010-01-091-28/+67
* Add files to remove when MK_AUTHPF=no.Antoine Brodin2010-01-091-3/+4
* Add files to remove when MK_ATM=no.Antoine Brodin2010-01-091-3/+52
* Add files to remove when MK_AT=no.Antoine Brodin2010-01-091-0/+13
* Add files to remove when MK_APM=no.Antoine Brodin2010-01-091-0/+8
* Add files to remove when MK_AMD=no.Antoine Brodin2010-01-091-0/+23
* Add files to remove when MK_ACCT=no.Antoine Brodin2010-01-091-0/+11
* Don't forget to use fourth argument if O_CREAT is set in argument oflag.David Xu2010-01-071-2/+2
* Add test code for POSIX semaphore implementation.David Xu2010-01-052-0/+110
* Add ability to search up the directory hierarchy for the system directory.David E. O'Brien2010-01-0419-0/+88
* Fix formatting.David E. O'Brien2010-01-042-2/+2
* There are actually 129 tests here.David E. O'Brien2010-01-041-1/+1
* Catch up with UNIX98-style PTY's.David E. O'Brien2010-01-042-2/+8
* 'prove -r' isn't as smart as grog thought.David E. O'Brien2010-01-041-9/+1
* You need to be root to run this test.David E. O'Brien2010-01-041-0/+5
* Also cleanup after the test run.David E. O'Brien2010-01-041-1/+3
* Don't process 'lastcomm' if "AUTOMATED" is defined.David E. O'Brien2010-01-041-1/+4
* It is expected these are chmod +x.David E. O'Brien2010-01-042-0/+0
* Regression test for r201456.David E. O'Brien2010-01-045-0/+25
* sh: Send the "not found" message for builtin <cmd> to redirected fd 2.Jilles Tjoelker2010-01-031-0/+31
* sh: Add a regression test that tries out all arithmetic ops.Jilles Tjoelker2010-01-031-0/+76
* Use t1 & t2 as more symbolic than 'a' and 'b' for the two times.David E. O'Brien2010-01-031-8/+6
* Provide clean output with 'prove -r'.David E. O'Brien2010-01-031-2/+2
* Hide expected error output so the 'prove -r' results are easy to read.David E. O'Brien2010-01-031-3/+3
* Allow to be driven by 'prove -r'.David E. O'Brien2010-01-031-6/+10
* Make sure 'pack' is usable for 'prove -r'.David E. O'Brien2010-01-031-0/+2
* Transform from kernel file to userland source.David E. O'Brien2010-01-031-1/+5
* sh: Fix some bugs with backquoted builtins:Jilles Tjoelker2010-01-011-0/+48
* The devices that supported EVFILT_NETDEV kqueue filters were removed inBrooks Davis2009-12-311-109/+0
* sh: Use PATH= assignment in type.Jilles Tjoelker2009-12-311-0/+26
* sh: Allow command -pv and command -pV (lookup using _PATH_STDPATH).Jilles Tjoelker2009-12-313-0/+52
* sh: arith: Return only 0 and 1 from && and ||.Jilles Tjoelker2009-12-301-0/+30
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Make tests for ACL preservation by mv(1) and cp(1) more completeEdward Tomasz Napierala2009-12-271-44/+197
* sh: Do not run callers' exception handlers in subshells.Jilles Tjoelker2009-12-251-0/+34
* Add a new tool which attempts to check for kernel configuration options thatJohn Baldwin2009-12-243-0/+367
* Add regression test for NFSv4 ACLs on UFS.Edward Tomasz Napierala2009-12-211-0/+86
* Merge libkqueue test suite through r119Robert Watson2009-12-153-15/+18
* Add Mark Heily's libkqueue test suite as a general kqueue test suite toRobert Watson2009-12-1310-0/+1729
* Don't read the newline character to line buffer because lines are passedJaakko Heinonen2009-12-1213-1/+53
* sh: Test ;<newline> as well as ; in the 'for' parser test.Jilles Tjoelker2009-12-061-3/+3
* Add disk-magic for amd64: same as i386.Poul-Henning Kamp2009-12-041-2/+17
* Do not gratuitously fail *env(3) operations due to corrupt ('='-less)Brian Feldman2009-12-013-3/+45
* Disable job control when running 'sh -i' in the testsuite.Jilles Tjoelker2009-11-292-2/+2
* Fix some cases where file descriptors from redirections leak to programs.Jilles Tjoelker2009-11-292-0/+56
* exit if "make distribition" failsJulian Elischer2009-11-251-1/+1
* Make this test case little bit more interesting.Jung-uk Kim2009-11-231-500/+500
* sh: Ensure the same command input file is on top after executing a builtin.Jilles Tjoelker2009-11-221-0/+27
* trap: do not consider a bad signal name a fatal error.Jilles Tjoelker2009-11-211-0/+12