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
/
lib
/
libprocstat
/
libprocstat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Trim an unused and bogus Makefile for mount_smbfs.
davide
2013-06-28
1
-0
/
+1
*
Borrow the algorithm from kvm_getprocs() to fix procstat_getprocs() to
jhb
2013-06-11
1
-7
/
+11
*
Make errbuf optional, so if a caller is not interested in an error
trociny
2013-05-08
1
-14
/
+30
*
Similar to 233760 and 236717, export some more useful info about the
jhb
2013-05-03
1
-0
/
+90
*
procstat_getpathname: for kvm method, instead of returning the error
trociny
2013-05-01
1
-2
/
+4
*
KVM method support for procstat_getgroups, procstat_getumask,
trociny
2013-05-01
1
-8
/
+121
*
Add procstat_getkstack function to dump kernel stacks of a process.
trociny
2013-04-20
1
-0
/
+70
*
Add procstat_getauxv function to retrieve a process auxiliary vector.
trociny
2013-04-20
1
-0
/
+152
*
Extend libprocstat with functions to retrieve process command line
trociny
2013-04-20
1
-0
/
+178
*
Add procstat_getosrel function to retrieve a process osrel info.
trociny
2013-04-20
1
-0
/
+52
*
Add procstat_getpathname function to retrieve a process executable.
trociny
2013-04-20
1
-0
/
+65
*
Add procstat_getrlimit function to retrieve a process resource limits info.
trociny
2013-04-20
1
-0
/
+68
*
Add procstat_getumask function to retrieve a process umask.
trociny
2013-04-20
1
-0
/
+57
*
Add procstat_getgroups function to retrieve process groups.
trociny
2013-04-20
1
-0
/
+67
*
Add procstat_getvmmap function to get VM layout of a process.
trociny
2013-04-20
1
-1
/
+82
*
Make libprocstat(3) extract procstat notes from a process core file.
trociny
2013-04-20
1
-13
/
+119
*
Merge Capsicum overhaul:
pjd
2013-03-02
1
-1
/
+0
*
Disconnect non-MPSAFE SMBFS from the build in preparation for dropping
attilio
2012-10-18
1
-1
/
+0
*
Disconnect non-MPSAFE NTFS from the build in preparation for dropping
attilio
2012-10-17
1
-1
/
+0
*
Disconnect non-MPSAFE NWFS from the build in preparation for dropping
attilio
2012-10-17
1
-3
/
+0
*
procstat_getprocs: honor kvm_getprocs interface - cnt is signed
avg
2012-10-06
1
-2
/
+5
*
Teach procstat_get_shm_info_kvm() how to fetch the pathname of a SHM file
jhb
2012-06-07
1
-0
/
+17
*
Export some more useful info about shared memory objects to userland
jhb
2012-04-01
1
-0
/
+72
*
Updates to libprocstat(3) and procstat(1) to allow monitoring Capsicum
rwatson
2011-08-14
1
-11
/
+17
*
libprocstat: For MAP_PRIVATE, do not consider the file open for writing.
jilles
2011-06-18
1
-2
/
+4
*
libprocstat: Fix typo in error messages.
jilles
2011-06-18
1
-5
/
+5
*
libprocstat: Remove spaces between function name and open parenthesis.
jilles
2011-06-18
1
-2
/
+2
*
libprocstat: Correct format for size_t (should be %zu, not %zd).
jilles
2011-06-18
1
-3
/
+3
*
Fix clang warnings.
benl
2011-06-18
1
-2
/
+2
*
Release allocated memory in procstat_close().
pluknet
2011-05-18
1
-0
/
+1
*
- Whitespace fix.
stas
2011-05-15
1
-1
/
+1
*
- Don't try to build NWFS support module if NCP/IPX is disabled in the build.
stas
2011-05-12
1
-1
/
+3
*
- Commit work from libprocstat project. These patches add support for runtime
stas
2011-05-12
1
-0
/
+1306