aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty_outq.c
Commit message (Expand)AuthorAgeFilesLines
* tty: use __unused annotation instead to silence warningsMatt Macy2018-05-191-4/+2
* tty: conditionally assign to ret value only used by MPASS statementMatt Macy2018-05-191-1/+3
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Check tty_gone() after allocating IO buffers. The tty lock has to beIan Lepore2017-01-131-1/+7
* 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