| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement the CDROMREADAUDIO ioctl. | Marcel Moolenaar | 2002-10-19 | 1 | -1/+37 |
| * | - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2); | Maxim Sobolev | 2002-10-11 | 1 | -0/+15 |
| * | Remove NVIDIA ioctl bits. They will be provided in a kernel module. | Matthew N. Dodd | 2002-09-20 | 1 | -22/+0 |
| * | Put an XXX comment here to point somebody in the right direction. | Poul-Henning Kamp | 2002-09-20 | 1 | -0/+1 |
| * | Current uses struct thread *td rather than struct proc *p. | Warner Losh | 2002-09-20 | 1 | -2/+2 |
| * | This patch extends the FreeBSD Linux compatibility layer to support | Matthew N. Dodd | 2002-09-19 | 1 | -0/+22 |
| * | Implement LINUX_TIOCSCTTY. | Marcel Moolenaar | 2002-09-05 | 1 | -1/+4 |
| * | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev | 2002-08-18 | 1 | -1/+1 |
| * | In continuation of early fileop credential changes, modify fo_ioctl() to | Robert Watson | 2002-08-17 | 1 | -18/+36 |
| * | - Remove the Giant acquisition from linux_socket_ioctl() as it was really | Andrew R. Reiter | 2002-06-26 | 1 | -11/+2 |
| * | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 1 | -1/+1 |
| * | fix file descriptor leak. | Alfred Perlstein | 2002-02-20 | 1 | -1/+2 |
| * | Have SIOCGIFCONF return all (if any) AF_INET addresses for the | Marcel Moolenaar | 2002-01-29 | 1 | -4/+22 |
| * | Reinstate linux_ifname. Although the Linuxulator doesn't use it | Marcel Moolenaar | 2002-01-15 | 1 | -0/+27 |
| * | Replace ffind_* with fget calls. | Alfred Perlstein | 2002-01-14 | 1 | -15/+11 |
| * | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 1 | -94/+184 |
| * | Further fixes related to the interface renaming. Now that we | Marcel Moolenaar | 2002-01-10 | 1 | -52/+12 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -5/+5 |
| * | When translating the interface name when "eth?" is given, do not | Marcel Moolenaar | 2001-12-04 | 1 | -3/+9 |
| * | Deal with a few issues that cropped up following the recent changes | Ian Dowse | 2001-11-19 | 1 | -14/+69 |
| * | Implement DVD-ROM ioctls. | Marcel Moolenaar | 2001-11-18 | 1 | -0/+374 |
| * | Implement missing SOUND_MIXER_WRITE_RECSRC ioctl. | Marcel Moolenaar | 2001-11-18 | 1 | -0/+4 |
| * | Fix printf warnings (int/long) | Peter Wemm | 2001-11-17 | 1 | -2/+4 |
| * | Tweak the way we determine if an interface needs to have its name translated. | Dag-Erling Smørgrav | 2001-10-20 | 1 | -22/+57 |
| * | Fix Alpha related brokenness. We used to have a MD linux_ioctl.h | Marcel Moolenaar | 2001-10-19 | 1 | -6/+30 |
| * | Add support for the "device private" ioctls soon to be used by the an driver. | Dag-Erling Smørgrav | 2001-10-19 | 1 | -16/+63 |
| * | Try to make Linux socket ioctls work. Up until now they've only *pretended* | Dag-Erling Smørgrav | 2001-10-15 | 1 | -50/+281 |
| * | Fix off by one error introduced by the use of the ifnet_byindex() | Marcel Moolenaar | 2001-09-14 | 1 | -1/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -139/+139 |
| * | Round of cleanups and enhancements. These include (in random order): | Marcel Moolenaar | 2001-09-08 | 1 | -3/+3 |
| * | Wrap array accesses in macros, which also happen to be lvalues: | Jonathan Lemon | 2001-09-06 | 1 | -1/+1 |
| * | With this commit, I hereby pronounce gensetdefs past its use-by date. | Peter Wemm | 2001-06-13 | 1 | -34/+0 |
| * | Allow debugging output to be controlled on a per-syscall granularity. | Jonathan Lemon | 2001-02-16 | 1 | -34/+45 |
| * | Don't auto-generate the syscalls. | Marcel Moolenaar | 2000-12-03 | 1 | -4/+0 |
| * | Revert auto-generation. The Alpha port is broken. | Marcel Moolenaar | 2000-11-10 | 1 | -0/+4 |
| * | Sync with Alpha: | Marcel Moolenaar | 2000-11-09 | 1 | -4/+0 |
| * | zap a stray include that snuck in with rev 1.56 | Andrew Gallatin | 2000-11-02 | 1 | -1/+0 |
| * | fix linux_termio and linux_termios structs on alpha. alpha differences | Andrew Gallatin | 2000-11-01 | 1 | -7/+7 |
| * | The MI/MD split wasn't perfect and the MI files need hacks for the | David E. O'Brien | 2000-11-01 | 1 | -1/+18 |
| * | Initiate deorbit burn sequence for <machine/console.h>. | Poul-Henning Kamp | 2000-10-08 | 1 | -2/+2 |
| * | Update include directives. | Marcel Moolenaar | 2000-08-22 | 1 | -5/+5 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -2/+2 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -2/+2 |
| * | Fix some style bugs. The long line is in a chunk of code that's | Nick Sayer | 2000-03-13 | 1 | -4/+4 |
| * | Implement Linux BLKGETSIZE ioctl, and open the door to implementing | Nick Sayer | 2000-03-09 | 1 | -0/+23 |
| * | Avoid passing an uninitialized structure member to the real | Nick Sayer | 2000-02-01 | 1 | -0/+1 |
| * | Implement pluggable ioctl handlers. | Marcel Moolenaar | 1999-12-04 | 1 | -1077/+1293 |
| * | add linuxulator wrapper for SNDCTL_DSP_GETODELAY | Alfred Perlstein | 1999-11-29 | 1 | -0/+4 |
| * | Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read and | John Hay | 1999-10-06 | 1 | -1/+1 |
| * | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | Brian Feldman | 1999-09-19 | 1 | -21/+19 |