CVS commit: src/sys/net80211

2018-01-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jan 19 07:58:25 UTC 2018 Modified Files: src/sys/net80211: ieee80211_crypto_wep.c Log Message: Style, no functional change. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/net80211/ieee80211_crypto_wep.c

CVS commit: src/sys/net80211

2018-01-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jan 19 07:57:50 UTC 2018 Modified Files: src/sys/net80211: ieee80211_crypto_tkip.c Log Message: Style, and check the return value of m_append. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/net80211

2018-01-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jan 19 07:54:34 UTC 2018 Modified Files: src/sys/net80211: ieee80211_crypto_ccmp.c Log Message: Style, no functional change. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/net80211

2018-01-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jan 19 07:53:46 UTC 2018 Modified Files: src/sys/net80211: ieee80211_crypto_none.c Log Message: Style, no functional change. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/net80211/ieee80211_crypto_none.c

CVS commit: src/sys/net80211

2018-01-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jan 19 07:52:37 UTC 2018 Modified Files: src/sys/net80211: ieee80211_crypto.c Log Message: Style, and make sure that there is a header+trailer included in the packet. The crypto functions can touch the trailer, but they don't

CVS commit: src/sys/netinet

2018-01-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jan 19 07:53:01 UTC 2018 Modified Files: src/sys/netinet: tcp_subr.c tcp_timer.c tcp_timer.h tcp_var.h Log Message: Run tcp_slowtimo in workqueue if NET_MPSAFE If NET_MPSAFE is enabled, we have to avoid taking softnet_lock

CVS commit: src/sys/net

2018-01-18 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jan 19 05:19:29 UTC 2018 Modified Files: src/sys/net: rtsock.c Log Message: Release rt_so_mtx on updating a rtentry to avoid a deadlock with route_intr The deadlock happened only if NET_MPSAFE on. To generate a diff of

CVS commit: src/sys/arch/evbmips/conf

2018-01-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Jan 18 23:17:09 UTC 2018 Modified Files: src/sys/arch/evbmips/conf: LOONGSON Log Message: Use usbdevices. add midi needed to build umidi. Remove now redundant USB entries. So we will stop missing random USB drivers. To

CVS commit: src/sys/net80211

2018-01-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 18 17:59:29 UTC 2018 Modified Files: src/sys/net80211: ieee80211_node.c Log Message: Style, no functional change. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/net80211/ieee80211_node.c Please

CVS commit: src/sys/net80211

2018-01-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 18 17:57:49 UTC 2018 Modified Files: src/sys/net80211: ieee80211_netbsd.c Log Message: Style, and zero out 'ns' entirely, otherwise some bytes get leaked to userland (eg ns_rsvd0). To generate a diff of this commit: cvs

CVS commit: src/sys/net80211

2018-01-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 18 16:23:43 UTC 2018 Modified Files: src/sys/net80211: ieee80211_output.c Log Message: Several changes: * Make the code more readable. * Add a panic in ieee80211_compute_duration(). I'm not sure there's a bug here -

CVS commit: src/sys/arch/arm/arm

2018-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 18 14:18:23 UTC 2018 Modified Files: src/sys/arch/arm/arm: syscall.c Log Message: Fix test for SMI_IMB{,range} that was broken in 1.46 >From Ramakrishna Rao Desetti To generate a diff of this commit: cvs rdiff -u -r1.62

CVS commit: src/sys

2018-01-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 18 13:31:21 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_module.c src/sys/kern: sys_module.c Log Message: Don't return the address of the kernel modules if the user is not privileged. Discussed on

CVS commit: src/sys/net80211

2018-01-18 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 18 13:24:01 UTC 2018 Modified Files: src/sys/net80211: ieee80211_output.c Log Message: Several changes: * Make the code more readable. In particular, declare variables as const along the way. * Explain what we're

CVS commit: src/sys/arch/arm/cortex

2018-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 18 12:49:09 UTC 2018 Modified Files: src/sys/arch/arm/cortex: a9_mpsubr.S Log Message: Use r0 in the tlbiall instruction to avoid confusion. >From Ramakrishna Rao Desetti To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man4

2018-01-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jan 18 09:54:52 UTC 2018 Modified Files: src/share/man/man4: wm.4 Log Message: More markup. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/share/man/man4/wm.4 Please note that diffs are not public domain;

CVS commit: src/share/man/man4

2018-01-18 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Jan 18 09:38:15 UTC 2018 Modified Files: src/share/man/man4: wm.4 Log Message: add WM_TX_PROCESS_LIMIT_DEFAULT and WM_TX_INTR_PROCESS_LIMIT_DEFAULT man. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/dev/pci

2018-01-18 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Jan 18 09:36:26 UTC 2018 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm_txeof() can limit the loop count the same as wm_rxeof() now. To generate a diff of this commit: cvs rdiff -u -r1.556 -r1.557

CVS commit: src/sys/kern

2018-01-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 18 08:40:56 UTC 2018 Modified Files: src/sys/kern: kern_mutex.c Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/kern/kern_mutex.c Please note that diffs are not public