]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Define vt_mouse_event method.
[FreeBSD/FreeBSD.git] / sys /
2013-11-11 rayDefine vt_mouse_event method.
2013-11-11 rayWrap long lines.
2013-11-11 rayEnable/disable mouse cursor on MOUSE_SHOW/MOUSE_HIDE.
2013-11-11 rayo Update vt_flush to care about mouse pointer.
2013-11-11 rayEliminate call to vd_blank method, it is too expensive.
2013-11-11 rayUse saved offset to font aligned area.
2013-11-11 raySave offset to font aligned area.
2013-11-11 rayAdd vt_mouse_event mouth event handling method.
2013-11-11 rayo Remove include of sys/mouse.h, it is included from...
2013-11-11 rayUse vtbuf_iscursor method instead of macro to get chars...
2013-11-11 rayAdd mouse related bits.
2013-11-11 rayDefine marker support functions and type of markers.
2013-11-11 rayAdd cut/paste region markers.
2013-11-11 rayAdd mouse related vtbuf operations.
2013-11-11 rayo Add link to vt_mouse_cursor.c.
2013-11-11 rayAdd default cursor pixmap.
2013-11-11 rayRename font_default.c to vt_font_default.c. Prefix...
2013-11-11 rayAdd mouse cursor format structure.
2013-11-11 rayUse opt_syscons.h to get defines.
2013-11-07 rayDefine VT_FB_DEFAULT_WIDTH and VT_FB_DEFAULT_HEIGHT...
2013-11-07 rayHandle suspend/resume. Switch to console window before...
2013-11-06 rayDRM2 have to know how to use fb_if.
2013-11-06 rayMFC @r257740.
2013-11-06 raySwitch allwinner A10/A20 and rockchip ports to use...
2013-11-06 raySwitch to use common ARMv6/v7 bus_space tag.
2013-11-06 rayAdd common bus_space tag definition shared for most...
2013-11-06 glebiusFix my braino in r257692. For SIOCG*ADDR we don't need...
2013-11-06 pjd- Remove mac_get_fd/mac_set_fd - those are not syscalls...
2013-11-06 impRemove the gross hack for the Octeon Simple Executive...
2013-11-06 kevloReading the RT2860_ASIC_VER_ID register is not needed...
2013-11-06 nwhitehornFix build on GCC.
2013-11-05 rayEnable vt_early_fb driver for i.MX515 build.
2013-11-05 rayAllow to use fb_probe() outside of driver.
2013-11-05 rayEarly console with FDT/OFW support.
2013-11-05 rayExport vt_fb VT driver methods to allow reuse.
2013-11-05 rayDefine default size for early console to 640x480.
2013-11-05 rayIncrease history size to 500 lines.
2013-11-05 rayEnable splash on Mute flag.
2013-11-05 glebiusFix build.
2013-11-05 hselaskyProtect the "ratectl_ch" callout in the "run" driver...
2013-11-05 glebiusFix fallout from r257223. Since pf_test_state_icmp...
2013-11-05 nwhitehornTeach nexus(4) about Open Firmware (e.g. FDT) on ARM...
2013-11-05 rayMFC @r257698.
2013-11-05 glebiusAxe IFF_SMART. Fortunately this layering violating...
2013-11-05 glebiusDrop support for historic ioctls and also undefine...
2013-11-05 oleg- Fix link loss on vlan reconfiguration.
2013-11-05 glebiusnetinet code no longer uses IFA_RTSELF.
2013-11-05 glebiusRewrite in_control(), so that it is comprehendable...
2013-11-05 glebiusIn complemence to ifa_add_loopback_route() and ifa_del_...
2013-11-05 glebiusRemove net.link.ether.inet.useloopback sysctl tunable...
2013-11-05 edwinMFV of 255902, tzdata2013f
2013-11-05 kibDo not coalesce if the swap object belongs to tmpfs...
2013-11-05 markjUse suword32 and suword64 instead of copyout(9). This...
2013-11-05 ianRemove local devmap code and use the essentially identi...
2013-11-05 ianStyle and comment tweaks, no functional changes.
2013-11-05 ianAdd new helper routines for arm static device mapping...
2013-11-05 ianMake PTE_DEVICE a synonym for PTE_NOCACHE on armv4...
2013-11-05 ianCall initarm_lastaddr() later in the init sequence...
2013-11-05 luigiremove some test code.
2013-11-05 luigifix a bug when a device has 1 tx (or rx) queue and...
2013-11-05 luigicheck errors on return from netmap_attach()
2013-11-04 neelRemove the 'vdev' abstraction that was meant to sit...
2013-11-04 ianMove remaining code and data related to static device...
2013-11-04 npcxgbe(4): Exclude MPS_RPLC_MAP_CTL (0x11114) from the...
2013-11-04 dteskeDefer loading of kernel and modules if the beastie...
2013-11-04 ianThis files should have been included in r257648.
2013-11-04 ianBegin reducing code duplication in arm pmap.c and pmap...
2013-11-04 ianRemove the duplicated implementations of some bus_space...
2013-11-04 ianRework the aicasm build machinery so that it gets built...
2013-11-04 rayNotify DRM about panic or kdb enter happen. So we can...
2013-11-04 glebiusCode logic of handling PFTM_PURGE into pf_find_state().
2013-11-04 glebiusRemove unused PFTM_UNTIL_PACKET const.
2013-11-04 adrianAdd Bluetooth/PAN (personal area networking) commands.
2013-11-04 adrianAdd device ids for the Centrino 2x00 devices.
2013-11-04 adrianRemove trailing whitespace.
2013-11-04 ianProperly quote the included filename, now that it has...
2013-11-04 ianRename WANDBOARD-COMMON to WANDBOARD.common and adjust...
2013-11-03 rmacklemDuring code inspection, I spotted that there was a...
2013-11-03 jilleskqueue: Change error for kqueues rlimit from EMFILE...
2013-11-03 ianComments and style(9) only, no functional changes.
2013-11-03 hselaskyAdd description of two EHCI PCI IDs.
2013-11-03 tuexenUnlock the lock before destroying it.
2013-11-02 ianBugfix: the attach routine needs to use the same table...
2013-11-02 ianAdd a missing register definition.
2013-11-02 ianArrange for uart_cpu_fdt's probe() routine to use the...
2013-11-02 tuexenChanges from upstream to improve compilation when INET...
2013-11-02 luigicircumvent a couple of warnings:
2013-11-02 alcDon't create a distinct free page pool for segregating...
2013-11-02 adrianRestore the entropy gathering from the m_data pointer...
2013-11-02 rayFix copyrights.
2013-11-02 rayFail to attach if fb_info not passed.
2013-11-02 dumbbelldrm/radeon: Implement the FB_GETINFO() newbus callback
2013-11-02 dumbbelldrm: Log error if we fail to attach fbd device
2013-11-02 alfredAdd device ID for 'Sanoxy 802.11N' usb
2013-11-02 alfredFix API mismatch exposed by lagg.
2013-11-02 kibFix several issues with the busdma(9) KPI use in the...
2013-11-02 delphijWhen zero'ing out a buffer, make sure we are using...
2013-11-02 luigiadd missing file from previous netmap update...
2013-11-02 adrianTeach the netgraph code to use a const char * pointer...
2013-11-01 jimharrisCreate a unique unit number for each controller and...
next