Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2009 20:06:37 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/compat/svr4 svr4_ioctl.c svr4_ioctl.h svr4_ttold.c svr4_ttold.h src/sys/conf files.i386 files.pc98 src/sys/i386/ibcs2 ibcs2_ioctl.c syscalls.master src/sys/modules/svr4 Makefile src/sys/sys ioctl_compat.h
Message-ID:  <200905082008.n48K81hj001159@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-05-08 20:06:37 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/svr4      svr4_ioctl.c svr4_ioctl.h 
    sys/conf             files.i386 files.pc98 
    sys/i386/ibcs2       ibcs2_ioctl.c syscalls.master 
    sys/modules/svr4     Makefile 
    sys/sys              ioctl_compat.h 
  Removed files:
    sys/compat/svr4      svr4_ttold.c svr4_ttold.h 
  Log:
  SVN rev 191919 on 2009-05-08 20:06:37Z by ed
  
  Burn TTY ioctl bridges in compat layers.
  
  I really don't want any pieces of code to include ioctl_compat.h, so let
  the ibcs2 and svr4 compat leave sgtty alone. If they want to support
  sgtty, they should emulate it on top of termios, not sgtty.
  
  The code has been marked with BURN_BRIDGES for a long time. ibcs2 and
  svr4 are not really popular pieces of code anyway.
  
  Revision  Changes    Path
  1.25      +0 -8      src/sys/compat/svr4/svr4_ioctl.c
  1.7       +0 -2      src/sys/compat/svr4/svr4_ioctl.h
  1.17      +0 -382    src/sys/compat/svr4/svr4_ttold.c (dead)
  1.5       +0 -122    src/sys/compat/svr4/svr4_ttold.h (dead)
  1.621     +0 -1      src/sys/conf/files.i386
  1.375     +0 -1      src/sys/conf/files.pc98
  1.33      +0 -29     src/sys/i386/ibcs2/ibcs2_ioctl.c
  1.29      +2 -4      src/sys/i386/ibcs2/syscalls.master
  1.34      +1 -1      src/sys/modules/svr4/Makefile
  1.13      +4 -0      src/sys/sys/ioctl_compat.h



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