]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/vt
Properly pass the initiator address when running in proxy mode.
[FreeBSD/FreeBSD.git] / sys / dev / vt /
2014-04-08 rayUpdate to fix at r264244.
2014-04-08 rayFix cursor color in reverse video mode.
2014-04-07 rayFix panic on load new driver while vt(4) is in VGA...
2014-04-05 rpauloNeed to include machine/fdt.h.
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-28 rayo Add new vd_driver method to do bitblt with mask,...
2014-03-27 emasteUpdate EFI framebuffer handoff from loader
2014-03-27 rayRevert r263321.
2014-03-27 rayFix crash on resume in vt(9).
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-18 raySwitch kern.vt.suspendswitch to 0 by default (disabled).
2014-03-14 emasteUse the existence of module metadata to indicate frameb...
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 rayAdd efifb driver. Driver uses the data passed by UEFI...
2014-03-05 delphijMFV r262756:
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
2014-02-26 desMFV (r262529): fix is_upper() predicate
2014-02-23 baptImport libucl into head
2014-02-21 gjbMerge the following:
2014-02-21 baptImport Dragonfly Mail Agent into base system
2014-02-21 gjbMove ^/user/gjb/hacking/release-embedded up one directo...
2014-02-21 gjbMFH: tracking commit
2014-02-18 emasteUpdate LLDB snapshot to upstream r201577
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-07 rayImplement vd_drawrect and vd_setpixel for vt(9)'s VGA...
2014-02-06 rayAdd vt_set_border function to help to change border...
2014-02-06 rayAdd two new vt(9) driver methods: vd_drawrect and vd_se...
2014-02-01 uqsMerge mdocml v1.12.3 into head
2014-01-31 desUpgrade to OpenSSH 6.5p1.
2014-01-30 dimImport libc++ 3.4 release. This contains a lot of...
2014-01-29 jhibbitsMicro-optimize 8-bit blanking. This is the same as...
2014-01-26 gshapiroMerge sendmail 8.14.8 to HEAD
2014-01-21 kaiwMFH@260988.
2014-01-20 rayStyle(9) fix.
2014-01-20 kaiwMFH@260917.
2014-01-19 gjbMFH: Tracking commit (r260891)
2014-01-15 kaiwCopy libelf, libdwarf and common files from vendor...
2014-01-15 rayUpdate xboxfb driver to actual state.
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
2014-01-09 gjbMFH: tracking commit (head@r260486)
2014-01-08 rayRestore VGA mode on vt switch. It fix VESA mode left...
2014-01-08 rmhFix build of vt_xboxfb.
2014-01-02 delphijMFV r260154 + 260182:
2014-01-01 emasteIncrease vt(9) max glyph data to 1MB for CJK fonts...
2013-12-28 gjbMFH: Tracking commit.
2013-12-27 gjbCopy head@r259933 -> user/gjb/hacking/release-embedded...
2013-12-26 rayFix AltGr, we should not only skip RAlt key release...
2013-12-25 rayUse statndard (syscons) way to disable bell.
2013-12-23 rayo Add virtual terminal mmap request handler.
2013-12-23 emasteUpdate whitespace to match mkkfont output
2013-12-22 rayUpdate names from newcons to vt(9).
2013-12-21 emasteSupport double-width characters in vt(9)
2013-12-20 edExtend libteken to support CJK fullwidth characters.
2013-12-20 rayEnable AltGr key by default.
2013-12-20 raySet mouse level per window, instead of global.
2013-12-19 rayEnable mouse support for terminal clients (like dialog...
2013-12-18 raySkip processing of R.Alt as a second Alt key, if sysctl...
2013-12-11 gnnFix a panic when booting with kernels that have FREEBBS...
2013-12-10 kibThe opt_*.h headers must be included before any system...
2013-12-10 rayBreak build with error in case when both syscons and...
2013-12-09 rayo Compat options have to be defined before sys/ioccom...
2013-12-09 rayRespect SC_NO_CUTPASTE option. It disable mouse cursor...
2013-12-08 rayo Build syscons(9)'s splash support if both sc and...
2013-12-06 rayFix td_frame flags for i386.
2013-12-05 rayMerge VT(9) project (a.k.a. newcons).
2013-12-05 rayMFC @r258947.
2013-12-05 rayo Implement more standard ioctls.
2013-11-30 nwhitehornFix build.
2013-11-30 nwhitehornWork around false positive errors from GCC.
2013-11-24 raySwap HOME/END for ScrollLocked mode. This fix confusion...
2013-11-20 rayRemove atomic_(set|clear)_int from mouse control too...
2013-11-20 rayRevert r258324. There mutexes should be used instead...
2013-11-18 rayNotify terminal about process on current terminal start...
2013-11-18 raySwitch to use atomic ops for VT window flags, because...
2013-11-15 rayRemove accidental line break.
2013-11-15 rayAdd VT_ALT_TO_ESC_HACK enabled by default. This will...
2013-11-14 rayDone cut/paste "word" selection mode support.
2013-11-14 raywrap long lines.
2013-11-14 raySave last mouse event and check if the button1-up event...
2013-11-14 rayCorrect copy/paste mistake.
2013-11-14 raySimplify a bit vtbuf_set_mark.
2013-11-13 rayPanic/DDB check should only affect mouse, screen redraw...
2013-11-13 rayDo not add <CR><LF> for last (single) line of paste...
2013-11-13 rayMFC @r258091.
2013-11-13 rayMove vt_mouse_event out of sysmouse lock.
2013-11-13 rayo Simplify POS_INDEX macro calculation.
2013-11-11 rayAdd kern.vt.suspendswitch tunable. This will allow...
2013-11-11 rayUpdate vd_bitbltchr_t type to handle operation mask...
2013-11-11 rayAdd forgotten definition of vt_default_mouse_pointer.
2013-11-11 rayDefine vt_mouse_event method.
next