sbin/hammer: Add verify argument to load_volume()
[dragonfly.git] / sys /
2016-10-14 Matthew Dillonkernel - Fix improper user-space access in sys___semctl()
2016-10-14 François Tigeotdrm/linux: Add kmap_to_page()
2016-10-13 François Tigeotdrm/linux: Add get_nr_swap_pages()
2016-10-12 Imre Vadászif_iwm - Allow listening on both chains/atennas to...
2016-10-12 Tomohiro Kusumisys/vfs/hammer: Use HAMMER_MAX_KEY for initial trunc_of...
2016-10-12 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_MIN|MAX_ONDISK_LOCALIZATION
2016-10-12 Tomohiro Kusumisys/vfs/hammer: Use MIN/MAX macros for B-Tree node...
2016-10-11 François Tigeotdrm/linux: Add sign_extend64()
2016-10-11 François Tigeotdrm/linux: Add kasprintf and kvasprintf()
2016-10-11 François Tigeotdrm/linux: Add kstrtouint()
2016-10-10 Matthew Dillonvkernel - Fix FP corruption in VMX/EPT mode
2016-10-09 Matthew Dillonvkernel - Add COW image capability
2016-10-09 Imre Vadászif_iwm - Add basic powermanagement support via ifconfig...
2016-10-09 Tomohiro Kusumisys/dev/disk/dm: Make dmdebug() print __func__
2016-10-09 Tomohiro Kusumisys/vfs/hammer: Mention ondisk fields are in little...
2016-10-09 Matthew Dillonkernel - Refactor VMX code
2016-10-08 Imre Vadászif_iwm - Add iwm_nic_unlock() calls missing from previo...
2016-10-08 Imre Vadászif_iwm - iwm_{read,write}_prph() don't grab the nic...
2016-10-08 Sascha Wildnerkernel/iwm: Fix building into the kernel without IWM_DEBUG.
2016-10-08 Sascha Wildnerkernel/iwm: Allow IWM_DEBUG to come in via the kernel...
2016-10-08 Sascha Wildnerkernel/ecc: Add MODULE_VERSION()s.
2016-10-08 Matthew Dillonkernel - Fix low memory process kill bug
2016-10-08 Matthew Dillonkernel - Fix a system lockup with vmm
2016-10-07 Imre Vadászif_iwm - Add the BSS's basic rates to iwm's LQ command...
2016-10-06 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_FSTYPE_STRING
2016-10-05 Imre Vadászif_iwm - Enable Energy Based Scan (EBS).
2016-10-05 Imre Vadászif_iwm - GC unused code from if_iwm_scan.c, copyied...
2016-10-05 Imre Vadászif_iwm - Tiny cleanup in iwm_rx_addbuf().
2016-10-04 Imre Vadászif_iwm - Make ucode capabilities and api flags handling...
2016-10-04 Imre Vadászif_iwm - Remove a couple of unneeded IWM_UCODE_TLV_FLAG...
2016-10-04 Sascha WildnerSync ACPICA with Intel's version 20160930.
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
next