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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.
rnoland
2009-12-29
1
-2
/
+3
*
Include <sys/ttydefaults.h>, instead of doing it through <sys/termios.h>.
ed
2009-11-28
1
-0
/
+1
*
Fix pgsignal() call after signature change in r199355.
kib
2009-11-17
1
-1
/
+5
*
Convert syscons on i386 to TERM=xterm.
ed
2009-11-13
1
-9
/
+0
*
Switch the default terminal emulation style to xterm for most platforms.
ed
2009-11-13
1
-2
/
+11
*
Allow Syscons terminal emulators to provide function key strings.
ed
2009-11-11
3
-13
/
+78
*
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
4
-9
/
+65
*
Add 256 color support.
ed
2009-09-26
1
-4
/
+4
*
Just use ttydisc_rint_simple() instead of doing it ourselves.
ed
2009-09-18
1
-8
/
+2
*
Make sure we never place the cursor outside the screen.
ed
2009-09-13
1
-3
/
+6
*
Commit a change that I missed in the previous commit.
ed
2009-09-12
1
-0
/
+4
*
Make 8-bit support run-time configurable.
ed
2009-09-12
1
-0
/
+3
*
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
2
-8
/
+15
*
Don't malloc a buffer while holding the prison0 mutex. Instead, use a loop
jhb
2009-09-10
1
-3
/
+15
*
- Teach vesa(4) and dpms(4) about x86emu. [1]
delphij
2009-09-09
1
-1
/
+1
*
Expose the TF_REVERSE flag to the console driver.
ed
2009-09-03
1
-3
/
+11
*
Move libteken out of the syscons directory.
ed
2009-09-03
12
-2898
/
+1
*
Fix VESA modes and allow 8bit depth modes.
delphij
2009-08-24
2
-1
/
+23
*
Small fixes to Unicode handling:
ed
2009-06-16
2
-38
/
+43
*
Add more entries to the Unicode-to-CP437 table.
ed
2009-06-14
1
-9
/
+15
*
Rename the host-related prison fields to be the same as the host.*
jamie
2009-06-13
1
-2
/
+2
*
Make the proof-of-concept UTF-8 support in Syscons less useless.
ed
2009-06-13
1
-18
/
+121
*
Make the demo/stress tools build again, after my changes to param().
ed
2009-06-10
2
-2
/
+2
*
Restore support for bell pitch/duration.
ed
2009-05-31
5
-3
/
+20
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
1
-4
/
+5
*
Last minute TTY API change: remove mutex argument from tty_alloc().
ed
2009-05-29
2
-2
/
+2
*
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
*
Small cleanup to previous commit.
ed
2009-03-20
1
-1
/
+1
*
Just use default behaviour on tabstops when using too many columns.
ed
2009-03-20
2
-5
/
+6
*
Make a 1:1 mapping between syscons stats and terminal emulators.
ed
2009-03-10
5
-36
/
+30
*
Don't call into the TTY layer when inside kdb.
ed
2009-03-09
1
-1
/
+1
*
Remove unneeded variable assignment.
ed
2009-02-26
1
-1
/
+1
*
Properly implement GIO_ATTR and CONS_GETINFO.
ed
2009-02-09
3
-11
/
+32
*
Add Unicode rendering to the teken demo application.
ed
2009-01-21
2
-11
/
+32
*
Properly implement the VT100 SCS sequences in xterm-mode.
ed
2009-01-20
6
-31
/
+201
*
Don't forget to mark the color translation array as const.
ed
2009-01-18
1
-2
/
+2
*
Fix for my previous commit: color mapping is not 1:1.
ed
2009-01-17
1
-4
/
+7
*
Make vidcontrol's color setting work again.
ed
2009-01-17
2
-0
/
+25
*
Allow experimental libteken features to be tested without changing code.
ed
2009-01-17
4
-57
/
+55
*
Import yet some more small fixes to libteken sources:
ed
2009-01-05
3
-0
/
+25
*
Fix rendering glitch in cons25 emulation.
ed
2009-01-04
1
-0
/
+12
*
Print control characters, even though they are normally not visible.
ed
2009-01-04
2
-1
/
+7
*
Resolve some regressions related to tabs and linewrap handling.
ed
2009-01-03
4
-2
/
+34
*
Remove an unneeded assertion in libteken.
ed
2009-01-01
1
-1
/
+0
*
Replace syscons terminal renderer by a new renderer that uses libteken.
ed
2009-01-01
17
-1410
/
+3101
*
Undo revision 185013 until better solution is found.
emax
2008-11-17
1
-4
/
+0
[next]