freebsd-dev/bin/ps
jmallett 6471d74f95 Returning NULL here if malloc(3) fails is silly, at this point in the codepath
we have't malloc(3)'d nearly as much as we probably will, so errx(3) away,
instead of waiting for something to fail yet again later on.
2002-06-05 01:36:30 +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 Duplicate the pointer to the string containing the header so it does not get 2002-06-05 01:01:20 +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