freebsd kernel with SKQ
Go to file
bde e9c09cbb61 Attached vm ddb commands show map', show vmochk', `show object',
`show vmopag', `show page' and `show pageq'.  Moved all vm ddb stuff
to the ends of the vm source files.

Changed printf() to db_printf(), `indent' to db_indent, and iprintf()
to db_iprintf() in ddb commands.  Moved db_indent and db_iprintf()
from vm to ddb.

vm_page.c:
Don't use __pure.  Staticized.

db_output.c:
Reduced page width from 80 to 79 to inhibit double spacing for long
lines (there are still some problems if words are printed across
column 79).
1996-09-14 11:54:59 +00:00
bin Mend 'exit' without breaking 'exit 1' 1996-09-12 12:41:46 +00:00
contrib Fix latin1 guessing 1996-09-11 17:55:20 +00:00
eBones Fix my typo here from last commit. 1996-09-02 23:49:09 +00:00
etc Add hylafax 1996-09-13 01:52:49 +00:00
games Fixed DPADD. 1996-09-05 17:16:10 +00:00
gnu Use `install -C' instead of lots of shell commands to install ld.so 1996-09-12 03:42:54 +00:00
include Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
lib Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
libexec Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
lkm Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h. 1996-09-06 23:32:55 +00:00
release Turn off KTRACE on MFS boot floppy. 1996-09-09 21:25:40 +00:00
sbin Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
secure cmp -s || install -c --> install -C 1996-08-30 04:07:04 +00:00
share Add ports-chinese. 1996-09-14 02:32:30 +00:00
sys Attached vm ddb commands show map', show vmochk', `show object', 1996-09-14 11:54:59 +00:00
tools Oops, two tiny typos. Serves me right for making a "Just a tiny change!" 1996-09-05 19:19:18 +00:00
usr.bin Closes PR bin/1567 1996-09-14 09:00:52 +00:00
usr.sbin Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add usr.bin/sgmls to the build-tools target. 1996-09-10 04:21:36 +00:00