| Commit message (Expand) | Author | Age | Files | Lines |
| * | linux_ioctl_cdrom: reduce stack usage | Andriy Gapon | 2009-05-27 | 1 | -11/+16 |
| * | To avoid excessive code duplication move MI definitions to the MI | Dmitry Chagin | 2009-05-07 | 1 | -0/+1 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+2 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -2/+2 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+3 |
| * | All opt_x.h includes go at the top of other includes. | Julian Elischer | 2008-08-25 | 1 | -2/+2 |
| * | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -2/+7 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -4/+6 |
| * | Add TIOCPKT and TIOCSPTLCK to the Linuxolator. | Ed Schouten | 2008-07-23 | 1 | -1/+8 |
| * | Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX. | Konstantin Belousov | 2007-11-07 | 1 | -0/+11 |
| * | Add the CAM 'SG' peripheral device. This device implements a subset of the | Scott Long | 2007-04-07 | 1 | -0/+27 |
| * | - Protect the list of linux ioctl handlers with an sx lock. | John Baldwin | 2006-07-06 | 1 | -0/+17 |
| * | Now that we don't have a linuxolator on alpha anymore: | Alexander Leidinger | 2006-05-10 | 1 | -35/+0 |
| * | Unbreak COMPAT_LINUX32 option support on amd64. | Ruslan Ermilov | 2006-03-19 | 1 | -0/+2 |
| * | Fixup some problems in my previous commit (COMPAT_43). | Alexander Leidinger | 2006-03-18 | 1 | -2/+0 |
| * | Get rid of the need of COMPAT_43 in the linuxolator. | Alexander Leidinger | 2006-03-18 | 1 | -4/+31 |
| * | Linux compat bits needed to make linux programs use the new ptys : | Olivier Houchard | 2006-01-26 | 1 | -1/+9 |
| * | In Linux, kernel parameters passed to ioctl are by value, while in FreeBSD | Xin LI | 2005-12-13 | 1 | -5/+5 |
| * | Fix kernel build. | Xin LI | 2005-08-28 | 1 | -1/+1 |
| * | Rewrite linux_ifconf() to be more like ifconf() in net/if.c | Craig Rodrigues | 2005-08-27 | 1 | -25/+39 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -2/+2 |
| * | Implement SOUND_MIXER_INFO ioctl in compat layer. | Matthew N. Dodd | 2005-04-13 | 1 | -3/+36 |
| * | Use the CTASSERT() macro instead of rolling my own, non-portable one | Brooks Davis | 2005-03-24 | 1 | -3/+1 |
| * | Compile errors are way more useful then panics later. | Brooks Davis | 2005-03-24 | 1 | -3/+4 |
| * | Boot away another stackgap (one of the lest ones in linuxlator/i386) by | Maxim Sobolev | 2005-01-30 | 1 | -14/+13 |
| * | Match the LINUX32's style with existing style | David E. O'Brien | 2005-01-14 | 1 | -5/+5 |
| * | Start each of the license/copyright comments with /*- | Warner Losh | 2005-01-05 | 1 | -1/+1 |
| * | Changes to MI Linux emulation code necessary to run 32-bit Linux binaries | Tim J. Robbins | 2004-08-16 | 1 | -2/+13 |
| * | Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want to | Alexander Leidinger | 2004-07-02 | 1 | -0/+4 |
| * | Add stub for Linux SOUND_MIXER_READ_RECMASK, required by some Linux sound | Bruce M Simpson | 2004-06-18 | 1 | -0/+4 |
| * | Add a stub for the Linux SOUND_MIXER_INFO ioctl (even though we don't | Bruce M Simpson | 2004-06-18 | 1 | -0/+4 |
| * | Linux applications expect to be able to call SIOCGIFCONF with an | Bruce M Simpson | 2004-06-18 | 1 | -0/+14 |
| * | Fix the VT_SETMODE/CDROMIOCTOCENTRY problem correctly. | Bruce M Simpson | 2004-06-18 | 1 | -15/+17 |
| * | Fix two attempts to use an unchecked NULL pointer provided from the | Bruce M Simpson | 2004-06-18 | 1 | -7/+10 |
| * | Add support for more linux ioctls. | Poul-Henning Kamp | 2004-06-14 | 1 | -0/+105 |
| * | Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. This | Bruce M Simpson | 2004-02-19 | 1 | -0/+10 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -7/+4 |
| * | fix build: linux_to_bsd_msf_lba is no longer used because of previous commit | Sam Leffler | 2003-10-20 | 1 | -12/+0 |
| * | We dont support CDROMREADAUDIO anymore. | Søren Schmidt | 2003-10-20 | 1 | -18/+1 |
| * | Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa for | Marcel Moolenaar | 2003-06-28 | 1 | -2/+4 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 1 | -2/+3 |
| * | Add an ioctl handler for the DRM. This removes the need for the DRM_LINUX | Eric Anholt | 2003-04-24 | 1 | -0/+14 |
| * | Don't include <sys/disklabel.h> | Poul-Henning Kamp | 2003-04-16 | 1 | -1/+0 |
| * | Add #include <sys/conf.h> so we don't rely on <sys/disk.h> doing it. | Poul-Henning Kamp | 2003-04-01 | 1 | -0/+1 |
| * | Fix an XXX: and implement LINUX_BLKGETSIZE correctly. | Poul-Henning Kamp | 2003-03-28 | 1 | -6/+14 |
| * | - Change the linux_[gs]et_os{name, release, s_version}() functions to | John Baldwin | 2003-03-13 | 1 | -1/+1 |
| * | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | Dag-Erling Smørgrav | 2003-03-03 | 1 | -44/+37 |
| * | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | Dag-Erling Smørgrav | 2003-03-02 | 1 | -22/+22 |
| * | uiomove-related caddr_t -> void * (just the low-hanging fruit) | Dag-Erling Smørgrav | 2003-03-02 | 1 | -2/+1 |