Kernel - pass sysmsg through to ioctl.
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 26 Aug 2009 01:02:22 +0000 (18:02 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 26 Aug 2009 01:02:22 +0000 (18:02 -0700)
commit87baaf0c04784d423bf2cc72d941780a1b6a9f4b
treed03b8c8657bf4915386f8e2171fa79316f81758e
parentd246c910c836dc336f1e64e1bb60c8302e8c3a62
Kernel - pass sysmsg through to ioctl.

* Pass the sysmsg through to the ioctl code so ioctls can set the return
  value.  A single linux ioctl from the SCSI sg code uses this feature.
30 files changed:
sys/dev/disk/ccd/ccd.c
sys/dev/raid/vinum/vinumio.c
sys/dev/sound/pcm/channel.c
sys/emulation/linux/linux_file.c
sys/emulation/linux/linux_ioctl.c
sys/kern/kern_descrip.c
sys/kern/kern_device.c
sys/kern/kern_event.c
sys/kern/kern_shutdown.c
sys/kern/kern_syslink.c
sys/kern/subr_disk.c
sys/kern/sys_generic.c
sys/kern/sys_pipe.c
sys/kern/sys_socket.c
sys/kern/tty_tty.c
sys/kern/uipc_syscalls.c
sys/kern/vfs_vnops.c
sys/kern/vfs_vopops.c
sys/opencrypto/cryptodev.c
sys/sys/device.h
sys/sys/file.h
sys/sys/file2.h
sys/sys/mapped_ioctl.h
sys/sys/socketvar.h
sys/sys/vfsops.h
sys/vfs/devfs/devfs_vnops.c
sys/vfs/fifofs/fifo_vnops.c
sys/vfs/gnu/ext2fs/ext2_vfsops.c
sys/vfs/isofs/cd9660/cd9660_vfsops.c
sys/vfs/ufs/ffs_vfsops.c