freebsd-dev/bin/ps
Will Andrews 5e9ccc8797 Add the ability to display the default FIB number for a process to the
ps(1) utility, e.g. "ps -O fib".

bin/ps/keyword.c:
	Add the "fib" keyword and default its column name to "FIB".

bin/ps/ps.1:
	Add "fib" as a supported keyword.

sys/compat/freebsd32/freebsd32.h:
sys/kern/kern_proc.c:
sys/sys/user.h:
	Add the default fib number for a process (p->p_fibnum)
	to the user land accessible process data of struct kinfo_proc.

Submitted by:	Oliver Fromme <olli@fromme.com>, gibbs
2013-08-26 23:48:21 +00:00
..
extern.h Include the thread name along with the command name when displaying the 2013-01-18 18:24:40 +00:00
fmt.c - Move 'showthreads' check out of fmt.c. 2013-01-19 00:21:55 +00:00
keyword.c Add the ability to display the default FIB number for a process to the 2013-08-26 23:48:21 +00:00
Makefile ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test, 2005-01-27 13:42:40 +00:00
nlist.c Remove clause 3 from the UCB licenses. 2004-04-06 20:06:54 +00:00
print.c ps: Fix memory leak when showing start/lstart for swapped-out process. 2012-07-15 15:22:13 +00:00
ps.1 Add the ability to display the default FIB number for a process to the 2013-08-26 23:48:21 +00:00
ps.c - Move 'showthreads' check out of fmt.c. 2013-01-19 00:21:55 +00:00
ps.h Make ps(1) automatically size its column widths. 2011-09-29 06:31:42 +00:00