Commit Graph

4064 Commits

Author SHA1 Message Date
bde
698def8435 Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
bde
2e990299c6 The unref and undef counts in the summary were swapped. 1995-12-15 23:54:27 +00:00
phk
8f1d0708f1 Make this a real cross-ref listing.
This is now a handy tool for finding symbols in the kernel.
1995-12-15 13:29:32 +00:00
phk
7f72b90895 Report common symbols with one reference as UNREF too. 1995-12-13 15:33:10 +00:00
phk
e6244c4ac2 Fix two nits. 1995-11-06 16:51:45 +00:00
markm
420728c568 Add the test programs that I tested the /dev/random driver with. 1995-11-04 09:50:48 +00:00
phk
c9a551ca26 malloc.c A program to benchmark and test malloc. 1995-10-15 12:29:12 +00:00
phk
808912e9eb Add kernxref, a shellscript to crossreference the symbols of the LINT kernel. 1995-10-15 11:33:42 +00:00
phk
0f2fa11e9b README reads:
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.
1995-10-15 11:28:03 +00:00
phk
e5fe8dc12a README reads:
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.
1995-10-15 11:27:49 +00:00
phk
1e523838e1 README reads:
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.
1995-10-15 11:27:40 +00:00
phk
83b38ce038 README reads:
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.
1995-10-15 11:27:15 +00:00
phk
de96182508 README reads:
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.
1995-10-15 11:26:49 +00:00
rgrimes
71f843c9a2 BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00