summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_termios.c
AgeCommit message (Expand)Author
2013-12-27Add easy parts (TCOOFF/TCOON) of the TCXONC linux termios ioctl.njoly
2008-07-04make LINUX_TCSBRK work. The code is mostly copied frommatthias
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2007-12-20Convert all the system call entry points from:dsl
2007-10-19Add compat_linux and exec_linux_elf lkm support for amd64:njoly
2007-05-13This is deja vu - I fixed this earlier....dsl
2007-03-14Add ptmx fakedevice hack for amd64manu
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-11-25Part of PR/33280: Christian Ehrhardt: The call to FILE_USE should beelad
2006-09-22Pretend to implement TIOCSPTLCK. Although failing is harmless, there is nochristos
2006-02-15- Move the BSD to Linux and Linux to BSD termio/termios conversion functionsmanu
2005-12-11merge ktrace-lwp.christos
2005-10-24PR/31905: Wolfgang Stukenbrock: Termios ioctls TIOCMBIC and TIOCMBIS missingchristos
2005-02-26nuke trailing whitespaceperry
2004-11-13Add LINUX_TIOCGPTN for ptyfs pty emulation.christos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-03-21Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.dsl
2003-02-27make compat_linux struct file interlock friendly.yamt
2003-01-18Merge the nathanw_sa branch.thorpej
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