summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom/ConfCmp
Commit message (Collapse)AuthorAgeFilesLines
* MFC r264400,r265836:ngie2014-12-311-1/+1
| | | | | | | | | | | | | | 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-091-2/+2
| | | | | | | completely dynamic sbuf. Obtained from: Varnish MFC after: 2 weeks
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-2/+2
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-2/+2
| | | | any fake value.
* style.Makefile(5):johan2004-02-241-1/+1
| | | | Use WARNS?= instead of WARNS=.
* Added missing DPADD.ru2004-02-051-0/+1
|
* Fix a bug in the white-space remover.phk2003-03-041-1/+1
|
* Get the test-suite into sync with the kernel again.phk2002-12-161-0/+7
|
* Use in-tree libbsdxml instead of ports based libexpat.phk2002-10-052-5/+5
| | | | Sponsored by: DARPA & NAI Labs.
* expat2 changed the name of their include file to expat.hphk2002-09-061-1/+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}/.
* Some necesary fixups to cope with new location and FreeBSD CVS keyword.phk2002-03-172-0/+19
|
* Add the GEOM regression test framework.phk2002-03-178-0/+2845
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.
OpenPOWER on IntegriCloud