Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2008 15:43:28 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern tty.c
Message-ID:  <200810221543.m9MFhbYR033044@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2008-10-22 15:43:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6_4)
    sys/kern             tty.c 
  Log:
  SVN rev 184167 on 2008-10-22 15:43:28Z by jhb
  
  MFC: 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.  One difference relative to 7.x+ is that we still leak tty
  objects in tty_free() since destroy_dev() in 6.x doesn't purge all
  threads.
  
  Approved by:    re (kib)
  
  Revision       Changes    Path
  1.250.2.6.2.2  +23 -4     src/sys/kern/tty.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810221543.m9MFhbYR033044>