bsd.libnames.mk: Activate LIBDMSG.
[dragonfly.git] / sys / bus /
2017-10-16 Matthew Dillonkernel - Remove repurposebuf
2017-10-16 Matthew Dillonkernel - Remove B_MALLOC
2017-10-11 Thomas NikolajsenMerge commit 'crater/master'
2017-10-11 Sascha Wildnerkernel/cam: Add some missing parameter names.
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-07-31 Sascha Wildnerkernel/urtwn: Add missing braces.
2017-07-30 Sascha Wildnerkernel/cam: Add CAM_SCSI_IT_NEXUS_LOST (in preparation...
2017-07-30 Imre VadászMake sure that cam(4)'s dashutdown handler runs before...
2017-06-17 Sascha Wildnerkernel/acpi: Match _HID instead of relying on _CID...
2017-06-16 Imre Vadászig4 - Interrupt handling was mpsafe already, just set...
2017-06-16 Imre Vadászig4 - Recognize Haswell, the Atom SoCs and Skylake...
2017-06-15 Imre Vadászig4 - Fix typo, pci_get_devid() -> pci_get_device.
2017-06-14 Imre Vadászig4 - Recognize PCI device IDs for Skylake-U/Y and...
2017-06-07 Matthew Dillonkernel - Add quirk for additional MCP79 AHCI chipset
2017-05-30 Imre VadászPort initial UHS-1 support from FreeBSD (Only DDR52...
2017-05-22 Imre VadászA step to correctly handling command timeouts in the...
2017-05-21 Imre VadászMore style, comments, includes and unused params fixes...
2017-05-20 Imre VadászStyle fixes for sdhci(4) and mmc(4) in comments, includ...
2017-05-08 Sascha WildnerRemove a no longer used header (scsi_iu.h).
2017-02-22 Matthew Dillonkernel - Add missing bus lock to CAM
2017-02-18 Sascha Wildnerkernel/usb4bsd: Add a quirk for the Corsair STRAFE...
2017-02-16 Sascha Wildnerkernel: Fix the type of 'cmd' in various ioctl function...
2017-02-11 Imre Vadászvirtio: Fix and activate PCI MSI-X support.
2017-01-27 Matthew Dillonkernel - Remove direct mapping of user buffers to CAM
2017-01-27 Imre Vadászkernel/usb4bsd: Use pci_alloc_1intr() for MSI allocatio...
2017-01-26 Matthew Dillonkernel - Refactor suword, fuword, etc. change vmm_gues...
2017-01-25 Matthew Dillonkernel - pmap and vkernel work
2017-01-15 Imre Vadászkernel/usb4bsd: Configure the correct bMaxPacketSize...
2017-01-15 Imre Vadászkernel - Add PCIER_DEVCAP2 and PCIER_DEVCTRL2 definitio...
2017-01-15 Imre Vadászvgapci: Remove verbose printf() messages from pci_...
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2017-01-09 Matthew Dillonbuf - Remove B_ORDERED, Incidental CAM MPSAFE
2017-01-09 Matthew Dillonkernel - Incidental MPLOCK removal (non-performance)
2017-01-08 Sascha WildnerClean up a bit after the recent CAM work (075c6d38244ab...
2017-01-08 Matthew Dillonkernel - CAM cleanup 3/N - Remove unnecessary mplocks
2017-01-08 Matthew Dillonkernel - CAM cleanup 1/N - Remove ancient scsi pccard...
2017-01-06 Sepherosa Ziehaualc: Add Killer E2500 support.
2017-01-05 Sepherosa Ziehaupci: Add a quirk for chips w/ broken MSI support.
2017-01-03 Matthew Dilloncam - Fix bus registration race
2017-01-02 Matthew Dillonkernel - Fix TRIM bugs in UFS
2016-12-28 Matthew Dillonkernel - Do a better job locking CAM ref counts
2016-12-09 Imre Vadászvgapci: There is no drmn driver in DragonFly, there...
2016-11-29 François Tigeotfirmware(9): Change type of data pointer
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-23 Sepherosa Ziehaure: Leverage Realtek driver's chip/PHY initialization...
2016-11-19 Sascha WildnerRemove some old architecture handling.
2016-10-29 Imre Vadászmmc: With this workaround, both eMMC and sd-card slot...
2016-10-29 Matthew Dillonkernel - adjust sdhc timeouts, cleanup
2016-10-29 Matthew Dillonkernel - Fix mmcsd read/write issues
2016-10-27 François Tigeotkernel: Replace struct device* by device_t
2016-10-24 zrjcamcontrol: Force scsi_8btou64() to be inlined.
2016-10-18 Sascha Wildnerkernel: Remove the COMPAT_43 kernel option along with...
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-29 zrjusb4bsd: Fix compilation with -flto.
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-04 zrjkernel/scsi: Do not announce pass/sg in bootverbose.
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-07 Matthew Dillonkernel - Cleanup gcc warnings
2016-08-06 Matthew Dillonkernel, world - Remove the remaining vestiges of linux...
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-07-22 Matthew Dillonkernel - Refactor buffer cache code in preparation...
2016-07-19 zrjsys: Various include guard fixes.
2016-07-19 zrjRemove pcibus.h header.
2016-06-05 Matthew Dillonkernel - Add PCIS_STORAGE_NVM
2016-06-03 Imre Vadászif_run - Add missing RUN_LOCK/RUN_UNLOCK around a run_g...
2016-05-31 Imre Vadászsmbacpi: Implement I2cSerialBus ACPI support module...
2016-05-31 Imre Vadászig4: Add ig4_acpi.c for attaching on ACPI (needed for...
2016-05-29 Imre Vadászgpio_acpi: Turn this into a child device of gpio_intel.
2016-05-28 Imre Vadászgpio_acpi: Add allocate/release functions for GpioIo...
2016-05-28 Imre Vadászgpio_acpi: Factor out gpio_acpi_check_gpioint().
2016-05-24 Sascha Wildnerkernel/urtwn: Fix building with USB_DEBUG.
2016-05-24 Imre Vadászwlan - Move wlan_serialize_enter()/exit() wrapper to...
2016-05-24 Imre Vadászwlan - Adjust Makefile and use opt_urtwn.h and opt_wlan...
2016-05-24 Matthew Dillonwlan - Sync bus/u4b/wlan/if_urtwn* from FreeBSD
2016-05-24 Imre Vadászwlan - Sync bus/u4b/wlan/run from FreeBSD
2016-05-24 Imre Vadászbuild - Add if_rum to the build again
2016-05-24 Imre Vadászwlan - Sync bus/u4b/wlan/rum from FreeBSD
2016-05-24 Matthew Dillonbuild - Temporarily remove wifi drivers from build
2016-05-17 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-13 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-09 Imre Vadászu4b/wlan - Convert ifp->if_softc -> ic->ic_softc.
2016-05-09 Imre Vadászu4b/wlan - Mechanically convert to IFNET_STAT_INC.
2016-05-09 Imre Vadász80211 - Add missing ic_softc initializations in sys...
2016-05-09 Imre Vadász80211 - Update up to FreeBSD's r287029 (only skipping...
2016-05-03 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-05-01 Imre Vadászgpio_intel: Slightly simplify interface to chipset...
2016-05-01 Imre Vadászgpio_intel: Use a cookie object for gpio interrupt...
2016-04-29 Imre Vadászgpio_acpi: Introduce separate setup_intr and teardown_i...
2016-04-16 Imre Vadászgpio_intel: Add workaround for concurrent GPIO register...
2016-04-10 Imre Vadászgpio_intel: Handle level triggered interrupts more...
2016-04-09 Imre Vadászgpio_intel: Change GPIOcfg bits when needed to enable...
2016-04-09 Imre Vadászgpio_intel: Fix CHV_GPIO_CTL1_INVRX constant, we need...
2016-04-03 Imre Vadászgpio_intel: Allow switching edge-trigger mode between...
2016-04-03 Imre Vadászgpio_intel: Move Cherryview SoC specific code into...
2016-04-02 Imre Vadászkernel/acpi: Add acpi_MatchUid function for matching...
next