| Commit message (Expand) | Author | Age | Files | Lines |
| * | The current rusage code show peculiar problems: | Attilio Rao | 2007-06-09 | 1 | -6/+4 |
| * | Commit 4/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-04 | 1 | -73/+97 |
| * | Do proper "locking" for missing vmmeters part. | Attilio Rao | 2007-06-04 | 1 | -1/+1 |
| * | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson | 2007-06-01 | 1 | -8/+11 |
| * | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 1 | -1/+1 |
| * | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 1 | -1/+1 |
| * | Align 'struct thread' on 16 byte boundaries so that the lower 4 bits are | John Baldwin | 2007-03-27 | 1 | -1/+1 |
| * | Over NFS, an open() call could result in multiple over-the-wire | Mohan Srinivasan | 2007-03-09 | 1 | -0/+1 |
| * | Prefer a more traditional spelling of inhibited in comments and panic | Robert Watson | 2006-12-31 | 1 | -1/+1 |
| * | Remove unused sysctls. | David Xu | 2006-12-19 | 1 | -8/+0 |
| * | Threading cleanup.. part 2 of several. | Julian Elischer | 2006-12-06 | 1 | -238/+16 |
| * | Remove member p_procscopegrp which is no longer used by libthr. | David Xu | 2006-10-27 | 1 | -8/+0 |
| * | Make KSE a kernel option, turned on by default in all GENERIC | John Birrell | 2006-10-26 | 1 | -0/+105 |
| * | This is initial version of POSIX priority mutex support, a new userland | David Xu | 2006-08-28 | 1 | -2/+5 |
| * | o Fix typo in the comment. | Maxim Konovalov | 2006-06-30 | 1 | -1/+1 |
| * | Rethink it a bit, if there is a STOP flag, don't bother to resume other | David Xu | 2006-03-21 | 1 | -0/+3 |
| * | Because JOB control has higher priority than single threading in | David Xu | 2006-03-21 | 1 | -0/+1 |
| * | 1. Count last time slice, this intends to fix | David Xu | 2006-03-14 | 1 | -0/+18 |
| * | Remove unused code. | David Xu | 2006-03-13 | 1 | -24/+0 |
| * | Fix a long standing race between sleep queue and thread | David Xu | 2006-02-15 | 1 | -4/+4 |
| * | In order to speed up process suspension on MP machine, send IPI to | David Xu | 2006-02-13 | 1 | -0/+5 |
| * | When exiting a thread, submit any pending record. Today, we don't | Robert Watson | 2006-02-06 | 1 | -0/+4 |
| * | When GC'ing a thread, assert that it has no active audit record. | Robert Watson | 2006-02-05 | 1 | -1/+3 |
| * | Add new fields to process-related data structures: | Robert Watson | 2006-02-02 | 1 | -0/+6 |
| * | Now SIGCHLD is always queued. | David Xu | 2005-12-09 | 1 | -14/+4 |
| * | Last step to make mq_notify conform to POSIX standard, If the process | David Xu | 2005-11-30 | 1 | -0/+1 |
| * | Add support for queueing SIGCHLD same as other UNIX systems did. | David Xu | 2005-11-08 | 1 | -0/+15 |
| * | Add thread_find() function to search a thread by lwpid. | David Xu | 2005-11-03 | 1 | -0/+15 |
| * | Make p_itimers as a pointer, so file sys/proc.h does not need to include | David Xu | 2005-10-23 | 1 | -1/+0 |
| * | Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONIC | David Xu | 2005-10-23 | 1 | -0/+1 |
| * | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | David Xu | 2005-10-14 | 1 | -0/+7 |
| * | Fox a LOR of sleep and sched_lock by using a timeout wait | David Xu | 2005-09-30 | 1 | -7/+0 |
| * | Remove sleep queue hack, it is no longer needed with current sleep queue. | David Xu | 2005-05-27 | 1 | -8/+0 |
| * | Change cpu_set_kse_upcall to more generic style, so we can reuse it | David Xu | 2005-04-23 | 1 | -0/+3 |
| * | Fix code freeing wrong cred pointer. | Julian Elischer | 2005-03-21 | 1 | -2/+4 |
| * | Sleeping is not allowed in uma->fini | Poul-Henning Kamp | 2005-03-19 | 1 | -4/+4 |
| * | Use subr_unit to allocate thread ID's with. | Poul-Henning Kamp | 2005-03-18 | 1 | -78/+6 |
| * | Allocate umtx_q from heap instead of stack, this avoids | David Xu | 2005-03-05 | 1 | -0/+3 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | - Garbage collect several unused members of struct kse and struce ksegrp. | Jeff Roberson | 2004-12-14 | 1 | -2/+0 |
| * | Remove local definitions of RANGEOF() and use __rangeof() instead. | David Schultz | 2004-11-20 | 1 | -2/+0 |
| * | Respect TDF_SINTR, don't suspend uninterruptible thread. | David Xu | 2004-11-05 | 1 | -4/+3 |
| * | Backout previous commit, the P_STOPPED_BOUNDARY flag was already | David Xu | 2004-11-05 | 1 | -1/+1 |
| * | Don't forget to turn off P_SINGLE_BOUNDARY for thread_single(SINGLE_EXIT), | David Xu | 2004-11-04 | 1 | -1/+1 |
| * | Whitespace fix. | John Baldwin | 2004-10-12 | 1 | -1/+1 |
| * | In original kern_execve() code, at the start of the function, it forces | David Xu | 2004-10-06 | 1 | -23/+60 |
| * | Slight cleanup in the single threading code. | Julian Elischer | 2004-10-05 | 1 | -6/+5 |
| * | Break out to a separate function, the code to revert a multithreaded | Julian Elischer | 2004-10-05 | 1 | -14/+26 |
| * | Always strt out with an initilalised ksegrp structure. | Julian Elischer | 2004-10-03 | 1 | -3/+3 |
| * | Use the universal 'threaded process' flag rather than the | Julian Elischer | 2004-09-25 | 1 | -1/+1 |