summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Don't look in libkern, it went away.bde1995-12-291-2/+2
|
* The unref and undef counts in the summary were swapped.bde1995-12-151-3/+3
|
* Make this a real cross-ref listing.phk1995-12-151-6/+29
| | | | This is now a handy tool for finding symbols in the kernel.
* Report common symbols with one reference as UNREF too.phk1995-12-131-5/+4
|
* Fix two nits.phk1995-11-061-3/+3
|
* Add the test programs that I tested the /dev/random driver with.markm1995-11-044-0/+108
|
* malloc.c A program to benchmark and test malloc.phk1995-10-153-0/+68
|
* Add kernxref, a shellscript to crossreference the symbols of the LINT kernel.phk1995-10-152-0/+75
|
* README reads:phk1995-10-151-0/+6
| | | | | | | | | This directory is for tools. A tool is something which is sometimes useful, and doesn't fit any of the other categories. Please make a subdir per program, and add a brief description to this file.
* README reads:phk1995-10-151-0/+6
| | | | | | | | | This directory is for test programs. A test program is one that will excercise a particular bit of the system and try to break it and/or measuring performance on it. Please make a subdir per program, and add a brief description to this file.
* README reads:phk1995-10-151-0/+6
| | | | | | | | | This directory is for regression test programs. A regression test program is one that will excercise a particular bit of the system to check that we have not reintroduced an old bug. Please make a subdir per program, and add a brief description to this file.
* 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.
* README reads:phk1995-10-151-0/+5
| | | | | | | | This directory tree contains tools used for the maintenance of FreeBSD. There are no Makefile structure, but possibly Makefiles in some of the subdirs. Nothing show be installed from here and into the running system. This directory should contain only subdirs and this file.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-274-0/+1369
OpenPOWER on IntegriCloud