Date: Sat, 8 Mar 2003 11:58:57 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_devstat.c Message-ID: <200303081958.h28JwvJx014575@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/03/08 11:58:57 PST FreeBSD src repository Modified files: sys/kern subr_devstat.c Log: Introduce a device driver for /dev/devstat, this will allow us to mmap the device statistics structures into userland instead of using sysctl. Introduce new devstat_new_entry() function which allocates the devstat structure an calls devstat_add_entry() on it. Revision Changes Path 1.32 +112 -0 src/sys/kern/subr_devstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303081958.h28JwvJx014575>