Fix typo.
[freebsd.git] / sys / dev /
2014-04-16 traszFix typo.
2014-04-16 traszAdd kern.iscsi.fail_on_disconnection; this is required...
2014-04-16 bzUse ETHER_ALIGN as argument to m_adj() to offset the...
2014-04-16 traszRemove useless debug.
2014-04-16 traszBe more strict with locking for is_waiting_for_iscsid...
2014-04-16 traszGet rid of ISCSIDCLOSE; it wasn't used and is redundant...
2014-04-16 traszProperly pass the initiator address when running in...
2014-04-16 traszProperly identify target portal when running in proxy...
2014-04-16 traszAdd some stuff to make it easier to figure out for...
2014-04-15 mariusCorrect a typo in a device description added in r264257.
2014-04-14 gnnCommit various fixes for the SolarFlare drivers, in...
2014-04-13 bruefferAdd a missing comma between error message definitions.
2014-04-13 impNO_MAN= has been deprecated in favor of MAN= for some...
2014-04-12 rpauloFix the style of ata_interrupt_locked().
2014-04-11 mavRemove unused val argument value from SYSCTL_INT()...
2014-04-11 sbrunoFix insta-panic on assert of unlocked periph mtx in...
2014-04-11 mavImprove use of socket buffer upcalls.
2014-04-11 hselaskyCorrect IMOD default value according to comment.
2014-04-10 mariusRefine r264257; given that I later on decided to nuke...
2014-04-10 kevloAdd the Asus USB-N10 NANO.
2014-04-09 hselaskyFix for infinite XHCI reset loops when the set address...
2014-04-09 yongariAdd workaround for MCP61 Ethernet controller found...
2014-04-09 adrianAdd a function to check whether the given register...
2014-04-08 rayUpdate to fix at r264244.
2014-04-08 rayFix cursor color in reverse video mode.
2014-04-08 mariusDistinguish between the different variants and configur...
2014-04-08 adrianAdd some debugging and forcing of the BAW to match...
2014-04-08 adrianDon't do continue inside the scheduler loop; we really...
2014-04-08 adrianCorrect the actual definition of ath_tx_tid_filt_comp_s...
2014-04-08 adrianAdd a comment explaining the obvious.
2014-04-08 adrianDon't resume a TID on each filtered frame completion...
2014-04-08 adrianAdd a basic set of data points which count the number...
2014-04-07 rayFix panic on load new driver while vt(4) is in VGA...
2014-04-07 scottlAdd some assertions to ensure that the target array...
2014-04-07 rpauloUse a more professional device description.
2014-04-05 rpauloNeed to include machine/fdt.h.
2014-04-05 rpauloAdd fsl,imx53.
2014-04-05 impMake some unwise casts. On i386 these casts wind up...
2014-04-05 marcelDo not prevent processes from making changes to the...
2014-04-05 traszRemove hack to pass STAILQ to a function and do it...
2014-04-05 ianAdd ioctl(2) calls to uftdi(4) to access bitbang, MPSSE...
2014-04-04 sbrunoAdd PCI-IDs for TBD Gen9 RAID controller HBAs from...
2014-04-04 traszRework the iSCSI PDU transmit code to avoid lock conten...
2014-04-04 traszAll the iSCSI sysctls are also tunables; advertise...
2014-04-04 traszWe don't need TAILQ for iSCSI PDUs; STAILQ is enough.
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-04 ianWhen changing the sd bus clock divisor, clear just...
2014-04-03 rstoneCorrect a PCI enumeration bug introduced in r264011
2014-04-03 joergAdd the Dresden Elektronik "USB Levelshifter Stick...
2014-04-03 yongariCorrect endianness handling in getting station address...
2014-04-02 traszFix build, broken by r264025.
2014-04-02 ianUse 2K buffers for IO to help achieve full device speed...
2014-04-01 traszEnable a KASSERT.
2014-04-01 traszGet rid of the "autoscaling", instead just set socket...
2014-04-01 traszInstead of "icltx" and "iclrx", use thread names with...
2014-04-01 traszGet rid of ICL lock; use upper-layer (initiator or...
2014-04-01 rstoneAdd missing copyright date.
2014-04-01 rstoneAdd support for PCIe ARI
2014-04-01 ianSupport serial speeds up to 12mbaud with newer FTDI...
2014-04-01 rstoneAdd a method to get the PCI RID for a device.
2014-04-01 rstoneRevert PCI RID changes.
2014-04-01 rstoneAdd a method to get the PCI Routing ID for a device
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-04-01 hselaskyAdd new USB ID.
2014-03-31 impTurns out name was used here when ACPI_DEBUG was define...
2014-03-31 yongariIncrease the number of TX DMA segments from 32 to 35...
2014-03-30 impRemove instances of variables that were set, but never...
2014-03-30 eadlerFix sizeof modifier for sizeof() in printf
2014-03-29 adrianAdd support to export the contents of the notification...
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-28 rayo Add new vd_driver method to do bitblt with mask,...
2014-03-27 emasteUpdate EFI framebuffer handoff from loader
2014-03-27 rayRevert r263321.
2014-03-27 rayFix crash on resume in vt(9).
2014-03-25 traszMove the ic_outstanding_count under #ifdef DIAGNOSTIC.
2014-03-25 traszFix harmless warning after reconnecting a session and...
2014-03-25 traszUse newly added extended LUN support in CAM.
2014-03-25 traszUse a less unusual syntax in debug printfs.
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 glebiussfxge: limit software Tx queue size.
2014-03-22 baptUpdate to 20140321
2014-03-22 adrianAlso set the AR5212 HAL power mode tracking in the...
2014-03-21 npcxgbe(4): Recognize the "spider" configuration where...
2014-03-20 adrianThrow the flush messages behind ATH_DEBUG_RESET as...
2014-03-20 hirenUpdate hwpmc to support core events for Atom Silvermont...
2014-03-20 hselaskyTry to resolve a possible deadlock when detaching USB...
2014-03-20 adrianAdd some debugging code to print out if registers are...
2014-03-20 adrianShuffle ah_powerMode to be in a sane spot for the given...
2014-03-20 adrianDon't call ath_init() inside the lock.
2014-03-20 npcxgbe(4): Use ifi_oqdrops in if_data to count drops...
2014-03-20 npcxgbe(4): if_iqdrops statistic should include tunnel...
2014-03-19 glebiusAdd counter for Tx errors returned from if_transmit.
2014-03-19 attiliovm_page_grab() and vm_pager_get_pages() can drop the...
2014-03-18 raySwitch kern.vt.suspendswitch to 0 by default (disabled).
2014-03-18 npcxgbe(4): significant rx rework.
2014-03-18 jimharrisnvme: Allocate all MSI resources up front so that we...
2014-03-18 jimharrisnvme: Close hole where nvd(4) would not be notified...
2014-03-18 gnnfix mbuf leak if it does not fit in software queue
2014-03-18 glebiusReturn error when packet is dropped because of link...
2014-03-18 emasteUpdate NetBSD Foundation copyrights to 2-clause BSD
next