summaryrefslogtreecommitdiff
path: root/bin/ps/fmt.c
AgeCommit message (Expand)Author
2023-11-26bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2013-01-19- Move 'showthreads' check out of fmt.c.John Baldwin
2013-01-18Include the thread name along with the command name when displaying theJohn Baldwin
2004-06-22Get rid of a cast to '(void) ' on the return of a call to strcpy.Garance A Drosehn
2004-06-22Oops. Undo that last 'const' change. It expects similar changes to someGarance A Drosehn
2004-06-22Add 'const' to a few places.Garance A Drosehn
2004-06-22When displaying the "COMMAND" field for system-processes and/or kernelGarance A Drosehn
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2003-05-03Fix long constant usage for i386.Mark Murray
2003-05-03Fix a bazillion warnings. This makes almost the whole of src/bin/*Mark Murray
2003-02-05Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according toPhilippe Charnier
2002-07-05Don't depend on pollution in <limits.h> for the definition ofMike Barcroft
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-06-07Back out previous back out of previously correct code.Juli Mallett
2002-06-06Cast arg_max to size_t when comparing it (times 4, plus 1) against SIZE_MAX. IJuli Mallett
2002-06-05Returning NULL here if malloc(3) fails is silly, at this point in the codepathJuli Mallett
2002-06-05Remove an XXX comment that seems to be a tiny bit no longer pertinent. ThisJuli Mallett
2002-06-05Use of zero here meant many things, NULL, '\0' (NUL), and 0. Sort it out.Juli Mallett
2002-05-05Check for possible overflow from sysconf _SC_ARG_MAX and error out in aJuli Mallett
2002-05-02Don't cast incorrectly to malloc(3), and don't use errx(3) if malloc(3)Juli Mallett
2002-02-03WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extraMark Murray
2002-02-02o __P has been reovedWarner Losh
2002-01-20Prevent overflowing the buffer that stores the command arguments.Mike Heffner
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1998-12-07Fixed -Wall regression (broken in rev.1.12). Removed unused includes.Bruce Evans
1998-06-17Remove compile time dependency on ARG_MAX.Joseph Koshy
1998-05-15Correct use of .Nm. Add rcsid.Philippe Charnier
1997-03-10Fix buffer overflow (probably unexploitable).Guido van Rooij
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-12-14-Wall cleaning.Steve Price
1995-10-23Remove unneded ctype.hAndrey A. Chernov
1995-03-09Fix previous fix that removes an unnecessary space; the output is nowDavid Greenman
1994-11-10Fix an error to prevent some core dumps from ps.Andreas Schulz
1994-09-24Added $Id$David Greenman
1994-08-18Got rid of extra space between args and (command).David Greenman
1994-05-26BSD 4.4 Lite bin SourcesRodney W. Grimes