summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
Commit message (Expand)AuthorAgeFilesLines
* A little infrastructure, preceding some upcoming changesjulian2003-02-081-1/+1
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-4/+14
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-261-14/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* It is possible for an active aio to prevent shared memory from beingdillon2003-01-131-2/+1
* Fix a refcount race with the vmspace structure. In order to preventdillon2002-12-151-1/+8
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-101-24/+6
* Acquire and release the page queues lock around pmap_remove_pages() becausealc2002-11-251-0/+3
* Introduce p_label, extensible security label storage for the MAC frameworkrwatson2002-11-201-0/+5
* - Add a new global mutex 'ppeers_lock' to protect the p_peers list ofjhb2002-10-151-6/+6
* - Create a new scheduler api that is defined in sys/sched.hjeff2002-10-121-12/+5
* Round out the facilty for a 'bound' thread to loan out its KSEjulian2002-10-091-4/+11
* Whitespace fix onlyjulian2002-10-021-3/+3
* Back our kernel support for reliable signal queues.jmallett2002-10-011-8/+1
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-301-1/+8
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-4/+4
* 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-2/+2
* Use UMA as a complex object allocator.julian2002-09-061-0/+2
* s/SGNL/SIG/davidxu2002-09-051-1/+1
* Revert previous revision which accidentally snuck in with another commit.jhb2002-08-011-1/+1
* If we fail to write to a vnode during a ktrace write, then we drop alljhb2002-08-011-1/+1
* Part 1 of KSE-IIIjulian2002-06-291-9/+88
* More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t.alfred2002-06-291-16/+15
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-241-0/+1
* Properly lock accesses to p_tracep and p_traceflag. Also make a fewjhb2002-06-071-0/+5
* Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flagmike2002-06-011-1/+17
* Whitespace: trim a trailing tab.jhb2002-05-231-1/+1
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-061-4/+0
* When checking to see if the init process calls exit1(), compare p to thejhb2002-05-061-1/+1
* Style fixes in local variable declarations.jhb2002-05-061-9/+10
* - Style fixes in some comments.jhb2002-05-061-9/+10
* style(9): 'if' and 'while' need a space after them.alfred2002-05-041-3/+3
* Fix the lock order reversal between the sigio lock and a process/pgrp lock intanimura2002-05-031-0/+2
* - Reorder a few things so that when we lock the process at the end ofjhb2002-05-021-107/+118
* Avoid the user-visible effect of setting SA_NOCLDWAIT when theiedowse2002-04-271-3/+3
* - Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-7/+7
* We don't need Giant to read the pgrp ID since the proc lock has protectedjhb2002-04-091-5/+3
* Close some holes with p->p_args by NULL'ing out the p->p_args pointeralfred2002-03-311-1/+4
* Make the reference counting of 'struct pargs' SMP safe.alfred2002-03-271-2/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-2/+2
* Remove __P.alfred2002-03-191-1/+1
* Do not lock the pgrpsess_lock exclusively across ttywait().tanimura2002-03-111-0/+2
* Lock struct pgrp, session and sigio.tanimura2002-02-231-17/+47
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-221-1/+1
* Fix a race with free'ing vmspaces at process exit when vmspaces arealfred2002-02-051-3/+4
* Release text vnode in exit() rather than wait(). Occasionallydwmalone2002-01-051-8/+8
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-2/+2
* Eliminate semexit_hook using at_exit(9) and rm_at_exit(9).alc2001-12-301-5/+0
* Make AIO a loadable module.alfred2001-12-291-3/+0
OpenPOWER on IntegriCloud