dragonfly.git
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 zrjgcc50: Compile and install collect2 utility.
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... kernel/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 zrjlibc_r: Tiny adjustment, git add.
2016-09-26 Sascha Wildnerlibpthread: Some more adjustments for pthread_attr_sets...
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 zrjpthread: Split pthread_exit() to smaller chunks.
2016-09-26 zrjpthread: Split mutex_init().
2016-09-26 zrjpthread: Prefer explicit return on error.
2016-09-26 zrjpthread: Set default contention scope to system.
2016-09-26 zrjpthread: Use spin hint for cpu on x86_64 too.
2016-09-26 zrjpthread: Move few attr private structs to thr_init.c
2016-09-26 zrjpthread: Add vprintf variant of _thread_printf, reforma...
2016-09-26 zrjpthread: Fix some warnings, do not raise WARNS to 6.
2016-09-26 zrjpthread: Collect separated mutex functions.
2016-09-26 zrjpthread: Change single weak reference to strong one.
2016-09-26 zrjpthread: Move out pthread_md.c from x86_64 dir to commo...
2016-09-26 zrjpthread: Fix return value for pthread_attr_setschedpolicy()
2016-09-26 zrjpthread: General pre-cleanup (style, typos etc)
2016-09-26 zrjpthread: Sync copyright changes with FreeBSD.
2016-09-26 zrjwpa_supplicant: Avoid cpp warning during buildworld.
2016-09-26 zrjOpenSSH: Add missing prototypes and bump WARNS to 3.
2016-09-26 zrjOpenSSH: Suppress last warning in session.c
2016-09-26 zrjOpenSSH: Suppress warning on login_getcapstr().
2016-09-26 zrjgcc47: Suppress last codegen warning.
2016-09-26 zrjgcc47: Fix misplaced NULL usage in strings.
2016-09-26 zrjgcc47: Backport objc fix from gcc trunk.
2016-09-26 zrjgcc47: Prevent -Wswitch-bool noise.
2016-09-26 zrjcrunchgen(1): Fix few spurious warnings.
2016-09-26 zrjlibncurses: Set WANRS at 5.
2016-09-26 zrjlibncurses: Avoid warning when calling cgetent().
2016-09-26 zrjlibncurses: Avoid -Woverflow in baud rates.
2016-09-26 zrjbootstrap: Expand BOOTSTRAPPING case to avoid warning.
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... kernel/vmm - Fix build with VMM_DEBUG
2016-09-24 zrjpthread: Init libthread_xu also in pthread_key_create()
2016-09-24 zrj<pthread.h>: Avoid namespace pollution.
2016-09-24 zrj<pthread.h>: Mark some __nonnull(x) cases.
2016-09-24 zrj<pthread.h>: Visibility changes.
2016-09-24 zrj<pthread.h>: Perform some style(9) cleanup.
2016-09-24 zrjUse recently added attributes in few standard headers.
2016-09-24 zrj<stdlib.h>: Change visibility of few POSIX extensions...
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-24 zrjbootstrap: Fix old boostrapping issue once and for...
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... vkernel - Invalidate pte before setting attributes...
2016-09-21 Antonio Huete... vkernel - 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-15 Sascha WildnerUpdate the pciconf(8) database.
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-09 Tomohiro Kusumisbin/hammer: Add clrpfs()
2016-09-08 Matthew Dillonpowerd - Detect power state changes
2016-09-08 Tomohiro Kusumisys/vfs/hammer: Remove wrong comment
2016-09-08 Tomohiro Kusumisbin/hammer: Return -1 if readlink(2) failed
2016-09-08 Tomohiro Kusumisbin/hammer: Refactoring
next