freebsd-skq/usr.bin/procstat
Brooks Davis fbf87d4016 Add missing usage and getopt(3) options
- Add the missing option 'n' to the getopt(3) string
- Add the missing options 'libxo' and 'N' to the usage message
- Add the missing options 'M' and 'N' to the man-page

Submitted by:	Keegan Drake H.P. <kdrakehp@zoho.com>
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D10915
2017-05-26 21:10:01 +00:00
..
tests Start writing up some basic feature tests for procstat 2017-05-15 22:52:25 +00:00
Makefile Start writing up some basic feature tests for procstat 2017-05-15 22:52:25 +00:00
Makefile.depend
procstat_args.c
procstat_auxv.c
procstat_basic.c
procstat_bin.c
procstat_cred.c
procstat_cs.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat_files.c Use nitems() from sys/param.h. 2016-07-30 07:15:54 +00:00
procstat_kstack.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat_ptlwpinfo.c Add support for capturing 'struct ptrace_lwpinfo' for signals 2017-03-30 18:21:36 +00:00
procstat_rlimit.c
procstat_rusage.c
procstat_sigs.c
procstat_threads.c Export the whole thread name in kinfo_proc 2016-12-07 15:04:22 +00:00
procstat_vm.c
procstat.1 Add missing usage and getopt(3) options 2017-05-26 21:10:01 +00:00
procstat.c Add missing usage and getopt(3) options 2017-05-26 21:10:01 +00:00
procstat.h Add support for capturing 'struct ptrace_lwpinfo' for signals 2017-03-30 18:21:36 +00:00