]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r227956, r228090, r228446, r230471, r230548:
authortrociny <trociny@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 2 Feb 2012 18:22:25 +0000 (18:22 +0000)
committertrociny <trociny@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 2 Feb 2012 18:22:25 +0000 (18:22 +0000)
commita96f5ce401286f2c948de6ff55523e59970006c9
treef4b7eaf0ce13a3796fc9dbb4a81699cf9d828f8e
parentda12002dac8f9f2c062ad06b692eaee8c4e4539b
MFC r227956, r228090, r228446, r230471, r230548:

r227956:

Add -l flag to display resource limits.

PR: bin/161257
Reviewed by: kib

r228090:

Update SYNOPSIS to include the flags added recently.

Spotted by: jhb

r228446:

Make procstat -l output similar to the output of limits(1).

Suggested by: jhb

r230471, r230548:

Make procstat -l to work with the new version of kern.proc.rlimit.

Submitted by: Andrey Zonov <andrey at zonov.org>

git-svn-id: svn://svn.freebsd.org/base/stable/9@230918 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/procstat/Makefile
usr.bin/procstat/procstat.1
usr.bin/procstat/procstat.c
usr.bin/procstat/procstat.h
usr.bin/procstat/procstat_rlimit.c [new file with mode: 0644]