Date: Fri, 30 Nov 2007 21:29:08 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c src/sys/sys sysctl.h Message-ID: <200711302129.lAULT8U2006660@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2007-11-30 21:29:08 UTC FreeBSD src repository Modified files: sys/kern kern_sysctl.c sys/sys sysctl.h Log: Add sysctl_rename_oid() to support device_set_unit() usage. Otherwise, when unit numbers are changed, the sysctl devinfo tree gets out of sync and duplicate trees are attempted to be attached with the original name. Revision Changes Path 1.179 +19 -0 src/sys/kern/kern_sysctl.c 1.152 +1 -0 src/sys/sys/sysctl.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711302129.lAULT8U2006660>