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
/
usr.bin
/
procstat
/
procstat_files.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better align headers and data for 'procstat -f' with and without '-C'.
rwatson
2014-07-19
1
-2
/
+3
*
Use correct length for buffer.
delphij
2014-06-25
1
-1
/
+1
*
Update most userspace consumers of capability.h to use capsicum.h instead.
rwatson
2014-03-16
1
-1
/
+1
*
Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I had
pjd
2013-11-15
1
-2
/
+3
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-9
/
+9
*
Make the "FD" column one character wider, so that "trace" can also align
pjd
2013-08-18
1
-6
/
+6
*
- Implement two new system calls:
pjd
2013-03-02
1
-0
/
+7
*
Merge Capsicum overhaul:
pjd
2013-03-02
1
-17
/
+34
*
Capability rights for process management via process descriptors do exist
pjd
2013-02-11
1
-3
/
+2
*
Add CAP_MKNOD right.
pjd
2013-02-10
1
-0
/
+1
*
Free memory allocated by procstat_getfiles(), which may make difference
trociny
2012-09-04
1
-0
/
+1
*
Export some more useful info about shared memory objects to userland
jhb
2012-04-01
1
-8
/
+2
*
Updates to libprocstat(3) and procstat(1) to allow monitoring Capsicum
rwatson
2011-08-14
1
-59
/
+221
*
- Commit work from libprocstat project. These patches add support for runtime
stas
2011-05-12
1
-77
/
+79
*
Revert most part of 200420 as requested, as more review and polish is
delphij
2009-12-13
1
-0
/
+1
*
Remove unneeded header includes from usr.bin/ except contributed code.
delphij
2009-12-11
1
-1
/
+0
*
Include param.h instead of types.h before user.h so that the nested
rwatson
2008-12-29
1
-1
/
+1
*
Do not segfault when procstat -f or procstat -v is called on a process not
marcus
2008-12-19
1
-0
/
+2
*
Use libutil wrapper for kinfo_get{file|vmmap}()
peter
2008-12-01
1
-29
/
+6
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
1
-0
/
+5
*
Rework the lifetime management of the kernel implementation of POSIX
jhb
2008-06-27
1
-0
/
+4
*
Add support for displaying a process' current working directory, root
marcus
2008-02-09
1
-4
/
+26
*
WARNS fixes: mainly constness and avoid comparing signed with
dwmalone
2008-02-08
1
-1
/
+2
*
When printing process file descriptor lists, show a type of 'h' for
rwatson
2008-01-20
1
-0
/
+4
*
Add 'COMM' column to a few more output modes of procstat(1). The only
rwatson
2007-12-10
1
-16
/
+19
*
Add procstat(1), a process inspection utility. This provides both some
rwatson
2007-12-02
1
-0
/
+303