index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
compat
/
linux
/
common
/
linux_termios.c
Age
Commit message (
Expand
)
Author
2013-12-27
Add easy parts (TCOOFF/TCOON) of the TCXONC linux termios ioctl.
njoly
2008-07-04
make LINUX_TCSBRK work. The code is mostly copied from
matthias
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-21
Catch up with descriptor handling changes. See kern_descrip.c revision
ad
2007-12-20
Convert all the system call entry points from:
dsl
2007-10-19
Add compat_linux and exec_linux_elf lkm support for amd64:
njoly
2007-05-13
This is deja vu - I fixed this earlier....
dsl
2007-03-14
Add ptmx fakedevice hack for amd64
manu
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-09
Merge newlock2 to head.
ad
2006-11-25
Part of PR/33280: Christian Ehrhardt: The call to FILE_USE should be
elad
2006-09-22
Pretend to implement TIOCSPTLCK. Although failing is harmless, there is no
christos
2006-02-15
- Move the BSD to Linux and Linux to BSD termio/termios conversion functions
manu
2005-12-11
merge ktrace-lwp.
christos
2005-10-24
PR/31905: Wolfgang Stukenbrock: Termios ioctls TIOCMBIC and TIOCMBIS missing
christos
2005-02-26
nuke trailing whitespace
perry
2004-11-13
Add LINUX_TIOCGPTN for ptyfs pty emulation.
christos
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-03-21
Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.
dsl
2003-02-27
make compat_linux struct file interlock friendly.
yamt
2003-01-18
Merge the nathanw_sa branch.
thorpej
2001-12-19
Add some missing ioctl()s. From Tommy Bohlin in PR kern/14414.
augustss
2001-11-13
add RCSIDs (including regeneration of files as appropriate)
lukem
2001-06-14
Fix a partial construction problem that can cause race conditions
thorpej
2001-05-22
When c_ospeed in termio is null, NetBSD hangup the terminal. Since Linux
manu
2001-02-21
make some more constant arrays 'const'
jdolecek
2001-02-05
make it compile on alpha. cast pointer to u_long, not int
itojun
2001-02-03
Emulate LINUX_TCFLSH with our TIOCFLUSH. Do some CSE.
ross
2000-12-10
Add some ioctls for harddisk, floppy disk and console handling.
fvdl
2000-03-30
Kill register declarations.
augustss
1998-10-04
Assign my copyright to TNF. Merge with others were appropriate.
fvdl
1998-10-03
Attempt to fix the mess.
christos
1998-10-01
Moved from compat/linux/linux_termios.c to common.
erh
1996-04-05
Prototyping changes.
christos
1996-04-03
Add explicit return types.
mycroft
1996-03-08
Separate ioctl emulation by group. Add (minimal) audio emulation.
mycroft