cvs commit: src/sys/kern tty.c

Gavin Atkinson gavin at FreeBSD.org
Tue Jan 8 04:02:25 PST 2008


On Tue, 2008-01-08 at 04:53 +0000, John Baldwin wrote:
> jhb         2008-01-08 04:53:29 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/kern             tty.c 
>   Log:
>   Close a race in the kern.ttys sysctl handler that resulted in panics in
>   dev2udev() when a tty was being detached concurrently with the sysctl
>   handler:
> [snip]
>   Revision  Changes    Path
>   1.274     +20 -3     src/sys/kern/tty.c

I suspect this fixes PRs kern/89538 and kern/118258.

Gavin


More information about the cvs-src mailing list