]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/vt
Update the use of bus space macros to be more correct.
[FreeBSD/FreeBSD.git] / sys / dev / vt /
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-08 markjMFV r272851:
2014-12-06 delphijMFV r260710 + 275532:
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-11-29 baptUpdate libucl to latest version
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-04 dumbbellvt(4): Support syscons' SC_HISTORY_SIZE to configure...
2014-11-02 dumbbellvt(4): Fix keyboard allocation when kbdmux(4) isn't...
2014-11-01 dumbbellvt(4): Adjust the cursor position after changing the...
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-23 dumbbellvt(4): Add PIO_VFONT_DEFAULT ioctl to restore the defau...
2014-10-21 neelIFC @r273338
2014-10-20 dumbbellvt(4): Refuse to load a font if hw.vga.textmode is...
2014-10-17 emasteDo nothing in vt_upgrade if there is no vt driver
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-10 neelIFC @r272887
2014-10-09 melifaroSync to HEAD@r272825.
2014-10-07 rayAllow vt(4) to disable terminal bell with `sysctl kern...
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-06 melifaroSync to HEAD@r272609.
2014-10-05 neelIFC @r272481
2014-10-04 dumbbellvt(4): Don't recalculate buffer size if we don't know...
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-10-02 dumbbellvt(4): Save/restore keyboard mode & LED states when...
2014-09-27 neelIFC @r272185
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-20 bzMake gcc happy by initialising the variable only set...
2014-09-20 neelIFC @r271887
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-17 neelIFC @r271694
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 melifaroSync to HEAD@r271160.
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-09-02 neelIFC @r269962
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 melifaroSync to HEAD@r270409.
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...
next