summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_termios.c
AgeCommit message (Expand)Author
2001-12-19Add some missing ioctl()s. From Tommy Bohlin in PR kern/14414.augustss
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-06-14Fix a partial construction problem that can cause race conditionsthorpej
2001-05-22When c_ospeed in termio is null, NetBSD hangup the terminal. Since Linuxmanu
2001-02-21make some more constant arrays 'const'jdolecek
2001-02-05make it compile on alpha. cast pointer to u_long, not intitojun
2001-02-03Emulate LINUX_TCFLSH with our TIOCFLUSH. Do some CSE.ross
2000-12-10Add some ioctls for harddisk, floppy disk and console handling.fvdl
2000-03-30Kill register declarations.augustss
1998-10-04Assign my copyright to TNF. Merge with others were appropriate.fvdl
1998-10-03Attempt to fix the mess.christos
1998-10-01Moved from compat/linux/linux_termios.c to common.erh
1996-04-05Prototyping changes.christos
1996-04-03Add explicit return types.mycroft
1996-03-08Separate ioctl emulation by group. Add (minimal) audio emulation.mycroft