aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test the poll(2) return value.Konstantin Belousov2010-08-281-33/+52
* - Change default grep back to GNU version. BSD grep can be built with theGabor Kovesdan2010-08-232-2/+2
* sh: Remove remnants of '!!' to negate pattern.Jilles Tjoelker2010-08-221-0/+28
* sh: Test that all bytes from 128 to 255 can be used in IFS.Jilles Tjoelker2010-08-221-0/+21
* sh: Add a test for breaking from a loop outside the current function.Jilles Tjoelker2010-08-221-0/+15
* Update for the new tests.Rui Paulo2010-08-211-263/+199
* More tests.Pawel Jakub Dawidek2010-08-1815-135/+120
* sh: Add a test for break from a trap action.Jilles Tjoelker2010-08-182-0/+13
* Add simple test to check the functioning of retrieval ofKonstantin Belousov2010-08-172-0/+65
* More tests, especially for lchown(2).Pawel Jakub Dawidek2010-08-176-13/+54
* sh: Reduce unnecessary testsuite failures with other shells.Jilles Tjoelker2010-08-164-6/+6
* sh: Split off a more dubious test from parser/heredoc2.0.Jilles Tjoelker2010-08-162-5/+20
* sh: Get rid of unnecessary non-standard empty lists.Jilles Tjoelker2010-08-1610-0/+12
* Finish renaming fstest to pjdfstest.Pawel Jakub Dawidek2010-08-156-11/+11
* Give fstest a more unique name: pjdfstest.Pawel Jakub Dawidek2010-08-15211-0/+0
* Update copyright years.Pawel Jakub Dawidek2010-08-152-2/+2
* More tests.Pawel Jakub Dawidek2010-08-151-400/+419
* sh: Fix break/continue/return sometimes not skipping the rest of dot script.Jilles Tjoelker2010-08-152-0/+33
* sh: Test that all bytes from 1 to 127 can be used in IFS.Jilles Tjoelker2010-08-151-0/+24
* More tests (especially for lchmod(2)), less code duplication.Pawel Jakub Dawidek2010-08-159-156/+285
* - Use loops to avoid code duplication.Pawel Jakub Dawidek2010-08-133-133/+101
* More tests.Pawel Jakub Dawidek2010-08-122-101/+63
* Portable Makefile.Pawel Jakub Dawidek2010-08-121-20/+21
* Fix copy&pasted code - we want to create character device here.Pawel Jakub Dawidek2010-08-121-4/+4
* - Use loops where possible to avoid code duplication.Pawel Jakub Dawidek2010-08-1114-733/+208