summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom
Commit message (Collapse)AuthorAgeFilesLines
* MFC r264400,r265836:ngie2014-12-312-2/+2
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
| | | | | | | | | Fix some wrong usages. Note: this does not affect generated binaries as this argument is not used. PR: 137213 Submitted by: Eygene Ryabinkin (initial version) MFC after: 1 month
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-092-3/+3
| | | | | | | completely dynamic sbuf. Obtained from: Varnish MFC after: 2 weeks
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-212-3/+3
| | | | OK'ed by: core
* Switch over to a different, more flexible test output protocol that'snik2004-11-111-0/+50
| | | | | | | | | | | | | | | | | | | | understood by Perl's Test::Harness module and prove(1) commands. Update README to describe the new protocol. The work's broken down into two main sets of changes. First, update the existing test programs (shell scripts and C programs) to produce output in the ok/not ok format, and to, where possible, also produce a header describing the number of tests that are expected to be run. Second, provide the .t files that actually run the tests. In some cases these are copies of, or very similar too, scripts that already existed. I've kept the old scripts around so that it's possible to verify that behaviour under this new system (in terms of whether or not a test fails) is identical to the behaviour under the old system. Add a TODO file.
* For variables that are only checked with defined(), don't provideru2004-10-242-3/+3
| | | | any fake value.
* style.Makefile(5):johan2004-02-242-2/+2
| | | | Use WARNS?= instead of WARNS=.
* Added missing DPADD.ru2004-02-052-1/+2
|
* Remove the "run GEOM in userland harness" test stuff, it's been OBE.phk2003-04-1360-5805/+0
|
* Give mdconfig a couple of seconds to deconfigure in case debugging is beingphk2003-04-131-1/+7
| | | | | | printed to a serial console. Reverse the order of args to diff to make it more logical.
* Update these two reference vectors.phk2003-04-092-0/+9
|
* Add script to run kernel based regression test and the reference vectorsphk2003-04-0916-0/+151
| | | | for the current XML images.
* Utility to load one of our XML images into a MD(4) device.phk2003-04-092-0/+285
|
* Fix a bug in the white-space remover.phk2003-03-041-1/+1
|
* Update reference vectors to include BSD's <type> output.phk2003-01-315-0/+36
|
* Add Apple partitioning test case.phk2003-01-317-2/+287
| | | | Use correct name for image data file
* Add more scaffolding to make this compile kernel code.phk2003-01-281-0/+7
|
* geom_bsd need -lmd to link now.phk2003-01-061-0/+1
|
* Goto WARNS 5 with assorted changes.phk2002-12-169-33/+32
|
* Update this one too.phk2002-12-161-1/+5
|
* Get the test-suite into sync with the kernel again.phk2002-12-168-10/+34
|
* Redo reference vectors to include the mediasize and sectorsize.phk2002-10-2414-828/+1012
|
* Resync with kernel.phk2002-10-242-7/+9
|
* Use in-tree libbsdxml instead of ports based libexpat.phk2002-10-056-13/+11
| | | | Sponsored by: DARPA & NAI Labs.
* Match the new g_io_deliver() API in the kernel.phk2002-10-051-7/+4
| | | | Sponsored by: DARPA & NAI Labs.
* Pass sbuf to the kernel routines to match new kernel code.phk2002-10-051-2/+6
| | | | Sponsored by: DARPA & NAI Labs
* Update to match current kernel code.phk2002-09-275-203/+207
| | | | | | Fix a couple of reference data which were found to be in error. Sponsored by: DARPA & NAI Labs.
* Some change in src/share/mk seems to have made it possible to removephk2002-09-1514-14/+0
| | | | 50% of the active ingredients in these Makefiles.
* Overhaul the kernel-simulation bits here to use pthreads instead.phk2002-09-1319-160/+144
| | | | | | | If somebody wanted to, this could for the beginning of a "libkernel" which could be used to run kernel code in userland. Sponsored by: DARPA & NAI Labs.
* Remove magicspace from reference data.phk2002-09-068-282/+0
| | | | Sponsored by: DARPA & NAI Labs.
* expat2 changed the name of their include file to expat.hphk2002-09-062-2/+2
| | | | Sponsored by: DARPA & NAI Labs.
* Fix an indentation typo.phk2002-09-061-1/+1
| | | | Sponsored by: DARPA & NAI Labs.
* Add a zeroed out sector one for the GPT hack and test T003.phk2002-09-061-0/+21
| | | | Sponsored by: DARPA & NAI Labs.
* Catch up with kernel.phk2002-06-096-12/+12
|
* Update to match kernel side.phk2002-05-2116-906/+1152
| | | | Sponsored by: DARPA & NAI Labs.
* Catch up with recent events.phk2002-05-194-5/+7
| | | | Sponsored by: DARPA & NAI Labs.
* 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-221-1/+1
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* 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.
* Play catch up with the kernel.phk2002-04-044-5/+14
| | | | Sponsored by: DARPA & NAI Labs
* 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
|
OpenPOWER on IntegriCloud