Go to file
ross 42046e9698 A new kprintf was imported on 10/24, and it will cause a kernel panic
whenever the %: format is used on NetBSD/Alpha. Disable %: for __alpha__.
Note: the "correct" (but untested on other architectures) fix is to
change the wrong: kprintf(cp, oflags, tp, NULL, va_arg(ap, va_list));
    to the right: kprintf(cp, oflags, tp, NULL, ap);
1997-11-15 09:27:33 +00:00
bin Make this compile with -DSMALL and warnings on. 1997-11-12 03:40:55 +00:00
distrib Fix typo in a comment. 1997-11-14 23:47:49 +00:00
etc - s/samples\/ipf/examples\/ipf/ and remove the ./usr/share/samples entry 1997-11-13 09:48:06 +00:00
games add missing .Nm calls and MLINKS. from spz@serpens.swb.de 1997-11-12 00:47:32 +00:00
gnu Fix pasto. OPCODE_SRCS=... dis-buf.o disassemble.o 1997-11-14 04:33:10 +00:00
include Fix __RENAME quoting lossage (don't pass it a quoted string). From 1997-11-04 23:36:19 +00:00
lib add missing .Nm entries. from spz@serpens.swb.de. 1997-11-14 02:04:36 +00:00
libexec Expand on shared object's `.init' functions a bit, and mention 1997-11-13 22:25:23 +00:00
regress getopt returns -1 not EOF 1997-11-01 06:20:47 +00:00
sbin add missing .Nm sections. 1997-11-11 14:39:59 +00:00
share Don't forget to make atalk.4 now that we have it 1997-11-15 04:00:34 +00:00
sys A new kprintf was imported on 10/24, and it will cause a kernel panic 1997-11-15 09:27:33 +00:00
usr.bin Do screen refresh correctly. 1997-11-14 18:27:17 +00:00
usr.sbin merge ip-filter 3.2.1 1997-11-14 12:57:55 +00:00
Makefile Make the "build" target depend on "beforeinstall", ensuring that all 1997-10-27 18:06:39 +00:00