index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
tty.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
filedesc: simplify fget_unlocked & friends
mjg
2015-02-17
1
-1
/
+1
*
Fix draining in ttydev_leave():
marcel
2014-10-09
1
-10
/
+25
*
Apply r269126 to tty_timedwait():
marcel
2014-10-09
1
-4
/
+4
*
tty_rel_free() can be called more than once for the same tty so make sure
neel
2014-09-28
1
-6
/
+6
*
Don't return ERESTART when the device is gone. In ttydev_leave() ERESTART
marcel
2014-07-26
1
-4
/
+4
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
1
-1
/
+1
*
Move list of ttys handling from the allocating procedures, to the
glebius
2013-12-20
1
-10
/
+10
*
- Rename tty_makedev() into tty_makedevf() and make it capable
glebius
2013-12-18
1
-36
/
+73
*
Properly drain the TTY when both revoke(2) and close(2) end up closing
marcel
2013-12-16
1
-2
/
+4
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-1
/
+3
*
Merge Capsicum overhaul:
pjd
2013-03-02
1
-12
/
+4
*
Fix typo; s/ouput/output
kevlo
2012-11-07
1
-1
/
+1
*
Add tty_set_winsize().
ed
2012-11-03
1
-4
/
+11
*
Correct SIGTTIN handling.
ed
2012-10-25
1
-8
/
+1
*
In tty_makedev() the following construction:
pho
2012-06-18
1
-2
/
+19
*
Eliminate redundant variable.
pjd
2012-06-07
1
-5
/
+1
*
Plug file reference leak in capability failure case.
pjd
2012-06-07
1
-1
/
+1
*
Also call the low-level driver if ->c_iflag & (IXON|IXOFF|IXANY) changes.
phk
2012-02-26
1
-0
/
+2
*
Fix whitespace inconsistencies in TTY code.
ed
2012-02-06
1
-1
/
+1
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-1
/
+1
*
Fix error return codes for ioctls on init/lock state devices.
ed
2011-09-12
1
-1
/
+2
*
Fix a deficiency in the selinfo interface:
attilio
2011-08-25
1
-0
/
+2
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-0
/
+12
*
Reintroduce the cioctl() hook in the TTY layer for digi(4).
ed
2011-07-02
1
-6
/
+20
*
Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.
ed
2011-06-26
1
-12
/
+12
*
Finish r210923, 210926. Mark some devices as eternal.
kib
2011-01-04
1
-2
/
+2
*
Just make callout devices and /dev/console force CLOCAL on open().
ed
2010-09-19
1
-6
/
+7
*
Ignore DCD handling on /dev/console entirely.
ed
2010-09-19
1
-1
/
+2
*
Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that created
kib
2010-08-06
1
-3
/
+3
*
Fix a race condition, where a TTY could be destroyed twice.
ed
2010-07-06
1
-1
/
+2
*
Make TIOCSTI work again.
ed
2010-01-04
1
-6
/
+16
*
Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.
rnoland
2009-12-29
1
-4
/
+5
*
Don't allocate an input buffer for a TTY when the receiver is turned off.
ed
2009-12-01
1
-2
/
+4
*
Among signal generation syscalls, only sigqueue(2) is allowed by POSIX
kib
2009-11-17
1
-2
/
+14
*
Properly set the low watermarks when reducing the baud rate.
ed
2009-10-19
1
-2
/
+2
*
Allow the buffer size to be configured for pseudo-like TTY devices.
ed
2009-10-18
1
-2
/
+13
*
Make lock devices work properly.
ed
2009-10-18
1
-0
/
+28
*
Use C99 initialization for struct filterops.
rwatson
2009-09-12
1
-4
/
+10
*
Fix regressions in return events of poll() on TTYs.
ed
2009-07-08
1
-9
/
+7
*
Add FIONWRITE support to TTYs.
ed
2009-06-28
1
-3
/
+4
*
Improve my last commit: use a separate condvar to serialize.
ed
2009-06-23
1
-2
/
+4
*
Use dcdwait to block threads to serialize writes.
ed
2009-06-23
1
-2
/
+3
*
Improve nested jail awareness of devfs by handling credentials.
ed
2009-06-20
1
-7
/
+0
*
Perform some more cleanups to in-kernel session handling.
ed
2009-06-15
1
-1
/
+1
*
Make tcsetsid(3) work on revoked TTYs.
ed
2009-06-15
1
-3
/
+6
*
Revert my previous change, because it reintroduces an old regression.
ed
2009-06-12
1
-7
/
+7
*
Prevent yet another staircase effect bug in the console device.
ed
2009-06-12
1
-7
/
+7
*
Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use
kib
2009-06-10
1
-2
/
+2
*
Do not dereference vp->v_rdev without holding any of dev_mtx or vnode
kib
2009-06-08
1
-8
/
+20
*
Last minute TTY API change: remove mutex argument from tty_alloc().
ed
2009-05-29
1
-1
/
+8
[next]