summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r294598:kib2016-02-141-5/+10
* MFC r294732:kib2016-02-081-5/+7
* MFC r294735:kib2016-02-081-3/+6
* MFC r293349:kib2016-01-281-52/+47
* MFC: r294362, r294414, r294753marius2016-01-271-35/+67
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r272789:marcel2014-12-281-10/+25
* MFC r269126 & 272786:marcel2014-12-281-8/+8
* MFC r272270:neel2014-10-081-6/+6
* MFC tty fixes, r259549 and r259663grehan2014-09-181-49/+107
* MFC r259441:marcel2014-02-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
* Improve nested jail awareness of devfs by handling credentials.ed2009-06-201-7/+0
* Perform some more cleanups to in-kernel session handling.ed2009-06-151-1/+1
* Make tcsetsid(3) work on revoked TTYs.ed2009-06-151-3/+6
* Revert my previous change, because it reintroduces an old regression.ed2009-06-121-7/+7
* Prevent yet another staircase effect bug in the console device.ed2009-06-121-7/+7
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-101-2/+2
OpenPOWER on IntegriCloud