summaryrefslogtreecommitdiffstats
path: root/bin/ps/fmt.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | PR: 1791 (partial) Reviewed by: Bruce Evans <bde@freebsd.org>, Tor Egge <tegge@freebsd.org>
* 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
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* -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
| | | | just like it was in 1.1.5.
* Fix an error to prevent some core dumps from ps.ats1994-11-101-2/+3
| | | | | | | | You can get ps easily to core dump, if you are running a "make depend" on a kernel in one window and a "ps -auxww" in another. The ww will try to give you the full argument list of the command that can now be 64Kb large, but ps expected only 4Kb large arg arrays and doesn't check for overflows.
* 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