Age | Commit message (Expand) | Author |
2002-10-31 | Defer pid allocation and making the new process visible until after it's | Artur Grabowski |
2002-10-22 | Remove a part that did sneak in that wasn't meant to be commited yet. | Artur Grabowski |
2002-10-21 | ANSI | Artur Grabowski |
2002-10-21 | Two problems. | Artur Grabowski |
2002-05-16 | systrace facility, used to enforce and generate policies for system calls | Niels Provos |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-22 | Fix stack sharing in FORK_VMNOSTACK. | Artur Grabowski |
2002-02-16 | Simplify pid selection algorithm. ok art@ deraadt@ | Thomas Nordin |
2002-02-14 | No more RFORK_FDSAHRE option, always allow FORK_SHAREFILES. | Artur Grabowski |
2002-02-05 | Workaround for VM_MAXUSER_ADDRESS not being page aligned on sparc64. | Artur Grabowski |
2002-01-25 | poolify pcreds. | Artur Grabowski |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | More sync to NetBSD. | Artur Grabowski |
2001-10-14 | Disable fd sharing for this release. Sorry. | Artur Grabowski |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-06-27 | no more fork braindamage | Artur Grabowski |
2001-06-27 | mips_cachealias is no more | Artur Grabowski |
2001-06-27 | remove old vm | Artur Grabowski |
2001-04-02 | On popular demand, the Linux-compatibility clone(2) implementation based | Niklas Hallqvist |
2001-03-23 | Use pool to allocate processes. | Artur Grabowski |
2001-02-13 | More sane spl handling. Don't just assume that we're called at spl0. | Artur Grabowski |
2000-11-16 | support kernel event queues, from FreeBSD by Jonathan Lemon, | Niels Provos |
2000-11-09 | PHOLD/PRELE instead manual fiddling with p_holdcnt | Artur Grabowski |
2000-07-10 | last change was not tested on VM systems | Theo de Raadt |
2000-07-07 | The rfork sharing of vmspace is .. special and was broken with UVM. | Artur Grabowski |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist |
2000-03-23 | Don't reinitialize the tsleep and ITIMER_REAL timers all the time. | Artur Grabowski |
2000-03-03 | Use the LIST_FIRST macro to get the head of zombproc list. | Artur Grabowski |
2000-03-03 | Use LIST_ macros instead of internal field names to walk the allproc list. | Artur Grabowski |
2000-02-21 | dead code and symbol pollution. | Artur Grabowski |
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 |