Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/27/2003 21:16:14
Module Name:	src
Committed By:	dsl
Date:		Thu Nov 27 21:16:14 UTC 2003

Modified Files:
	src/bin/sh: jobs.c jobs.h

Log Message:
Generate command line when SMALL is defined and make buffer full sized.
All the code has been present for a while, and the memory cost is (about)
180 bytes per process.
Fixes PR bin/23545


To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 src/bin/sh/jobs.c
cvs rdiff -r1.18 -r1.19 src/bin/sh/jobs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.