Go to file
perry 4f31be853e Replace the old .Nx macro (which was not parsed and callable, in spite
of what the documentation claimed) with a new one that is parsed and
callable, and far simplyer -- it turns ".Nx FOO ." into "NetBSD FOO."
without needing to have version numbers hard coded in.
Add a .Fx macro that is a copy of the .Nx macro except that it prints
"FreeBSD" instead of "NetBSD" -- this should make any future "HISTORY"
sections which credit FreeBSD easier, and will not require that we
constantly track their macro versions.
1998-02-05 04:31:21 +00:00
bin Begone KERNBASE! (Just print kernel pointers as-is.) 1998-02-05 03:51:16 +00:00
distrib Warnsify, remove register declarations and -lcompat 1998-02-04 11:08:37 +00:00
etc move comments to lines of their own as required by aliases(5) format; 1998-02-02 06:14:45 +00:00
games Remove -lcompat; not needed. 1998-02-04 10:24:13 +00:00
gnu NetBSD has ANSI C header files. 1998-02-04 23:04:11 +00:00
include Per XPG4.2, change the `n' argument of initstate() to size_t. (Since it was 1998-02-04 21:06:14 +00:00
lib Do not try to use PS_STRINGS unless USRSTACK is defined. 1998-02-05 04:15:28 +00:00
libexec add <unistd.h> to fix compiler warning 1998-02-03 03:24:24 +00:00
regress Inherit Makefile.inc from one level up. 1998-01-22 19:29:37 +00:00
sbin y2k fixes: use strptime... 1998-02-04 15:06:11 +00:00
share Replace the old .Nx macro (which was not parsed and callable, in spite 1998-02-05 04:31:21 +00:00
sys Add kernel_text symbol to old Pica locore for final removal of KERNBASE. 1998-02-05 04:19:42 +00:00
usr.bin Always include <string.h> for string prototypes. 1998-02-04 21:32:23 +00:00
usr.sbin Begone KERNBASE, and KERNTEXTOFF too! 1998-02-05 03:46:46 +00:00
Makefile Prebuild some things that the build depends on *before* they are needed so that fresh builds don't die prematurely 1998-01-30 07:10:31 +00:00