Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2003 14:32:42 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man9 timeout.9
Message-ID:  <200310012132.h91LWgF2042513@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2003/10/01 14:32:42 PDT

  FreeBSD src repository

  Modified files:
    share/man/man9       timeout.9 
  Log:
  Looks like I misread the callout code.  We do not seem to hold the
  callout lock while the callout is happening.  So the serialization
  that I thought was happening isn't.  Therefore, remove the part of the
  bugs that says this.  Leave in the other bug as it is very hard to
  work around (impossible?).
  
  Fix various typos.
  
  Also note that timeout/untimeout are considered to be the old interface and
  the callout interface should be used insetad.
  
  Submitted by: bde (first two) and wollman (third)
  
  Revision  Changes    Path
  1.20      +12 -11    src/share/man/man9/timeout.9



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