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_ttydisc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct SIGTTIN handling.
ed
2012-10-25
1
-0
/
+16
*
Fix faulty error code handling in read(2) on TTYs.
ed
2012-10-03
1
-12
/
+12
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
1
-3
/
+3
*
Fix whitespace inconsistencies in TTY code.
ed
2012-02-06
1
-1
/
+0
*
Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.
ed
2011-06-26
1
-10
/
+10
*
Print backspaces after echoing an EOF.
ed
2009-10-17
1
-3
/
+9
*
Add ttydisc_rint_simple().
ed
2009-08-23
1
-0
/
+16
*
Fix two bugs related to TTY input:
ed
2009-08-02
1
-0
/
+2
*
If we have a regular rint handler, never go into rint_bypass mode.
ed
2009-05-07
1
-3
/
+6
*
Use unsigned longs for the TTY's sysctl stats.
ed
2009-02-26
1
-4
/
+4
*
Don't forget to relock the TTY after uiomove() returns an error.
ed
2008-11-12
1
-4
/
+2
*
Introduce a hooks layer for the MPSAFE TTY layer.
ed
2008-09-22
1
-8
/
+93
*
Fix style(9) issue in TTY header files: document function argument names.
ed
2008-09-22
1
-1
/
+1
*
Make sure the TTY has not disappeared out from under us before calling
csjp
2008-09-10
1
-2
/
+3
*
Use size_t to store the return value of ttydisc_getc().
ed
2008-09-02
1
-4
/
+3
*
Backport two small fixes from the MPSAFE TTY branch in Perforce:
ed
2008-08-29
1
-4
/
+16
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
1
-0
/
+1131