aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty_ttydisc.c
Commit message (Expand)AuthorAgeFilesLines
* Implement FLUSHOWarner Losh2020-08-271-1/+31
* tty: convert tty_lock_assert to tty_assert_locked to hide lock typeKyle Evans2020-04-171-12/+12
* Replace ttyprintf with sbuf_printf and tty drain routineConrad Meyer2018-10-201-2/+12
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Don't clear the software flow control flag before draining for lastKonstantin Belousov2016-01-261-8/+5
* Correct SIGTTIN handling.Ed Schouten2012-10-251-0/+16
* Fix faulty error code handling in read(2) on TTYs.Ed Schouten2012-10-031-12/+12
* Fix found places where uio_resid is truncated to int.Konstantin Belousov2012-02-211-3/+3
* Fix whitespace inconsistencies in TTY code.Ed Schouten2012-02-061-1/+0
* Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.Ed Schouten2011-06-261-10/+10
* Print backspaces after echoing an EOF.Ed Schouten2009-10-171-3/+9
* Add ttydisc_rint_simple().Ed Schouten2009-08-231-0/+16
* Fix two bugs related to TTY input:Ed Schouten2009-08-021-0/+2
* If we have a regular rint handler, never go into rint_bypass mode.Ed Schouten2009-05-071-3/+6
* Use unsigned longs for the TTY's sysctl stats.Ed Schouten2009-02-261-4/+4
* Don't forget to relock the TTY after uiomove() returns an error.Ed Schouten2008-11-121-4/+2
* Introduce a hooks layer for the MPSAFE TTY layer.Ed Schouten2008-09-221-8/+93
* Fix style(9) issue in TTY header files: document function argument names.Ed Schouten2008-09-221-1/+1
* Make sure the TTY has not disappeared out from under us before callingChristian S.J. Peron2008-09-101-2/+3
* Use size_t to store the return value of ttydisc_getc().Ed Schouten2008-09-021-4/+3
* Backport two small fixes from the MPSAFE TTY branch in Perforce:Ed Schouten2008-08-291-4/+16
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-0/+1131