Date: Mon, 3 Oct 2005 14:15:26 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_poll.c Message-ID: <200510031415.j93EFQ6v086036@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-10-03 14:15:26 UTC FreeBSD src repository Modified files: sys/kern kern_poll.c Log: o Move a lot of parameter checking from netisr_poll() to dedicated sysctl handlers. Protect manipulations with poll_mtx. The affected sysctls are: - kern.polling.burst_max - kern.polling.each_burst - kern.polling.user_frac - kern.polling.reg_frac o Use CTLFLAG_RD on MIBs that supposed to be read-only. o u_int32t -> uint32_t o Remove unneeded locking from poll_switch(). Revision Changes Path 1.24 +120 -69 src/sys/kern/kern_poll.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510031415.j93EFQ6v086036>