| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -0/+2 |
* | Add thr_kill2 syscall which sends a signal to a thread in another process. | davidxu | 2007-08-16 | 1 | -0/+55 |
* | - Remove unused variable from create_thread(). | jhb | 2007-06-07 | 1 | -2/+1 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -10/+13 |
* | - Remove setrunqueue and replace it with direct calls to sched_add(). | jeff | 2007-01-23 | 1 | -1/+1 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -35/+1 |
* | if a thread blocked on userland condition variable is | davidxu | 2006-12-04 | 1 | -0/+11 |
* | Update includes for sys/posix4 move. | trhodes | 2006-11-11 | 1 | -2/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+2 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+24 |
* | Add compatible code to let 32bit libthr work on 64bit kernel. | davidxu | 2006-09-22 | 1 | -25/+64 |
* | Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparam | davidxu | 2006-09-21 | 1 | -198/+21 |
* | Same as previous change, the user provided priority should be reversed | davidxu | 2006-08-25 | 1 | -2/+2 |
* | POSIX requires that higher numerical values for the priority represent | davidxu | 2006-08-23 | 1 | -39/+39 |
* | Add syscalls thr_setscheduler, thr_getscheduler, and thr_setschedparam, | davidxu | 2006-07-13 | 1 | -2/+158 |
* | Use newkg to check if SCHED_OTHER is already inherited. | davidxu | 2006-07-12 | 1 | -2/+1 |
* | Don't forget to check invalid policy! | davidxu | 2006-07-11 | 1 | -7/+9 |
* | For SCHED_OTHER, we always inherit current thread's interactive priority | davidxu | 2006-07-11 | 1 | -6/+10 |
* | Add POSIX scheduler parameters support to thr_new syscall, this permits | davidxu | 2006-07-11 | 1 | -4/+57 |
* | Create thread in separated ksegrp, so they always get correct user level | davidxu | 2006-07-10 | 1 | -75/+11 |
* | 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 |