aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* MFC: It's useful to have this tool for dumping $PIR table on i386 machines.Tai-hwa Liang2005-04-113-1/+6
| | | | | | | Reviewed by: bms, sam (mentor) Notes: svn path=/stable/4/; revision=144905
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2005-02-033-0/+378
| | | | Notes: svn path=/stable/4/; revision=141194
* MFC: remove cryptotest, and merge the copyright notice from currentWarner Losh2004-01-222-506/+26
| | | | | | | for the Makefile Notes: svn path=/stable/4/; revision=124827
* MFC: safenet driver stats programSam Leffler2003-07-221-1/+5
| | | | Notes: svn path=/stable/4/; revision=117896
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-07-211-0/+69
| | | | Notes: svn path=/stable/4/; revision=117853
* MFC cryptotest improvements:Sam Leffler2003-06-031-51/+124
| | | | | | | | | | | o add hash operations o fixup AES operations o add -c option to compare/verify operation result o make multi-threaded reporting to be more meaningful o fix default block size selection Notes: svn path=/stable/4/; revision=115753
* MFC additional statistics reporting toolsSam Leffler2003-06-032-3/+20
| | | | Notes: svn path=/stable/4/; revision=115752
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-03-273-0/+306
| | | | Notes: svn path=/stable/4/; revision=112725
* MFC crypto test toolsSam Leffler2003-02-242-0/+5
| | | | | | | Approved by: re (jhb) Notes: svn path=/stable/4/; revision=111446
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-02-241-0/+424
| | | | Notes: svn path=/stable/4/; revision=111418
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-01-073-0/+318
| | | | Notes: svn path=/stable/4/; revision=108899
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-12-281-0/+44
| | | | Notes: svn path=/stable/4/; revision=108353
* MFC: fix assorted typos.Jens Schweikhardt2002-08-151-1/+1
| | | | Notes: svn path=/stable/4/; revision=101935
* MFC: It's useful to have the tools for reconstructing cvs commitsJosef Karthauser2002-08-121-0/+2
| | | | | | | in -stable too. Notes: svn path=/stable/4/; revision=101733
* MFC: tidying.Ruslan Ermilov2002-08-082-8/+8
| | | | Notes: svn path=/stable/4/; revision=101516
* MFC: Automate building of libraries with the tools/make_libdeps.sh script.Ruslan Ermilov2002-07-231-1/+1
| | | | Notes: svn path=/stable/4/; revision=100566
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-06-161-0/+117
| | | | Notes: svn path=/stable/4/; revision=98297
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-04-071-0/+93
| | | | Notes: svn path=/stable/4/; revision=94017
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-03-041-0/+102
| | | | Notes: svn path=/stable/4/; revision=91610
* MFC: rev 1.4, ISO_ -> ISOAlexey Zelkin2002-01-041-2/+2
| | | | Notes: svn path=/stable/4/; revision=88887
* MFC: 1.4: synch with new install(1).Ruslan Ermilov2001-08-081-3/+3
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81268
* MFC: 1.2 through 1.6: sync with -currentKris Kennaway2001-03-051-180/+220
| | | | Notes: svn path=/stable/4/; revision=73735
* MFC: 1.5: correct typoKris Kennaway2001-03-051-1/+1
| | | | Notes: svn path=/stable/4/; revision=73734
* Minimize diffs with currentKris Kennaway2001-03-051-0/+1
| | | | Notes: svn path=/stable/4/; revision=73733
* MFC: compilation and bounds-checking fix from rev. 1.6Garrett Wollman2000-09-131-2/+7
| | | | | | | | PR: 21177 Submitted by: leres@ee.lbl.gov Notes: svn path=/stable/4/; revision=65825
* MFC: rev. 1.3Alexander Langer2000-08-131-0/+4
| | | | Notes: svn path=/stable/4/; revision=64611
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-134-1369/+0
| | | | Notes: svn path=/stable/4/; revision=57955
* Correct grammar in the synoptic comment.Sheldon Hearn2000-03-031-1/+1
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=57712
* Use double-quotes instead of single-quotes when displaying the usageSheldon Hearn2000-03-021-1/+1
| | | | | | | | | | so that the shell interpolates $0. PR: 17121 Submitted by: Peng HaiJie <phj@cn.FreeBSD.org> Notes: svn path=/head/; revision=57697
* These are regression tests for the P1003.1B scheduler.Peter Dufault2000-02-1611-0/+1061
| | | | | | | Approved by: jkh Notes: svn path=/head/; revision=57257
* Don't use -C internally. Use -c. For some reason files are not copiedMarcel Moolenaar1999-12-151-1/+1
| | | | | | | with -C, although they should. Notes: svn path=/head/; revision=54648
* Use install -C -p instead of cp -p.Marcel Moolenaar1999-12-101-2/+2
| | | | | | | Pointed out by: bde Notes: svn path=/head/; revision=54389
* install(1) lookalike that can be used during a build. Any optionsMarcel Moolenaar1999-12-081-0/+42
| | | | | | | | | | | are ignored and the remaining is passed on to cp(1). This allows a build to be run as non-root without forcing any user/group setting and also prevents setting any file flags. This may not be the right place for buildtools. Notes: svn path=/head/; revision=54310
* Include BSD-license.Wolfram Schneider1999-12-061-1/+23
| | | | | | | | PR: misc/15262 Submitted by: alex@big.endian.de Notes: svn path=/head/; revision=54232
* Bring ``ac'' into reality. This great tools now works correctly (forAlexey Zelkin1999-11-041-12/+11
| | | | | | | current state of the tree) Notes: svn path=/head/; revision=52869
* Add short description of dumpvfscacheAlexey Zelkin1999-11-041-2/+7
| | | | Notes: svn path=/head/; revision=52868
* Add the machine that goes "BINGO" every time an potentiallyPoul-Henning Kamp1999-10-112-0/+267
| | | | | | | | | unused #include is spotted in the kernel sources. (This commit message celebrates Monty Pythons 30year aniversary) Notes: svn path=/head/; revision=52139
* Remove the "diffburst" tool, because equivalent functionality is now availableArchie Cobbs1999-09-224-79/+3
| | | | | | | via "split -p". Leave a note to this effect in the README file. Notes: svn path=/head/; revision=51579
* mdoc(7) style fixes.Alexey Zelkin1999-09-051-3/+5
| | | | | | | | PR: docs/13408 Reviewed by: mpp Notes: svn path=/head/; revision=50939
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-281-0/+2
| | | | | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=50533
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2824-25/+25
| | | | Notes: svn path=/head/; revision=50477
* Look for symbols in /modules/*.ko, not in /lkm/*.o.Bruce Evans1999-07-291-2/+2
| | | | Notes: svn path=/head/; revision=49205
* Move the proper set of libraries.Jordan K. Hubbard1999-04-051-3/+3
| | | | Notes: svn path=/head/; revision=45348
* Do a better job of finding the default root device.Jordan K. Hubbard1999-02-151-5/+1
| | | | Notes: svn path=/head/; revision=44035
* Fix a typo describing the filename of cvt-wtmp.Joerg Wunsch1999-02-071-2/+2
| | | | | | | Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua> Notes: svn path=/head/; revision=43745
* Make directories unconditionally to deal with the empty directoryJordan K. Hubbard1999-02-011-4/+3
| | | | | | | | | case. Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua> Notes: svn path=/head/; revision=43495
* Make building the kernel conditional.Jordan K. Hubbard1999-01-271-9/+13
| | | | Notes: svn path=/head/; revision=43261
* 1. Properly chflags libraries before moving (otherwise they don't).Jordan K. Hubbard1999-01-262-1/+82
| | | | | | | 2. Add my helper script for upgrades; not enabled yet. Notes: svn path=/head/; revision=43215
* Add the 'diffburst' tool, which does the following:Archie Cobbs1999-01-074-1/+76
| | | | | | | | | Reads the output of 'diff -r' and splits it into separate patch files, one per file. The files are named 'patch-XX' where XX is aa, ab, ac, ... Useful when creating ports. Notes: svn path=/head/; revision=42375
* Actually document my last addition.Martin Cracauer1998-12-172-4/+9
| | | | | | | | | General cosmetics. Add a note that scsi-defects has not been ported to CAM. Submitted by: BDE Notes: svn path=/head/; revision=41896