Go to file
mhitch 8e145a319b Don't rely on curproc to access the current pcb when testing for kernel
faults.  Use curpcb, which always points to the current pcb.  If curproc
was NULL when the kernel faulted, the trap handling would fault recursively
and the kernel stack would overflow.
1997-07-26 19:46:40 +00:00
bin #if __GNUC__, work around bogus initialization warning that occurs on 1997-07-25 23:53:54 +00:00
distrib Add critical information for successfully booting NetBSD/mac68k. (How 1997-07-25 23:29:42 +00:00
etc Make all tty??/pty?? pairs that can be opened by openpty(). 1997-07-23 01:29:36 +00:00
games don't xref obsolete regcmp(3) 1997-07-16 06:59:59 +00:00
gnu build chess.6 on alpha. 1997-07-21 04:48:06 +00:00
include add parens in isleap() for gcc -Wall 1997-07-25 05:54:42 +00:00
lib Removed confusing text which implies that gamma() computes the gamma 1997-07-25 20:41:18 +00:00
libexec be safe with some buffers. 1997-07-21 05:13:10 +00:00
regress Use proginstall:: to disable installing PROG. 1997-05-07 15:59:08 +00:00
sbin Clean up usage of __COPYRIGHT() macro. 1997-07-23 20:25:13 +00:00
share add MAKEDEV.8, kill empty comment 1997-07-25 05:38:26 +00:00
sys Don't rely on curproc to access the current pcb when testing for kernel 1997-07-26 19:46:40 +00:00
usr.bin Major modernization. 1997-07-25 16:46:27 +00:00
usr.sbin find "namespace.h" correctly... 1997-07-25 06:54:00 +00:00
Makefile Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00