NetBSD/bin/ps
martin f95cd5a968 Use int32_t for temporary variables (instead of long), that is the same
type as we get the data passed from the kernel. This avoids (missing)
sign extension bugs on LP64 systems and partly takes care of PR 15677.

We now print this values as negative seconds - still wrong, but that
probably is due to the simple way this values are acumulated in the
scheduler, causing negative times when ntpd steps time backwards.
2002-02-21 19:31:03 +00:00
..
extern.h Retrieve maxslp & uspace from kernel instead of using defines. Needed for 2001-07-14 06:53:43 +00:00
fmt.c Just use return value of strvis instead of calling strlen. 2002-02-14 06:57:19 +00:00
keyword.c address PR 11653. checked on alpha. 2001-01-08 13:20:29 +00:00
Makefile Use new sysctl/kvm interfaces. This will stop the "proc size mismatch" 2000-05-26 03:04:28 +00:00
nlist.c Retrieve maxslp & uspace from kernel instead of using defines. Needed for 2001-07-14 06:53:43 +00:00
print.c Use int32_t for temporary variables (instead of long), that is the same 2002-02-21 19:31:03 +00:00
procfs_ops.c Use new sysctl/kvm interfaces. This will stop the "proc size mismatch" 2000-05-26 03:04:28 +00:00
ps.1 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-08 01:21:55 +00:00
ps.c Sync getopt() / man page with actual getopt options. 2001-12-20 20:10:33 +00:00
ps.h Calculate field widths on the fly so that all columns line up nicely 2000-06-07 04:57:59 +00:00