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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make use of newly added libprocstat(3) ability to extract procstat
trociny
2013-04-20
2
-17
/
+32
*
Use procstat_getkstack(3) for retrieving process kernel stacks
trociny
2013-04-20
3
-55
/
+15
*
Use libprocstat(3) to retrieve ELF auxiliary vector.
trociny
2013-04-20
3
-96
/
+10
*
Use libprocstat(3) to retrieve process command line arguments and
trociny
2013-04-20
3
-34
/
+22
*
Use libprocstat(3) when retrieving binary information for a process.
trociny
2013-04-20
3
-29
/
+8
*
Use procstat_getrlimit(3) for retrieving rlimit information instead of
trociny
2013-04-20
3
-18
/
+5
*
Use procstat_getumask(3) for retrieving umaks information instead of
trociny
2013-04-20
1
-13
/
+5
*
Use procstat_getgroups(3) for retrieving groups information instead of
trociny
2013-04-20
3
-30
/
+11
*
Use more generic procstat_getvmmap(3) for retrieving VM layout of a process.
trociny
2013-04-20
3
-4
/
+4
*
Use procstat_getprocs(3) for retrieving thread information instead of
trociny
2013-04-20
4
-66
/
+17
*
- 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
*
procstat: only one mode flag can be specified, but required check for 'i'
mjg
2013-01-12
1
-2
/
+2
*
add SG state type
eadler
2012-10-02
1
-0
/
+2
*
Handle AT_TIMEKEEP in procstat(1) -x [1]. Remove the AT_COUNT switch
kib
2012-09-16
1
-2
/
+4
*
Free memory allocated by procstat_getfiles(), which may make difference
trociny
2012-09-04
1
-0
/
+1
*
Align the header with output.
trociny
2012-07-24
1
-1
/
+1
*
- Add support for displaying process stack memory regions.
pgj
2012-07-16
2
-2
/
+8
*
Fix style.
trociny
2012-07-03
1
-2
/
+2
*
Bring DPADD in sync with LDADD.
marcel
2012-05-19
1
-1
/
+1
*
Export some more useful info about shared memory objects to userland
jhb
2012-04-01
1
-8
/
+2
*
Remove trailing whitespace per mdoc lint warning
eadler
2012-03-29
1
-1
/
+1
*
When displaying binary information show also osreldate.
trociny
2012-03-23
2
-3
/
+17
*
Update the description for -s flag after r232182.
pluknet
2012-02-29
1
-1
/
+3
*
When displaying security credential information show also process umask.
trociny
2012-02-26
1
-3
/
+29
*
Always return 0 if the sysctl failed.
trociny
2012-01-29
1
-8
/
+8
*
After the recent changes there is no need in rlimit array any more.
trociny
2012-01-25
1
-6
/
+5
*
Make procstat -l to work with the new version of kern.proc.rlimit.
trociny
2012-01-22
1
-10
/
+11
*
Make 64-bit procstat output ELF auxiliary vectors for 32-bit processes.
trociny
2011-12-12
1
-16
/
+87
*
Make procstat -l output similar to the output of limits(1).
trociny
2011-12-12
1
-10
/
+51
*
Don't output a warning if kern.proc.auxv sysctl has returned EPERM.
trociny
2011-12-05
1
-1
/
+1
*
Update SYNOPSIS to include the flags added recently.
trociny
2011-11-28
1
-2
/
+2
*
Cast a_val on printing. This fixes build on mips.
trociny
2011-11-28
1
-14
/
+14
*
Make proctstat -x output more readable.
trociny
2011-11-27
1
-55
/
+39
*
usr.bin/procstat
trociny
2011-11-24
5
-7
/
+95
*
Fix build, hopefully.
trociny
2011-11-23
1
-33
/
+42
*
Add new options, -e and -x, to display process environment variables
trociny
2011-11-22
6
-12
/
+228
*
Bumb date after r227317.
trociny
2011-11-08
1
-1
/
+1
*
When displaying process virtual memory mappings print superpage
trociny
2011-11-07
2
-2
/
+5
*
Updates to libprocstat(3) and procstat(1) to allow monitoring Capsicum
rwatson
2011-08-14
5
-70
/
+270
*
Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.
bz
2011-07-18
2
-6
/
+6
*
- Commit work from libprocstat project. These patches add support for runtime
stas
2011-05-12
12
-187
/
+182
*
Add file forgotten in r204879.
kib
2010-03-08
1
-0
/
+139
*
Teach procstat(1) to display some information about signal disposition
kib
2010-03-08
4
-8
/
+84
*
Document one more file descriptor type and two more vnode types.
antoine
2010-02-06
1
-0
/
+6
*
Build usr.bin/ with WARNS=6 by default.
ed
2010-01-02
1
-1
/
+0
*
Revert most part of 200420 as requested, as more review and polish is
delphij
2009-12-13
4
-0
/
+4
*
Remove unneeded header includes from usr.bin/ except contributed code.
delphij
2009-12-11
4
-4
/
+0
[next]