summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-8/+13
* Remove __P.alfred2002-03-201-4/+4
* Fix warnings (prototype for nonexisting static function)peter2002-02-281-2/+0
* Lock struct pgrp, session and sigio.tanimura2002-02-231-0/+2
* Replace ffind_* with fget calls.alfred2002-01-141-2/+1
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-59/+106
* Handle the IBCS2 FIONREAD ioctl. I have only tested that thisiedowse2001-11-161-0/+1
* KSE Milestone 2julian2001-09-121-40/+41
* Fix setting serial baud rate under ibcs2 emulation by moving a line to thejon2001-07-201-2/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+4
* Proc locking.jhb2001-01-231-1/+6
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+2
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-191-11/+10
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-1/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-32/+30
* Removed unused or apparently-unused #includes, especially of thebde1997-04-101-25/+0
* Don't include <sys/ioctl.h> in the kernel. Stage 3: includebde1997-03-241-1/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-0/+1
* Implement ioctl's IBCS2_TCFLSH and IBCS2_TCXONC. Improve termios conversion.swallace1996-03-281-12/+50
* Remove old files no longer needed.swallace1995-10-101-870/+549
* Remove trailing whitespace.rgrimes1995-05-301-36/+36
* Fixed some video returns.sos1994-10-231-6/+10
* Got a little closer with socksys emulation.sos1994-10-171-3/+33
* iBCS2 emulator core files.sos1994-10-141-0/+913
OpenPOWER on IntegriCloud