freebsd-skq/bin/ps
bde 6e48538b41 Use a non-bogus type for representing the values of offsets in structs.
off_t is for offsets in files, and it is signed so it was no better
than the original type of int for avoiding warnings from broken lints,
except accidentally on machines like i386's where size_t is smaller
than off_t.
2002-10-03 15:00:07 +00:00
..
extern.h Catch up to SMTX -> SLOCK changes. 2002-10-02 20:33:52 +00:00
fmt.c Don't depend on pollution in <limits.h> for the definition of 2002-07-05 15:58:27 +00:00
keyword.c Catch up to SMTX -> SLOCK changes. 2002-10-02 20:33:52 +00:00
lomac.c err() is documented as allowing NULL for the format string but GCC isn't 2002-07-10 20:44:55 +00:00
lomac.h NAI DBA update. 2002-03-14 21:51:00 +00:00
Makefile Bring back WFORMAT=0. 2002-07-08 15:48:39 +00:00
nlist.c Consistently use FBSDID 2002-06-30 05:15:05 +00:00
print.c Catch up to SMTX -> SLOCK changes. 2002-10-02 20:33:52 +00:00
ps.1 Catch up to SMTX -> SLOCK changes. 2002-10-02 20:33:52 +00:00
ps.c Prevent ps(1) from doing idiotic munging of things in a -ofmt= string. 2002-09-03 05:44:00 +00:00
ps.h Use a non-bogus type for representing the values of offsets in structs. 2002-10-03 15:00:07 +00:00