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
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