| Commit message (Expand) | Author | Age | Files | Lines |
* | td_osd is at the end of struct thread to avoid breaking the ABI | Kip Macy | 2009-05-20 | 1 | -0/+1 |
* | Mostly synchronize lib/libthr and sys/kern/kern_umtx.c with the code | Konstantin Belousov | 2009-03-24 | 1 | -1/+1 |
* | MFC fix for the panic("vm_thread_new: kstack allocation failed") and | Konstantin Belousov | 2008-01-18 | 1 | -0/+2 |
* | Add thr_kill2 syscall which sends a signal to a thread in another process. | David Xu | 2007-08-16 | 1 | -0/+55 |
* | - Remove unused variable from create_thread(). | John Baldwin | 2007-06-07 | 1 | -2/+1 |
* | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -10/+13 |
* | - Remove setrunqueue and replace it with direct calls to sched_add(). | Jeff Roberson | 2007-01-23 | 1 | -1/+1 |
* | Threading cleanup.. part 2 of several. | Julian Elischer | 2006-12-06 | 1 | -35/+1 |
* | if a thread blocked on userland condition variable is | David Xu | 2006-12-04 | 1 | -0/+11 |
* | Update includes for sys/posix4 move. | Tom Rhodes | 2006-11-11 | 1 | -2/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+2 |
* | Make KSE a kernel option, turned on by default in all GENERIC | John Birrell | 2006-10-26 | 1 | -0/+24 |
* | Add compatible code to let 32bit libthr work on 64bit kernel. | David Xu | 2006-09-22 | 1 | -25/+64 |
* | Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparam | David Xu | 2006-09-21 | 1 | -198/+21 |
* | Same as previous change, the user provided priority should be reversed | David Xu | 2006-08-25 | 1 | -2/+2 |
* | POSIX requires that higher numerical values for the priority represent | David Xu | 2006-08-23 | 1 | -39/+39 |
* | Add syscalls thr_setscheduler, thr_getscheduler, and thr_setschedparam, | David Xu | 2006-07-13 | 1 | -2/+158 |
* | Use newkg to check if SCHED_OTHER is already inherited. | David Xu | 2006-07-12 | 1 | -2/+1 |
* | Don't forget to check invalid policy! | David Xu | 2006-07-11 | 1 | -7/+9 |
* | For SCHED_OTHER, we always inherit current thread's interactive priority | David Xu | 2006-07-11 | 1 | -6/+10 |
* | Add POSIX scheduler parameters support to thr_new syscall, this permits | David Xu | 2006-07-11 | 1 | -4/+57 |
* | Create thread in separated ksegrp, so they always get correct user level | David Xu | 2006-07-10 | 1 | -75/+11 |
* | Change msleep() and tsleep() to not alter the calling thread's priority | John Baldwin | 2006-04-17 | 1 | -2/+2 |
* | Call thread_stopped in thr_exit to notify parent that the child process | David Xu | 2006-02-10 | 1 | -0/+1 |
* | Implement thr_set_name to set a name for thread. | David Xu | 2006-02-05 | 1 | -0/+29 |
* | Add a new feature to thr_kill, if thread ID argument is -1, send | David Xu | 2006-01-07 | 1 | -12/+27 |
* | Cleanup some signal interfaces. Now the tdsignal function accepts | David Xu | 2005-11-03 | 1 | -1/+1 |
* | Oops, don't change tdsignal call. | David Xu | 2005-11-03 | 1 | -1/+1 |
* | Add thread_find() function to search a thread by lwpid. | David Xu | 2005-11-03 | 1 | -12/+8 |
* | do umtx_wake at userland thread exit address, so that others userland | David Xu | 2005-10-26 | 1 | -1/+5 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | David Xu | 2005-10-14 | 1 | -1/+2 |
* | Validate if the value written into {FS,GS}.base is a canonical | David Xu | 2005-07-10 | 1 | -1/+6 |
* | Add new syscall thr_new to create thread in atomic, it will | David Xu | 2005-04-23 | 1 | -53/+136 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | If a thread is resumed by thr_wake, it should return 0, especially it | David Xu | 2004-12-01 | 1 | -5/+15 |
* | Remove local definitions of RANGEOF() and use __rangeof() instead. | David Schultz | 2004-11-20 | 1 | -10/+4 |
* | Close a race between a thread exiting and the freeing of it's stack. | Mike Makonnen | 2004-10-06 | 1 | -1/+5 |
* | Close a race between thr_create and sysctl -w, the thr_scope_sys could | David Xu | 2004-10-06 | 1 | -7/+10 |
* | fix typo | Julian Elischer | 2004-09-07 | 1 | -1/+1 |
* | Give libthr a choice (per system) of scope_system or scope_thread | Julian Elischer | 2004-09-07 | 1 | -10/+37 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | Julian Elischer | 2004-09-05 | 1 | -102/+55 |
* | Give setrunqueue() and sched_add() more of a clue as to | Julian Elischer | 2004-09-01 | 1 | -1/+1 |
* | When calling scheduler entrypoints for creating new threads and processes, | Julian Elischer | 2004-07-18 | 1 | -2/+2 |
* | writers must hold both sched_lock and the process lock; therefore, readers | Mike Makonnen | 2004-07-12 | 1 | -5/+2 |
* | Change the thread ID (thr_id_t) used for 1:1 threading from being a | Marcel Moolenaar | 2004-07-02 | 1 | -13/+16 |
* | Allocate TIDs in thread_init() and deallocate them in thread_fini(). | Marcel Moolenaar | 2004-06-26 | 1 | -1/+0 |
* | If you're trying to find out if a thread is valid and in | Mike Makonnen | 2004-04-19 | 1 | -4/+4 |
* | Assign thread IDs to kernel threads. The purpose of the thread ID (tid) | Marcel Moolenaar | 2004-04-03 | 1 | -0/+1 |
* | Add missing comment terminator. | Kris Kennaway | 2004-04-02 | 1 | -1/+1 |
* | The comment complained about not having a thread_unlink() | Julian Elischer | 2004-04-02 | 1 | -5/+2 |