NetBSD/bin/ps
dsl 036e265716 - add keywords for utime, stime and ctime (output sss.ssssss if small)
- fiddle with keyword table - mainly to keep width under 80 cols)
- add -k keylist so sort output
- don't use logs to work out field width, get -MAXINT right
- user defined headers can be 1 char (actually they can be zero length)
  so ?? in tty column isn't guaranteed to be wider than header
- use PRId64 to remove some long long casts
- use kvm_openfiles(NULL, NULL, NULL, KVN_NO_FILES, ..) unless core file
  specified
(approved by christos)
2003-03-06 09:02:16 +00:00
..
Makefile g/c procfs fallback code, it's redundant now that we use sysctl to get 2002-06-19 08:11:55 +00:00
extern.h Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernel 2003-03-01 05:41:55 +00:00
fmt.c Just use return value of strvis instead of calling strlen. 2002-02-14 06:57:19 +00:00
keyword.c Seems better to display p_sv{u,g}id when asked for it... 2003-03-03 23:13:21 +00:00
nlist.c Merge the nathanw_sa branch. 2003-01-18 10:52:16 +00:00
print.c Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernel 2003-03-01 05:41:55 +00:00
ps.1 Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernel 2003-03-01 05:41:55 +00:00
ps.c - add keywords for utime, stime and ctime (output sss.ssssss if small) 2003-03-06 09:02:16 +00:00
ps.h Merge the nathanw_sa branch. 2003-01-18 10:52:16 +00:00