summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_fork.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the reference counting of 'struct pargs' SMP safe.alfred2002-03-271-2/+1
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-271-1/+1
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-3/+7
* Add a change mirroring that made to kern/subr_trap.c and others.benno2002-03-211-9/+3
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-2/+2
* revert last commit temporarily due to whining on the lists.dillon2002-02-261-8/+1
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-261-1/+8
* Lock struct pgrp, session and sigio.tanimura2002-02-231-1/+7
* Add some DIAGNOSTIC code.julian2002-02-221-6/+9
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-221-2/+2
* A few misc forkbomb defenses:silby2002-02-191-2/+5
* If the credential on an incoming thread is correct, don't botherjulian2002-02-171-0/+2
* Fix a couple of style bugs introduced (or touched by) previous commit.peter2002-02-071-1/+0
* Pre-KSE/M3 commit.julian2002-02-071-30/+33
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-3/+9
* GC fast_vfork; it's not actually referenced anywhere.silby2002-01-091-4/+0
* Return EINVAL if kernel only flags are passed to the rfork syscall ratherjhb2001-12-191-2/+4
* Modify the critical section API as follows:jhb2001-12-181-7/+2
* Fix some nits in fork_exit() so it more properly duplicates the backendjhb2001-12-141-4/+4
* Add a per-thread ucred reference for syscalls and synchronous traps fromjhb2001-10-261-0/+5
* Fix ktrace enablement/disablement races that can result in a vnodedillon2001-10-241-3/+4
OpenPOWER on IntegriCloud