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
/
dev
/
syscons
/
syscons.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from project branch via main. Uninteresting commits are trimmed.
markm
2013-10-12
1
-1
/
+1
*
Reload font when syscons(4) is resuming without switching mode.
jkim
2013-07-17
1
-27
/
+34
*
MFcalloutng (r244249, r244306 by mav):
davide
2013-03-04
1
-28
/
+30
*
Make sure that all mouse buttons are released when clients
hselasky
2013-02-06
1
-1
/
+20
*
Piggyback MIPS changes and add ARM syscons support for devices with
gonzo
2012-08-25
1
-1
/
+2
*
Provide basic glue to allow syscons to be used on MIPS, modelled
rwatson
2012-08-25
1
-1
/
+1
*
Move tty_opened_ns() into syscons.c which is currently the
hselasky
2012-03-29
1
-0
/
+3
*
Fix for NULL-pointer panic during boot, if keys are pressed too early.
hselasky
2012-03-29
1
-10
/
+11
*
Convert files to UTF-8
uqs
2012-01-15
1
-1
/
+1
*
sc_cngrab: switch to console vty when possible
avg
2011-12-21
1
-0
/
+7
*
syscons: provide a first iteration of cngrab/cnungrab implementation
avg
2011-12-17
1
-19
/
+35
*
kern cons: introduce infrastructure for console grabbing by kernel
avg
2011-12-17
1
-0
/
+12
*
syscons: make sc_puts static as it is used only privately
avg
2011-12-11
1
-1
/
+2
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-2
/
+2
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-2
/
+2
*
Add support for alternative break-to-debugger to syscons(4). While most
rwatson
2011-08-27
1
-0
/
+4
*
Attempt to make break-to-debugger and alternative break-to-debugger more
rwatson
2011-08-26
1
-1
/
+1
*
Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.
ed
2011-07-17
1
-0
/
+2
*
Move VT switching hack for suspend/resume from bus drivers to syscons.c
jkim
2011-05-09
1
-16
/
+82
*
Rename a variable to match scvidctl.c.
jkim
2010-11-30
1
-11
/
+11
*
Stop hardcoding default font size.
jkim
2010-11-30
1
-1
/
+1
*
Clean up code a bit to make it more readable.
jkim
2010-11-29
1
-18
/
+9
*
Honor font size for the video mode when default fonts are compiled in kernel
jkim
2010-11-29
1
-9
/
+35
*
Explicitly tell the compiler that we don't care about the return value
rpaulo
2010-10-13
1
-11
/
+11
*
Suspend screen updates when the video controller is powered down.
jkim
2010-05-22
1
-2
/
+2
*
Refine r204265. We want the standard VGA palette for packed pixel mode.
jkim
2010-03-29
1
-2
/
+2
*
Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'.
jkim
2010-02-24
1
-36
/
+79
*
Yet another attempt to make palette loading more safer:
jkim
2010-02-23
1
-4
/
+16
*
Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.
rnoland
2009-12-29
1
-2
/
+3
*
Allow Syscons terminal emulators to provide function key strings.
ed
2009-11-11
1
-5
/
+15
*
Fix VESA color palette corruption:
jkim
2009-11-03
1
-0
/
+3
*
Search for default 800x600 graphics mode from supported VESA mode list.
jkim
2009-10-23
1
-18
/
+46
*
Add support for VT200-style mouse input.
ed
2009-09-27
1
-7
/
+6
*
Just use ttydisc_rint_simple() instead of doing it ourselves.
ed
2009-09-18
1
-8
/
+2
*
Make use of the more flexable device hints by adding a new field,
delphij
2009-09-12
1
-2
/
+3
*
Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now means
delphij
2009-09-11
1
-7
/
+14
*
Last minute TTY API change: remove mutex argument from tty_alloc().
ed
2009-05-29
1
-1
/
+1
*
Turn consolectl into a simple device node, not a TTY.
ed
2009-05-15
1
-20
/
+26
*
Remove obsolete/bogus layering.
emax
2009-04-09
1
-8
/
+1
*
Make a 1:1 mapping between syscons stats and terminal emulators.
ed
2009-03-10
1
-32
/
+7
*
Don't call into the TTY layer when inside kdb.
ed
2009-03-09
1
-1
/
+1
*
Replace syscons terminal renderer by a new renderer that uses libteken.
ed
2009-01-01
1
-10
/
+27
*
Undo revision 185013 until better solution is found.
emax
2008-11-17
1
-4
/
+0
*
More locking for syscons(4). This should prevent races with sckbdevent().
emax
2008-11-16
1
-0
/
+4
*
Disable processing of output data after disabling scroll lock by force.
ed
2008-08-31
1
-0
/
+9
*
Make syscons(4) use ttyv0 instead of consolectl as its primary window.
ed
2008-08-24
1
-11
/
+6
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
1
-171
/
+156
*
Lower the priority of the sleep in the syscons for "waitvt" wchan to
kib
2008-08-04
1
-1
/
+1
*
The "free-lance" timer in the i8254 is only used for the speaker
phk
2008-03-26
1
-1
/
+1
*
Improve VT_WAITACTIVE semantics.
bland
2008-03-20
1
-13
/
+6
[next]