| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.4 to release/7.4.0 for 7.4-RELEASE.release/7.4.0_cvs | Ken Smith | 2011-02-16 | 1 | -1/+1 |
| * | MFC rr200995: | Bjoern A. Zeeb | 2009-12-28 | 1 | -1/+0 |
| * | MFC 195840, 195844, and 196637: | John Baldwin | 2009-09-14 | 1 | -0/+6 |
| * | MFC r189078: | Attilio Rao | 2009-09-07 | 1 | -24/+43 |
| * | MFC r185647; | Konstantin Belousov | 2009-06-10 | 1 | -0/+1 |
| * | - MFC "object specific data" support with rmlocks replaced with rwlocks | Kip Macy | 2009-05-20 | 1 | -0/+2 |
| * | Merge r182750, r182754 from head to stable/7: | Robert Watson | 2009-03-16 | 1 | -2/+2 |
| * | MFC: Add a flag to tag individual sysctl leaf nodes as MPSAFE. Tag the | John Baldwin | 2009-03-10 | 1 | -33/+38 |
| * | The previous MFC only fixed the old kern.proc.vmmap sysctl. Fix the new one | John Baldwin | 2009-02-17 | 1 | -3/+2 |
| * | MFC: Remove unnecessary locking around vn_fullpath(). This also includes | John Baldwin | 2009-02-17 | 1 | -3/+2 |
| * | MFC r186563: | Konstantin Belousov | 2009-01-29 | 1 | -2/+2 |
| * | MFC r185984: | Konstantin Belousov | 2008-12-19 | 1 | -3/+15 |
| * | MFC r185764: | Konstantin Belousov | 2008-12-19 | 1 | -38/+40 |
| * | MFC: 185548 and followups. | Peter Wemm | 2008-12-06 | 1 | -2/+181 |
| * | This is direct commit to stable/7 to accomodate KPI difference between | Konstantin Belousov | 2008-11-07 | 1 | -1/+1 |
| * | MFC: r184492 - add offset / fileid / fsid to KERN_PROC_VMMAP sysctl | Peter Wemm | 2008-11-06 | 1 | -0/+10 |
| * | MFC | John Birrell | 2008-08-27 | 1 | -1/+38 |
| * | MFC r180799: | Konstantin Belousov | 2008-08-01 | 1 | -1/+2 |
| * | Merge init_main.c:1.290, kern_proc.c:1.261, kern_resource.c:1.182, | Robert Watson | 2008-04-11 | 1 | -7/+13 |
| * | Merge kern_proc.c:1.259 from HEAD to RELENG_7: | Robert Watson | 2008-04-11 | 1 | -1/+2 |
| * | Merge kern_proc.c:1.258 from HEAD to RELENG_7: | Robert Watson | 2008-04-10 | 1 | -0/+8 |
| * | Merge kern_proc.c:1.257, sysctl.h:1.154, and user.h:1.72 from HEAD to | Robert Watson | 2008-04-10 | 1 | -0/+106 |
| * | Merge kern_descrip.c:1.314, kern_proc.c:1.256, sysctl.h:1.153, | Robert Watson | 2008-04-10 | 1 | -1/+159 |
| * | MFC fix for the panic("vm_thread_new: kstack allocation failed") and | Konstantin Belousov | 2008-01-18 | 1 | -15/+13 |
| * | - Add init,fini,ctor and dtor events for process and thread | Randall Stewart | 2007-12-14 | 1 | -1/+6 |
| * | Merge kern_proc.c:1.255 from HEAD to RELENG_7: | Robert Watson | 2007-11-24 | 1 | -0/+5 |
| * | - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This | Jeff Roberson | 2007-09-21 | 1 | -2/+3 |
| * | - Move all of the PS_ flags into either p_flag or td_flags. | Jeff Roberson | 2007-09-17 | 1 | -2/+5 |
| * | rufetch and calcru sometimes should be called atomically together. | Attilio Rao | 2007-06-09 | 1 | -0/+2 |
| * | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -12/+16 |
| * | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson | 2007-06-01 | 1 | -1/+1 |
| * | Stop setting ki_ocomm (thread name) to the proc name by default, as nothing | Ed Maste | 2007-03-23 | 1 | -8/+1 |
| * | Threading cleanup.. part 2 of several. | Julian Elischer | 2006-12-06 | 1 | -38/+1 |
| * | Make KSE a kernel option, turned on by default in all GENERIC | John Birrell | 2006-10-26 | 1 | -2/+25 |
| * | Remove duplicated $FreeBSD$. | Pawel Jakub Dawidek | 2006-09-30 | 1 | -1/+0 |
| * | Move Giant up even further since P_CONTROLT isn't really fully locked | Martin Blapp | 2006-09-27 | 1 | -1/+1 |
| * | Protect enterpgrp() against another tty/proc race case until the tty locking ... | Martin Blapp | 2006-09-23 | 1 | -0/+3 |
| * | Fix races between tty.c and sessrele() / doenterpgrp() / leavepgrp(). The tty | Martin Blapp | 2006-09-19 | 1 | -0/+6 |
| * | CPU time accounting speedup (step 2) | Poul-Henning Kamp | 2006-02-11 | 1 | -1/+1 |
| * | Modify the way we account for CPU time spent (step 1) | Poul-Henning Kamp | 2006-02-07 | 1 | -3/+1 |
| * | Return the thread name in the kinfo_proc structure. | Julian Elischer | 2006-01-18 | 1 | -0/+7 |
| * | Since p_cansee will end up dereferencing p_ucred, don't check for p_ucred | Juli Mallett | 2006-01-17 | 1 | -9/+7 |
| * | Add code to report zombie state. | David Xu | 2005-12-29 | 1 | -0/+2 |
| * | Moderate rewrite of kernel ktrace code to attempt to generally improve | Robert Watson | 2005-11-13 | 1 | -0/+1 |
| * | Add support for queueing SIGCHLD same as other UNIX systems did. | David Xu | 2005-11-08 | 1 | -0/+4 |
| * | Document in #ifdef notnow code the actions that proc_fini would need to | John Baldwin | 2005-10-24 | 1 | -0/+9 |
| * | Always wire the sysctl output buffer in sysctl_kern_proc() before | Don Lewis | 2005-10-02 | 1 | -95/+113 |
| * | Use the refcount API to implement reference counts on process argument | John Baldwin | 2005-09-27 | 1 | -11/+4 |
| * | Add a sysctl that returns the full path of a process' text file. | David Schultz | 2005-04-18 | 1 | -0/+45 |
| * | Divorce critical sections from spinlocks. Critical sections as denoted by | John Baldwin | 2005-04-04 | 1 | -1/+0 |