| Commit message (Expand) | Author | Age | Files | Lines |
* | /* -> /*- 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 |
* | Shuffle some code around. | julian | 2004-06-11 | 1 | -1/+42 |
* | Add a comment explaining td_critnest's initial state and its life from that | jmallett | 2004-06-09 | 1 | -0/+13 |
* | Split kern_thread.c into 2 parts. kern_kse.c and kern_thread.c | julian | 2004-06-07 | 1 | -1209/+13 |
* | Move TDF_SA from td_flags to td_pflags (and rename it accordingly) | tjr | 2004-06-02 | 1 | -10/+10 |
* | Clear KSE thread flags after KSE thread mode is ended. The side effect | davidxu | 2004-05-21 | 1 | -1/+1 |
* | Keep track of threads waiting in kse_release() to avoid a race | deischen | 2004-04-28 | 1 | -16/+37 |
* | Assign thread IDs to kernel threads. The purpose of the thread ID (tid) | marcel | 2004-04-03 | 1 | -2/+98 |
* | Massively up the (artificial) limit on system scope threads | julian | 2004-03-21 | 1 | -2/+2 |
* | Push Giant down a little further: | peter | 2004-03-13 | 1 | -8/+5 |
* | Check for TDF_SINTR before calling sleepq_abort() as there is a narrow | jhb | 2004-03-01 | 1 | -1/+1 |
* | Switch the sleep/wakeup and condition variable implementations to use the | jhb | 2004-02-27 | 1 | -11/+7 |
* | Use mtx_assert() rather than using a home-rolled version. | jhb | 2004-01-28 | 1 | -1/+1 |
* | - Add a flags parameter to mi_switch. The value of flags may be SW_VOL or | jeff | 2004-01-25 | 1 | -4/+2 |
* | Reduce gratuitous includes: don't include jail.h if it's not needed. | rwatson | 2004-01-21 | 1 | -1/+0 |
* | s/Muliple/Multiple | schweikh | 2004-01-10 | 1 | -48/+46 |
* | Don't use NULL (pointer) when we mean 0 (integer) for the number of ticks | peter | 2003-12-23 | 1 | -1/+1 |
* | Write the thread pointer (val) in the kse mailbox (loc) before we | marcel | 2003-12-10 | 1 | -2/+2 |
* | Add kse_switchin(2). This syscall can be used by KSE implementations | marcel | 2003-12-07 | 1 | -0/+24 |
* | - Giant is no longer required by vm_thread_new(). | alc | 2003-12-07 | 1 | -2/+0 |
* | Add an implementation of turnstiles and change the sleep mutex code to use | jhb | 2003-11-11 | 1 | -0/+3 |
* | Let SA process work under ULE scheduler, originally it would panic kernel. | davidxu | 2003-08-26 | 1 | -3/+16 |