Date: Sat, 14 Aug 1999 06:26:45 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_ioctl.c Message-ID: <199908141326.GAA22522@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 1999/08/14 06:26:45 PDT Modified files: sys/i386/linux linux_ioctl.c Log: Fix LINUX_TIOC{S|G}SERIAL implementation. Both do not copy data in or out of kernel space. Remove the ioctl supporting functions, and move the actual code to the switch-statement. Now everybody can clearly see that the implementation is really poor. Also fix a typo in LINUX_TIOCGETD. The underlying function was given command TIOCSETD instead op TIOCGETD... Revision Changes Path 1.40 +21 -25 src/sys/i386/linux/linux_ioctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908141326.GAA22522>