Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Sat Jan  3 19:52:03 PST 1998
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv14214

Modified Files:
        kern_fork.c 
Log Message:
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.


thorpej
Sat Jan  3 19:53:05 PST 1998
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv14910

Modified Files:
        proc.h 
Log Message:
Define flags passed to fork1().  Currently "block parent" and "share vmspace"
are defined.


thorpej
Sat Jan  3 19:53:35 PST 1998
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv15099

Modified Files:
        vmmeter.h 
Log Message:
Add fork statistics to vmmeter.


thorpej
Sat Jan  3 19:59:06 PST 1998
Update of /cvsroot/src/usr.bin/vmstat
In directory netbsd1:/var/slash-tmp/cvs-serv15474

Modified Files:
        vmstat.8 vmstat.c 
Log Message:
Revive the -f option: report fork statistics.




Home | Main Index | Thread Index | Old Index