Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-5] src/sys/kern
Module Name: src
Committed By: snj
Date: Tue Feb 24 02:36:34 UTC 2009
Modified Files:
src/sys/kern [netbsd-5]: sys_pipe.c
Log Message:
Pull up following revision(s) (requested by enami/joerg in ticket #468):
sys/kern/sys_pipe.c: revision 1.107
Instead of missing NULL check in pipe_create, let the pipe_ctor to wait
on buffer allocation. The other allocation is simply an optimization,
so leave it as is.
To generate a diff of this commit:
cvs rdiff -r1.103.4.2 -r1.103.4.3 src/sys/kern/sys_pipe.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index