]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/vt
Merge ACPICA 20140926.
[FreeBSD/FreeBSD.git] / sys / dev / vt /
2014-10-02 jkimMerge ACPICA 20140926.
2014-10-02 dumbbellvt(4): Save/restore keyboard mode & LED states when...
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-20 bzMake gcc happy by initialising the variable only set...
2014-09-19 dumbbellvt(4): Remove superfluous word in comment
2014-09-19 dumbbellvt(4): Rewrite history scrolling
2014-09-19 dumbbellvt(4): Remove vt_buf->vb_dirtymask
2014-09-18 dumbbellvt(4): Use strncpy() to copy into a fixed-size buffer
2014-09-18 dumbbellvt(4): Fix out-of-bounds array access in VT_ACTIVATE...
2014-09-16 dumbbellvt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in...
2014-09-16 dumbbellvt(4): Fix a LOR which occurs during a call to vt_upgrade()
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-13 dumbbellvt(4): Enclose vt_mouse_paste() prototype inside #ifnde...
2014-09-12 rayFix 'function declaration isn't a prototype' warning.
2014-09-12 rayFix stray char on paste.
2014-09-12 raySwitch vt(4) to traditional behaviour with copy-paste...
2014-09-12 raySwitch vt(4) to traditional behaviour with copy-paste...
2014-09-12 rayRemove stray whitespaces.
2014-09-10 rayFix one more spelling mistake.
2014-09-10 rayspelling fixes
2014-09-10 rayo Add sysctls to enable/disable potentially dengerous...
2014-09-09 rayRevert r269474. Special keyboard combinations should...
2014-09-08 dumbbellvt(4): Change the terminal and buffer sizes, even witho...
2014-09-05 dumbbellvt_vga: vd_setpixel_t and vd_drawrect_t are noop in...
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-08-29 dumbbellvt(4): Indicate that KDSETRAD case falls through the...
2014-08-29 dumbbellvt(4): Change vb_history_size from "int" to "unsigned...
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-27 dumbbellvt(4): If the terminal shrinks, make sure the mouse...
2014-08-27 dumbbellvt(4): Fix mouse cursor handling in vt_fb/creator_vt...
2014-08-27 dumbbellvt(4): Recompute the drawable area when the resolution...
2014-08-27 dumbbellvt(4): Pause the vt_flush() timer when the screen is...
2014-08-27 dumbbellvt(4): Add cngrab() and cnungrab() callbacks
2014-08-27 dumbbellvt(4): Implement basic support for KDSETMODE ioctl
2014-08-26 dumbbellvt(4): When creating a window buffer, fill it entirely
2014-08-25 dumbbellvt_vga: Use Write Mode 0 to draw group of 8 pixels...
2014-08-25 dumbbellvt(4): Intialize drawable area rectangle each time...
2014-08-25 dumbbellvt(4): Store a rectangle for the drawable area, not...
2014-08-25 dumbbellvt(4): The cursor coordinates are relative to the drawn...
2014-08-25 dumbbellvt(4): Take font offset into account in vt_is_cursor_in...
2014-08-24 dumbbellvt_vga: Fix the display of the splash screen
2014-08-24 dumbbellvt(4): Fix order of arguments (x <-> y) when showing...
2014-08-24 dumbbellvt(4): Remove vd_bitbltchr_t
2014-08-23 dumbbellvt(4): Add vd_bitblt_bmp_t callback
2014-08-23 dumbbellofwfb: Implement vd_bitblt_text_t
2014-08-23 dumbbellvt_fb: Implement vd_bitblt_text_t for vt_fb and derivatives
2014-08-23 dumbbellvt(4): Fix cursor handling in vt_flush()
2014-08-23 dumbbellvt(4): Fix a crash in vt_mark_mouse_position_as_dirty...
2014-08-23 dumbbellvt_vga: Give only the character part of term_char_t...
2014-08-22 dumbbellvt(4): Remove "FIXME" about multiple locking of vt_buf...
2014-08-22 dumbbellvt(4): Use the actual size of the mouse when marking...
2014-08-22 dumbbellvt_vga: Remove a "FIXME" comment; the issue was solved...
2014-08-22 dumbbellvt(4): Don't run vt_set_border() and vt_flush() concurr...
2014-08-22 dumbbellvt(4): The offset to center the text area is per-window now
2014-08-22 dumbbellvt(4): Give the window to vd_bitblt_text_t callback
2014-08-22 dumbbellvt(4): Store cursor bitmap & colors in struct vt_device
2014-08-22 dumbbellvt(4): Mark new mouse position as dirty only when it...
2014-08-22 dumbbellvt_vga: Clip the draw area to never draw offscreen
2014-08-22 dumbbellvt(4): Add new vd_bitblt_text_t callback, and implement...
2014-08-21 dumbbellvt_vga: When clearing video memory, don't read from it
2014-08-21 dumbbellvt(4): Rename the "mouse_cursor" structure to "vt_mouse...
2014-08-21 dumbbellvt(4): Test if the cursor is shown only once
2014-08-21 dumbbellvt(4): Constify vt_buf argument of vtbuf_iscursor()
2014-08-21 dumbbellvt(4): Pause the flush timer while swithing window
2014-08-21 dumbbellvt(4): Mark cursor position as dirty when we enable...
2014-08-21 dumbbellvt(4): Mark the current cursor position as dirty
2014-08-21 dumbbellvt(4): If the cursor didn't move, don't mark its positi...
2014-08-21 dumbbellvt(4): If the cursor is globally disabled, don't mark...
2014-08-21 dumbbellvt(4): Mark cursor old position as dirty before reading...
2014-08-21 dumbbellvt(4): Handle global and per-window mouse cursor toggle...
2014-08-21 dumbbellvt(4): Fix an inconsistency between the mouse cursor...
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-10 dumbbellvt(4): Colors are indexed against a console palette...
2014-08-10 dumbbellvt(4): Add vtbuf_dirty*_locked() to lock vtbuf once...
2014-08-07 nwhitehornRetire vd_maskbitbltchr. The same functionality can...
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-08-06 nwhitehornSet fb_pbase properly on PowerPC in the case where...
2014-08-06 nwhitehornRetire various intertwined bits of fbd(4) and vt_fb...
2014-08-03 rayAllow to disable some special key combinations handled...
2014-08-03 rayFix vt_vga driver to draw not-8-bit-aligned fonts corre...
2014-08-02 nwhitehornDon't assume that the framebuffer driver is using vt_fb...
2014-07-29 nwhitehornMake mmap() of the console device when using ofwfb...
2014-07-28 rayRevise font initialization handling.
2014-07-28 rayUpdate comments.
2014-07-28 rayRemove special handling of console window size. It...
2014-07-28 rayAvoid embedding buffers into static virtual terminal...
2014-07-28 rayo Remove useless debug string.
2014-07-28 rayRemove unused macro VT_CONSDEV_DECLARE. Join console...
2014-07-21 emasteHide syscons-specific workaround under DEV_SC
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-17 nwhitehornFix embarassing typos I made.
2014-07-16 nwhitehornAllow efifb to be used with xf86-video-scfb. This is...
2014-07-16 nwhitehornAllow console drivers active from early boot to be...
2014-07-14 nwhitehornOn my Lenovo laptop, the firmware maps the EFI framebuf...
2014-07-09 rayFix inconsistent token parameters for kbd_allocate...
2014-07-07 marcelRemove ia64.
2014-07-07 nwhitehornUse common vt_fb parts in ofwfb as far as we are able...
next