Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2009 15:56:50 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern tty.c
Message-ID:  <200904081557.n38Fv4rQ083693@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-04-08 15:56:50 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty.c 
  Log:
  SVN rev 190847 on 2009-04-08 15:56:50Z by ed
  
  Fix tty_wait_background() to comply with standards.
  
  It turns out my handling of SIGTTOU and SIGTTIN didn't entirely comply
  to the standards. It is true that in the SIGTTOU case we should not
  return EIO when the signal is ignored/blocked, but in the SIGTTIN case
  we must.
  
  See also:       POSIX issue 7 section 11.1.4
  
  Revision  Changes    Path
  1.312     +16 -8     src/sys/kern/tty.c



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