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
*
Merge an applicable subset of r263234 from HEAD to stable/10:
rwatson
2015-03-19
1
-1
/
+1
*
MFC r260150: MFV r259170:
delphij
2014-03-19
1
-0
/
+1
*
Merge r262690 from head to stable/10:
rwatson
2014-03-09
1
-1
/
+1
*
Handle the cases where NULL is passed as cap_rightsp to the
pjd
2013-10-09
1
-10
/
+14
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
2
-3
/
+4
*
- Trim an unused and bogus Makefile for mount_smbfs.
davide
2013-06-28
3
-0
/
+3
*
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
*
Bump date.
pluknet
2013-05-04
1
-1
/
+1
*
Similar to 233760 and 236717, export some more useful info about the
jhb
2013-05-03
4
-1
/
+110
*
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
*
Embed revision id in the library.
trociny
2013-04-21
1
-2
/
+3
*
mdoc: end function context properly.
joel
2013-04-20
1
-1
/
+1
*
Bump date.
trociny
2013-04-20
1
-1
/
+1
*
Add procstat_getkstack function to dump kernel stacks of a process.
trociny
2013-04-20
4
-0
/
+106
*
Add procstat_getauxv function to retrieve a process auxiliary vector.
trociny
2013-04-20
6
-0
/
+200
*
Extend libprocstat with functions to retrieve process command line
trociny
2013-04-20
7
-0
/
+413
*
Add procstat_getosrel function to retrieve a process osrel info.
trociny
2013-04-20
6
-0
/
+74
*
Add procstat_getpathname function to retrieve a process executable.
trociny
2013-04-20
4
-2
/
+90
*
Add procstat_getrlimit function to retrieve a process resource limits info.
trociny
2013-04-20
6
-0
/
+94
*
Add procstat_getumask function to retrieve a process umask.
trociny
2013-04-20
6
-0
/
+80
*
Add procstat_getgroups function to retrieve process groups.
trociny
2013-04-20
6
-0
/
+104
*
Add procstat_getvmmap function to get VM layout of a process.
trociny
2013-04-20
4
-1
/
+118
*
Make libprocstat(3) extract procstat notes from a process core file.
trociny
2013-04-20
8
-17
/
+453
*
Garbage collect NWFS and NCP bits which are now completely disconnected
attilio
2013-03-09
1
-76
/
+0
*
Garbage collect NTFS bits which are now completely disconnected from
attilio
2013-03-02
1
-71
/
+0
*
Merge Capsicum overhaul:
pjd
2013-03-02
2
-2
/
+0
*
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
[next]