summaryrefslogtreecommitdiff
path: root/bin/ps/fmt.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* - Move 'showthreads' check out of fmt.c.John Baldwin2013-01-191-1/+1
* Include the thread name along with the command name when displaying theJohn Baldwin2013-01-181-4/+9
* Get rid of a cast to '(void) ' on the return of a call to strcpy.Garance A Drosehn2004-06-221-1/+1
* Oops. Undo that last 'const' change. It expects similar changes to someGarance A Drosehn2004-06-221-12/+10
* Add 'const' to a few places.Garance A Drosehn2004-06-221-10/+12
* When displaying the "COMMAND" field for system-processes and/or kernelGarance A Drosehn2004-06-221-1/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Fix long constant usage for i386.Mark Murray2003-05-031-1/+1
* Fix a bazillion warnings. This makes almost the whole of src/bin/*Mark Murray2003-05-031-1/+1
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according toPhilippe Charnier2003-02-051-0/+1
* Don't depend on pollution in <limits.h> for the definition ofMike Barcroft2002-07-051-0/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-4/+2
* Back out previous back out of previously correct code.Juli Mallett2002-06-071-2/+1
* Cast arg_max to size_t when comparing it (times 4, plus 1) against SIZE_MAX. IJuli Mallett2002-06-061-1/+2
* Returning NULL here if malloc(3) fails is silly, at this point in the codepathJuli Mallett2002-06-051-1/+1
* Remove an XXX comment that seems to be a tiny bit no longer pertinent. ThisJuli Mallett2002-06-051-4/+0
* Use of zero here meant many things, NULL, '\0' (NUL), and 0. Sort it out.Juli Mallett2002-06-051-5/+5
* Check for possible overflow from sysconf _SC_ARG_MAX and error out in aJuli Mallett2002-05-051-5/+10
* Don't cast incorrectly to malloc(3), and don't use errx(3) if malloc(3)Juli Mallett2002-05-021-2/+2
* WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extraMark Murray2002-02-031-14/+19
* o __P has been reovedWarner Losh2002-02-021-10/+5
* Prevent overflowing the buffer that stores the command arguments.Mike Heffner2002-01-201-4/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Fixed -Wall regression (broken in rev.1.12). Removed unused includes.Bruce Evans1998-12-071-3/+3
* Remove compile time dependency on ARG_MAX.Joseph Koshy1998-06-171-2/+11
* Correct use of .Nm. Add rcsid.Philippe Charnier1998-05-151-3/+5
* Fix buffer overflow (probably unexploitable).Guido van Rooij1997-03-101-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* -Wall cleaning.Steve Price1996-12-141-2/+2
* Remove unneded ctype.hAndrey A. Chernov1995-10-231-2/+1
* Fix previous fix that removes an unnecessary space; the output is nowDavid Greenman1995-03-091-3/+6
* Fix an error to prevent some core dumps from ps.Andreas Schulz1994-11-101-2/+3
* Added $Id$David Greenman1994-09-241-0/+2
* Got rid of extra space between args and (command).David Greenman1994-08-181-1/+1
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+115