Home | History | Annotate | Download | only in freebsd
History log of /src/sys/compat/freebsd/freebsd_ioctl.h
RevisionDateAuthorComments
 1.7  06-Sep-2015  dholland More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
This covers (I think) all the MI headers outside of external/ (and dist/).
 1.6  29-May-2007  christos branches: 1.6.78; 1.6.98;
Add a sockaddr_storage member to "struct ifreq" maintaining backwards
compatibility with the older ioctls. This avoids stack smashing and
abuse of "struct sockaddr" when ioctls placed "struct sockaddr_foo's" that
were longer than "struct sockaddr".
XXX: Some of the emulations might be broken; I tried to add code for
them but I did not test them.
 1.5  09-Oct-2000  onoe branches: 1.5.40; 1.5.82; 1.5.84;
Map the ioctl number of ifioctl ('i') group as much as possible.
commands are: FreeBSD NetBSD
SIOCALIFADDR 27 28
SIOCGLIFADDR 28 29
SIOCDLIFADDR 29 30
SIOCGIFMTU 51 126
SIOCSIFMTU 52 127
* SIOCGLIFADDR is necessary for cvsup to work.
commands not emulated are:
SIOCGIFPHYS, SIOCSIFPHYS, SIOCGIFSTATUS, SIOCSIFLLADDR
 1.4  04-Oct-1998  veego branches: 1.4.12;
There is no need to include ../linux/linux_ioctl.h.
 1.3  06-May-1997  augustss Adjust ioctl() encoding before calling OSS audio code.
 1.2  04-Apr-1997  augustss * Move the Linux audio emulation into its own directory and rename it
OSS (aka VoxWare) audio emulation.
* Use the OSS audio emulation for Linux and FreeBSD.
* Add mixer emulation to the OSS emulator.
 1.1  10-Oct-1995  mycroft FreeBSD binary compatibility module, from Noriyuki Soda.
 1.4.12.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
 1.5.84.1  11-Jul-2007  mjf Sync with head.
 1.5.82.1  09-Jun-2007  ad Sync with head.
 1.5.40.1  03-Sep-2007  yamt sync with head.
 1.6.98.1  22-Sep-2015  skrll Sync with HEAD
 1.6.78.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed