summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_proc.c
Commit message (Expand)AuthorAgeFilesLines
* oops don't do dthe copy range in a new KSE. There isn't one any more.julian2002-09-231-0/+2
* Add code to create > 1 KSe per process.julian2002-09-231-16/+39
* Add kernel support needed for the KSE-aware libpthread:mini2002-09-161-5/+22
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-40/+44
* Completely redo thread states.julian2002-09-111-5/+5
* Make UAREA_PAGES and KSTACK_PAGES visible to userland via sysctl, likepeter2002-09-071-0/+6
* Minor spelling tweak: assume "his" is actually "This".rwatson2002-09-061-1/+1
* Use UMA as a complex object allocator.julian2002-09-061-17/+31
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-5/+5
* Wire the sysctl output buffer before grabbing any locks to preventtruckman2002-07-281-0/+1
* Thinking about it I came to the conclusion that the KSE states were incorrectlyjulian2002-07-141-2/+0
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-071-2/+103
* If the process is a zombie, then you must not try dereference the threadjulian2002-06-301-53/+55
* Part 1 of KSE-IIIjulian2002-06-291-73/+144
* Always drop the p_args reference we held for copyout, even if we're aboutmini2002-06-221-3/+2
* Properly lock accesses to p_tracep and p_traceflag. Also make a fewjhb2002-06-071-2/+12
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-191-3/+3
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-061-4/+1
* As malloc(9) and free(9) are now Giant-free, remove the Giant locktanimura2002-05-031-5/+1
* Fix the lock order reversal between the sigio lock and a process/pgrp lock intanimura2002-05-031-0/+2
* Free(9) should be Giant-free.tanimura2002-04-241-1/+1
* Push down Giant for setpgid(), setsid() and aio_daemon(). Giant protects onlytanimura2002-04-201-1/+5
* - Merge the pgrpsess_lock and proctree_lock sx locks into one proctree_lockjhb2002-04-161-14/+10
* - Change fill_kinfo_proc() to require that the process is locked when itjhb2002-04-091-14/+20
* Use CTASSERT rather than a runtime check to detect kinfo_proc size changes.jake2002-04-061-16/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-3/+3
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-011-0/+1
* Close some holes with p->p_args by NULL'ing out the p->p_args pointeralfred2002-03-311-3/+10
* To remove nested include of sys/lock.h and sys/mutex.h from sys/proc.halfred2002-03-281-0/+44
* Make the reference counting of 'struct pargs' SMP safe.alfred2002-03-271-7/+5
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-271-1/+1
* oops, forgot to commit this. td->td_savecrit = 0 replaced by APIdillon2002-03-271-0/+1
* Make this compile.jake2002-03-271-1/+0
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-241-4/+4
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-4/+5
* Remove __P.alfred2002-03-191-4/+4
* Lock struct pgrp, session and sigio.tanimura2002-02-231-79/+211
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-221-1/+3
* Oops, used wrong error value for unimplemented syscalls.julian2002-02-201-6/+6
* Add stub syscalls and definitions for KSE calls.julian2002-02-191-0/+45
* The previous commit included a change to fill_kinfo_proc() that resultsalc2002-02-121-1/+1
* In a threaded world, differnt priorirites become properties ofjulian2002-02-111-5/+7
* Fix a fatal trap when using ksched_setscheduler() (eg: mozilla, netscapepeter2002-02-081-1/+1
* remove superfluous blank linejulian2002-02-081-1/+0
* Fix a couple of style bugs introduced (or touched by) previous commit.peter2002-02-071-0/+2
* Pre-KSE/M3 commit.julian2002-02-071-60/+80
* Fix a bug where the mutex name wasn't always displayed for processes injhb2002-01-051-1/+1
* As a followup to the previous fixes to inferior, revert some of thejhb2001-11-131-6/+3
* Clean up breakage in inferior() I introduced in 1.92 of kern_proc.c:jhb2001-11-121-9/+7
* - Combine kern.ps_showallprocs and kern.ipc.showallsockets intorwatson2001-10-091-4/+0
OpenPOWER on IntegriCloud