summaryrefslogtreecommitdiff
path: root/bin/ps/fmt.c
AgeCommit message (Expand)Author
2004-03-27Wrap some long lines.simonb
2004-03-27KNF, ANSFify, de-__P, unC++ify, white space nits.simonb
2002-02-14Just use return value of strvis instead of calling strlen.enami
2002-02-14Don't define variable as static unnecessarily.enami
2001-03-23Always initialize an auto variable.enami
2001-03-20do not update maxlen if realloc fails.itojun
1999-12-03Since we have an "extern.h", put all external variable declarations insimonb
1998-02-03add <sys/time.h> to fix compiler errorperry
1998-01-09RCS Id Police.perry
1997-07-20Fix compiler warningschristos
1995-05-25Simplify this just a little.mycroft
1995-05-21Split out some helper functions again.mycroft
1995-05-18Create and strvis(3) the argument and environment lists only as needed.mycroft
1995-05-18Do the right thing for an empty environment.mycroft
1995-05-18Avoid an extra (gratuitous) pass through strvis(3).mycroft
1995-03-21convert to new RCS id conventions.cgd
1995-01-08Better fix for the previous.mycroft
1995-01-08Fix oversight in previous change, when argument list is sort of empty.mycroft
1994-05-18kill extra space, save my sanitycgd
1994-05-09new ps, to match libkvmcgd