summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not dereference vp->v_rdev without holding any of dev_mtx or vnodekib2009-06-081-8/+20
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+8
* Get rid of M_TEMP.ed2009-05-261-2/+2
* Block when initially opening a TTY multiple times.ed2009-05-241-5/+11
* - Implement a lockless file descriptor lookup algorithm injeff2009-05-141-4/+7
* Remove unneeded check for SESS_LEADER().ed2009-05-041-1/+1
* Fix tty_wait_background() to comply with standards.ed2009-04-081-8/+16
* Improve my previous changes to the TTY code: also remove memcpy().ed2009-03-011-5/+5
* Replace bcopy() calls inside the TTY layer with memcpy()/strlcpy().ed2009-02-281-7/+7
* Serialize write() calls on TTYs.ed2009-02-111-6/+24
* Don't leave the console TTY constantly open.ed2009-02-051-31/+40
* Slightly improve the design of the TTY buffer.ed2009-02-031-3/+0
* Use the proper flag to let kern.ttys be executed without Giant.ed2009-01-261-1/+1
OpenPOWER on IntegriCloud