summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* sh: Detect various additional errors in the parser.jilles2010-10-291-0/+4
* sh: Fix some issues with CTL* bytes and ${var#pat}.jilles2010-10-291-0/+22
* sh: Do IFS splitting on word in ${v+word} and ${v-word}.jilles2010-10-291-0/+34
* sh: Only accept a '}' inside ${v+-=?...} if double-quote state matches.jilles2010-10-281-0/+31
* sh: Make double-quotes quote a '}' inside ${v#...} and ${v%...}.jilles2010-10-281-0/+28
* sh: Do not allow overriding a special builtin with a function.jilles2010-10-241-0/+7
* sh: Make sure defined functions can actually be called.jilles2010-10-241-0/+25
* sh: Check whether dup2 was successful for >&FD and <&FD.jilles2010-10-241-0/+4
* sh: Add a test trying to close a descriptor that is not open.jilles2010-10-241-0/+3
* sh: Change ! within a pipeline to start a new pipeline instead.jilles2010-10-241-0/+3
* sh: Add some testcases for alias expansion.jilles2010-10-242-0/+11
* Add microbenchmark for create/unlink of a zero-byte file.rwatson2010-10-241-3/+32
* Validate syscall_timing test names before starting to provide earlierrwatson2010-10-221-12/+68
* Universally use uintmax_t in syscall_timing; rearrange arithmetic torwatson2010-10-211-64/+65
* Add Cambridge/Google tag since the copyright has been updated.rwatson2010-10-211-0/+3
* Further syscall_timing improvements: allow an arbitrary "path" stringrwatson2010-10-211-45/+41
* Fix bug in recent syscall_timing change: measure the number of iterationsrwatson2010-10-211-3/+4
* Further enhancements to syscall_timing:rwatson2010-10-211-79/+258
* Improve the structure and implementation of the syscall_timingrwatson2010-10-211-106/+374
* sh: Allow running 'prove' from tools/regression/bin/sh againjilles2010-10-151-5/+1
* Embellish this testcase a little bit to be more clear what the output isobrien2010-10-142-0/+18
* Do not assume in growstackstr() that a "precious" character will beobrien2010-10-131-0/+15
* Allow one to regression test 'sh' changes without having to installobrien2010-10-1228-82/+97
* Correct regression test to not show a false positive when run as root.obrien2010-10-111-6/+9
* Don't blow away /bin/rmail symlink if we are keeping mailwrapper.markm2010-10-081-0/+2
* Clean up tools in tools/tools/netrate.pluknet2010-10-082-6/+11
* Add some missing files to optionally delete.netchild2010-10-061-0/+27
* - Add WITH_GPIO entry to src.conf(5) man pagegonzo2010-10-051-0/+2
* Change the output of mctest to give a summary of the results insteadgnn2010-10-012-13/+34
* - simplify by using one build scriptmr2010-10-018-678/+32
* tr: Fix '[=]=]' equivalence class.jilles2010-09-293-1/+5
* Correct message.pjd2010-09-271-1/+1
* Add some regression tests for newly added -J and -j options.pjd2010-09-251-0/+126
* Don't hardcode md0 in message, use $md instead.pjd2010-09-251-1/+1
* Don't leave zombies behind.trasz2010-09-251-0/+2
* Add a shell script to generate a test script for trivial ACLs.trasz2010-09-251-0/+53
* Update regression tests after AES-XTS addition.pjd2010-09-257-21/+70
* - Use $md instead of md0, which fixes tests when md(4) device is alreadypjd2010-09-251-2/+2
* Add test cases for stack unwinding.davidxu2010-09-258-0/+265
* Make the labels match the device name that's mounted, not just theimp2010-09-221-2/+4
* tools/umastat: more cleanupsavg2010-09-211-3/+5
* Support new variable NANO_LABEL. When set to a non-null string,imp2010-09-201-16/+37
* Add a geli resize subcommand to resize encrypted filesystems priorbrian2010-09-201-0/+149
* tools/umastat: fix build on amd64avg2010-09-201-8/+8
* Revise r197763 which fixes filesystem corruption when extendingbrian2010-09-193-0/+102
* sh: Fix exit status if return is used within a loop condition.jilles2010-09-112-0/+9
* sh: Apply variable assignments left-to-right in bltinlookup().jilles2010-09-111-0/+3
* sh: Fix 'read' if all chars before the first IFS char are backslash-escaped.jilles2010-09-082-0/+18
* sh: Add simple tests for backslashes in the read builtin.jilles2010-09-082-0/+20
* sh: Add a test that 'read' leaves the file pointer at the correct place.jilles2010-09-031-0/+31
OpenPOWER on IntegriCloud