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: pooka
Date: Sat Oct 11 13:04:39 UTC 2008
Modified Files:
src/sys/kern: kern_resource.c
src/sys/sys: resourcevar.h
Log Message:
Put ui_lock back and use it to modify the socket buffer size.
Typecasting quad_t * to long * and using atomic_add_long can't
possibly be expected to work!
Another fine error caught by the gcc type-punning warning. That
really really should be on by default in the kernel.
To generate a diff of this commit:
cvs rdiff -r1.145 -r1.146 src/sys/kern/kern_resource.c
cvs rdiff -r1.44 -r1.45 src/sys/sys/resourcevar.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