Merge branch 'vendor/LIBRESSL'
[dragonfly.git] / sys /
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-10-03 Imre Vadászpc64: Fix typo in wrmsr_safe.
2016-10-03 Sascha WildnerUse <termios.h> instead of the deprecated <sys/termios.h>.
2016-10-03 Sascha WildnerSplit out <sys/_termios.h> for struct termios and the...
2016-10-03 Imre Vadászif_iwm - Move mbuf hacks after sanity checks in iwm_mvm...
2016-10-01 Tomohiro Kusumisys/dev/disk/dm: Remove default:break for switch enums...
2016-10-01 Tomohiro Kusumisys/dev/disk/dm: Remove #if0'd dmminphys() from NetBSD
2016-10-01 Tomohiro Kusumisys/dev/disk/dm: Cleanup
2016-10-01 Imre Vadászif_iwm - Get rid of struct iwm_rx_data argument for...
2016-09-29 zrjkernel: Explicitly exclude -flto cflags for genassym.c
2016-09-29 zrjusb4bsd: Fix compilation with -flto.
2016-09-29 zrjcxm(4): Fix type mismatches on firmware variables.
2016-09-29 zrjkernel/smbfs: Fix type mismatches for smbfs_pbuf_freecnt.
2016-09-29 zrjkernel/adv: Fix extern type to match the real one.
2016-09-29 zrj<sys/cdefs.h> Also add __malloclike to lint case.
2016-09-27 Matthew Dillonkernel - Remove mplock from KTRACE paths
2016-09-26 Imre Vadászcpuctl(4): Require write rights for CPUCTL_MSRSBIT...
2016-09-26 Antonio Huete Jimenezkernel/vmx - Add a missing lwkt_reltoken()
2016-09-26 Imre Vadászif_iwm - Get rid of some more superfluous bus_dmamap_sy...
2016-09-26 Matthew Dillonkernel - Change IPI recovery watchdog
2016-09-26 Imre Vadászif_iwm - Add support for Firmware paging, needed for...
2016-09-26 Imre Vadászif_iwm - Move iwm_dma_contig_alloc/_free functions...
2016-09-26 John Marinoath_hal: Add FCC6_FCCA regulatory domain (0x0014)
2016-09-26 Daniel Bilikkernel/psm: Support newer Synaptics touchpads
2016-09-25 Sascha Wildnerkernel/clock_gettime: Various fixes.
2016-09-25 Imre Vadászif_iwm - Switch 7265D and 3165 devices to 7265D firmware.
2016-09-25 Imre Vadásziwmfw - Import 7265D firmware for AC3165 and newer...
2016-09-25 Imre Vadászif_iwm - Move struct iwm_cfg chipset configs to if_iwm_...
2016-09-25 Imre Vadászif_iwm - Simplify device id matching code a bit.
2016-09-25 Antonio Huete Jimenezkernel/vmm - Fix build with VMM_DEBUG
2016-09-24 zrjUse recently added attributes in few standard headers.
2016-09-24 zrjstyle(9): Perform some cleanup in few standard headers.
2016-09-24 zrj<sys/cdefs.h>: Add support for alloc_align, alloc_size...
2016-09-24 zrj<sys/cdefs.h>: Be more careful with _Noreturn.
2016-09-24 zrj<sys/cdefs.h>: Move __warn_unused_result__ to 3.4
2016-09-24 zrj<sys/cdefs.h>: Style(9) fixes.
2016-09-23 Imre Vadászif_iwm - Remove OpenBSD-specific comment. Beautify...
2016-09-23 Imre Vadászif_iwm - Fix typo in commit a7697ea01c11fd493aec52260a0...
2016-09-23 Imre Vadászif_iwm - Get rid of unneeded IWM_FWDMASEGSZ and IWM_FWM...
2016-09-23 Imre Vadászif_iwm - With the previous commits, this DELAY no longe...
2016-09-23 Imre Vadászif_iwm - Sync IWM_MVM_ALIVE waiting and start_fw handli...
2016-09-23 Imre Vadászif_iwm - Synchronize firmware loading code with Linux...
2016-09-22 Imre Vadásziwmfw - Fixup revert to version 16 for the 8000C firmware.
2016-09-22 Imre Vadászif_iwm - Improve reliability of iwm_release on disassoc...
2016-09-22 Imre Vadászif_iwm - Remove 1s delay after fw loading. Can't reprod...
2016-09-22 Imre Vadászif_iwm - SCAN_ABORT_UMAC response doesn't use a wide id
2016-09-22 Imre Vadászif_iwm - Revert 8000C firmware (for AC8260) to version...
2016-09-21 Antonio Huete Jimenezvkernel - Invalidate pte before setting attributes...
2016-09-21 Antonio Huete Jimenezvkernel - Fix a vkernel lockup on startup
2016-09-20 Imre Vadászif_iwm - Recognize the IWM_UCODE_TLV_FW_MEM_SEG firmwar...
2016-09-20 Imre Vadásziwmfw - Update to version 17 firmware for all devices...
2016-09-19 Imre Vadászif_iwm - Recognize IWM_DTS_MEASUREMENT_NOTIF_WIDE notif...
2016-09-19 Imre Vadászif_iwm - Very basic DTS thermal sensor support (prints...
2016-09-18 Imre Vadászif_iwm - Remove some more fields from struct nvm_data...
2016-09-18 Imre Vadászif_iwm - Only for family 7000 power-down busmaster...
2016-09-18 Imre Vadászif_iwm - Implement apmg_wake_up_wa workaround properly...
2016-09-18 Imre Vadászif_iwm - Fix up RSSI calculations for scan results...
2016-09-16 John MarinoBelatedly bump DF version after SSL libraries were...
2016-09-12 Imre Vadászif_iwm - Use iwm_mvm_scan_stop_wait to properly abort...
2016-09-12 Imre Vadászif_iwm - Add scan abort functions, to properly cancel...
2016-09-11 Imre Vadászif_iwm - Get rid of iwm_disable_rx_dma, just use iwm_pc...
2016-09-11 Imre Vadászif_iwm - Use notification wait API to wait for calibrat...
2016-09-11 Imre Vadászif_iwm - Add implementation of the notification wait...
2016-09-11 Imre Vadászif_iwm - Change 2nd arg of iwm_phy_db_set_section(...
2016-09-11 Imre Vadászif_iwm - Store paging_mem_size field in firmware image...
2016-09-11 Imre Vadászif_iwm - Get rid of some gratuitous constant renaming...
2016-09-11 Imre Vadászif_iwm - Get rid of SYNC_RESP_STRUCT and SYNC_RESP_PTR...
2016-09-11 Imre Vadászif_iwm - Remove unused fw_totlen field in struct iwm_fw...
2016-09-09 Tomohiro Kusumisys/vfs/hammer: Change unused PFS ioctl flag to reserved
2016-09-08 Tomohiro Kusumisys/vfs/hammer: Remove wrong comment
2016-09-08 Sepherosa Ziehaucorepower: Fix identify method for multi-cpu-package...
2016-09-08 Sepherosa Ziehauuipc: Make sure that listen is completed.
2016-09-07 Imre Vadászif_iwm - Sync valid_tx_ant and valid_rx_ant mask handli...
2016-09-07 Imre Vadászif_iwm - Use chipset configuration structs like iwlwifi...
2016-09-07 Imre Vadászif_iwm - Use ic->ic_tq for iwm_endscan_cb instead of...
2016-09-07 Matthew Dillonkernel - Deal with lost IPIs (VM related) (2)
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-06 Imre Vadászif_iwm - Sync nvm parsing code with Linux iwlwifi.
2016-09-06 Tomohiro Kusumisys/vfs/hammer: Change HAMMER_VOLUME_NUMBER_XXX macros...
2016-09-06 Tomohiro Kusumisys/vfs/hammer: Add sys/vfs/hammer/hammer_crc.h
2016-09-06 Matthew Dillonkernel - Deal with lost IPIs (VM related)
2016-09-05 Imre Vadászif_iwm - Make sure we call iwm_detach_local only once.
2016-09-05 Imre Vadászif_iwm - Remove calib_version field from struct iwm_nvm...
2016-09-05 Imre Vadászif_iwm - Sync iwm_nvm_read_chunk() function with Linux...
2016-09-05 Imre Vadászif_iwm - Sync if_iwm_phy_db code with Linux iwlwifi.
2016-09-05 Imre Vadászif_iwm - Remove some unneeded #include-s from all ...
2016-09-05 Matthew Dillonkernel - Fix indefinite wait buffer during heavy swapping
2016-09-05 Tomohiro Kusumisys/vfs/hammer: Add inline CRC functions for mrec head
2016-09-05 Tomohiro Kusumisys/vfs/hammer: Add inline CRC functions for undo/redo...
2016-09-04 Sascha Wildnerkernel/clock: Solve aa85218e6 a bit better.
2016-09-04 Imre Vadászif_iwm - The HW Revision stepping constants should...
2016-09-04 Imre Vadászif_iwm - Remove more old unused scan API definitions.
2016-09-04 Tomohiro Kusumisys/vfs/hammer: Add inline CRC functions for layer1/2
2016-09-04 Tomohiro Kusumisys/vfs/hammer: Make the existing CRC functions inline
2016-09-04 Tomohiro Kusumisys/vfs/hammer: Add inline CRC functions hammer_crc_get...
2016-09-04 Imre Vadászif_iwm - Remove deprecated scan API definitions.
2016-09-04 Imre Vadászif_iwm - Remove wrappers around iwm_dma_contig_free...
2016-09-04 Sascha WildnerSync ACPICA with Intel's version 20160831.
2016-09-04 zrjkernel/scsi: Do not announce pass/sg in bootverbose.
2016-09-03 Tomohiro Kusumisbin/newfs_hammer: Cleanup
next