freebsd-dev/usr.bin/procstat
Simon J. Gerraty ccfb965433 Add META_MODE support.
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.

Still need to add real targets under targets/ to build packages.

Differential Revision:       D2796
Reviewed by: brooks imp
2015-06-13 19:20:56 +00:00
..
Makefile Implement basic cpuset reporting in procstat via the -S flag. 2015-03-10 09:41:48 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
procstat_args.c Use libprocstat(3) to retrieve process command line arguments and 2013-04-20 08:08:29 +00:00
procstat_auxv.c Use libprocstat(3) to retrieve ELF auxiliary vector. 2013-04-20 08:15:43 +00:00
procstat_basic.c
procstat_bin.c Use libprocstat(3) when retrieving binary information for a process. 2013-04-20 08:05:04 +00:00
procstat_cred.c Use procstat_getumask(3) for retrieving umaks information instead of 2013-04-20 07:58:20 +00:00
procstat_cs.c Implement basic cpuset reporting in procstat via the -S flag. 2015-03-10 09:41:48 +00:00
procstat_files.c Better align headers and data for 'procstat -f' with and without '-C'. 2014-07-19 15:09:53 +00:00
procstat_kstack.c Use procstat_getkstack(3) for retrieving process kernel stacks 2013-04-20 08:19:06 +00:00
procstat_rlimit.c Add a resource limit for the total number of kqueues available to the 2013-10-21 16:46:12 +00:00
procstat_rusage.c Reassign copyright statements on several files from Advanced 2015-04-23 14:22:20 +00:00
procstat_sigs.c Use procstat_getprocs(3) for retrieving thread information instead of 2013-04-20 07:50:59 +00:00
procstat_threads.c Use procstat_getprocs(3) for retrieving thread information instead of 2013-04-20 07:50:59 +00:00
procstat_vm.c In "procstat -v" (VM), spell out 'FL' to 'FLAG' since there are two extra 2014-07-20 20:11:34 +00:00
procstat.1 Create links to the libprocstat man pages for all of the libprocstat functions so they can be looked up by name 2015-05-21 03:32:44 +00:00
procstat.c Fix a typo and update the date in the man page. 2015-03-11 08:08:54 +00:00
procstat.h Implement basic cpuset reporting in procstat via the -S flag. 2015-03-10 09:41:48 +00:00