summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* Prefix tests with PASS and FAIL, to make grepping easier, and note this injmallett2002-04-2710-20/+25
| | | | | | the README. This affects only the base-system regression tests, of course.
* Update the test-case reference vectors to match the new XML format.phk2002-04-2415-1363/+865
| | | | Sponsored by: DARPA & NAI Labs.
* Add -DKERNELSIM so the test cases compile with the kernel simulation.phk2002-04-241-0/+1
| | | | Sponsored by: DARPA & NAI Labs.
* Improve the output in case of inserts or deleted.phk2002-04-241-2/+12
| | | | Sponsored by: DARPA & NAI Labs.
* Prepare the .conf XML comparator for a more kosher XML format.phk2002-04-247-366/+1004
| | | | Sponsored by: DARPA & NAI Labs.
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-223-3/+3
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* For the P function, the newline must be considered a part of the patternjmallett2002-04-212-1/+12
| | | | | space, so when printing it, don't let the pattern space and the output run into eachother by omitting the \n when printing.
* Add sed(1) tests for proper behaviour of the G option as fixed in PR 26152,jmallett2002-04-216-1/+48
| | | | | | | | | | and for proper behaviour of some sed functions given a nil pattern space, as fixed in PR 34813. The test for G was based on the test in the PR. The nil pattern space test is slightly different as we need to get *some* output, as the core dump will also produce no output (old behaviour) and turn up falsely that the utility is working fine.
* Check to see if make(1)'s handling of doubly-defined targets is busted orjmallett2002-04-212-0/+22
| | | | not. A lot relies on this.
* Only exit at the end of a test, exit with the last value of $? that was not 0.jmallett2002-04-213-3/+15
| | | | | This way the entire regression test is looked at as a pass/fail, not just one sub-test.
* Add a test of variable evaluation and substitution for make(1), as a startjmallett2002-04-205-1/+43
| | | | of tests for it.
* Add a test for jot(1).jmallett2002-04-204-1/+22
|
* A simple test for join(1) based on tjr's test case for -o 0.jmallett2002-04-206-1/+35
| | | | Partially based on: PR standards/36072
* Add an exceedingly simple regression test for the file2c program. One wouldjmallett2002-04-205-1/+125
| | | | | hope that it would never regress, but this is a straightforward test, so add it.
* Add regression tests for parts of xargs(1).jmallett2002-04-208-1/+49
|
* Add a comment regarding the file header, and the mode that the file is createdjmallett2002-04-201-0/+5
| | | | | | | with. This should be fixed shortly by adding the (desirable) option to set the file creation mode on the command line.
* Add uuencode(1) and uudecode(1) regression test input and output.jmallett2002-04-206-0/+366
|
* Start adding framework for userland regression tests, and tests forjmallett2002-04-206-1/+65
| | | | uuencode and uudecode.
* update the reference vector.phk2002-04-161-68/+78
|
* Forgot to commit the updates to the regression test suite.phk2002-04-1610-749/+854
| | | | Sponsored by: DARPA & NAI labs.
* Long-forgotten patch: warn if a closed PR has no "closed by"des2002-04-151-0/+4
|
* Long-forgotten patch: list prstatsdes2002-04-151-0/+1
|
* Add a tool (and the first application of it) that could be usedru2002-04-121-0/+117
| | | | | | to automate building of libraries. Prodded by: bde
* Play catch up with the kernel.phk2002-04-044-5/+14
| | | | Sponsored by: DARPA & NAI Labs
* We might as well show the log message if we're going to produce the patch.joe2002-04-011-0/+4
|
* Take an option flag to specify that we'd like a patch generated too.joe2002-04-011-2/+30
|
* Add testcase #14: PC98 label.phk2002-03-286-2/+315
|
* Record the physical geometry in this disk-image, PC98 needs it.phk2002-03-281-2/+2
|
* Ignore the <FreeBSD> element in XML files.phk2002-03-281-0/+1
|
* Add the relevants sectors from a PC98 disk to our beastiarium.phk2002-03-281-0/+75
| | | | Submitted by: imp
* Add another two alpha disks to this testcase.phk2002-03-272-35/+317
|
* Add another couple of alpha disklabels.phk2002-03-272-0/+66
|
* Track changes in sys/geomphk2002-03-264-24/+6
|
* Another bow for tradition s/method/class/gphk2002-03-2622-338/+338
|
* Finish style fixes.ru2002-03-262-3/+3
|
* Modernize my email address.phk2002-03-251-1/+1
|
* Link testcase 13 in.phk2002-03-241-1/+1
|
* Add a testcase for the alpha BSD label from beast.phk2002-03-243-0/+211
|
* Add a copy of the bsd-label from beast.freebsd.orgphk2002-03-241-0/+33
|
* Update to reflect new contents of sys/geomphk2002-03-241-1/+1
|
* Some necesary fixups to cope with new location and FreeBSD CVS keyword.phk2002-03-174-2/+21
|
* Add the GEOM regression test framework.phk2002-03-1769-0/+9091
| | | | | | | | | | | | | | | | | | | | | | This is a set of userland shims in which GEOM can be run through simple tests. The simulation of kernel synchronization primitives is very primitive and consequently some times tests will fail because of races. Data/ contains a number of files in XML format which describe the key sectors for a number of disk images This is a very handy tool for people developing GEOM methods. The "simdisk" method can be told to read from a "real disk" and afterwards dump the accessed sectors in XML format for further use. I hope future method writes will see the benefit of this test collection and add to it when they write methods for GEOM. You will need ports/textproc/expat for the XML parser. Sponsored by: DARPA, NAI Labs.
* NAI DBA update.rwatson2002-03-141-1/+1
|
* Add a tool that I've written to help with finding what otherjoe2002-02-283-0/+165
| | | | files/revisions were changed with a particular commit.
* Complete '_' hack.phantom2002-02-071-0/+1
|
* . add a hack dedicated to n_himba (or correctly to say problem with his nickphantom2002-02-071-2/+30
| | | | | | | in docbook environment) . clarify comments . mention that this script is dedicated to freefall's environment . add bsd style copyright
* This script has served its purpose. Now its function is one of subfunctionsphantom2002-02-071-27/+0
| | | | of recently added cknames.pl.
* Add script to check integrity between access/authors.ent/passwd@freefallphantom2002-02-071-0/+68
|
* Fix sentence in commentphantom2002-02-061-1/+1
|
* Update description of 'ac' subdirectoryphantom2002-02-061-2/+2
|
OpenPOWER on IntegriCloud