summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_kse.c
Commit message (Expand)AuthorAgeFilesLines
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-648/+515
* Only add one tick per tick to the thread stats, instead of some random number.julian2003-01-311-2/+2
* Use kg_numupcalls to see if we are closing a thread group,davidxu2003-01-261-2/+2
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-261-513/+646
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Remove a KASSERT that can now happen and add a missing setrunnable.julian2003-01-201-0/+2
* Check signals for idled threads.davidxu2003-01-071-2/+1
* Set kse mailbox pointer to NULL when P_KSES is turned off.davidxu2003-01-041-3/+6
* White space fixesjulian2003-01-031-10/+10
* Make an explicit flag to indicate that a KSE has a reason to upcall,julian2003-01-031-19/+22
* Don't need to set retvals to 0 in the non error case. Theyjulian2003-01-031-9/+0
* Adjust code for Julian's last commit. use td_mailbox to detect ifdavidxu2003-01-021-10/+8
* Add code to ddb to allow backtracing an arbitrary thread.julian2002-12-281-241/+273
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-101-123/+72
* Under certain circumstances, we were calling kmem_free() frommux2002-11-221-0/+3
* - Implement a mechanism for allowing schedulers to place scheduler dependantjeff2002-11-211-19/+31
* Make sure only update wall clock at upcall time, slightly reformatdavidxu2002-11-181-13/+13
* 1. Support versioning and wall clock in kse mailbox,davidxu2002-11-181-9/+108
* include smp.h.julian2002-11-171-0/+1
* 1.Add sysctls to control KSE resource allocation.davidxu2002-11-171-8/+30
* Rework last exiting thread in kse_release(), wait a signal and thendavidxu2002-11-171-2/+11
* Return EWOULDBLOCK for last thread in kse_release().davidxu2002-11-151-0/+1
* In kse_release(), check if current thread is bounddavidxu2002-11-141-4/+16
* KSE-enabled processes only.davidxu2002-10-311-1/+4
* Check NULL thread mailbox pointer.davidxu2002-10-301-0/+2
* Style fixes.davidxu2002-10-301-10/+10
* Don't forget to set syscall result.davidxu2002-10-301-0/+2
* Add an actual implementation of kse_thr_interrupt()davidxu2002-10-301-1/+21
* Close a race window in kse_create(): signal delivered after SIGPENDING calldavidxu2002-10-281-4/+2
* iBack out david's last commit. the suspension code needs to be calledjulian2002-10-261-12/+0
* Move suspension checking code from userret() into thread_userret().davidxu2002-10-261-0/+12
* Backout revision 1.48.davidxu2002-10-261-2/+1
* suspend thread only when it can be interrupted.davidxu2002-10-251-1/+2
* let thread_schedule_upcall() handle idle kse.davidxu2002-10-251-2/+8
* fix style-ojulian2002-10-251-1/+1
* More work on the interaction between suspending and sleeping threads.julian2002-10-251-12/+26
* fix typo.davidxu2002-10-251-1/+2
* Extract out KSE specific code from machine specific codejulian2002-10-241-0/+47
* respect TDF_SINTR, also for SINGLE_NO_EXIT threading mode, if a threaddavidxu2002-10-241-6/+6
* don't forget to remove kse from idle queue.davidxu2002-10-241-0/+2
* Move thread related code from kern_proc.c to kern_thread.c.julian2002-10-241-28/+500
* Round out the facilty for a 'bound' thread to loan out its KSEjulian2002-10-091-169/+264
* Put an easy-to-miss assignment into the proper place. It was stray in thejmallett2002-10-051-2/+4
* Remove bogus duplicate assignment of local variables.jmallett2002-10-051-2/+2
* Add some unspeakable hackery to the tree under #ifdef __ia64__ to workpeter2002-10-041-0/+14
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Implement basic KSE loaning. This stops a hread that is blocked in BOUND modejulian2002-09-291-0/+9
* lock proc while calling psignaljulian2002-09-291-9/+17
* Redo how completing threads pass their state to userlandjulian2002-09-271-81/+121
* Make the following name changes to KSE related functions, etc., to betterarchie2002-09-251-3/+3
OpenPOWER on IntegriCloud