svn commit: r187671 - head/sys/kern

John Baldwin jhb at freebsd.org
Mon Jan 26 06:58:10 PST 2009


On Saturday 24 January 2009 1:20:15 pm Ed Schouten wrote:
> Author: ed
> Date: Sat Jan 24 18:20:15 2009
> New Revision: 187671
> URL: http://svn.freebsd.org/changeset/base/187671
> 
> Log:
>   Mark kern.ttys as MPSAFE.
>   
>   sysctl now allows Giantless calls, so make kern.ttys use this. If it
>   needs Giant, it locks the proper TTY anyway.

You want CTLFLAG_MPSAFE, not CTLFLAG_NOLOCK.  NOLOCK means something else (it 
has to do with sysctl_wire_old_buffer()).

-- 
John Baldwin


More information about the svn-src-all mailing list