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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -Wformat warnings from LINT kernel.
rgrimes
1995-05-11
1
-2
/
+2
*
Add variable `idelayed' and macros setdelayed() and schedsofttty()
bde
1995-05-11
1
-1
/
+7
*
Fix -Wformat warnings, still need to do something about %b and pointer
rgrimes
1995-05-09
1
-3
/
+3
*
Add hook for pstat -t
ache
1995-05-07
1
-1
/
+3
*
Restructured the floppy tape probe.
joerg
1995-05-06
1
-6
/
+2
*
Added nsccons variable for use by pstat
sos
1995-04-28
1
-1
/
+2
*
Added mark_all() call so that screen is proberly updated
sos
1995-04-25
1
-1
/
+2
*
Move declarations of console functions to cons.h (they should be
bde
1995-04-23
1
-12
/
+5
*
Correct the type of the `c' arg to pccnputc().
bde
1995-04-23
2
-11
/
+10
*
Reviewed by: no-one yet, but non-intrusive
julian
1995-04-20
1
-1
/
+29
*
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
3
-38
/
+81
*
Call new ttsetcompat() function for proper working
ache
1995-04-11
1
-1
/
+9
*
Correct recalibrate/seek code at attach time so that we do not get
rgrimes
1995-04-06
1
-4
/
+11
*
Fixes to the hardware cursor emulation.
sos
1995-04-04
2
-56
/
+80
*
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
*
Fix count in mark_for_update() for insert-char(s) and delete-char(s).
bde
1995-04-01
1
-4
/
+4
*
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
*
Emulate hw cursor closely, and get start&end scanlines from BIOS.
sos
1995-03-30
2
-19
/
+27
*
Optimized the way physical screen updates are done. Now only
sos
1995-03-29
2
-51
/
+133
*
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
*
Change fkey 63 from ^[[K to ^[[~.
sos
1995-03-28
1
-2
/
+2
*
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
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-28
1
-3
/
+3
*
Raw ttyinput test was incomplete,
ache
1995-03-28
1
-2
/
+2
*
Fix break recording for ttyinput
ache
1995-03-28
1
-2
/
+4
*
Give backspace to the people (again)
sos
1995-03-27
1
-6
/
+6
*
Terminate all probe/diagnostic/error messages correctly with a \n.
rgrimes
1995-03-26
1
-27
/
+26
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
3
-12
/
+25
*
Finally get rid of this bothering ``biodone: buffer already done''
joerg
1995-03-12
1
-3
/
+12
*
Fix flag bugs with RUKEYMAP
ache
1995-03-03
1
-3
/
+3
*
Minor update to syscons.
sos
1995-03-03
3
-57
/
+60
*
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
3
-24
/
+4
*
Replace all remaining instances of `i386/include' by `machine' and fix
bde
1995-02-26
1
-4
/
+6
[next]