summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_fork.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Add code to ddb to allow backtracing an arbitrary thread.julian2002-12-281-0/+1
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-101-2/+8
* Introduce p_label, extensible security label storage for the MAC frameworkrwatson2002-11-201-0/+5
* We leaked a process lock reference in the event an RFTHREAD processrwatson2002-11-181-1/+2
* Do not lock the process when calling fdfree() (this would have recursed onjhb2002-10-181-4/+0
* - Add a new global mutex 'ppeers_lock' to protect the p_peers list ofjhb2002-10-151-38/+50
* - Create a new scheduler api that is defined in sys/sched.hjeff2002-10-121-6/+7
* Round out the facilty for a 'bound' thread to loan out its KSEjulian2002-10-091-2/+0
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-4/+9
* Back our kernel support for reliable signal queues.jmallett2002-10-011-1/+0
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-301-0/+1
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-161-2/+0
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-5/+3
* Completely redo thread states.julian2002-09-111-0/+1
* Use UMA as a complex object allocator.julian2002-09-061-33/+3
* s/SGNL/SIG/davidxu2002-09-051-1/+1
* slight cleanup of single-threading code for KSE processesjulian2002-08-221-0/+9
* Move code block added in 1.157 to a safer part of fork1().mdodd2002-08-071-9/+9
* Kernel modifications necessary to allow to follow fork()ed children.mdodd2002-08-041-0/+10
* Update docs to reflect change in count of procs reserved for rootsilby2002-07-301-1/+1
* Wire the sysctl output buffer before grabbing any locks to preventtruckman2002-07-281-0/+1
* part of a greater patch set..julian2002-07-141-1/+1
* Thinking about it I came to the conclusion that the KSE states were incorrectlyjulian2002-07-141-3/+1
* Revert removal of cred_free_thread(): It is used to ensure that a thread'smini2002-07-111-0/+3
* Part 1 of KSE-IIIjulian2002-06-291-21/+54
* Remove unused diagnostic function cread_free_thread().mini2002-06-241-3/+0
* - Proper locking for p_tracep and p_traceflag.jhb2002-06-071-7/+7
* - Protect randompid and nprocs with the allproc_lock.jhb2002-05-021-101/+122
* Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-2/+2
* Whitespace changes to wrap long lines.jhb2002-04-091-4/+8
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Fix leakage of p_pgrp lock.tanimura2002-04-021-0/+4
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-011-0/+1
OpenPOWER on IntegriCloud