Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2008 17:47:44 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h
Message-ID:  <200807231747.m6NHlrgc047900@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2008-07-23 17:47:44 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_ioctl.c linux_ioctl.h 
  Log:
  SVN rev 180768 on 2008-07-23 17:47:44Z by ed
  
  Add TIOCPKT and TIOCSPTLCK to the Linuxolator.
  
  We're very lucky, because the flags used by our TIOCPKT implementation
  are the same as flags used by Linux. We can safely enable TIOCPKT,
  assuming EXTPROC is not used.
  
  TIOCSPTLCK is used by unlockpt(). Because we don't need unlockpt() in
  our implementation, make this ioctl a no-op.
  
  Approved by:    philip (mentor, implicit), rdivacky
  Obtained from:  P4 (//depot/projects/mpsafetty/...)
  
  Revision  Changes    Path
  1.140     +8 -1      src/sys/compat/linux/linux_ioctl.c
  1.28      +1 -0      src/sys/compat/linux/linux_ioctl.h



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