| Commit message (Expand) | Author | Age | Files | Lines |
* | Change msleep() and tsleep() to not alter the calling thread's priority | jhb | 2006-04-17 | 1 | -2/+2 |
* | Call thread_stopped in thr_exit to notify parent that the child process | davidxu | 2006-02-10 | 1 | -0/+1 |
* | Implement thr_set_name to set a name for thread. | davidxu | 2006-02-05 | 1 | -0/+29 |
* | Add a new feature to thr_kill, if thread ID argument is -1, send | davidxu | 2006-01-07 | 1 | -12/+27 |
* | Cleanup some signal interfaces. Now the tdsignal function accepts | davidxu | 2005-11-03 | 1 | -1/+1 |
* | Oops, don't change tdsignal call. | davidxu | 2005-11-03 | 1 | -1/+1 |
* | Add thread_find() function to search a thread by lwpid. | davidxu | 2005-11-03 | 1 | -12/+8 |
* | do umtx_wake at userland thread exit address, so that others userland | davidxu | 2005-10-26 | 1 | -1/+5 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 1 | -1/+2 |
* | Validate if the value written into {FS,GS}.base is a canonical | davidxu | 2005-07-10 | 1 | -1/+6 |
* | Add new syscall thr_new to create thread in atomic, it will | davidxu | 2005-04-23 | 1 | -53/+136 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | If a thread is resumed by thr_wake, it should return 0, especially it | davidxu | 2004-12-01 | 1 | -5/+15 |
* | Remove local definitions of RANGEOF() and use __rangeof() instead. | das | 2004-11-20 | 1 | -10/+4 |
* | Close a race between a thread exiting and the freeing of it's stack. | mtm | 2004-10-06 | 1 | -1/+5 |
* | Close a race between thr_create and sysctl -w, the thr_scope_sys could | davidxu | 2004-10-06 | 1 | -7/+10 |
* | fix typo | julian | 2004-09-07 | 1 | -1/+1 |
* | Give libthr a choice (per system) of scope_system or scope_thread | julian | 2004-09-07 | 1 | -10/+37 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -102/+55 |
* | Give setrunqueue() and sched_add() more of a clue as to | julian | 2004-09-01 | 1 | -1/+1 |
* | When calling scheduler entrypoints for creating new threads and processes, | julian | 2004-07-18 | 1 | -2/+2 |
* | writers must hold both sched_lock and the process lock; therefore, readers | mtm | 2004-07-12 | 1 | -5/+2 |
* | Change the thread ID (thr_id_t) used for 1:1 threading from being a | marcel | 2004-07-02 | 1 | -13/+16 |
* | Allocate TIDs in thread_init() and deallocate them in thread_fini(). | marcel | 2004-06-26 | 1 | -1/+0 |
* | If you're trying to find out if a thread is valid and in | mtm | 2004-04-19 | 1 | -4/+4 |
* | Assign thread IDs to kernel threads. The purpose of the thread ID (tid) | marcel | 2004-04-03 | 1 | -0/+1 |
* | Add missing comment terminator. | kris | 2004-04-02 | 1 | -1/+1 |
* | The comment complained about not having a thread_unlink() | julian | 2004-04-02 | 1 | -5/+2 |
* | Separate thread synchronization from signals in libthr. Instead | mtm | 2004-03-27 | 1 | -0/+61 |
* | Update powerpc to use the (old thread,new thread) calling convention | grehan | 2003-08-14 | 1 | -4/+0 |
* | - Convert Alpha over to the new calling conventions for cpu_throw() and | jhb | 2003-08-12 | 1 | -1/+1 |
* | style(9) | mtm | 2003-07-04 | 1 | -8/+2 |
* | Signals sent specifically to a particular thread must | mtm | 2003-07-03 | 1 | -5/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -3/+3 |
* | Change the second (and last) argument of cpu_set_upcall(). Previously | marcel | 2003-06-04 | 1 | -2/+1 |
* | Revamp of the syscall path, exception and context handling. The | marcel | 2003-05-16 | 1 | -1/+1 |
* | AMD64 uses the new-style cpu_switch()/cpu_throw() calling conventions. | peter | 2003-04-30 | 1 | -1/+1 |
* | Protect td_sigmask with the proc lock. | jhb | 2003-04-17 | 1 | -0/+2 |
* | - Call sched_exit_{kse,thread} and sched_fork{kse,thread} so that thr works | jeff | 2003-04-11 | 1 | -0/+6 |
* | Merged from kern_thread.c 1.113, avoid a panic in cpu_throw when the first | jake | 2003-04-08 | 1 | -0/+2 |
* | Commit a partial lazy thread switch mechanism for i386. it isn't as lazy | peter | 2003-04-02 | 1 | -0/+4 |
* | - thr_exit() should no longer be called with Giant held. | jeff | 2003-04-01 | 1 | -2/+0 |
* | - Add two files to support the thr threading interface. | jeff | 2003-04-01 | 1 | -0/+259 |