| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish the Linuxulator MD/MI split. | marcel | 2000-08-22 | 1 | -1529/+0 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
* | Fix some style bugs. The long line is in a chunk of code that's | nsayer | 2000-03-13 | 1 | -4/+4 |
* | Implement Linux BLKGETSIZE ioctl, and open the door to implementing | nsayer | 2000-03-09 | 1 | -0/+23 |
* | Avoid passing an uninitialized structure member to the real | nsayer | 2000-02-01 | 1 | -0/+1 |
* | Implement pluggable ioctl handlers. | marcel | 1999-12-04 | 1 | -1077/+1293 |
* | add linuxulator wrapper for SNDCTL_DSP_GETODELAY | alfred | 1999-11-29 | 1 | -0/+4 |
* | Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read and | jhay | 1999-10-06 | 1 | -1/+1 |
* | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | green | 1999-09-19 | 1 | -21/+19 |
* | <machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported API | peter | 1999-09-04 | 1 | -1/+1 |
* | Implement the OSS_GETVERSION ioctl. The version returned can be changed through | marcel | 1999-08-28 | 1 | -0/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix a bug in debug-printfs of struct linux_termios fields, where I forgot to | marcel | 1999-08-17 | 1 | -5/+5 |
* | Fix LINUX_TIOC{S|G}SERIAL implementation. Both do not copy data in or out | marcel | 1999-08-14 | 1 | -25/+21 |
* | Fix the LINUX_TCSET{A|AW|AF} and LINUX_TCSET{S|SW|SF} ioctls. These all suffer | marcel | 1999-08-14 | 1 | -7/+28 |
* | Fix a couple of termio/termios conversion bugs/typos/dupos/brainos and other | marcel | 1999-08-14 | 1 | -18/+23 |
* | Implementation of the CDROMSUBCHNL ioctl. | marcel | 1999-08-13 | 1 | -1/+65 |
* | Implementation of TCXONC. | marcel | 1999-07-17 | 1 | -1/+32 |
* | Implement VT_RELDISP ioctl | marcel | 1999-07-08 | 1 | -1/+6 |
* | Trivial implementation of TIOCM{S|G}ET and TIOCMBI{S|C} ioctls. No need | marcel | 1999-07-06 | 1 | -1/+17 |
* | Fix a couple of warnings and some bitrot in comments. | peter | 1999-05-09 | 1 | -1/+3 |
* | Fix up a few easy 'assignment used as truth value' and 'suggest parens | peter | 1999-05-06 | 1 | -2/+3 |
* | - Handle mixer read ioctls correctly. They have the same group, number and | luoqi | 1999-04-29 | 1 | -18/+149 |
* | MF22: Bring in some linux sound ioctl support which I committed to 2.2 | jkh | 1998-11-12 | 1 | -1/+61 |
* | Add several missing ioctl handlers. One needed by Sybase, the others | jfieber | 1998-09-30 | 1 | -1/+21 |
* | Argh! *Now* the correct 3.0 fix is committed. | jkh | 1998-08-31 | 1 | -7/+7 |
* | Whoops! Stamp out a 2.2-ism that snuck between branches here. | jkh | 1998-08-31 | 1 | -2/+2 |
* | Initial support for using linux X servers under emulation - to use an | jkh | 1998-08-31 | 1 | -4/+36 |
* | Fixed print format errors. | bde | 1998-07-29 | 1 | -13/+11 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | As described by the submitter: | msmith | 1997-12-15 | 1 | -1/+54 |
* | Added support for linux sound ioctls: | ahasty | 1997-11-17 | 1 | -2/+18 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -57/+57 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -3/+1 |
* | Make this thing actually compile. | dfr | 1997-06-02 | 1 | -2/+2 |
* | Oops, remove some bogus debugging code that crept in with the last commit. | msmith | 1997-06-02 | 1 | -10/+1 |
* | Add support for the SIOCGIFHWADDR ioctl, commonly used by | msmith | 1997-06-02 | 1 | -1/+44 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 3: include | bde | 1997-03-24 | 1 | -3/+2 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -1/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Add audio mixer ioctls. | smpatel | 1996-11-05 | 1 | -1/+73 |
* | Removed unused #include. Linux doesn't support SCO consoles. | bde | 1996-06-23 | 1 | -2/+1 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -5/+3 |
* | Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's. | peter | 1996-03-10 | 1 | -1/+62 |
* | Add support for LINUX_TCSETAW and LINUX_TCSETAF, which Linux-pine uses. | peter | 1996-03-04 | 1 | -1/+9 |
* | Add support for the old-style Linux termio (not termios) TCGETA etc. | peter | 1996-03-03 | 1 | -2/+72 |
* | Mega-commit for Linux emulator update.. This has been stress tested under | peter | 1996-03-02 | 1 | -9/+38 |
* | Oops, forgot a little difference between my src-tree and ours... | sos | 1995-12-30 | 1 | -2/+2 |