freebsd-dev/bin/ps
Andreas Schulz fa49dc9cf0 Fix an error to prevent some core dumps from ps.
You can get ps easily to core dump, if you are running a "make depend"
on a kernel in one window and a "ps -auxww" in another. The ww will
try to give you the full argument list of the command that can
now be 64Kb large, but ps expected only 4Kb large arg arrays and
doesn't check for overflows.
1994-11-10 23:25:12 +00:00
..
devname.c Added $Id$ 1994-09-24 02:59:15 +00:00
extern.h Added $Id$ 1994-09-24 02:59:15 +00:00
fmt.c Fix an error to prevent some core dumps from ps. 1994-11-10 23:25:12 +00:00
keyword.c On second thought...back out previous commit. 1994-10-02 08:33:31 +00:00
Makefile Added $Id$ 1994-09-24 02:59:15 +00:00
nlist.c On second thought...back out previous commit. 1994-10-02 08:33:31 +00:00
print.c Skip 'cua' 3 chars like 'tty' 3 chars 1994-10-02 14:11:32 +00:00
ps.1 Added $Id$ 1994-09-24 02:59:15 +00:00
ps.c Use kvm_uread instead of kvm_read to access the upages. 1994-10-18 04:27:46 +00:00
ps.h Added $Id$ 1994-09-24 02:59:15 +00:00