History log of /openbsd-src/sys/kern/kern_fork.c (Results 251 – 268 of 268)
Revision Date Author Comments
# 5ccb5887 26-Feb-1999 art <art@openbsd.org>

kmem allocation changes for uvm, and vm_fork -> uvm_fork (with one extra argument)


# 2276574e 23-Feb-1999 art <art@openbsd.org>

update the comment about number of allowed processes


# 0f7a234c 23-Feb-1999 art <art@openbsd.org>

Allow up to 5 (was 1) root processes when the process limit is reached.
This gives root a bigger chance to fix any problem that caused the limit
to be reached.


# ea60d322 23-Feb-1999 art <art@openbsd.org>

Ooops! Move the allocation of the U area to after the limits checks.
That was a memory leak.


# 248d1092 19-Feb-1999 art <art@openbsd.org>

Allocate the u-area early in fork1 instead of in vm_fork.
Now we can return ENOMEM instead of doing a panic when we run out of memory.


# 8d5231cd 11-Jan-1999 niklas <niklas@openbsd.org>

just check rforkflags if ISRFORK


# 1b6e4903 10-Jan-1999 niklas <niklas@openbsd.org>

Make RFNOWAIT work in rfork(2)


# 3bc0062f 01-Aug-1997 deraadt <deraadt@openbsd.org>

only allow setuid if fd_refcnt == 1, due to rfork


# f8bb4e26 01-Aug-1997 deraadt <deraadt@openbsd.org>

disable RFFDG; long explanation...


# e83f39f8 07-Jul-1997 kstailey <kstailey@openbsd.org>

count pages in forkstat, see "vmstat -f"


# dd13bf2f 05-Jun-1997 deraadt <deraadt@openbsd.org>

random pid generation, heh


# 55a8d395 18-Feb-1997 deraadt <deraadt@openbsd.org>

cp P_SUGID/P_SUGIDEXEC to child, doh; half from freebsd


# b866a8e9 02-Sep-1996 tholo <tholo@openbsd.org>

Rename nextpid to lastpid; make it a global with type pid_t


# 5ac46f4a 03-Mar-1996 niklas <niklas@openbsd.org>

From NetBSD: 960217 merge


# 8b7a4931 19-Feb-1996 tholo <tholo@openbsd.org>

Count number of forks, vforks, rforks; still need to count VM pages affected
by the various fork types


# 3388b1b4 10-Jan-1996 deraadt <deraadt@openbsd.org>

plan9-like rfork() implimentation by me based on some earlier incomplete
work by rminnich@Sarnoff.COM. still needs RFNOWAIT support.


# 795da10a 14-Dec-1995 deraadt <deraadt@openbsd.org>

from netbsd:
Only expect vm_fork() to return if __FORK_BRAINDAMAGE is defined.
Use splstatclock() rather than splhigh() in one place.
Eliminate unused third arg to vm_fork().


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree


1...<<11