summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_proc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix CTL flags in the declarations of KERN_PROC_ENV, AUXV andtrociny2012-01-251-8/+6
* Change kern.proc.rlimit sysctl to:trociny2012-01-221-16/+40
* Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always wanttrociny2012-01-151-13/+12
* Fix style and white spaces.trociny2011-12-171-14/+14
* On start most of sysctl_kern_proc functions use the same pattern:trociny2011-12-171-112/+80
* Really protect kern.proc.ps_strings sysctls with p_candebug(). Thistrociny2011-12-061-1/+1
* Protect kern.proc.auxv and kern.proc.ps_strings sysctls with p_candebug().trociny2011-12-051-2/+4
* In sysctl_kern_proc_ps_strings() there is no much sense in checkingtrociny2011-12-041-8/+0
* Add sysctl to retrieve ps_strings structure location of another process.trociny2011-11-271-0/+57
* In sysctl_kern_proc_auxv the process was released too early: we stilltrociny2011-11-271-5/+7
* Add sysctl to get process resource limits.trociny2011-11-241-0/+46
* Fix build without INVARIANTS.trociny2011-11-231-0/+2
* Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to returntrociny2011-11-221-5/+402
* Remove no more relevant XXXRW comments since accessing the vmspace is nowpluknet2011-11-211-2/+2
* Use the acquired reference to the vmspace instead of direct dereferencingpluknet2011-11-211-1/+1
* Add KVME_FLAG_SUPER and use it in sysctl_kern_proc_vmmap for markingtrociny2011-11-071-2/+11
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* One of the general principles of the sysctl(3) API is that a user canjhb2011-08-181-1/+1
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.bz2011-07-181-2/+2
* - Export each thread's individual resource usage in in struct kinfo_proc'sjhb2011-07-181-0/+5
* - Commit work from libprocstat project. These patches add support for runtimestas2011-05-121-4/+8
* Fix some locking nits with the p_state field of struct proc:jhb2011-03-241-10/+6
* Export login class information via kinfo and make it possible to viewtrasz2011-03-051-0/+4
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,rwatson2011-03-011-1/+3
* Allow debugger to specify that children of the traced process should bekib2011-01-251-0/+1
* Fix some more style(9) issues.brucec2010-11-141-1/+1
* Fix style(9) issues from r215281 and r215282.brucec2010-11-141-1/+2
* Add some descriptions to sys/kern sysctls.brucec2010-11-141-1/+1
* Fix style.trasz2010-11-111-2/+2
* Remove unneeded conditional.trasz2010-11-111-12/+10
* Make a thread's address available via the kern proc sysctl, just like theemaste2010-10-081-0/+1
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-6/+6
* 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
OpenPOWER on IntegriCloud