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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disconnect non-MPSAFE SMBFS from the build in preparation for dropping
attilio
2012-10-18
3
-3
/
+0
*
Disconnect non-MPSAFE NTFS from the build in preparation for dropping
attilio
2012-10-17
3
-3
/
+0
*
Disconnect non-MPSAFE NWFS from the build in preparation for dropping
attilio
2012-10-17
3
-9
/
+0
*
procstat_getprocs: honor kvm_getprocs interface - cnt is signed
avg
2012-10-06
1
-2
/
+5
*
Add __BEGIN_DECLS and __END_DECLS to make libprocstat more C++-friendly.
trociny
2012-09-04
1
-0
/
+2
*
Teach procstat_get_shm_info_kvm() how to fetch the pathname of a SHM file
jhb
2012-06-07
1
-0
/
+17
*
Don't cast inode number or file size down to long or unsigned.
gleb
2012-05-18
2
-4
/
+4
*
General mdoc(7) and typo fixes.
gjb
2012-05-11
1
-1
/
+1
*
Export some more useful info about shared memory objects to userland
jhb
2012-04-01
5
-1
/
+101
*
Unbreak build.
ed
2012-02-10
1
-1
/
+1
*
Updates to libprocstat(3) and procstat(1) to allow monitoring Capsicum
rwatson
2011-08-14
2
-11
/
+19
*
Mention myself in the AUTHORS section.
pluknet
2011-07-12
1
-1
/
+8
*
Provide a simple manual page for libprocstat(3).
pluknet
2011-07-12
2
-2
/
+255
*
Add missing libkvm and libutil dependencies.
pluknet
2011-06-25
1
-0
/
+2
*
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
*
- Add symbol versioning to libprocstat.
stas
2011-05-14
3
-0
/
+24
*
- Don't try to build NWFS support module if NCP/IPX is disabled in the build.
stas
2011-05-12
2
-3
/
+9
*
- Commit work from libprocstat project. These patches add support for runtime
stas
2011-05-12
14
-0
/
+2527