summaryrefslogtreecommitdiffstats
path: root/bin/ps/fmt.c
Commit message (Expand)AuthorAgeFilesLines
* - Move 'showthreads' check out of fmt.c.jhb2013-01-191-1/+1
* Include the thread name along with the command name when displaying thejhb2013-01-181-4/+9
* Get rid of a cast to '(void) ' on the return of a call to strcpy.gad2004-06-221-1/+1
* Oops. Undo that last 'const' change. It expects similar changes to somegad2004-06-221-12/+10
* Add 'const' to a few places.gad2004-06-221-10/+12
* When displaying the "COMMAND" field for system-processes and/or kernelgad2004-06-221-1/+1
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Fix long constant usage for i386.markm2003-05-031-1/+1
* Fix a bazillion warnings. This makes almost the whole of src/bin/*markm2003-05-031-1/+1
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according tocharnier2003-02-051-0/+1
* Don't depend on pollution in <limits.h> for the definition ofmike2002-07-051-0/+1
* Consistently use FBSDIDobrien2002-06-301-4/+2
* Back out previous back out of previously correct code.jmallett2002-06-071-2/+1
* Cast arg_max to size_t when comparing it (times 4, plus 1) against SIZE_MAX. Ijmallett2002-06-061-1/+2
* Returning NULL here if malloc(3) fails is silly, at this point in the codepathjmallett2002-06-051-1/+1
* Remove an XXX comment that seems to be a tiny bit no longer pertinent. Thisjmallett2002-06-051-4/+0
* Use of zero here meant many things, NULL, '\0' (NUL), and 0. Sort it out.jmallett2002-06-051-5/+5
* Check for possible overflow from sysconf _SC_ARG_MAX and error out in ajmallett2002-05-051-5/+10
* Don't cast incorrectly to malloc(3), and don't use errx(3) if malloc(3)jmallett2002-05-021-2/+2
* WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extramarkm2002-02-031-14/+19
* o __P has been reovedimp2002-02-021-10/+5
* Prevent overflowing the buffer that stores the command arguments.mikeh2002-01-201-4/+8
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Fixed -Wall regression (broken in rev.1.12). Removed unused includes.bde1998-12-071-3/+3
* Remove compile time dependency on ARG_MAX.jkoshy1998-06-171-2/+11
* Correct use of .Nm. Add rcsid.charnier1998-05-151-3/+5
* Fix buffer overflow (probably unexploitable).guido1997-03-101-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* -Wall cleaning.steve1996-12-141-2/+2
* Remove unneded ctype.hache1995-10-231-2/+1
* Fix previous fix that removes an unnecessary space; the output is nowdg1995-03-091-3/+6
* Fix an error to prevent some core dumps from ps.ats1994-11-101-2/+3
* Added $Id$dg1994-09-241-0/+2
* Got rid of extra space between args and (command).dg1994-08-181-1/+1
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+115
OpenPOWER on IntegriCloud