NetBSD/bin/ps
simonb d530ee00d1 Fix handling of "ps U<user>" where <user> ended it 't' - now if the
first argument doesn't start with a '-' and ends in 't', the 't' only
gets converted to a 'T' (for listing processes on the current tty)
if it doesn't contain any other command line option characters that
take an argument.  Problem noticed by ITOH Yasufumi on tech-userlevel.

If the 'start' format was the last column, the width wouldn't be set
and started() output a zero length string instead of a string the right
length - fix header width calculations so the the last column is handled
the same all others.  This only showed up for 'start' because started()
knew that the column header is the same width and the field itself...

Update copyrights.
2000-06-08 13:30:39 +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 Calculate field widths on the fly so that all columns line up nicely 2000-06-07 04:57:59 +00:00
fmt.c Since we have an "extern.h", put all external variable declarations in 1999-12-03 02:26:36 +00:00
keyword.c Calculate field widths on the fly so that all columns line up nicely 2000-06-07 04:57:59 +00:00
nlist.c Fix handling of "ps U<user>" where <user> ended it 't' - now if the 2000-06-08 13:30:39 +00:00
print.c Fix handling of "ps U<user>" where <user> ended it 't' - now if the 2000-06-08 13:30:39 +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 Use tty "?" to select processes with no controlling tty and tty "-" to 2000-04-15 04:40:46 +00:00
ps.c Fix handling of "ps U<user>" where <user> ended it 't' - now if the 2000-06-08 13:30:39 +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