summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_fork.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Kernel stack can be swapped. This means that stuff that's on the stackmiod2006-11-291-16/+3
* Backout last commit, it makes us crash when a ptraced program forks.kettenis2006-04-301-8/+7
* do not rush putting embrionic process on child/thread/sibling lists and set timeouts earlier as we can sleep later and get signals and exit and cause all kinds of hell; pedro@ okmickey2006-03-271-7/+8
* Compile out more rthreads stuff unless option RTHREADS;miod2006-02-201-1/+5
* fix memory leak conditions in thrsleep and significantly simplifytedu2005-12-221-2/+1
* forgot to set P_THREAD for threaded processestedu2005-12-041-1/+2
* kernel support for threaded processes (rthreads).tedu2005-12-031-1/+15
* Avoid a theoretical race condition.aaron2005-11-021-4/+4
* ptrace(2) following fork(2)kettenis2005-09-141-3/+46
* sched work by niklas and art backed out; causes panicsderaadt2005-05-291-2/+2
* This patch is mortly art's work and was done *a year* ago. Art wants to thankniklas2005-05-251-2/+2
* fix pr4036, don't set p2->p_cpu to nulltedu2005-02-241-2/+2
* Create the init process earlier, before the root filesystem is mounted,miod2004-11-231-7/+18
* provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okmickey2004-08-061-2/+2
* hardclock detects if ITIMER_VIRTUAL and ITIMER_PROF have expired andart2004-08-041-1/+4
* This moves access to wall and uptime variables in MI code,tholo2004-06-241-2/+2
* debranch SMP, have funniklas2004-06-131-4/+21
* Merge in a piece of the SMP branch into HEAD.art2004-06-091-1/+5
* retval may be NULL in fork1, take 2tedu2004-06-051-3/+5
* No way: This breaks nearly every architecturederaadt2004-05-241-7/+7
* according to fork1(9), retval is optional. make it so.tedu2004-05-231-7/+7
* rfork(RFMEM) shares complete vmspace. much more useful, and in line withtedu2004-04-021-19/+3
* Limit "proc: table is full" messages to once every 10 seconds which helps when there is a fork bomb going on. From NetBSD (jdolecek)millert2003-09-231-2/+8
* comitted->committed in a commentavsm2003-07-021-2/+2
* add exec/fork/exit hooks per process for compat emulations.tedu2003-06-211-1/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Defer pid allocation and making the new process visible until after it'sart2002-10-311-17/+17
* Remove a part that did sneak in that wasn't meant to be commited yet.art2002-10-221-2/+2
* ANSIart2002-10-211-22/+6
* Two problems.art2002-10-211-5/+13
* systrace facility, used to enforce and generate policies for system callsprovos2002-05-161-1/+8
* First round of __P removal in sysmillert2002-03-141-3/+3
* Fix stack sharing in FORK_VMNOSTACK.art2002-02-221-4/+14
* Simplify pid selection algorithm. ok art@ deraadt@nordin2002-02-161-45/+23
* No more RFORK_FDSAHRE option, always allow FORK_SHAREFILES.art2002-02-141-8/+1
* Workaround for VM_MAXUSER_ADDRESS not being page aligned on sparc64.art2002-02-051-2/+2
* poolify pcreds.art2002-01-251-3/+2
* Don't include <sys/map.h> when you don't need what's in it.miod2002-01-161-2/+1
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+1
* Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,art2001-11-061-7/+10
* More sync to NetBSD.art2001-11-061-2/+3
* Disable fd sharing for this release. Sorry.art2001-10-141-1/+8
* merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okmickey2001-09-191-3/+1
* no more fork braindamageart2001-06-271-17/+2
* mips_cachealias is no moreart2001-06-271-5/+1
* remove old vmart2001-06-271-27/+1
* On popular demand, the Linux-compatibility clone(2) implementation basedniklas2001-04-021-6/+18
* Use pool to allocate processes.art2001-03-231-2/+3
* More sane spl handling. Don't just assume that we're called at spl0.art2001-02-131-3/+4
* support kernel event queues, from FreeBSD by Jonathan Lemon,provos2000-11-161-1/+6