summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_sockio.h
AgeCommit message (Collapse)Author
2013-01-11Use copyin/copyout and linux-specific ifreq structures (they are the samechristos
as the netbsd ones, but this disconnects them)
2009-11-28Add LINUX_SIOCGIFMTU and LINUX_IP_HDRINCL support.dsl
Fixes part of PR/31358 The other parts are rather too intrusive to be fixed as in the PR.
2009-11-13Provide SIOCGIFNAME.joerg
2008-07-03Fix SIOCGIFCONF ioctl for 64bit platforms. Add a new linux_ifreqnjoly
structure and linux_getifconf function (cleaned up version from compat_ifconf). While here, update linux_getifhwaddr to use the new structure. Ok by christos.
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2000-12-22Add SIOCGIFBR and SIOCSIFBR (more for reference than anything, currently).fvdl
2000-12-21Fix yet another typo.fvdl
2000-12-19Fix another pasto.fvdl
2000-12-18Fix pasto in previous.fvdl
2000-12-18Define LINUX_SIOCDEVPRIVATE (currently not emulated for sockets).fvdl
1999-07-17add LINUX_SIOCGIFHWADDRjtk
1998-10-04Assign my copyright to TNF. Merge with others were appropriate.fvdl
Regen syscall files after script change.
1998-10-03Attempt to fix the mess.christos
1998-10-01Move compat/linux/linux_sockio.h to common.erh
1996-03-08Separate ioctl emulation by group. Add (minimal) audio emulation.mycroft
1996-02-27Map SIOCGIFFLAGS and SIOCGIFADDR (et al).mycroft
1996-02-27Map SIOCGIFCONF.mycroft
1995-06-22* Changed to use generic ELF code from kern/exec_elf.c (which was takenfvdl
from the svr4 exec code plus the linux compat mods) * Include file change * Add multicast sockopts (from John Brezak)
1995-02-28Added Linux compat code.fvdl