Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: christos
Date: Fri Oct 31 20:42:41 UTC 2008
Modified Files:
src/sys/miscfs/genfs: genfs_io.c
src/sys/nfs: nfs_bio.c
src/sys/uvm: uvm_extern.h
Log Message:
- allocate 8 pointers on the stack to avoid stack overflow in nfs.
- make that 8 a constant
- remove bogus panic
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/miscfs/genfs/genfs_io.c
cvs rdiff -r1.179 -r1.180 src/sys/nfs/nfs_bio.c
cvs rdiff -r1.148 -r1.149 src/sys/uvm/uvm_extern.h
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