Go to file
thorpej b73f9750f6 Don't allocate PTEs in cpu_fork(); they were allocated when the new
process's pmap was created.  Instead, use pmap_activate() to load the
page {0,1} base and length registers into the PCB for the hardware's use.
1998-01-03 00:37:31 +00:00
bin
distrib Use the boot/bootxx files from ${DESTDIR}/usr/mdec, not /usr/mdec. 1998-01-01 17:48:50 +00:00
etc
games
gnu
include
lib Change an exit() to _exit(), so that it's safe for vfork(). 1997-12-31 05:47:15 +00:00
libexec
regress
sbin Add missing -C flag in SYNOPSIS 1998-01-01 04:51:54 +00:00
share replace /usr/games/bin with /usr/games in PATH, from Carl S. Shapiro 1998-01-01 08:00:10 +00:00
sys Don't allocate PTEs in cpu_fork(); they were allocated when the new 1998-01-03 00:37:31 +00:00
usr.bin Pull in prototypes, RCS IDs, and make this safe for vfork(). 1997-12-31 06:56:04 +00:00
usr.sbin Change a couple of exit()s to _exit(), to make it safe for vfork(). 1997-12-31 06:59:54 +00:00
Makefile