summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_thr.c
Commit message (Expand)AuthorAgeFilesLines
* Update powerpc to use the (old thread,new thread) calling conventiongrehan2003-08-141-4/+0
* - Convert Alpha over to the new calling conventions for cpu_throw() andjhb2003-08-121-1/+1
* style(9)mtm2003-07-041-8/+2
* Signals sent specifically to a particular thread mustmtm2003-07-031-5/+1
* Use __FBSDID().obrien2003-06-111-3/+3
* Change the second (and last) argument of cpu_set_upcall(). Previouslymarcel2003-06-041-2/+1
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-161-1/+1
* AMD64 uses the new-style cpu_switch()/cpu_throw() calling conventions.peter2003-04-301-1/+1
* Protect td_sigmask with the proc lock.jhb2003-04-171-0/+2
* - Call sched_exit_{kse,thread} and sched_fork{kse,thread} so that thr worksjeff2003-04-111-0/+6
* Merged from kern_thread.c 1.113, avoid a panic in cpu_throw when the firstjake2003-04-081-0/+2
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-021-0/+4
* - thr_exit() should no longer be called with Giant held.jeff2003-04-011-2/+0
* - Add two files to support the thr threading interface.jeff2003-04-011-0/+259
OpenPOWER on IntegriCloud