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
/
isa
/
sio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sleep on a better address to wait for output to drain out of the
bde
1995-07-31
1
-2
/
+3
*
Improve input flow control.
bde
1995-07-31
1
-26
/
+6
*
Don't let IXOFF or ECHONL stop the setting of TS_CAN_BYPASS_L_RINT. IXOFF
bde
1995-07-29
1
-7
/
+5
*
Always wake up writers after clearing TS_BUSY. This will soon be
bde
1995-07-29
1
-7
/
+4
*
Obtained from: partly from ancient patches of mine via 1.1.5
bde
1995-07-22
1
-10
/
+4
*
Move the inline code for waking up writers to a new function
bde
1995-07-22
1
-15
/
+2
*
Obtained from: partly from ancient patches of mine via 1.1.5
bde
1995-07-21
1
-11
/
+1
*
Fix error logging:
bde
1995-07-05
1
-4
/
+10
*
Fight with hanging modems continued:
ache
1995-06-28
1
-1
/
+8
*
Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 if
bde
1995-06-25
1
-142
/
+236
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-12
/
+12
*
Fix -Wformat warnings from LINT kernel.
rgrimes
1995-05-11
1
-2
/
+2
*
Add hook for pstat -t
ache
1995-05-07
1
-1
/
+3
*
Move declarations of console functions to cons.h (they should be
bde
1995-04-23
1
-12
/
+5
*
Fix initializations of kdc_state for serial consoles.
bde
1995-04-15
1
-33
/
+38
*
Forgot two things in yesterday's massive devconf update:
wollman
1995-04-13
1
-6
/
+4
*
Move setcompat code to another place, initial/locked devices
ache
1995-04-13
1
-14
/
+12
*
Comment out ttcompat via COMPAT_SUNOS too
ache
1995-04-13
1
-11
/
+15
*
ttsetcompat is a '#ifdef COMPAT_43' feature.
phk
1995-04-12
1
-1
/
+5
*
Add a class field to devconf and mst drivers.
wollman
1995-04-12
1
-30
/
+52
*
Call new ttsetcompat() function for proper working
ache
1995-04-11
1
-1
/
+9
*
Move unit structure member down to optimize com->state per Bruce
ache
1995-04-04
1
-19
/
+19
*
Allow serial console BREAK to DDB
ache
1995-04-03
1
-3
/
+13
*
Back out changes related to locked bits until more elegant
ache
1995-04-02
1
-85
/
+7
*
Fix error:
ache
1995-04-02
1
-7
/
+83
*
Move SET_BYPASS macro to function per Bruce suggestion.
ache
1995-04-02
1
-20
/
+29
*
Move setting BYPASS state to macro, use it in several times,
ache
1995-04-01
1
-16
/
+18
*
Adjust TS_CAN_BYPASS_L_RINT state after l_open(), t_line
ache
1995-04-01
1
-1
/
+3
*
Use new TS_CAN_BYPASS_L_RINT state to avoid complex test
ache
1995-04-01
1
-23
/
+23
*
Check for never opened or closed device before testing
ache
1995-04-01
1
-3
/
+6
*
Fix serial error recording using new TTY_BI & TTY_OE
ache
1995-03-29
1
-11
/
+7
*
Remove TTY_OE & TTY_BI definitions to allow translation,
ache
1995-03-29
1
-3
/
+1
*
Move discard check up and do it only for error status
ache
1995-03-28
1
-23
/
+21
*
Don't use
ache
1995-03-28
1
-3
/
+2
*
Forget to add LSR_FE to discard (see prev commit)
ache
1995-03-28
1
-2
/
+2
*
Several fixes to help "raw" tty mode work correctly with
ache
1995-03-28
1
-5
/
+32
*
Raw ttyinput test was incomplete,
ache
1995-03-28
1
-2
/
+2
*
Fix break recording for ttyinput
ache
1995-03-28
1
-2
/
+4
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-4
/
+3
*
Workaround IXOFF bug when output queue is full && RTS control is on
ache
1995-02-28
1
-2
/
+6
*
Incorporate bde's code-review comments.
pst
1995-02-28
1
-10
/
+1
*
Don't confuse the frequency with the wavelength in DELAY() args. 960 cps
bde
1995-02-26
1
-40
/
+24
*
(a) remove the pointer to each driver's tty structure array from cdevsw
pst
1995-02-25
1
-3
/
+38
*
Revive input flow control, some ideas from iverson@leonheart.com
ache
1995-02-24
1
-9
/
+13
*
Submitted by: Bill Paul (wpaul@ctr.columbia.edu)
wpaul
1995-01-20
1
-11
/
+17
*
Fix scaling for TIOCM[SG]DTRWAIT to work when hz != 100.
bde
1995-01-06
1
-5
/
+5
*
Fight against hanging modems: add timeout to ttywait.
ache
1995-01-05
1
-4
/
+1
*
Keep track of the devconf state.
bde
1994-12-27
1
-2
/
+7
*
Change wakeup to endtsleep, because wakeup don't produce timeout
ache
1994-12-01
1
-3
/
+4
*
Work around microtime() enabling interrupts.
bde
1994-11-06
1
-1
/
+10
[next]