| Commit message (Expand) | Author | Age | Files | Lines |
* | Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. This | bms | 2004-02-19 | 1 | -0/+10 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -7/+4 |
* | fix build: linux_to_bsd_msf_lba is no longer used because of previous commit | sam | 2003-10-20 | 1 | -12/+0 |
* | We dont support CDROMREADAUDIO anymore. | sos | 2003-10-20 | 1 | -18/+1 |
* | Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa for | marcel | 2003-06-28 | 1 | -2/+4 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -2/+3 |
* | Add an ioctl handler for the DRM. This removes the need for the DRM_LINUX | anholt | 2003-04-24 | 1 | -0/+14 |
* | Don't include <sys/disklabel.h> | phk | 2003-04-16 | 1 | -1/+0 |
* | Add #include <sys/conf.h> so we don't rely on <sys/disk.h> doing it. | phk | 2003-04-01 | 1 | -0/+1 |
* | Fix an XXX: and implement LINUX_BLKGETSIZE correctly. | phk | 2003-03-28 | 1 | -6/+14 |
* | - Change the linux_[gs]et_os{name, release, s_version}() functions to | jhb | 2003-03-13 | 1 | -1/+1 |
* | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | des | 2003-03-03 | 1 | -44/+37 |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 1 | -22/+22 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 1 | -2/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Add function linux_msg() for regulating output from the linux emulation | alfred | 2003-01-02 | 1 | -1/+1 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -2/+12 |
* | Implement the CDROMREADAUDIO ioctl. | marcel | 2002-10-19 | 1 | -1/+37 |
* | - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2); | sobomax | 2002-10-11 | 1 | -0/+15 |
* | Remove NVIDIA ioctl bits. They will be provided in a kernel module. | mdodd | 2002-09-20 | 1 | -22/+0 |
* | Put an XXX comment here to point somebody in the right direction. | phk | 2002-09-20 | 1 | -0/+1 |
* | Current uses struct thread *td rather than struct proc *p. | imp | 2002-09-20 | 1 | -2/+2 |
* | This patch extends the FreeBSD Linux compatibility layer to support | mdodd | 2002-09-19 | 1 | -0/+22 |
* | Implement LINUX_TIOCSCTTY. | marcel | 2002-09-05 | 1 | -1/+4 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -1/+1 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 1 | -18/+36 |
* | - Remove the Giant acquisition from linux_socket_ioctl() as it was really | arr | 2002-06-26 | 1 | -11/+2 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 1 | -1/+1 |
* | fix file descriptor leak. | alfred | 2002-02-20 | 1 | -1/+2 |
* | Have SIOCGIFCONF return all (if any) AF_INET addresses for the | marcel | 2002-01-29 | 1 | -4/+22 |
* | Reinstate linux_ifname. Although the Linuxulator doesn't use it | marcel | 2002-01-15 | 1 | -0/+27 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -15/+11 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -94/+184 |
* | Further fixes related to the interface renaming. Now that we | marcel | 2002-01-10 | 1 | -52/+12 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -5/+5 |
* | When translating the interface name when "eth?" is given, do not | marcel | 2001-12-04 | 1 | -3/+9 |
* | Deal with a few issues that cropped up following the recent changes | iedowse | 2001-11-19 | 1 | -14/+69 |
* | Implement DVD-ROM ioctls. | marcel | 2001-11-18 | 1 | -0/+374 |
* | Implement missing SOUND_MIXER_WRITE_RECSRC ioctl. | marcel | 2001-11-18 | 1 | -0/+4 |
* | Fix printf warnings (int/long) | peter | 2001-11-17 | 1 | -2/+4 |
* | Tweak the way we determine if an interface needs to have its name translated. | des | 2001-10-20 | 1 | -22/+57 |
* | Fix Alpha related brokenness. We used to have a MD linux_ioctl.h | marcel | 2001-10-19 | 1 | -6/+30 |
* | Add support for the "device private" ioctls soon to be used by the an driver. | des | 2001-10-19 | 1 | -16/+63 |
* | Try to make Linux socket ioctls work. Up until now they've only *pretended* | des | 2001-10-15 | 1 | -50/+281 |
* | Fix off by one error introduced by the use of the ifnet_byindex() | marcel | 2001-09-14 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -139/+139 |
* | Round of cleanups and enhancements. These include (in random order): | marcel | 2001-09-08 | 1 | -3/+3 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 1 | -1/+1 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 1 | -34/+0 |