summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+3
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-24/+24
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+2
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.ed2011-07-171-2/+2
* Burn TTY ioctl bridges in compat layers.ed2009-05-081-29/+0
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-2/+17
* /* -> /*- for license, add FreeBSD tagimp2005-01-061-1/+1
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-211-0/+2
* Use __FBSDID().obrien2003-06-021-2/+3
* SCARGS removal take II.alfred2002-12-141-43/+43
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-43/+43
* Remove SCARGS.alfred2002-12-131-43/+43
* 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