]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Remove always false comparison.
[FreeBSD/FreeBSD.git] / sys / dev /
2014-09-03 glebiusRemove always false comparison.
2014-09-03 glebiusUse CSUM_BITS instead of incorrect copy.
2014-09-03 hselaskyFix logical error.
2014-09-02 jhbUse callout(9) instead of timeout(9).
2014-09-02 kadesaiFix for WITNESS warning while doing xpt_rescan.
2014-09-02 ianFix typo.
2014-09-02 ianUse OF_xref_from_device(), not OF_xref_from_node()...
2014-09-02 ianAdd OF_xref_from_device() so that there's no need to...
2014-09-02 ianCreate an interface for drivers to enable or disable...
2014-09-01 ianCreate a mechanism for looking up a device_t associated...
2014-09-01 ianRename OF_xref_phandle() to OF_node_from_xref() and...
2014-08-31 marius- Nuke unused sdhci_softc.
2014-08-31 glebiusIt is actually possible to have if_t a typedef to non...
2014-08-31 glebiusProvide pointer from struct ifnet to struct netmap_adapter,
2014-08-30 glebiusUse define from if_var.h to access a field inside struc...
2014-08-30 gavinReplace cvsweb link wihg svnweb URL in bktr(4) release...
2014-08-30 impWe were returning 20 bytes as the FIS size to send...
2014-08-29 jhbWhen anouncing link state changes on an 802.11 interfac...
2014-08-29 melifaro* Add SIOCGI2C driver ioctl used to retrieve i2c info.
2014-08-29 bzTry to also unbreak powerpc complaining about
2014-08-29 bzThese functions are #defined to "osdep" specific names...
2014-08-29 bzProperly place #ifdef INET and #ifdef INET6 around...
2014-08-29 bzProperly handle prefetch only for amd64 and i386 as...
2014-08-29 bzFirst try on fixing some more compile errors without...
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-29 jfvFix the NOINET and NOINET6 builds.
2014-08-28 jfvRemove the DEV_NETMAP code from the ixl drivers, it...
2014-08-28 jfvSome corrections, reformating, and additional info...
2014-08-28 smhFix build breakage caused by ixl driver
2014-08-28 dumbbelldrm/radeon: Fix a memory leak when radeonkms is unloaded
2014-08-28 adrianInform the rate control code if a single frame AMPDU...
2014-08-28 adrianFix antenna configuration, microcode version checks...
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 hselasky- Update the OFED Linux Emulation layer as a preparatio...
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-26 dumbbellvt(4): When creating a window buffer, fill it entirely
2014-08-26 glebius- Remove socket file operations declaration from sys...
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 dumbbellvt(4): Take font offset into account in vt_is_cursor_in...
2014-08-25 adriani915 driver - enable opregion handle; program CADL.
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 adrianShut down RX before TX - in theory, this should make...
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 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 delphijUpdate hptnr(4) driver to version 1.0.1 supplied by...
2014-08-22 jfvUpdate to the Intel Base driver for the Intel XL710...
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 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 traszUse proper include paths in kernel iSCSI code.
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 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 adrianAdd missing locking.
2014-08-20 npChange netmap's global lock to sx instead of a mutex.
2014-08-20 jhbFix build of si(4) and enable it in LINT on amd64 and...
2014-08-20 roygerpci: make MSI(-X) enable and disable methods of the...
2014-08-20 kevloIf eapol packets are sent at the lowest rate, key negot...
2014-08-20 kevloAdd the D-Link DWA-125 rev D1.
2014-08-19 kevloSort ASUS section and add USB device ID of ASUS USB...
2014-08-18 hselaskyUse the "bSubslotSize" and "bSubFrameSize" fields to...
next