From owner-cvs-sys Thu Mar 28 11:53:45 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA28963 for cvs-sys-outgoing; Thu, 28 Mar 1996 11:53:45 -0800 (PST) Received: (from swallace@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA28932 Thu, 28 Mar 1996 11:53:23 -0800 (PST) Date: Thu, 28 Mar 1996 11:53:23 -0800 (PST) From: Steven Wallace Message-Id: <199603281953.LAA28932@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_ioctl.c ibcs2_xenix.c ibcs2_xenix.h ibcs2_xenix_syscall.h syscalls.xenix Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk swallace 96/03/28 11:53:23 Modified: sys/i386/ibcs2 ibcs2_ioctl.c ibcs2_xenix.c ibcs2_xenix.h ibcs2_xenix_syscall.h syscalls.xenix Log: Implement ioctl's IBCS2_TCFLSH and IBCS2_TCXONC. Improve termios conversion. Implement xenix_eaccess() system call. Obtained from: NetBSD Revision Changes Path 1.6 +50 -12 src/sys/i386/ibcs2/ibcs2_ioctl.c 1.7 +38 -3 src/sys/i386/ibcs2/ibcs2_xenix.c 1.3 +5 -0 src/sys/i386/ibcs2/ibcs2_xenix.h 1.3 +1 -0 src/sys/i386/ibcs2/ibcs2_xenix_syscall.h 1.2 +2 -2 src/sys/i386/ibcs2/syscalls.xenix