Age | Commit message (Expand) | Author |
2000-01-31 | re-add fixed vfork code from art | Theo de Raadt |
2000-01-31 | undo vfork changes, since non-UVM was not considered | Theo de Raadt |
2000-01-28 | Change fork1() from taking forktype and rforkflags, into a single flags | Artur Grabowski |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist |
1999-08-15 | Adopt NetBSD fix for scheduler problems (nice was broken). From the NetBSD | Paul Janzen |
1999-07-17 | correct fork statistics for UVM | Artur Grabowski |
1999-07-15 | vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t | Artur Grabowski |
1999-03-12 | in scheduler, bias parents for child cpu usage; ross@ghs.com | Theo de Raadt |
1999-03-02 | RFNOWAIT does not dissociate the child from its parent in any other | Niklas Hallqvist |
1999-02-26 | kmem allocation changes for uvm, and vm_fork -> uvm_fork (with one extra argu... | Artur Grabowski |
1999-02-23 | update the comment about number of allowed processes | Artur Grabowski |
1999-02-23 | Allow up to 5 (was 1) root processes when the process limit is reached. | Artur Grabowski |
1999-02-23 | Ooops! Move the allocation of the U area to after the limits checks. | Artur Grabowski |
1999-02-19 | Allocate the u-area early in fork1 instead of in vm_fork. | Artur Grabowski |
1999-01-11 | just check rforkflags if ISRFORK | Niklas Hallqvist |
1999-01-10 | Make RFNOWAIT work in rfork(2) | Niklas Hallqvist |
1997-08-01 | only allow setuid if fd_refcnt == 1, due to rfork | Theo de Raadt |
1997-08-01 | disable RFFDG; long explanation... | Theo de Raadt |
1997-07-07 | count pages in forkstat, see "vmstat -f" | kstailey |
1997-06-05 | random pid generation, heh | Theo de Raadt |
1997-02-18 | cp P_SUGID/P_SUGIDEXEC to child, doh; half from freebsd | Theo de Raadt |
1996-09-02 | Rename nextpid to lastpid; make it a global with type pid_t | Thorsten Lockert |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1996-02-19 | Count number of forks, vforks, rforks; still need to count VM pages affected | Thorsten Lockert |
1996-01-10 | plan9-like rfork() implimentation by me based on some earlier incomplete | Theo de Raadt |
1995-12-14 | from netbsd: | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |