NetBSD/bin/ps
nathanw 43634bc5ba Since kinfo_proc2 has many values that are 64-bit, ps needs to know
that they're 64-bit, and grab them out of memory appropriately. Otherwise,
big-endian systems get the wrong end of the 64-bit value and lose.

Keywords affected: inblk, majflt, minflt, msgrcv, msgsnd, nivcsw, nsigs,
nswap, nvcsw, and oublk.
2002-04-24 21:41:22 +00:00
..
Makefile Use new sysctl/kvm interfaces. This will stop the "proc size mismatch" 2000-05-26 03:04:28 +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 Since kinfo_proc2 has many values that are 64-bit, ps needs to know 2002-04-24 21:41:22 +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 Since kinfo_proc2 has many values that are 64-bit, ps needs to know 2002-04-24 21:41:22 +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 "a, b, c, and d", not "a, b, c and d". 2002-04-24 08:58:33 +00:00
ps.c Sync getopt() / man page with actual getopt options. 2001-12-20 20:10:33 +00:00
ps.h Since kinfo_proc2 has many values that are 64-bit, ps needs to know 2002-04-24 21:41:22 +00:00