History log of /openbsd/sys/sys/ioctl.h (Results 1 – 17 of 17)
Revision Date Author Comments
# 2dc555cb 28-Feb-2016 naddy <naddy@openbsd.org>

Support for running Linux binaries under emulation is going away.

Remove "option COMPAT_LINUX" and everything directly tied to it from the
kernel and the corresponding man page documentation.

ok vi

Support for running Linux binaries under emulation is going away.

Remove "option COMPAT_LINUX" and everything directly tied to it from the
kernel and the corresponding man page documentation.

ok visa@ guenther@

show more ...


# 208a49ce 21-Jan-2015 deraadt <deraadt@openbsd.org>

3 different .h files here include ioccom.h. Do not need to include it directly


# e3aa6d2f 13-Dec-2013 naddy <naddy@openbsd.org>

Remove struct ttysize which was introduced for compatibility with
SunOS < 3.2 (1986). ok millert@, guenther@


# 3d8d03f3 13-Dec-2013 naddy <naddy@openbsd.org>

Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@


# cc4aab98 04-Jul-2011 tedu <tedu@openbsd.org>

remove compat_svr4 support. ok deraadt


# f837f6ec 05-Apr-2011 guenther <guenther@openbsd.org>

Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no
one has been weeding it, and it makes life harder.

Toasts of Brennivin for its passing from many; diff ok henning@


# 3d5b65aa 02-Jul-2010 tedu <tedu@openbsd.org>

remove support for compat_sunos (and m68k4k). ok deraadt guenther


# 497ed946 30-Jun-2010 tedu <tedu@openbsd.org>

remove compat_osf1 support from the kernel
ok deraadt miod


# 91f4f7d8 18-May-2010 dlg <dlg@openbsd.org>

dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this
gets rid of #include <sys/dkio.h> in sys/ioctl.h and adds #include
<sys/dkio.h> to the places that actually want and use the disk
io

dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this
gets rid of #include <sys/dkio.h> in sys/ioctl.h and adds #include
<sys/dkio.h> to the places that actually want and use the disk
ioctls.

this became an issue when krw@'s X build failed when he was testing
a change to dkio.h.
tested by krw@
help from and ok miod@

show more ...


# 29295d1c 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# c4071fd1 14-Mar-2002 millert <millert@openbsd.org>

First round of __P removal in sys


# 579553dc 10-Feb-2002 marc <marc@openbsd.org>

sys/ioctl_compat.h is needed for COMPAT_LINUX, too


# b55c050f 23-Jan-2002 fgsch <fgsch@openbsd.org>

compatability -> compatibility.


# 9cf890e4 13-Aug-2000 ericj <ericj@openbsd.org>

if COMPAT_OSF1 is defined, define COMPAT_OLDSOCK
and COMPAT_OLDTTY.


# bb63a7f5 03-Mar-1996 niklas <niklas@openbsd.org>

From NetBSD: 960217 merge


# fe31ed1c 20-Feb-1996 briggs <briggs@openbsd.org>

Sync. w/ NetBSD: include sys/dkio.h.


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree