summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_thread.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Re-implement lock profiling in such a way that it no longer breaksjeff2007-12-151-0/+2
* - Adds event handlers for process_ctor,process_dtor, process_init,rrs2007-11-151-1/+5
* This time REALLY copy the name from the proc to the thread as a default.julian2007-11-151-1/+0
* o Rename cpu_thread_setup() to cpu_thread_alloc() to bettermarcel2007-11-141-2/+2
* A bunch more files that should probably print out a thread namejulian2007-11-141-1/+1
* Make sure there is a good default thread name for all threads.julian2007-11-141-0/+1
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-5/+22
* Introduce a way to make pure kernal threads.julian2007-10-261-6/+0
* - Call sched_sleep() before we suspend threads. sched_wakeup() is alreadyjeff2007-09-211-0/+2
* Fix some entries in the locks static table of witness.attilio2007-09-201-1/+1
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-1/+1
* Actually, upcalls cannot be freed while destroying the thread because weattilio2007-07-271-0/+3
* Actually, KSE kernel bits locking is broken and can lead likely toattilio2007-07-231-0/+2
* - Garbage collect unused concurrency functions.jeff2007-06-121-14/+2
* Solve a complex exit race introduced with thread_lock:jeff2007-06-121-15/+33
* The current rusage code show peculiar problems:attilio2007-06-091-6/+4
* Commit 4/14 of sched_lock decomposition.jeff2007-06-041-73/+97
* Do proper "locking" for missing vmmeters part.attilio2007-06-041-1/+1
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-8/+11
* Revert VMCNT_* operations introduction.attilio2007-05-311-1/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-1/+1
* Align 'struct thread' on 16 byte boundaries so that the lower 4 bits arejhb2007-03-271-1/+1
* Over NFS, an open() call could result in multiple over-the-wiremohans2007-03-091-0/+1
* Prefer a more traditional spelling of inhibited in comments and panicrwatson2006-12-311-1/+1
* Remove unused sysctls.davidxu2006-12-191-8/+0
* Threading cleanup.. part 2 of several.julian2006-12-061-238/+16
* Remove member p_procscopegrp which is no longer used by libthr.davidxu2006-10-271-8/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+105
* This is initial version of POSIX priority mutex support, a new userlanddavidxu2006-08-281-2/+5
* o Fix typo in the comment.maxim2006-06-301-1/+1
* Rethink it a bit, if there is a STOP flag, don't bother to resume otherdavidxu2006-03-211-0/+3
* Because JOB control has higher priority than single threading indavidxu2006-03-211-0/+1
* 1. Count last time slice, this intends to fixdavidxu2006-03-141-0/+18
* Remove unused code.davidxu2006-03-131-24/+0
* Fix a long standing race between sleep queue and threaddavidxu2006-02-151-4/+4
* In order to speed up process suspension on MP machine, send IPI todavidxu2006-02-131-0/+5
* When exiting a thread, submit any pending record. Today, we don'trwatson2006-02-061-0/+4
* When GC'ing a thread, assert that it has no active audit record.rwatson2006-02-051-1/+3
* Add new fields to process-related data structures:rwatson2006-02-021-0/+6
* Now SIGCHLD is always queued.davidxu2005-12-091-14/+4
* Last step to make mq_notify conform to POSIX standard, If the processdavidxu2005-11-301-0/+1
* Add support for queueing SIGCHLD same as other UNIX systems did.davidxu2005-11-081-0/+15
* Add thread_find() function to search a thread by lwpid.davidxu2005-11-031-0/+15
* Make p_itimers as a pointer, so file sys/proc.h does not need to includedavidxu2005-10-231-1/+0
* Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONICdavidxu2005-10-231-0/+1
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-0/+7
* Fox a LOR of sleep and sched_lock by using a timeout waitdavidxu2005-09-301-7/+0
* Remove sleep queue hack, it is no longer needed with current sleep queue.davidxu2005-05-271-8/+0
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-231-0/+3
* Fix code freeing wrong cred pointer.julian2005-03-211-2/+4
OpenPOWER on IntegriCloud