| Commit message (Expand) | Author | Age | Files | Lines |
* | Add DTrace 'proc' provider probes using the Statically Defined Trace | jb | 2008-05-24 | 1 | -0/+30 |
* | In abort2(2): Accept a NULL arg pointer if nargs == 0 | phk | 2008-03-22 | 1 | -6/+8 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 1 | -2/+0 |
* | Switch from conditionally dropping Giant in exit1() to asserting it is | kris | 2008-02-17 | 1 | -6/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | Introduce a way to make pure kernal threads. | julian | 2007-10-26 | 1 | -4/+3 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -1/+1 |
* | Improve the ktrace locking somewhat to reduce overhead: | jhb | 2007-06-13 | 1 | -18/+24 |
* | rufetch and calcru sometimes should be called atomically together. | attilio | 2007-06-09 | 1 | -6/+4 |
* | The current rusage code show peculiar problems: | attilio | 2007-06-09 | 1 | -31/+8 |
* | Move per-process audit state from a pointer in the proc structure to | rwatson | 2007-06-07 | 1 | -3/+0 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -10/+12 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -9/+17 |
* | Move cpu_exit() earlier in exit1() to close a race between | jhb | 2007-05-14 | 1 | -16/+10 |
* | Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes, | jhb | 2007-03-21 | 1 | -1/+1 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -5/+4 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -9/+0 |
* | Move sigqueue_take() call into proc_reparent(), this fixed bugs where | davidxu | 2006-10-25 | 1 | -4/+3 |
* | Protect sigqueue_take() call by child process's lock, it fixed a | davidxu | 2006-10-24 | 1 | -2/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+1 |
* | Since revision 1.333 of kern_sig.c no longer uses P_WEXIT, the change | davidxu | 2006-10-21 | 1 | -2/+8 |
* | Back out one of the Giant removals from revision 1.272. Giant was not here to | csjp | 2006-09-13 | 1 | -2/+2 |
* | Close race between vmspace_exitfree() and exit1() and races between | tegge | 2006-05-29 | 1 | -29/+2 |
* | Kill the last Giant acquisition in the exit(2) code. This Giant acquisition | csjp | 2006-04-10 | 1 | -2/+0 |
* | Remove the unused sva and eva arguments from pmap_remove_pages(). | peter | 2006-04-03 | 1 | -2/+1 |
* | 1. Count last time slice, this intends to fix | davidxu | 2006-03-14 | 1 | -14/+0 |
* | Close some races between procfs/ptrace and exit(2): | jhb | 2006-02-22 | 1 | -5/+22 |
* | Move the ruadd() in kern_exit() to save our final stats in our child | jhb | 2006-02-21 | 1 | -2/+3 |
* | CPU time accounting speedup (step 2) | phk | 2006-02-11 | 1 | -0/+3 |
* | Modify the way we account for CPU time spent (step 1) | phk | 2006-02-07 | 1 | -4/+3 |
* | - Move the wakeup() for exiting kthreads out of exit1() and into | jhb | 2006-02-06 | 1 | -6/+0 |
* | Audit the pid being requested in wait4(). | wsalamon | 2006-02-06 | 1 | -0/+2 |
* | On process exit, audit the return value of the process, and commit the | rwatson | 2006-02-05 | 1 | -0/+11 |
* | Add a comment. | jhb | 2006-02-03 | 1 | -0/+3 |
* | Hook up audit to fork() and exit() events. These changes manage the | rwatson | 2006-02-02 | 1 | -0/+5 |
* | Hopefully fix the "calcru: runtime went backwards from ..." problem by | ups | 2006-01-23 | 1 | -2/+3 |
* | Regenerate sysent with new abort2 system call. | phk | 2005-12-23 | 1 | -0/+83 |
* | Register itimers_event_hook as a kernel event handler, so I don't | davidxu | 2005-12-09 | 1 | -3/+0 |
* | Moderate rewrite of kernel ktrace code to attempt to generally improve | rwatson | 2005-11-13 | 1 | -1/+3 |
* | Giant clean up for exit(2) | csjp | 2005-11-08 | 1 | -7/+7 |
* | Add support for queueing SIGCHLD same as other UNIX systems did. | davidxu | 2005-11-08 | 1 | -3/+25 |
* | Push down Giant into fdfree() and remove it from two of the callers. | jhb | 2005-11-01 | 1 | -1/+1 |
* | - Fix leak of struct nlminfo on process exit. | glebius | 2005-10-26 | 1 | -0/+9 |
* | Make p_itimers as a pointer, so file sys/proc.h does not need to include | davidxu | 2005-10-23 | 1 | -0/+1 |
* | Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONIC | davidxu | 2005-10-23 | 1 | -2/+4 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 1 | -2/+2 |
* | Add witness warnings to panic if a thread tries to exit while holding any | jhb | 2005-09-02 | 1 | -0/+3 |
* | - Slightly reorder the events around the setting of PRS_ZOMBIE to be less | jhb | 2005-07-18 | 1 | -8/+20 |
* | Use low level constructs borrowed from interrupt threads to wait for | ups | 2005-05-23 | 1 | -9/+1 |
* | Only check signal event, single threading event shouldn't be reported. | davidxu | 2005-05-05 | 1 | -1/+2 |