summaryrefslogtreecommitdiff
path: root/sys/kern/kern_fork.c
AgeCommit message (Expand)Author
2005-05-29sched work by niklas and art backed out; causes panicsTheo de Raadt
2005-05-25This patch is mortly art's work and was done *a year* ago. Art wants to thankNiklas Hallqvist
2005-02-24fix pr4036, don't set p2->p_cpu to nullTed Unangst
2004-11-23Create the init process earlier, before the root filesystem is mounted,Miod Vallat
2004-08-06provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okMichael Shalayeff
2004-08-04hardclock detects if ITIMER_VIRTUAL and ITIMER_PROF have expired andArtur Grabowski
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-09Merge in a piece of the SMP branch into HEAD.Artur Grabowski
2004-06-05retval may be NULL in fork1, take 2Ted Unangst
2004-05-24No way: This breaks nearly every architectureTheo de Raadt
2004-05-23according to fork1(9), retval is optional. make it so.Ted Unangst
2004-04-02rfork(RFMEM) shares complete vmspace. much more useful, and in line withTed Unangst
2003-09-23Limit "proc: table is full" messages to once every 10 seconds which helps whe...Todd C. Miller
2003-07-02comitted->committed in a commentAnil Madhavapeddy
2003-06-21add exec/fork/exit hooks per process for compat emulations.Ted Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-10-31Defer pid allocation and making the new process visible until after it'sArtur Grabowski
2002-10-22Remove a part that did sneak in that wasn't meant to be commited yet.Artur Grabowski
2002-10-21ANSIArtur Grabowski
2002-10-21Two problems.Artur Grabowski
2002-05-16systrace facility, used to enforce and generate policies for system callsNiels Provos
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-22Fix stack sharing in FORK_VMNOSTACK.Artur Grabowski
2002-02-16Simplify pid selection algorithm. ok art@ deraadt@Thomas Nordin
2002-02-14No more RFORK_FDSAHRE option, always allow FORK_SHAREFILES.Artur Grabowski
2002-02-05Workaround for VM_MAXUSER_ADDRESS not being page aligned on sparc64.Artur Grabowski
2002-01-25poolify pcreds.Artur Grabowski
2002-01-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-11-06More sync to NetBSD.Artur Grabowski
2001-10-14Disable fd sharing for this release. Sorry.Artur Grabowski
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-06-27no more fork braindamageArtur Grabowski
2001-06-27mips_cachealias is no moreArtur Grabowski
2001-06-27remove old vmArtur Grabowski
2001-04-02On popular demand, the Linux-compatibility clone(2) implementation basedNiklas Hallqvist
2001-03-23Use pool to allocate processes.Artur Grabowski
2001-02-13More sane spl handling. Don't just assume that we're called at spl0.Artur Grabowski
2000-11-16support kernel event queues, from FreeBSD by Jonathan Lemon,Niels Provos
2000-11-09PHOLD/PRELE instead manual fiddling with p_holdcntArtur Grabowski
2000-07-10last change was not tested on VM systemsTheo de Raadt
2000-07-07The rfork sharing of vmspace is .. special and was broken with UVM.Artur Grabowski
2000-06-18Mark kernel threads as system processes. Make ps hide them by default,Niklas Hallqvist
2000-03-23Don't reinitialize the tsleep and ITIMER_REAL timers all the time.Artur Grabowski
2000-03-03Use the LIST_FIRST macro to get the head of zombproc list.Artur Grabowski
2000-03-03Use LIST_ macros instead of internal field names to walk the allproc list.Artur Grabowski
2000-02-21dead code and symbol pollution.Artur Grabowski
2000-01-31re-add fixed vfork code from artTheo de Raadt