Go to file
thorpej 740f872797 New vfork(2) implementation, whith semantics matching those of the original
3BSD vfork(2), i.e. share address space w/ parent and block parent.

Keep statistics on the total number of forks, the number of forks that
block the parent, and the number of forks that share the address space
with the parent.
1998-01-04 03:52:02 +00:00
bin use obj dirs. 1997-12-21 15:51:20 +00:00
distrib Use the boot/bootxx files from ${DESTDIR}/usr/mdec, not /usr/mdec. 1998-01-01 17:48:50 +00:00
etc /usr/{src,obj,pkgsrc} -> root:wsrc, 0775 1998-01-03 06:00:33 +00:00
games don't clobber /var/games/robots_roll on install; from 1997-12-18 05:56:18 +00:00
gnu Add -Idirectory option to search for .so files in a path. 1997-12-21 14:54:06 +00:00
include Add lockf(), an alternate interface to perform advisory record locking; 1997-12-20 20:23:15 +00:00
lib Change an exit() to _exit(), so that it's safe for vfork(). 1997-12-31 05:47:15 +00:00
libexec clarify /etc/ftpwelcome is shown *before* login 1997-12-31 02:43:54 +00:00
regress add regression tests for some m4 problems I recently found relating 1997-12-30 23:30:48 +00:00
sbin Add missing -C flag in SYNOPSIS 1998-01-01 04:51:54 +00:00
share document COMPAT_13 1998-01-04 00:44:20 +00:00
sys New vfork(2) implementation, whith semantics matching those of the original 1998-01-04 03:52:02 +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 Make the "build" target depend on "beforeinstall", ensuring that all 1997-10-27 18:06:39 +00:00