aboutsummaryrefslogtreecommitdiff
path: root/tools/diag
Commit message (Collapse)AuthorAgeFilesLines
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-212-2/+2
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-242-2/+2
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Fixed ``make checkdpadd''. Removed redundant dependency.Ruslan Ermilov2004-02-051-2/+3
| | | | Notes: svn path=/head/; revision=125499
* Learn about new world orderAlexey Zelkin2003-11-262-12/+22
| | | | Notes: svn path=/head/; revision=122994
* Make it works with POSIX sort (POS arg)Andrey A. Chernov2002-09-241-1/+1
| | | | | | | All old sorts understand -k too. Notes: svn path=/head/; revision=103910
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-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}/. Notes: svn path=/head/; revision=95258
* Finish style fixes.Ruslan Ermilov2002-03-262-3/+3
| | | | Notes: svn path=/head/; revision=93223
* Complete '_' hack.Alexey Zelkin2002-02-071-0/+1
| | | | Notes: svn path=/head/; revision=90359
* . add a hack dedicated to n_himba (or correctly to say problem with his nickAlexey Zelkin2002-02-071-2/+30
| | | | | | | | | | in docbook environment) . clarify comments . mention that this script is dedicated to freefall's environment . add bsd style copyright Notes: svn path=/head/; revision=90358
* This script has served its purpose. Now its function is one of subfunctionsAlexey Zelkin2002-02-071-27/+0
| | | | | | | of recently added cknames.pl. Notes: svn path=/head/; revision=90357
* Add script to check integrity between access/authors.ent/passwd@freefallAlexey Zelkin2002-02-071-0/+68
| | | | Notes: svn path=/head/; revision=90356
* Fix sentence in commentAlexey Zelkin2002-02-061-1/+1
| | | | Notes: svn path=/head/; revision=90310
* Update description of 'ac' subdirectoryAlexey Zelkin2002-02-061-2/+2
| | | | Notes: svn path=/head/; revision=90309
* Add descirptions of scripts in this directoryAlexey Zelkin2002-02-061-0/+9
| | | | Notes: svn path=/head/; revision=90308
* Add script that checks contents of .ent files (sorting and addresses)Alexey Zelkin2002-02-061-0/+58
| | | | Notes: svn path=/head/; revision=90307
* List of committers was moved out of handbook. Teach 'ac' about new location.Alexey Zelkin2002-02-061-2/+4
| | | | | | | | Also teach it about complex entries in access file (or correctly to say simplify them) Notes: svn path=/head/; revision=90305
* * fix some warningsAlexey Zelkin2002-02-043-19/+18
| | | | | | | | | | * set WARNS * few style/whitespace fixes Submitted by: ru Notes: svn path=/head/; revision=90189
* describe localeckAlexey Zelkin2002-02-041-2/+4
| | | | | | | plus some capitalization/whitespace fixes Notes: svn path=/head/; revision=90182
* Add simple diagnostic utility to checking for invalid/incompleteAlexey Zelkin2002-02-043-0/+122
| | | | | | | locales Notes: svn path=/head/; revision=90181
* Include definition for struct namecache (it isn't exported via any header)Kelly Yancey2002-01-021-3/+19
| | | | | | | so this builds again. Replace hardcoded name length magic with NAME_MAX. Notes: svn path=/head/; revision=88799
* ISO_ -> ISOAndrey A. Chernov2001-06-111-2/+2
| | | | Notes: svn path=/head/; revision=78036
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
| | | | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others Notes: svn path=/head/; revision=60938
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+2
| | | | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd Notes: svn path=/head/; revision=60833
* 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
* 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* httpd-error is a shell script which print a summary aboutWolfram Schneider1998-02-152-0/+41
| | | | | | | | | | | | | Web files which does not exists on your host. E.g. httpd-error -userhits < /var/log/httpd-error.log print the number of errors by users, sorted by error hits. Notes: svn path=/head/; revision=33410
* A little gadget to dump the contents of the vfs name cache.Poul-Henning Kamp1997-09-043-0/+137
| | | | Notes: svn path=/head/; revision=29095
* Add ac which check if the FreeBSD handbook is in sync with the committers listWolfram Schneider1997-03-282-0/+28
| | | | Notes: svn path=/head/; revision=24347
* README reads:Poul-Henning Kamp1995-10-151-0/+7
This directory is for diagnostic programs. A diagnostic program is one that will inform you that something is wrong somewhere, for instance by traversing a kernel-structure and verifying the integrity. Please make a subdir per program, and add a brief description to this file. Notes: svn path=/head/; revision=11493