]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/vt/vt_core.c
vt(4): Don't recalculate buffer size if we don't know screen size
[FreeBSD/FreeBSD.git] / sys / dev / vt / vt_core.c
2014-10-04 Jean-Sébastien Pédronvt(4): Don't recalculate buffer size if we don't know...
2014-10-04 Xin LIMFV r272499:
2014-10-04 Xin LIAdd a new sysctl, vfs.zfs.vol.unmap_enabled, which...
2014-10-04 Xin LIDiff reduction with upstream. The code change is not...
2014-10-04 Xin LIMFV r272496:
2014-10-04 Xin LIMFV r272495:
2014-10-04 Xin LIMFV r272494:
2014-10-04 Xin LIMFV r272493:
2014-10-02 Enji CooperImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 Jung-uk KimMerge ACPICA 20140926.
2014-10-02 Jean-Sébastien Pédronvt(4): Save/restore keyboard mode & LED states when...
2014-09-24 Peter WemmMerge apr-util 1.5.3 -> 1.5.4. A minor bug fix update.
2014-09-24 Enji CooperImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-19 Jean-Sébastien Pédronvt(4): Remove superfluous word in comment
2014-09-19 Jean-Sébastien Pédronvt(4): Rewrite history scrolling
2014-09-19 Jean-Sébastien Pédronvt(4): Remove vt_buf->vb_dirtymask
2014-09-18 Jean-Sébastien Pédronvt(4): Use strncpy() to copy into a fixed-size buffer
2014-09-18 Jean-Sébastien Pédronvt(4): Fix out-of-bounds array access in VT_ACTIVATE...
2014-09-16 Jean-Sébastien Pédronvt(4): Fix a LOR which occurs during a call to vt_upgrade()
2014-09-15 Dag-Erling SmørgravUpgrade to OpenPAM Ourouparia.
2014-09-13 Xin LIMFV r271518:
2014-09-13 Xin LIMFV r271517:
2014-09-13 Xin LIMFV r271516:
2014-09-13 Xin LIMFV r271515:
2014-09-13 Xin LIMFV r271512:
2014-09-13 Xin LIMFV r271511:
2014-09-13 Xin LIMFV r271510:
2014-09-13 Jean-Sébastien Pédronvt(4): Enclose vt_mouse_paste() prototype inside #ifnde...
2014-09-12 Aleksandr RybalkoFix 'function declaration isn't a prototype' warning.
2014-09-12 Aleksandr RybalkoSwitch vt(4) to traditional behaviour with copy-paste...
2014-09-10 Aleksandr RybalkoFix one more spelling mistake.
2014-09-10 Aleksandr Rybalkospelling fixes
2014-09-10 Aleksandr Rybalkoo Add sysctls to enable/disable potentially dengerous...
2014-09-09 Aleksandr RybalkoRevert r269474. Special keyboard combinations should...
2014-09-08 Brooks DavisMerge from NetBSD:
2014-09-08 Jean-Sébastien Pédronvt(4): Change the terminal and buffer sizes, even witho...
2014-09-07 Xin LIMFV r271225:
2014-09-07 Xin LIMFV r271223:
2014-09-05 Warner LoshMerge forgotten .h files from vendor branch.
2014-09-04 Warner LoshReimport dts files from vendor repo now that it has...
2014-09-04 Warner LoshUpdate bindings to latest vendor branch representing...
2014-08-29 Jean-Sébastien Pédronvt(4): Indicate that KDSETRAD case falls through the...
2014-08-27 Sergey KandaurovMFV of r270725, tzdata2014f
2014-08-27 Jean-Sébastien Pédronvt(4): If the terminal shrinks, make sure the mouse...
2014-08-27 Jean-Sébastien Pédronvt(4): Recompute the drawable area when the resolution...
2014-08-27 Jean-Sébastien Pédronvt(4): Pause the vt_flush() timer when the screen is...
2014-08-27 Jean-Sébastien Pédronvt(4): Add cngrab() and cnungrab() callbacks
2014-08-27 Jean-Sébastien Pédronvt(4): Implement basic support for KDSETMODE ioctl
2014-08-25 Jean-Sébastien Pédronvt(4): Intialize drawable area rectangle each time...
2014-08-25 Jean-Sébastien Pédronvt(4): Store a rectangle for the drawable area, not...
2014-08-25 Jean-Sébastien Pédronvt(4): The cursor coordinates are relative to the drawn...
2014-08-25 Jean-Sébastien Pédronvt(4): Take font offset into account in vt_is_cursor_in...
2014-08-24 Jean-Sébastien Pédronvt(4): Fix order of arguments (x <-> y) when showing...
2014-08-24 Jean-Sébastien Pédronvt(4): Remove vd_bitbltchr_t
2014-08-23 Jean-Sébastien Pédronvt(4): Add vd_bitblt_bmp_t callback
2014-08-23 Jean-Sébastien Pédronvt(4): Fix cursor handling in vt_flush()
2014-08-23 Jean-Sébastien Pédronvt(4): Fix a crash in vt_mark_mouse_position_as_dirty...
2014-08-22 Xin LIInstead of using timestamp in the AVL, use the memory...
2014-08-22 Xin LIMFV r270197:
2014-08-22 Jean-Sébastien Pédronvt(4): Remove "FIXME" about multiple locking of vt_buf...
2014-08-22 Jean-Sébastien Pédronvt(4): Use the actual size of the mouse when marking...
2014-08-22 Jean-Sébastien Pédronvt(4): Don't run vt_set_border() and vt_flush() concurr...
2014-08-22 Jean-Sébastien Pédronvt(4): The offset to center the text area is per-window now
2014-08-22 Jean-Sébastien Pédronvt(4): Give the window to vd_bitblt_text_t callback
2014-08-22 Jean-Sébastien Pédronvt(4): Store cursor bitmap & colors in struct vt_device
2014-08-22 Jean-Sébastien Pédronvt(4): Mark new mouse position as dirty only when it...
2014-08-22 Jean-Sébastien Pédronvt(4): Add new vd_bitblt_text_t callback, and implement...
2014-08-21 Jean-Sébastien Pédronvt(4): Rename the "mouse_cursor" structure to "vt_mouse...
2014-08-21 Jean-Sébastien Pédronvt(4): Test if the cursor is shown only once
2014-08-21 Jean-Sébastien Pédronvt(4): Pause the flush timer while swithing window
2014-08-21 Jean-Sébastien Pédronvt(4): Mark cursor position as dirty when we enable...
2014-08-21 Jean-Sébastien Pédronvt(4): Mark the current cursor position as dirty
2014-08-21 Jean-Sébastien Pédronvt(4): If the cursor didn't move, don't mark its positi...
2014-08-21 Jean-Sébastien Pédronvt(4): If the cursor is globally disabled, don't mark...
2014-08-21 Jean-Sébastien Pédronvt(4): Mark cursor old position as dirty before reading...
2014-08-21 Jean-Sébastien Pédronvt(4): Handle global and per-window mouse cursor toggle...
2014-08-20 Xin LIMFV r270196:
2014-08-20 Xin LIMFC r270195:
2014-08-20 Xin LIMFV r270193:
2014-08-14 Alan SomersConvert devd's client socket to type SOCK_SEQPACKET.
2014-08-12 Hajimu UMEMOTOFix broken pointer overflow check ns_name_unpack()
2014-08-12 Hajimu UMEMOTOUpdate our stub resolver to final version of libbind.
2014-08-12 Peter WemmUpdate sqlite-3.7.17 -> 3.8.5
2014-08-11 Peter WemmUpdate serf-1.3.6 -> 1.3.7
2014-08-07 Nathan WhitehornRetire vd_maskbitbltchr. The same functionality can...
2014-08-07 Jung-uk KimMerge OpenSSL 1.0.1i.
2014-08-05 Xin LIMFV r269542:
2014-08-03 Aleksandr RybalkoAllow to disable some special key combinations handled...
2014-08-02 Xin LIMFV r269427:
2014-08-02 Xin LIMFV r269426:
2014-07-29 Xin LIMFV r269224:
2014-07-29 Xin LIMFV r269223:
2014-07-28 Aleksandr RybalkoRevise font initialization handling.
2014-07-28 Aleksandr RybalkoUpdate comments.
2014-07-28 Aleksandr RybalkoRemove special handling of console window size. It...
2014-07-28 Aleksandr RybalkoAvoid embedding buffers into static virtual terminal...
2014-07-28 Aleksandr Rybalkoo Remove useless debug string.
2014-07-26 Xin LIMFV r269010:
2014-07-21 Peter WemmMerge serf-1.3.6
2014-07-21 Ed MasteHide syscons-specific workaround under DEV_SC
next