index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
linux
/
linux_ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
My first shot at get sound to work on the emulator.
sos
1995-12-29
1
-2
/
+63
*
Clean up some warnings by using the generated structures in <sys/sysproto.h>
peter
1995-12-15
1
-14
/
+14
*
Completed function declarations and added prototypes.
bde
1995-11-22
1
-3
/
+6
*
First incarnation of our Linux emulator or rather compatibility code.
sos
1995-06-25
1
-0
/
+495