summaryrefslogtreecommitdiffstats
path: root/sys/sys/tty.h
Commit message (Expand)AuthorAgeFilesLines
* MFC tty fixes, r259549 and r259663grehan2014-09-181-0/+3
* MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179,jhb2014-03-061-0/+1
* Add tty_set_winsize().ed2012-11-031-0/+1
* Correct SIGTTIN handling.ed2012-10-251-0/+1
* Move tty_opened_ns() into syscons.c which is currently thehselasky2012-03-291-2/+0
* Fix for NULL-pointer panic during boot, if keys are pressed too early.hselasky2012-03-291-0/+2
* Reintroduce the cioctl() hook in the TTY layer for digi(4).ed2011-07-021-0/+5
* Make TIOCSTI work again.ed2010-01-041-2/+3
* Decompose <sys/termios.h>.ed2009-11-281-1/+1
* Move ptmx into pty(4).ed2009-09-061-0/+1
* Improve my last commit: use a separate condvar to serialize.ed2009-06-231-0/+1
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+2
* Serialize write() calls on TTYs.ed2009-02-111-0/+3
* Don't leave the console TTY constantly open.ed2009-02-051-17/+18
* Reimplement the /dev/console device node.ed2008-11-011-0/+3
* Import some improvements to the TTY code from the MPSAFE TTY branch.ed2008-10-151-0/+1
* Add another TTY locking migration macro: tty_getlock().ed2008-09-241-0/+1
* Introduce a hooks layer for the MPSAFE TTY layer.ed2008-09-221-3/+7
* Fix style(9) issue in TTY header files: document function argument names.ed2008-09-221-23/+24
* Fix an awful bug inside our COMPAT_43TTY code.ed2008-09-041-0/+1
* Correct misbehaviour of patching sys/sys/tty.h.ed2008-08-201-360/+141
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-18/+5
* Move TTY unrelated bits out of <sys/tty.h>.ed2008-05-231-27/+1
* - Don't depend on header pollution to declare struct thread.jeff2007-12-161-0/+1
* Deorbit ttymalloc() in preference for ttyalloc()phk2006-01-041-1/+0
* Make ttsetcompat() staticphk2005-10-161-2/+0
* Add a bunch of inline functions to call the drivers tty implementing methods.phk2005-10-161-0/+76
* Eliminate two unused arguments to ttycreate().phk2005-10-161-1/+2
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-0/+1
* Assign a global unit number for the tty slave devices (init/lock) usingphk2004-09-301-0/+1
* Add functions to create and free the "tty-ness" of a serial port in aphk2004-09-281-0/+7
* Fix an issue with ng_tty which (ab)used the tty->t_sc field which isphk2004-09-171-0/+1
* forward declare struct cdev, not cdevsw;phk2004-09-171-1/+1
* Add various stuff to struct tty and surounding areas in preparationphk2004-09-171-0/+26
* Add ttyalloc() which in due time will be the successor to ttymalloc(),phk2004-09-171-0/+1
* Add fields to struct tty for the initial/lock * tty/cua states.phk2004-09-161-0/+4
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-2/+2
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-111-0/+7
* Fix build: forward declare struct tty before defining the tty functionmarcel2004-07-011-0/+2
* Define the tty methods as typedefs.phk2004-06-301-11/+17
* Pick the hotchar out of the tty structure instead of caching privatephk2004-06-261-1/+1
* Fix line discipline switching issues: If opening a new ldisc fails,phk2004-06-261-0/+1
* Add two new methods to struct tty: One for manipulating BREAK conditionphk2004-06-251-0/+4
* Since we grew struct xtty, t_dev doesn't have to be schizofrenic anymore.phk2004-06-231-6/+1
* Second half of the dev_t cleanup.phk2004-06-171-2/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* Reference count struct tty.phk2004-06-091-2/+8
* Move PTY private defines into PTY private files.phk2004-06-091-3/+0
* Centralize the line discipline optimization determination in a functionphk2004-06-041-0/+1
* Move the line discipline related stuff out of <sys/conf.h> and intophk2004-06-041-0/+5
OpenPOWER on IntegriCloud