summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_proc.c
Commit message (Expand)AuthorAgeFilesLines
...
* There isn't really a need to hold the ktrace mutex just to read the valuejhb2010-08-191-6/+0
* Add the support for reporting the NOCOREDUMP flag fromattilio2010-05-271-0/+4
* Fix a mistake in r207603. td_rux.rux_runtime still needs conversion.kib2010-05-051-1/+1
* Use td_rux.rux_runtime for ki_runtime instead of redoing calculation.kib2010-05-041-1/+1
* Remove caddr_t casts.kib2010-04-291-5/+3
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+3
* Fix typo.kib2010-04-211-1/+1
* Provide compat32 shims for kinfo_proc sysctl. This allows 32bit ps(1) tokib2010-04-211-4/+130
* For kinfo_proc in kp->ki_siglist, return the set of the signals pendingkib2010-02-271-4/+6
* Include terminated threads in ps's process cpu time field.jilles2010-02-271-2/+0
* Remove an unused global.bz2009-12-251-1/+0
* Let access overriding to TTYs depend on the cdev_priv, not the vnode.ed2009-12-191-0/+1
* In fill_kinfo_thread, copy the thread's name into struct kinfo_proc evenemaste2009-10-011-2/+1
* Reintroduce the r196640, after fixing the problem with my testing.kib2009-09-011-10/+0
* Reverse r196640 and r196644 for now.kib2009-08-291-0/+10
* Remove the altkstacks, instead instantiate threads with kernel stackkib2009-08-291-10/+0
* Introduce a new sysctl process mib, kern.proc.groups which adds thebrooks2009-07-241-0/+40
* Revert the changes to struct kinfo_proc in r194498. Instead, fillbrooks2009-07-241-3/+9
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-0/+6
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-4/+2
* Add a flags field to struct ucred, and export that via kinfo_proc,rwatson2009-06-011-0/+1
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-2/+2
* - Add a function (fill_kinfo_aggregate()) which aggregates relevantattilio2009-02-181-22/+44
* - Add conditional Giant locking around the vrele() injhb2009-01-231-33/+38
* vm_map_lock_read() does not increment map->timestamp, so we shouldkib2008-12-291-2/+2
* Reference the vmspace of the process being inspected by procfs, linprocfskib2008-12-121-3/+15
* Do drop vm map lock earlier in the sysctl_kern_proc_vmmap(), to avoidkib2008-12-081-38/+40
* Several threads in a process may do vfork() simultaneously. Then, allkib2008-12-051-0/+1
* Merge user/peter/kinfo branch as of r185547 into head.peter2008-12-021-2/+183
|\
| * Duplicate another few hundred lines of code in order to be compatiblepeter2008-12-011-2/+179
| * WIP kinfo_file/kinfo_vmmentry tweaks. The idea:peter2008-11-291-3/+7
|/
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-0/+3
* Remove unnecessary locking around vn_fullpath(). The vnode lock for thejhb2008-11-041-2/+2
* Add three extra to the kinfo_proc_vmmap data. kve_offset - the offsetpeter2008-10-311-0/+10
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-4/+4
* Fix minor TTY API inconsistency.ed2008-09-161-1/+0
* If the process id specified is invalid, the system call returns ESRCHkevlo2008-09-041-2/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-28/+31
* Call pargs_drop() unconditionally in do_execve(), the function correctlykib2008-07-251-1/+2
* Add DTrace 'proc' provider probes using the Statically Defined Tracejb2008-05-241-0/+37
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromjeff2008-03-191-13/+5
* Remove kernel support for M:N threading.jeff2008-03-121-2/+2
* Don't zero td_runtime when billing thread CPU usage to the process;rwatson2008-01-101-7/+13
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+1
* Return ESRCH when a kernel stack is queried on a process in execve() --rwatson2007-12-271-1/+2
* Check for P_WEXIT before PHOLD() on a process in kstack and vm queryrwatson2007-12-091-0/+8
* Add another new sysctl in support of the forthcoming procstat(1) torwatson2007-12-021-0/+106
* Add two new sysctls in support of the forthcoming procstat(1) to supportrwatson2007-12-021-1/+159
* Test that p_textvp is non-NULL be dereferencing, as no executable vnode isrwatson2007-11-201-0/+5
* Adds an event handler for:rrs2007-11-151-2/+6
OpenPOWER on IntegriCloud