summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_fork.c
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Assign thread IDs to kernel threads. The purpose of the thread ID (tid)marcel2004-04-031-0/+1
* Make the process_exit eventhandler run without Giant. Add Giant hookspeter2004-03-141-2/+0
* Move the process_fork event out from under Giant. This one is easy,peter2004-03-141-1/+3
* Push Giant down a little further:peter2004-03-131-3/+0
* make sure we had the filedesc lock when calling fdinit when RFCFDG is setjmg2004-03-101-0/+4
* Move a vref call outside of proc locks and Giant. By virtue of the factpeter2004-03-081-5/+4
* Giant is not required for vm_thread_new_altkstack().alc2004-03-071-4/+1
* Add a missing part of jhb's previous commit. It looks like he had apeter2004-03-061-1/+5
* - Grab a share lock of the proctree lock while looking for a pid due to thejhb2004-03-051-13/+25
* Fixed some style bugs (mainly English usage errors in comments).bde2004-03-041-9/+10
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-261-1/+3
* Always set a process' state to normal when it is fully constructed injhb2004-02-051-5/+9
* Locking for the per-process resource limits structure.jhb2004-02-041-5/+4
* When aborting fork() due to a failure, if using MAC, make sure to cleanrwatson2004-01-251-0/+3
* Reduce gratuitous includes: don't include jail.h if it's not needed.rwatson2004-01-211-1/+0
* Prevent a race condition between fork1() and whatever changes the pgrp bycognet2004-01-091-0/+1
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-1/+4
* Removed mostly-dead code for setting switchtime after the idle loopbde2003-10-291-3/+0
* Removed sched_nest variable in sched_switch(). Context switches alwaysbde2003-10-291-1/+1
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-191-1/+1
* - Various style fixes in both code and comments.jhb2003-08-151-22/+28
* Adjust a comment to remove staleness and take slightly less implementationjhb2003-08-041-6/+2
* Add a ratelimited message of the formsilby2003-06-191-1/+5
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-3/+3
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-141-1/+1
* Use __FBSDID().obrien2003-06-111-1/+3
* Add tracking of process leaders sharing a file descriptor table andtegge2003-06-021-11/+31
* - Merge struct procsig with struct sigacts.jhb2003-05-131-31/+7
* Initialize and destroy the struct proc mutex in the proc zone's init andjhb2003-05-011-4/+3
* Instead of recording the Unix time in a process when it starts, record thedes2003-05-011-1/+1
* Axe a stale comment.jhb2003-04-301-2/+0
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-1/+1
* - Move PS_PROFIL and its new cousin PS_STOPPROF back over to p_flag andjhb2003-04-221-3/+3
* - Push Giant down into the fork1() function a small bit.jhb2003-04-171-11/+10
* - Adjust sched hooks for fork and exec to take processes as arguments insteadjeff2003-04-111-1/+1
* Move the _oncpu entry from the KSE to the thread.julian2003-04-101-1/+1
* - Borrow the KSE single threading code for exec and exit. We use the checkjeff2003-04-011-0/+5
* Replace the at_fork, at_exec, and at_exit functions with the slightly morejhb2003-03-241-86/+2
* - Cache a reference to the credential of the thread that starts a ktrace injhb2003-03-131-3/+7
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-3/+3
* Remove the PL_SHAREMOD flag from struct plimit, which could have beentjr2003-02-201-10/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-171-2/+0
* Avoid file lock leakage when linuxthreads port or rfork is used:tegge2003-02-151-0/+7
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-0/+2
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-261-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* fdcopy() only needs a filedesc pointer.alfred2003-01-011-2/+2
* Since fdshare() and fdinit() only operate on filedescs, make themalfred2003-01-011-4/+4
OpenPOWER on IntegriCloud