freebsd-dev/sys/i386/linux
Poul-Henning Kamp ae8e1d08d7 This patch clears the way for removing a number of tty related
fields in struct cdevsw:

        d_stop          moved to struct tty.
        d_reset         already unused.
        d_devtotty      linkage now provided by dev_t->si_tty.

These fields will be removed from struct cdevsw together with
d_params and d_maxio Real Soon Now.

The changes in this patch consist of:

        initialize dev->si_tty in *_open()
        initialize tty->t_stop
        remove devtotty functions
        rename ttpoll to ttypoll
        a few adjustments to these changes in the generic code
        a bump of __FreeBSD_version
        add a couple of FreeBSD tags
1999-09-25 16:21:39 +00:00
..
imgact_linux.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
linux_dummy.c Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument. 1999-09-22 22:01:51 +00:00
linux_file.c This patch clears the way for removing a number of tty related 1999-09-25 16:21:39 +00:00
linux_genassym.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
linux_ioctl.c This is what was "fdfix2.patch," a fix for fd sharing. It's pretty 1999-09-19 17:00:25 +00:00
linux_ipc.c Linux doesn't complain if you remove a msg queue that doesn't exist 1999-09-23 09:57:45 +00:00
linux_locore.s Use ALIGN_TEXT macro for alignment to avoid ambiguity. 1999-08-25 19:04:39 +00:00
linux_mib.c $Id$ -> $FreeBSD$ 1999-08-28 02:16:32 +00:00
linux_mib.h $Id$ -> $FreeBSD$ 1999-08-28 02:16:32 +00:00
linux_misc.c Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument. 1999-09-22 22:01:51 +00:00
linux_proto.h Regeneration. 1999-09-22 22:05:37 +00:00
linux_signal.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
linux_socket.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
linux_stats.c Fix a braino: Linux minor device numbers are 8 bits wide and not 10. 1999-08-29 11:47:01 +00:00
linux_syscall.h Regeneration. 1999-09-22 22:05:37 +00:00
linux_sysent.c Regeneration. 1999-09-22 22:05:37 +00:00
linux_sysvec.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
linux_util.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
linux_util.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
linux.h Implement the OSS_GETVERSION ioctl. The version returned can be changed through 1999-08-28 08:43:03 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscalls.conf $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscalls.master Implement linux_ioperm() syscall. Fix linux_iopl() to use the level argument. 1999-09-22 22:01:51 +00:00