Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 07/26/2001 17:14:29
Module Name:	syssrc
Committed By:	jdolecek
Date:		Thu Jul 26 14:14:29 UTC 2001

Modified Files:
	syssrc/sys/kern: sys_pipe.c

Log Message:
pipe_create(): explicitly zero whole memory returned from pool_get(), instead
of some selective pieces. This fixes problem with NEW_PIPE in kernels
with DEBUG option, reported via e-mail by Chuck Silvers.

sys_pipe(): g/c fdp, provide it at the chunk of FreeBSD code where it's used


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/kern/sys_pipe.c

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