freebsd-src/bin/ps
Juli Mallett 6d041cc856 To comply with SUSv3, duplicate the variable contents for each given format,
so that multiple -ovar=header lines do not overwrite eachother.

This means that ps -ouser=USERNAME -ouser=WHO would now possibly print:
USERNAME WHO
juli     juli

Whereas before it would be:
WHO WHO
juli juli
2002-06-05 01:58:36 +00:00
..
extern.h Fixed unsorting. 2002-02-23 21:00:14 +00:00
fmt.c Returning NULL here if malloc(3) fails is silly, at this point in the codepath 2002-06-05 01:36:30 +00:00
keyword.c To comply with SUSv3, duplicate the variable contents for each given format, 2002-06-05 01:58:36 +00:00
lomac.c Install sys/security/lomac/*.h to /usr/include/security/lomac/. 2002-03-26 16:05:14 +00:00
lomac.h NAI DBA update. 2002-03-14 21:51:00 +00:00
Makefile Correct inadvertent style botches in previous commit. 2002-02-04 03:06:51 +00:00
nlist.c WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extra 2002-02-03 14:43:04 +00:00
print.c Use a const char * where it is meant to be used. There's no reason to try 2002-06-05 01:02:13 +00:00
ps.1 Respect setting of the COLUMNS environment variable (SUSv3) 2002-06-04 10:20:10 +00:00
ps.c Respect setting of the COLUMNS environment variable (SUSv3) 2002-06-04 10:20:10 +00:00
ps.h WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extra 2002-02-03 14:43:04 +00:00