aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ttydevsw.h
Commit message (Expand)AuthorAgeFilesLines
* tty: convert tty_lock_assert to tty_assert_locked to hide lock typeKyle Evans2020-04-171-8/+8
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - Make the code consistent with itself style-wise and bring it closerMarius Strobl2016-01-251-7/+19
* Correct assertions in r294362, foobared when separating style fixesMarius Strobl2016-01-201-1/+2
* Fix tty_drain() and, thus, TIOCDRAIN of the current tty(4) incarnationMarius Strobl2016-01-191-1/+13
* Reintroduce the cioctl() hook in the TTY layer for digi(4).Ed Schouten2011-07-021-0/+14
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-4/+5
* Introduce a hooks layer for the MPSAFE TTY layer.Ed Schouten2008-09-221-3/+1
* Fix style(9) issue in TTY header files: document function argument names.Ed Schouten2008-09-221-10/+12
* Implement pts(4) packet mode.Ed Schouten2008-09-041-0/+11
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-0/+158