summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_ttydisc.c
Commit message (Expand)AuthorAgeFilesLines
* Correct SIGTTIN handling.ed2012-10-251-0/+16
* Fix faulty error code handling in read(2) on TTYs.ed2012-10-031-12/+12
* Fix found places where uio_resid is truncated to int.kib2012-02-211-3/+3
* Fix whitespace inconsistencies in TTY code.ed2012-02-061-1/+0
* Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.ed2011-06-261-10/+10
* Print backspaces after echoing an EOF.ed2009-10-171-3/+9
* Add ttydisc_rint_simple().ed2009-08-231-0/+16
* Fix two bugs related to TTY input:ed2009-08-021-0/+2
* If we have a regular rint handler, never go into rint_bypass mode.ed2009-05-071-3/+6
* Use unsigned longs for the TTY's sysctl stats.ed2009-02-261-4/+4
* Don't forget to relock the TTY after uiomove() returns an error.ed2008-11-121-4/+2
* Introduce a hooks layer for the MPSAFE TTY layer.ed2008-09-221-8/+93
* Fix style(9) issue in TTY header files: document function argument names.ed2008-09-221-1/+1
* Make sure the TTY has not disappeared out from under us before callingcsjp2008-09-101-2/+3
* Use size_t to store the return value of ttydisc_getc().ed2008-09-021-4/+3
* Backport two small fixes from the MPSAFE TTY branch in Perforce:ed2008-08-291-4/+16
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-0/+1131
OpenPOWER on IntegriCloud