Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 07/30/2006 17:38:20
Module Name:	src
Committed By:	elad
Date:		Sun Jul 30 17:38:20 UTC 2006

Modified Files:
	src/sys/kern: kern_resource.c kern_sysctl.c
	src/sys/netinet: ip_input.c
	src/sys/sys: sysctl.h

Log Message:
ugh.. more stuff that's overdue and should not be in 4.0: remove the
sysctl(9) flags CTLFLAG_READONLY[12]. luckily they're not documented
so it's only half regression.

only two knobs used them; proc.curproc.corename (check added in the
existing handler; its CTLFLAG_ANYWRITE, yay) and net.inet.ip.forwsrcrt,
that got its own handler now too.


To generate a diff of this commit:
cvs rdiff -r1.102 -r1.103 src/sys/kern/kern_resource.c
cvs rdiff -r1.198 -r1.199 src/sys/kern/kern_sysctl.c
cvs rdiff -r1.227 -r1.228 src/sys/netinet/ip_input.c
cvs rdiff -r1.154 -r1.155 src/sys/sys/sysctl.h

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