aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty_inq.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
* Use strchr() and strrchr().Ed Schouten2012-01-021-1/+1
* Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.Ed Schouten2011-06-261-4/+4
* Remove statistics from the TTY queues.Ed Schouten2010-02-071-10/+0
* Remove a dead initialization.Ed Schouten2010-01-181-1/+1
* Enable secure TTY input buffer flushing by default.Ed Schouten2009-05-211-1/+1
* Add a new sysctl: kern.tty_inq_flush_secure.Ed Schouten2009-05-211-14/+8
* 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-28/+50
* Fix some edge cases in the TTY queues:Ed Schouten2008-08-301-42/+23
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-0/+502