]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/vt
Fix issue with nmdm and leading zeros in device name.
[FreeBSD/FreeBSD.git] / sys / dev / vt /
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...
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-01 delphijMFV r267565:
2014-06-28 hselaskyPull in r267961 and r267973 again. Fix for issues repor...
2014-06-27 gjbRevert r267961, r267973:
2014-06-27 mariusIn order to get vt(4) a bit closer to the feature set...
2014-06-27 emasteUse a common tunable to choose between vt(4)/sc(4)
2014-06-27 hselaskyExtend the meaning of the CTLFLAG_TUN flag to automatic...
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-18 raySuspend vt(4) initialization if "kern.vt.disable" kenv...
2014-06-18 raysyscons(4) and vt(4) can be built together now.
2014-06-18 rayRename vt(4) vga module to dismiss interference with...
2014-06-15 pfgMFV r266988:
2014-06-10 emasteCorrect unicode map for VGA ROM character 0x0e
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-06 emasteClarify statement on font origin
2014-06-05 emasteUpdate vt(4) "Terminus BSD Console" font
2014-06-04 emasteRemove extra copy of old email address.
next