summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
Commit message (Expand)AuthorAgeFilesLines
* Don't clear the software flow control flag before draining for lastkib2016-01-261-7/+5
* Restore flushing of output for revoke(2) again. Document revoke()'skib2016-01-261-15/+14
* - Make the code consistent with itself style-wise and bring it closermarius2016-01-251-33/+57
* Don't allow opening the callout device when the callin device is alreadykib2016-01-251-3/+6
* Fix the %b flags string for ddb. All bits above the 5thkib2016-01-251-5/+7
* In tty_dealloc(), clear the queues. See the comment for a scenariokib2016-01-221-5/+10
* Fix tty_drain() and, thus, TIOCDRAIN of the current tty(4) incarnationmarius2016-01-191-2/+10
* Convert tty common code to use make_dev_s().kib2016-01-071-52/+47
* filedesc: simplify fget_unlocked & friendsmjg2015-02-171-1/+1
* Fix draining in ttydev_leave():marcel2014-10-091-10/+25
* Apply r269126 to tty_timedwait():marcel2014-10-091-4/+4
* tty_rel_free() can be called more than once for the same tty so make sureneel2014-09-281-6/+6
* Don't return ERESTART when the device is gone. In ttydev_leave() ERESTARTmarcel2014-07-261-4/+4
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Move list of ttys handling from the allocating procedures, to theglebius2013-12-201-10/+10
* - Rename tty_makedev() into tty_makedevf() and make it capableglebius2013-12-181-36/+73
* Properly drain the TTY when both revoke(2) and close(2) end up closingmarcel2013-12-161-2/+4
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+3
* Merge Capsicum overhaul:pjd2013-03-021-12/+4
* Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* Add tty_set_winsize().ed2012-11-031-4/+11
* Correct SIGTTIN handling.ed2012-10-251-8/+1
* In tty_makedev() the following construction:pho2012-06-181-2/+19
* Eliminate redundant variable.pjd2012-06-071-5/+1
* Plug file reference leak in capability failure case.pjd2012-06-071-1/+1
* Also call the low-level driver if ->c_iflag & (IXON|IXOFF|IXANY) changes.phk2012-02-261-0/+2
* Fix whitespace inconsistencies in TTY code.ed2012-02-061-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Fix error return codes for ioctls on init/lock state devices.ed2011-09-121-1/+2
* Fix a deficiency in the selinfo interface:attilio2011-08-251-0/+2
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-0/+12
* Reintroduce the cioctl() hook in the TTY layer for digi(4).ed2011-07-021-6/+20
* Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.ed2011-06-261-12/+12
* Finish r210923, 210926. Mark some devices as eternal.kib2011-01-041-2/+2
* Just make callout devices and /dev/console force CLOCAL on open().ed2010-09-191-6/+7
* Ignore DCD handling on /dev/console entirely.ed2010-09-191-1/+2
* Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that createdkib2010-08-061-3/+3
* Fix a race condition, where a TTY could be destroyed twice.ed2010-07-061-1/+2
* Make TIOCSTI work again.ed2010-01-041-6/+16
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-4/+5
* Don't allocate an input buffer for a TTY when the receiver is turned off.ed2009-12-011-2/+4
* Among signal generation syscalls, only sigqueue(2) is allowed by POSIXkib2009-11-171-2/+14
* Properly set the low watermarks when reducing the baud rate.ed2009-10-191-2/+2
* Allow the buffer size to be configured for pseudo-like TTY devices.ed2009-10-181-2/+13
* Make lock devices work properly.ed2009-10-181-0/+28
* Use C99 initialization for struct filterops.rwatson2009-09-121-4/+10
* Fix regressions in return events of poll() on TTYs.ed2009-07-081-9/+7
* Add FIONWRITE support to TTYs.ed2009-06-281-3/+4
* Improve my last commit: use a separate condvar to serialize.ed2009-06-231-2/+4
* Use dcdwait to block threads to serialize writes.ed2009-06-231-2/+3
OpenPOWER on IntegriCloud