aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* sh: Do not allow overriding a special builtin with a function.Jilles Tjoelker2010-10-241-0/+7
* sh: Make sure defined functions can actually be called.Jilles Tjoelker2010-10-241-0/+25
* sh: Check whether dup2 was successful for >&FD and <&FD.Jilles Tjoelker2010-10-241-0/+4
* sh: Add a test trying to close a descriptor that is not open.Jilles Tjoelker2010-10-241-0/+3
* sh: Change ! within a pipeline to start a new pipeline instead.Jilles Tjoelker2010-10-241-0/+3
* sh: Add some testcases for alias expansion.Jilles Tjoelker2010-10-242-0/+11
* Add microbenchmark for create/unlink of a zero-byte file.Robert Watson2010-10-241-3/+32
* Validate syscall_timing test names before starting to provide earlierRobert Watson2010-10-221-12/+68
* Universally use uintmax_t in syscall_timing; rearrange arithmetic toRobert Watson2010-10-211-64/+65
* Add Cambridge/Google tag since the copyright has been updated.Robert Watson2010-10-211-0/+3
* Further syscall_timing improvements: allow an arbitrary "path" stringRobert Watson2010-10-211-45/+41
* Fix bug in recent syscall_timing change: measure the number of iterationsRobert Watson2010-10-211-3/+4
* Further enhancements to syscall_timing:Robert Watson2010-10-211-79/+258
* Improve the structure and implementation of the syscall_timingRobert Watson2010-10-211-106/+374
* sh: Allow running 'prove' from tools/regression/bin/sh againJilles Tjoelker2010-10-151-5/+1
* Embellish this testcase a little bit to be more clear what the output isDavid E. O'Brien2010-10-142-0/+18
* Do not assume in growstackstr() that a "precious" character will beDavid E. O'Brien2010-10-131-0/+15
* Allow one to regression test 'sh' changes without having to installDavid E. O'Brien2010-10-1228-82/+97
* Correct regression test to not show a false positive when run as root.David E. O'Brien2010-10-111-6/+9
* Don't blow away /bin/rmail symlink if we are keeping mailwrapper.Mark Murray2010-10-081-0/+2
* Clean up tools in tools/tools/netrate.Sergey Kandaurov2010-10-082-6/+11
* Add some missing files to optionally delete.Alexander Leidinger2010-10-061-0/+27
* - Add WITH_GPIO entry to src.conf(5) man pageOleksandr Tymoshenko2010-10-051-0/+2
* Change the output of mctest to give a summary of the results insteadGeorge V. Neville-Neil2010-10-012-13/+34
* - simplify by using one build scriptMichael Reifenberger2010-10-018-678/+32
* tr: Fix '[=]=]' equivalence class.Jilles Tjoelker2010-09-293-1/+5
* Correct message.Pawel Jakub Dawidek2010-09-271-1/+1
* Add some regression tests for newly added -J and -j options.Pawel Jakub Dawidek2010-09-251-0/+126
* Don't hardcode md0 in message, use $md instead.Pawel Jakub Dawidek2010-09-251-1/+1
* Don't leave zombies behind.Edward Tomasz Napierala2010-09-251-0/+2
* Add a shell script to generate a test script for trivial ACLs.Edward Tomasz Napierala2010-09-251-0/+53
* Update regression tests after AES-XTS addition.Pawel Jakub Dawidek2010-09-257-21/+70
* - Use $md instead of md0, which fixes tests when md(4) device is alreadyPawel Jakub Dawidek2010-09-251-2/+2
* Add test cases for stack unwinding.David Xu2010-09-258-0/+265
* Make the labels match the device name that's mounted, not just theWarner Losh2010-09-221-2/+4
* tools/umastat: more cleanupsAndriy Gapon2010-09-211-3/+5
* Support new variable NANO_LABEL. When set to a non-null string,Warner Losh2010-09-201-16/+37
* Add a geli resize subcommand to resize encrypted filesystems priorBrian Somers2010-09-201-0/+149
* tools/umastat: fix build on amd64Andriy Gapon2010-09-201-8/+8
* Revise r197763 which fixes filesystem corruption when extendingBrian Somers2010-09-193-0/+102
* sh: Fix exit status if return is used within a loop condition.Jilles Tjoelker2010-09-112-0/+9
* sh: Apply variable assignments left-to-right in bltinlookup().Jilles Tjoelker2010-09-111-0/+3
* sh: Fix 'read' if all chars before the first IFS char are backslash-escaped.Jilles Tjoelker2010-09-082-0/+18
* sh: Add simple tests for backslashes in the read builtin.Jilles Tjoelker2010-09-082-0/+20
* sh: Add a test that 'read' leaves the file pointer at the correct place.Jilles Tjoelker2010-09-031-0/+31
* We need to copy the ports config files before we launch the prefetchPoul-Henning Kamp2010-09-031-3/+3
* Allow / in the NANO_DEVICEWarner Losh2010-09-031-1/+1
* sh: Weaken builtins/command4 test to only require a nonzero exit status.Jilles Tjoelker2010-08-292-2/+2
* Add a Makefile for tools/regression/bin and support 'all' inBrian Somers2010-08-292-1/+6
* Correct an out-by-one error when earlying out ustar filenames thatBrian Somers2010-08-292-0/+99