vt(4): Recompute the drawable area when the resolution changes
[freebsd.git] / sys /
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 dumbbelldrm: Don't "taskqueue" vt-switch if under DDB/panic...
2014-08-27 dumbbellvt(4): Add cngrab() and cnungrab() callbacks
2014-08-27 dumbbellvt(4): Implement basic support for KDSETMODE ioctl
2014-08-27 kibRegen.
2014-08-27 kibFix handling of the third argument for fcntl(2). The...
2014-08-27 grehanImplement the 0x2B SUB instruction, and the OR variant...
2014-08-26 tuexenAnnounce SCTP support in the kern.features sysctl varia...
2014-08-26 dumbbellvt(4): When creating a window buffer, fill it entirely
2014-08-26 alcBack in the days when the kernel was single threaded...
2014-08-26 glebius- Remove socket file operations declaration from sys...
2014-08-26 mjgFix up races with f_seqcount handling.
2014-08-26 kevloFix typo: s/mac_rev/mac_ver/
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 davideRather than using an hardcoded reclaim age, rely on...
2014-08-25 dumbbellvt(4): Take font offset into account in vt_is_cursor_in...
2014-08-25 dumbbelldrm/i915: Disable the build of i915 on PC98
2014-08-25 dumbbelldrm/i915: Add opt_acpi.h and acpi_if.h to the source...
2014-08-25 aeSince the size of GPT entry may differ from the sizeof...
2014-08-25 adriani915 driver - enable opregion handle; program CADL.
2014-08-24 markjRestore the correct value when disabling probes. Otherw...
2014-08-24 traszFix bug that, assuming a/ is a root of NFS filesystem...
2014-08-24 kibRevert the handling of all siginfo sa_flags except...
2014-08-24 dumbbellvt_vga: Fix the display of the splash screen
2014-08-24 mjgPlug a memory leak in case of failed lookups in capabil...
2014-08-24 dumbbellvt(4): Fix order of arguments (x <-> y) when showing...
2014-08-24 mjgUse refcount_init in sigacts_alloc.
2014-08-24 dumbbellvt(4): Remove vd_bitbltchr_t
2014-08-24 aeThe size of the GPT table can not be less than one...
2014-08-24 mjgFix getppid for traced processes.
2014-08-24 mjgProperly reparent traced processes when the tracer...
2014-08-24 grehanChange __inline style to be consistent with FreeBSD...
2014-08-24 neelAdd "hw.vmm.topology.threads_per_core" and "hw.vmm...
2014-08-23 neelFix a bug in the emulation of CPUID leaf 0x4 where...
2014-08-23 neelReturn the spurious interrupt vector (IRQ7 or IRQ15...
2014-08-23 dumbbellvt(4): Add vd_bitblt_bmp_t callback
2014-08-23 adrianShut down RX before TX - in theory, this should make...
2014-08-23 kibFor CPUs which do hardware cache line unaliasing, use...
2014-08-23 melifaroWhitespace/style changes merged from projects/ipfw.
2014-08-23 mavRestore pre-r239157 handling of sched_yield(), when...
2014-08-23 dumbbellofwfb: Implement vd_bitblt_text_t
2014-08-23 dumbbellcreator_fb: 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 traszAutofs softc needs to be global anyway, so don't pass...
2014-08-23 traszAdd comment explaining one of the quirks in autofs.
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-23 alcRelax one of the conditions for mapping a page on the...
2014-08-23 delphijUpdate hptnr(4) driver to version 1.0.1 supplied by...
2014-08-22 delphijInstead of using timestamp in the AVL, use the memory...
2014-08-22 delphijMFV r270197:
2014-08-22 markjAdd some missing checks for unsupported interfaces...
2014-08-22 delphijRestore historical behavior of in_control, which, when...
2014-08-22 jfvUpdate to the Intel Base driver for the Intel XL710...
2014-08-22 kibIn do_lock_pi(), do not override error from umtxq_sleep...
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 roygerxen: fix incorrectly accounted free
2014-08-22 dumbbellvt(4): The offset to center the text area is per-window now
2014-08-22 roygernetback: remove dead code
2014-08-22 dumbbellvt(4): Give the window to vd_bitblt_text_t callback
2014-08-22 roygernetback: fixes for netback
2014-08-22 roygerpci: add a new pci_child_added newbus method.
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 impWe should never enter the PROBE_SETAN phase if we're...
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-22 kibEnsure that sigaction flags for signal, which dispositi...
2014-08-22 kibCheck the validity of struct sigaction sa_flags value...
2014-08-22 hrsFix a panic which occurs in a VIMAGE-enabled kernel...
2014-08-21 ianThis module requires pci_if.h, add it to the SRCS list.
2014-08-21 sbrunoAdd the Samsung 843T as a 4k enabled drive
2014-08-21 emasteRename DT_FEATURE_1 to DT_FEATURE
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 melifaro* Add new net/sff8436.h containing constants used to...
2014-08-21 traszUse proper include paths in kernel iSCSI code.
2014-08-21 traszFix includes.
2014-08-21 dumbbellvt(4): Pause the flush timer while swithing window
2014-08-21 traszMake the iSCSI stack use __FBSDID() properly.
2014-08-21 dumbbellvt(4): Mark cursor position as dirty when we enable...
2014-08-21 traszUse __FBSDID() properly.
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-21 davideRevert r270227. GCC doesn't like the lack of LL suffix,
2014-08-21 delphijProvide compatibility shim for atomic_dec_64_nv.
next