| Commit message (Expand) | Author | Age | Files | Lines |
* | 1. Count last time slice, this intends to fix | davidxu | 2006-03-14 | 1 | -0/+18 |
* | Remove unused code. | davidxu | 2006-03-13 | 1 | -24/+0 |
* | Fix a long standing race between sleep queue and thread | davidxu | 2006-02-15 | 1 | -4/+4 |
* | In order to speed up process suspension on MP machine, send IPI to | davidxu | 2006-02-13 | 1 | -0/+5 |
* | When exiting a thread, submit any pending record. Today, we don't | rwatson | 2006-02-06 | 1 | -0/+4 |
* | When GC'ing a thread, assert that it has no active audit record. | rwatson | 2006-02-05 | 1 | -1/+3 |
* | Add new fields to process-related data structures: | rwatson | 2006-02-02 | 1 | -0/+6 |
* | Now SIGCHLD is always queued. | davidxu | 2005-12-09 | 1 | -14/+4 |
* | Last step to make mq_notify conform to POSIX standard, If the process | davidxu | 2005-11-30 | 1 | -0/+1 |
* | Add support for queueing SIGCHLD same as other UNIX systems did. | davidxu | 2005-11-08 | 1 | -0/+15 |
* | Add thread_find() function to search a thread by lwpid. | davidxu | 2005-11-03 | 1 | -0/+15 |
* | Make p_itimers as a pointer, so file sys/proc.h does not need to include | davidxu | 2005-10-23 | 1 | -1/+0 |
* | Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONIC | davidxu | 2005-10-23 | 1 | -0/+1 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 1 | -0/+7 |
* | Fox a LOR of sleep and sched_lock by using a timeout wait | davidxu | 2005-09-30 | 1 | -7/+0 |
* | Remove sleep queue hack, it is no longer needed with current sleep queue. | davidxu | 2005-05-27 | 1 | -8/+0 |
* | Change cpu_set_kse_upcall to more generic style, so we can reuse it | davidxu | 2005-04-23 | 1 | -0/+3 |
* | Fix code freeing wrong cred pointer. | julian | 2005-03-21 | 1 | -2/+4 |
* | Sleeping is not allowed in uma->fini | phk | 2005-03-19 | 1 | -4/+4 |
* | Use subr_unit to allocate thread ID's with. | phk | 2005-03-18 | 1 | -78/+6 |
* | Allocate umtx_q from heap instead of stack, this avoids | davidxu | 2005-03-05 | 1 | -0/+3 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | - Garbage collect several unused members of struct kse and struce ksegrp. | jeff | 2004-12-14 | 1 | -2/+0 |
* | Remove local definitions of RANGEOF() and use __rangeof() instead. | das | 2004-11-20 | 1 | -2/+0 |
* | Respect TDF_SINTR, don't suspend uninterruptible thread. | davidxu | 2004-11-05 | 1 | -4/+3 |
* | Backout previous commit, the P_STOPPED_BOUNDARY flag was already | davidxu | 2004-11-05 | 1 | -1/+1 |
* | Don't forget to turn off P_SINGLE_BOUNDARY for thread_single(SINGLE_EXIT), | davidxu | 2004-11-04 | 1 | -1/+1 |
* | Whitespace fix. | jhb | 2004-10-12 | 1 | -1/+1 |
* | In original kern_execve() code, at the start of the function, it forces | davidxu | 2004-10-06 | 1 | -23/+60 |
* | Slight cleanup in the single threading code. | julian | 2004-10-05 | 1 | -6/+5 |
* | Break out to a separate function, the code to revert a multithreaded | julian | 2004-10-05 | 1 | -14/+26 |
* | Always strt out with an initilalised ksegrp structure. | julian | 2004-10-03 | 1 | -3/+3 |
* | Use the universal 'threaded process' flag rather than the | julian | 2004-09-25 | 1 | -1/+1 |
* | Various small style fixes. | jhb | 2004-09-22 | 1 | -1/+1 |
* | Try harder to get back to being a non threaded process. | julian | 2004-09-15 | 1 | -1/+11 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -241/+153 |
* | Only test return_instead if P_SINGLE_EXIT is set, otherwise a fork() | davidxu | 2004-08-29 | 1 | -1/+1 |
* | Now that the return value semantics of cv's for multithreaded processes | jhb | 2004-08-19 | 1 | -0/+19 |
* | Whitespace nit. | julian | 2004-08-14 | 1 | -1/+1 |
* | Increase the amount of data exported by KTR in the KTR_RUNQ setting. | julian | 2004-08-09 | 1 | -3/+2 |
* | In thread_exit(), include more information about the thread/process | rwatson | 2004-08-06 | 1 | -1/+2 |
* | * Add a "how" argument to uma_zone constructors and initialization functions | green | 2004-08-02 | 1 | -8/+12 |
* | When calling scheduler entrypoints for creating new threads and processes, | julian | 2004-07-18 | 1 | -2/+2 |
* | Whitespace fix. | jhb | 2004-07-16 | 1 | -1/+1 |
* | Add code to support debugging threaded process. | davidxu | 2004-07-13 | 1 | -1/+4 |
* | - Change mi_switch() and sched_switch() to accept an optional thread to | jhb | 2004-07-02 | 1 | -2/+2 |
* | Allocate TIDs in thread_init() and deallocate them in thread_fini(). | marcel | 2004-06-26 | 1 | -71/+57 |
* | Mark the thread in an exiting program as inactive. | julian | 2004-06-21 | 1 | -1/+1 |
* | Define __lwpid_t as an int32_t in <sys/_types.h> and define lwpid_t | marcel | 2004-06-19 | 1 | -4/+6 |
* | If thread singler wants to terminate other threads, make sure it includes | davidxu | 2004-06-18 | 1 | -2/+16 |