Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: atatat
Date: Sat Jan 17 04:01:14 UTC 2004
Modified Files:
src/sys/kern: kern_sysctl.c
Log Message:
In sysctl_locate(), use "rnode" like everywhere else, don't call it
"rv".
In sysctl_destroyv(), deal with deleting alias nodes, and pass a token
size_t to sysctl_destroy().
In sysctl_free(), check that "node" has not reached "rnode", not that
"pnode" has.
In sysctl_realloc(), don't bother setting sysctl_clen...the value is
unchanged.
To generate a diff of this commit:
cvs rdiff -r1.157 -r1.158 src/sys/kern/kern_sysctl.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