| Commit message (Expand) | Author | Age | Files | Lines |
* | - Commit work from libprocstat project. These patches add support for runtime | stas | 2011-05-12 | 1 | -4/+8 |
* | Fix some locking nits with the p_state field of struct proc: | jhb | 2011-03-24 | 1 | -10/+6 |
* | Export login class information via kinfo and make it possible to view | trasz | 2011-03-05 | 1 | -0/+4 |
* | Add initial support for Capsicum's Capability Mode to the FreeBSD kernel, | rwatson | 2011-03-01 | 1 | -1/+3 |
* | Allow debugger to specify that children of the traced process should be | kib | 2011-01-25 | 1 | -0/+1 |
* | Fix some more style(9) issues. | brucec | 2010-11-14 | 1 | -1/+1 |
* | Fix style(9) issues from r215281 and r215282. | brucec | 2010-11-14 | 1 | -1/+2 |
* | Add some descriptions to sys/kern sysctls. | brucec | 2010-11-14 | 1 | -1/+1 |
* | Fix style. | trasz | 2010-11-11 | 1 | -2/+2 |
* | Remove unneeded conditional. | trasz | 2010-11-11 | 1 | -12/+10 |
* | Make a thread's address available via the kern proc sysctl, just like the | emaste | 2010-10-08 | 1 | -0/+1 |
* | Add an extra comment to the SDT probes definition. This allows us to get | rpaulo | 2010-08-22 | 1 | -6/+6 |
* | There isn't really a need to hold the ktrace mutex just to read the value | jhb | 2010-08-19 | 1 | -6/+0 |
* | Add the support for reporting the NOCOREDUMP flag from | attilio | 2010-05-27 | 1 | -0/+4 |
* | Fix a mistake in r207603. td_rux.rux_runtime still needs conversion. | kib | 2010-05-05 | 1 | -1/+1 |
* | Use td_rux.rux_runtime for ki_runtime instead of redoing calculation. | kib | 2010-05-04 | 1 | -1/+1 |
* | Remove caddr_t casts. | kib | 2010-04-29 | 1 | -5/+3 |
* | Move the constants specifying the size of struct kinfo_proc into | kib | 2010-04-24 | 1 | -0/+3 |
* | Fix typo. | kib | 2010-04-21 | 1 | -1/+1 |
* | Provide compat32 shims for kinfo_proc sysctl. This allows 32bit ps(1) to | kib | 2010-04-21 | 1 | -4/+130 |
* | For kinfo_proc in kp->ki_siglist, return the set of the signals pending | kib | 2010-02-27 | 1 | -4/+6 |
* | Include terminated threads in ps's process cpu time field. | jilles | 2010-02-27 | 1 | -2/+0 |
* | Remove an unused global. | bz | 2009-12-25 | 1 | -1/+0 |
* | Let access overriding to TTYs depend on the cdev_priv, not the vnode. | ed | 2009-12-19 | 1 | -0/+1 |
* | In fill_kinfo_thread, copy the thread's name into struct kinfo_proc even | emaste | 2009-10-01 | 1 | -2/+1 |
* | Reintroduce the r196640, after fixing the problem with my testing. | kib | 2009-09-01 | 1 | -10/+0 |
* | Reverse r196640 and r196644 for now. | kib | 2009-08-29 | 1 | -0/+10 |
* | Remove the altkstacks, instead instantiate threads with kernel stack | kib | 2009-08-29 | 1 | -10/+0 |
* | Introduce a new sysctl process mib, kern.proc.groups which adds the | brooks | 2009-07-24 | 1 | -0/+40 |
* | Revert the changes to struct kinfo_proc in r194498. Instead, fill | brooks | 2009-07-24 | 1 | -3/+9 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 1 | -0/+6 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 1 | -4/+2 |
* | Add a flags field to struct ucred, and export that via kinfo_proc, | rwatson | 2009-06-01 | 1 | -0/+1 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -2/+2 |
* | - Add a function (fill_kinfo_aggregate()) which aggregates relevant | attilio | 2009-02-18 | 1 | -22/+44 |
* | - Add conditional Giant locking around the vrele() in | jhb | 2009-01-23 | 1 | -33/+38 |
* | vm_map_lock_read() does not increment map->timestamp, so we should | kib | 2008-12-29 | 1 | -2/+2 |
* | Reference the vmspace of the process being inspected by procfs, linprocfs | kib | 2008-12-12 | 1 | -3/+15 |
* | Do drop vm map lock earlier in the sysctl_kern_proc_vmmap(), to avoid | kib | 2008-12-08 | 1 | -38/+40 |
* | Several threads in a process may do vfork() simultaneously. Then, all | kib | 2008-12-05 | 1 | -0/+1 |
* | Merge user/peter/kinfo branch as of r185547 into head. | peter | 2008-12-02 | 1 | -2/+183 |
|\ |
|
| * | Duplicate another few hundred lines of code in order to be compatible | peter | 2008-12-01 | 1 | -2/+179 |
| * | WIP kinfo_file/kinfo_vmmentry tweaks. The idea: | peter | 2008-11-29 | 1 | -3/+7 |
|/ |
|
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | pjd | 2008-11-17 | 1 | -0/+3 |
* | Remove unnecessary locking around vn_fullpath(). The vnode lock for the | jhb | 2008-11-04 | 1 | -2/+2 |
* | Add three extra to the kinfo_proc_vmmap data. kve_offset - the offset | peter | 2008-10-31 | 1 | -0/+10 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -4/+4 |
* | Fix minor TTY API inconsistency. | ed | 2008-09-16 | 1 | -1/+0 |
* | If the process id specified is invalid, the system call returns ESRCH | kevlo | 2008-09-04 | 1 | -2/+2 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -28/+31 |