summaryrefslogtreecommitdiffstats
path: root/tools/diag
Commit message (Collapse)AuthorAgeFilesLines
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-212-2/+2
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-242-2/+2
| | | | any fake value.
* Fixed ``make checkdpadd''. Removed redundant dependency.ru2004-02-051-2/+3
|
* Learn about new world orderphantom2003-11-262-12/+22
|
* Make it works with POSIX sort (POS arg)ache2002-09-241-1/+1
| | | | All old sorts understand -k too.
* 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}/.
* Finish style fixes.ru2002-03-262-3/+3
|
* 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
|
* Add descirptions of scripts in this directoryphantom2002-02-061-0/+9
|
* Add script that checks contents of .ent files (sorting and addresses)phantom2002-02-061-0/+58
|
* List of committers was moved out of handbook. Teach 'ac' about new location.phantom2002-02-061-2/+4
| | | | | Also teach it about complex entries in access file (or correctly to say simplify them)
* * fix some warningsphantom2002-02-043-19/+18
| | | | | | | * set WARNS * few style/whitespace fixes Submitted by: ru
* describe localeckphantom2002-02-041-2/+4
| | | | plus some capitalization/whitespace fixes
* Add simple diagnostic utility to checking for invalid/incompletephantom2002-02-043-0/+122
| | | | locales
* Include definition for struct namecache (it isn't exported via any header)kbyanc2002-01-021-3/+19
| | | | so this builds again. Replace hardcoded name length magic with NAME_MAX.
* ISO_ -> ISOache2001-06-111-2/+2
|
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
| | | | | | It was not discussed and should probably not happen. Requested by: msmith and others
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+2
| | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd
* Correct grammar in the synoptic comment.sheldonh2000-03-031-1/+1
| | | | Submitted by: ru
* Use double-quotes instead of single-quotes when displaying the usagesheldonh2000-03-021-1/+1
| | | | | | | so that the shell interpolates $0. PR: 17121 Submitted by: Peng HaiJie <phj@cn.FreeBSD.org>
* Include BSD-license.wosch1999-12-061-1/+23
| | | | | PR: misc/15262 Submitted by: alex@big.endian.de
* Bring ``ac'' into reality. This great tools now works correctly (forphantom1999-11-041-12/+11
| | | | current state of the tree)
* Add short description of dumpvfscachephantom1999-11-041-2/+7
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* httpd-error is a shell script which print a summary aboutwosch1998-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.
* A little gadget to dump the contents of the vfs name cache.phk1997-09-043-0/+137
|
* Add ac which check if the FreeBSD handbook is in sync with the committers listwosch1997-03-282-0/+28
|
* README reads:phk1995-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.
OpenPOWER on IntegriCloud