freebsd-src/bin/ps
Christian S.J. Peron a951d1f83b Currently if the user specifies -e and procfs is not mounted on /proc,
printing of the process environment will fail silently.

-define a function which will check to see if procfs is mounted on /proc
-Implement this test if the user specified -e
-If procfs is not mounted on /proc and -e was specified, print a warning.
 informing the user that procfs(5) is required.

Reviewed by:	wes, rwatson
2004-11-14 19:30:02 +00:00
..
extern.h Change "struct varent" to use the standard queue(8) macros, instead of 2004-06-23 23:48:09 +00:00
fmt.c Get rid of a cast to '(void) ' on the return of a call to strcpy. 2004-06-22 02:18:29 +00:00
keyword.c Change "struct varent" to use the standard queue(8) macros, instead of 2004-06-23 23:48:09 +00:00
Makefile Removed bitrot. 2004-11-13 17:12:22 +00:00
nlist.c Remove clause 3 from the UCB licenses. 2004-04-06 20:06:54 +00:00
print.c Use warn() instead of perror(). 2004-07-20 05:52:00 +00:00
ps.1 When displaying the "COMMAND" field for system-processes and/or kernel 2004-06-22 01:59:54 +00:00
ps.c Currently if the user specifies -e and procfs is not mounted on /proc, 2004-11-14 19:30:02 +00:00
ps.h Change "struct varent" to use the standard queue(8) macros, instead of 2004-06-23 23:48:09 +00:00