summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_termios.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove the Linux emulation code, no longer referenced by anythingnaddy2016-03-021-720/+0
* Indroduce fd_getfile_mode() and use it were fd_getfile() is directlympi2015-04-301-7/+2
* Move p_emul and p_sigcode from proc to process.guenther2014-03-261-2/+2
* Add struct proc * argument to FRELE() and FILE_SET_MATURE() inguenther2012-04-221-2/+2
* Add missing 230400 to linux_speeds array to match linux_spmasks.millert2003-04-051-3/+3
* minor style.jasoni2002-05-071-9/+13
* support TIOCLINUX ioctljasoni2002-05-071-1/+26
* First round of __P removal in sysmillert2002-03-141-9/+9
* FREF/FRELE where required due to fd_getfile.jasoni2002-02-131-50/+49
* - every new fd created by falloc() is marked as larval and should not be usedart2001-10-261-3/+2
* style/cleanup (of function headers)jasoni2001-05-241-5/+6
* Stupid Linux redefined SBRK semanticsniklas2000-08-181-2/+2
* Add TCSBRK emulation. bug reported by sparud@crt.seniklas2000-08-181-1/+4
* TIOCM{GET,SET,BIS,BIC}, and TCXONC supportderaadt1999-07-181-1/+53
* emulate set controlling tty ioctlprovos1997-12-101-1/+4
* protoderaadt1996-10-161-1/+10
* Merge of NetBSD 960317niklas1996-04-181-11/+1
* Good fixes and changes from latest Net.mickey1996-04-171-5/+16
* From NetBSD:mickey1996-03-081-0/+629