git: sys/boot: Annotate LTO issue in pxe.c

2016-10-17 Thread Rimvydas Jasinskas
commit 4a5093f732f5b3445e862ef3318d0193567985a3 Author: zrj Date: Wed Oct 12 16:31:32 2016 +0300 sys/boot: Annotate LTO issue in pxe.c This needs to be addressed for proper use of LTO. Summary of changes: sys/boot/pc32/libi386/pxe.c | 1 + 1 file changed, 1 insertion(+) http://

git: binutils225: Make plugin dir overridable at compile time.

2016-10-17 Thread Rimvydas Jasinskas
commit 11650561b4cc34c733d0ddd00ba57a35c8b09262 Author: zrj Date: Fri Sep 30 14:23:13 2016 +0300 binutils225: Make plugin dir overridable at compile time. This will help to avoid touching mtree BSD.usr.dist outside libexec, will simplify LTO plugins(liblto_plugin.so, LLVMgold.

git: kernel - Fix panic/crash in vm_object_page_remove()

2016-10-17 Thread Matthew Dillon
commit 51424739a9a596084144dc78197ad06b53f2f293 Author: Matthew Dillon Date: Mon Oct 17 12:15:57 2016 -0700 kernel - Fix panic/crash in vm_object_page_remove() * When vm_object_page_remove() is called with one page, the caller is allowed to hold a spinlock (typically on tha

git: DragonFly_RELEASE_4_6 kernel - Fix panic/crash in vm_object_page_remove()

2016-10-17 Thread Matthew Dillon
commit 6e9a03e9179971e1d9364355790e44003e077ae1 Author: Matthew Dillon Date: Mon Oct 17 12:15:57 2016 -0700 kernel - Fix panic/crash in vm_object_page_remove() * When vm_object_page_remove() is called with one page, the caller is allowed to hold a spinlock (typically on tha

git: if_iwm - Get rid of another usage of the IWM_DEFAULT_MACID/_COLOR constant.

2016-10-17 Thread Imre Vadasz
commit c009badecf7b1389cd86adde9fd35f6113c75b5b Author: Imre Vadász Date: Sun Oct 16 21:36:15 2016 +0200 if_iwm - Get rid of another usage of the IWM_DEFAULT_MACID/_COLOR constant. Summary of changes: sys/dev/netif/iwm/if_iwm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

git: if_iwm - change the check for ADD_STA status, use IWM_ADD_STA_STATUS_MASK.

2016-10-17 Thread Imre Vadasz
commit 74d41163ddac72b0d7ea7b7873d53fe134723a12 Author: Imre Vadász Date: Tue Sep 6 21:45:07 2016 +0200 if_iwm - change the check for ADD_STA status, use IWM_ADD_STA_STATUS_MASK. Taken-From: Linux iwlwifi (git 837c4da98481d4e504b2aba077c8528fee1b6d13) Summary of changes: sys/de

git: if_iwm - Sanity check channel for IEEE80211_CHAN_ANYC in if_iwm_mac_ctxt.c.

2016-10-17 Thread Imre Vadasz
commit 10d5b77b5421e7cbcc426160edbe858d1d610a29 Author: Imre Vadász Date: Mon Oct 17 23:17:06 2016 +0200 if_iwm - Sanity check channel for IEEE80211_CHAN_ANYC in if_iwm_mac_ctxt.c. * This avoids panicing in some broken vap state handling cases. Summary of changes: sys/dev/netif

git: if_iwm - Sync iwm_read_firmware()'s loop to iwlwifi's code.

2016-10-17 Thread Imre Vadasz
commit d1c10ccfcf2d6d2a664f17197add0b4f9181 Author: Imre Vadász Date: Fri Sep 16 23:43:51 2016 +0200 if_iwm - Sync iwm_read_firmware()'s loop to iwlwifi's code. Taken-From: Linux iwlwifi Summary of changes: sys/dev/netif/iwm/if_iwm.c | 51 +--

git: if_iwm - Change UCODE_TLV_API #define-s from bitmasks to indexes.

2016-10-17 Thread Imre Vadasz
commit c00575de8491dc402abf52c8c7e1cca1ef79e257 Author: Imre Vadász Date: Tue Oct 18 00:20:29 2016 +0200 if_iwm - Change UCODE_TLV_API #define-s from bitmasks to indexes. * Fixes oversight from commit 757eecf0e6c92745aa2eee95811e573c8300850e. fw_has_api now uses the isset m