aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty_outq.c
Commit message (Expand)AuthorAgeFilesLines
* Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.Ed Schouten2011-06-261-1/+1
* Remove statistics from the TTY queues.Ed Schouten2010-02-071-12/+0
* Use unsigned longs for the TTY's sysctl stats.Ed Schouten2009-02-261-4/+4
* Slightly improve the design of the TTY buffer.Ed Schouten2009-02-031-42/+52
* Fix some edge cases in the TTY queues:Ed Schouten2008-08-301-42/+29
* Remove unused tty_gone() checks inside ttyoutq_read_uio().Ed Schouten2008-08-231-11/+0
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-0/+365