index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_proc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ki_cow for compat32 binaries.
kib
2012-05-27
1
-0
/
+1
*
Calculate the count of per-process cow faults. Export the count to
kib
2012-05-23
1
-0
/
+4
*
Allow for the process information sysctls to accept a thread id in addition
kib
2012-04-23
1
-1
/
+30
*
Add a sysctl to set and retrieve binary osreldate of another process.
trociny
2012-03-23
1
-0
/
+50
*
Make kern.proc.umask sysctl readonly.
trociny
2012-03-03
1
-21
/
+4
*
Add sysctl to retrieve or set umask of another process.
trociny
2012-02-26
1
-0
/
+48
*
Fix CTL flags in the declarations of KERN_PROC_ENV, AUXV and
trociny
2012-01-25
1
-8
/
+6
*
Change kern.proc.rlimit sysctl to:
trociny
2012-01-22
1
-16
/
+40
*
Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always want
trociny
2012-01-15
1
-13
/
+12
*
Fix style and white spaces.
trociny
2011-12-17
1
-14
/
+14
*
On start most of sysctl_kern_proc functions use the same pattern:
trociny
2011-12-17
1
-112
/
+80
*
Really protect kern.proc.ps_strings sysctls with p_candebug(). This
trociny
2011-12-06
1
-1
/
+1
*
Protect kern.proc.auxv and kern.proc.ps_strings sysctls with p_candebug().
trociny
2011-12-05
1
-2
/
+4
*
In sysctl_kern_proc_ps_strings() there is no much sense in checking
trociny
2011-12-04
1
-8
/
+0
*
Add sysctl to retrieve ps_strings structure location of another process.
trociny
2011-11-27
1
-0
/
+57
*
In sysctl_kern_proc_auxv the process was released too early: we still
trociny
2011-11-27
1
-5
/
+7
*
Add sysctl to get process resource limits.
trociny
2011-11-24
1
-0
/
+46
*
Fix build without INVARIANTS.
trociny
2011-11-23
1
-0
/
+2
*
Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to return
trociny
2011-11-22
1
-5
/
+402
*
Remove no more relevant XXXRW comments since accessing the vmspace is now
pluknet
2011-11-21
1
-2
/
+2
*
Use the acquired reference to the vmspace instead of direct dereferencing
pluknet
2011-11-21
1
-1
/
+1
*
Add KVME_FLAG_SUPER and use it in sysctl_kern_proc_vmmap for marking
trociny
2011-11-07
1
-2
/
+11
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-2
/
+2
*
One of the general principles of the sysctl(3) API is that a user can
jhb
2011-08-18
1
-1
/
+1
*
Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.
bz
2011-07-18
1
-2
/
+2
*
- Export each thread's individual resource usage in in struct kinfo_proc's
jhb
2011-07-18
1
-0
/
+5
*
- 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
[next]