]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Revert r269474. Special keyboard combinations should be handled by separate
[FreeBSD/FreeBSD.git] / sys / dev /
2014-09-09 rayRevert r269474. Special keyboard combinations should...
2014-09-09 kevloDrop frames that have larger than MCLBYTES.
2014-09-08 bruefferUse the right constants in comparisons. This is curren...
2014-09-08 mavBunch of microoptimizations to reduce dereferences...
2014-09-08 dumbbellvt(4): Change the terminal and buffer sizes, even witho...
2014-09-08 adrianImplement htprotmode handling.
2014-09-08 adrian(more) correctly account TX completion status for A...
2014-09-08 adrianBring over some more status codes from the Linux iwlwif...
2014-09-07 hselaskyUpdate mixer description for FastTrackPro.
2014-09-06 mavSave one register read (AHCI_IS) for AHCI controllers...
2014-09-06 ianWhen registering an association between a device and...
2014-09-06 impRestore order of interrupt setup. Minor problems can...
2014-09-06 ianRevert rr271190, it was based on a misunderstanding...
2014-09-06 mavFix typo in comments.
2014-09-06 jhbCreate a separate structure for per-CPU state saved...
2014-09-06 ianAdd OF_xref_from_node_strict() which returns -1 if...
2014-09-05 dumbbellvt_vga: vd_setpixel_t and vd_drawrect_t are noop in...
2014-09-05 mavInvert AHCI_Q_NOBSYRES quirk meaning, waiting for readi...
2014-09-05 kevloThe USB LED driver for the Dream Cheeky WebMail Notifier.
2014-09-05 mavAdd IDs for Intel Patsburg USB 2.0 controller.
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 impSeparate out PCI attachment from the main AHCI driver...
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-04 roygerRevert r269814: blkfront: add support for unmapped IO
2014-09-04 yongariDo not blindly announce 1000baseT half-duplex capability in
2014-09-03 ianFixes and enhancements for the if_cgem driver...
2014-09-03 hselaskyFix spelling.
2014-09-03 hselaskyAdd new quirk.
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
next