cvs commit: src/sys/netgraph ng_tty.c

Robert Watson rwatson at FreeBSD.org
Wed Jul 14 13:31:05 PDT 2004


rwatson     2004-07-14 20:31:05 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_tty.c 
  Log:
  Add a mutex ng_tty_mtx to protect the global variable ngt_unit.  Note
  that the locking of globals here isn't complete, and there's also a
  locking issue relating to calling into and out of the tty code.
  
  Revision  Changes    Path
  1.29      +10 -0     src/sys/netgraph/ng_tty.c


More information about the cvs-src mailing list