HardenedBSD/sys/i386/linux
Marcel Moolenaar 43bef51567 Implement pluggable ioctl handlers.
Other modules can register and unregister ioctl handlers to extend the
ioctls known by the Linuxulator. A recent application is the vmware
port. The Linuxulator itself uses the new interface to register its
handlers as well. Handlers for the following types of ioctls have been
defined:
	cdrom
	console (=keyboard and VT handling)
	socket
	sound
	termio

All ioctl related defines and declarations have been moved to a new
file (linux_ioctl.h), except for the pluggable ioctl handler interface
definition.

While there, cleanup linux.h some more.

linux.h and linux_ioctl.[ch] have been made to conform to style(9) as
much as possible.

Inspired and reviewed by: Vladimir N. Silyaev
1999-12-04 11:10:22 +00:00
..
imgact_linux.c Implement pluggable ioctl handlers. 1999-12-04 11:10:22 +00:00
linux_dummy.c
linux_file.c
linux_genassym.c
linux_ioctl.c Implement pluggable ioctl handlers. 1999-12-04 11:10:22 +00:00
linux_ioctl.h Implement pluggable ioctl handlers. 1999-12-04 11:10:22 +00:00
linux_ipc.c
linux_locore.s
linux_mib.c
linux_mib.h
linux_misc.c
linux_proto.h
linux_signal.c
linux_socket.c
linux_stats.c
linux_syscall.h
linux_sysent.c
linux_sysvec.c Implement pluggable ioctl handlers. 1999-12-04 11:10:22 +00:00
linux_util.c
linux_util.h Implement pluggable ioctl handlers. 1999-12-04 11:10:22 +00:00
linux.h Implement pluggable ioctl handlers. 1999-12-04 11:10:22 +00:00
Makefile
syscalls.conf
syscalls.master