NetBSD/bin/ps
jdolecek a5ae7c6ca4 command(): don't start using procfs_getargv() instead of kvm_getargv()
just because the latter returned a NULL - that may normally happen,
when the process is, for example, a kernel thread

procfs_getargv(): if the name is brackened in '(' and ')', just
	return NULL immediately - the code in command() will DTRT
	and the output will be same for procfs- and kvm- based lookup
	in all cases
1999-10-15 20:39:52 +00:00
..
Makefile the PMAP_NEW option is gone as the new interface is no longer optional. 1999-09-12 01:19:23 +00:00
extern.h When using the procfs for extracting process information, extract 1999-10-15 19:31:24 +00:00
fmt.c
keyword.c limit session to 6 chars. from Geoff Wing <gcw@pobox.com> and fixes his PR#7506 1999-05-03 00:17:30 +00:00
nlist.c
print.c command(): don't start using procfs_getargv() instead of kvm_getargv() 1999-10-15 20:39:52 +00:00
procfs_ops.c command(): don't start using procfs_getargv() instead of kvm_getargv() 1999-10-15 20:39:52 +00:00
ps.1 Minor fixes: 1999-03-27 21:38:08 +00:00
ps.c command(): don't start using procfs_getargv() instead of kvm_getargv() 1999-10-15 20:39:52 +00:00
ps.h oops, fix merge botch in previous.. 1999-05-03 00:20:07 +00:00