git: wlan - use wlan_global_serializer as if serializer

2013-04-01 Thread Sepherosa Ziehau
commit 97d382d35fbfc3bad67a95bed466b7a34359ef63 Author: Johannes Hofmann johannes.hofm...@gmx.de Date: Sun Dec 2 12:25:24 2012 +0100 wlan - use wlan_global_serializer as if serializer This fixes problems on SMP system using ath(4). suggested-by: Sepherosa Ziehau

git: iwn - don't acquire wlan_global_serializer in iwn_start()

2013-04-01 Thread Sepherosa Ziehau
commit ec735bb4a9a1c1bdf4a3e946188ccd61d06e7cc6 Author: Johannes Hofmann johannes.hofm...@gmx.de Date: Sun Dec 2 12:29:00 2012 +0100 iwn - don't acquire wlan_global_serializer in iwn_start() With abc2d9274 iwn_start() is called with wlan_global_serializer held already.

git: wlan - wlan_assert_serialized in ieee80211_init/_start/_ioctl

2013-04-01 Thread Sepherosa Ziehau
commit 93d6499b9119a90f68f2bee8cc32811bbb663813 Author: Johannes Hofmann johannes.hofm...@gmx.de Date: Tue Dec 11 22:19:21 2012 +0100 wlan - wlan_assert_serialized in ieee80211_init/_start/_ioctl Summary of changes: sys/netproto/802_11/wlan/ieee80211_ioctl.c | 2 ++

git: iwn - wlan_assert_serialized in iwn_init/_start/_ioctl

2013-04-01 Thread Sepherosa Ziehau
commit 5b98ac740d0a3454a0c8668f738e3eb446c3a4b6 Author: Johannes Hofmann johannes.hofm...@gmx.de Date: Tue Dec 11 23:03:00 2012 +0100 iwn - wlan_assert_serialized in iwn_init/_start/_ioctl Summary of changes: sys/dev/netif/iwn/if_iwn.c | 8 ++-- 1 file changed, 6 insertions(+), 2

git: merge

2013-04-01 Thread Sepherosa Ziehau
commit 4da66bbfa353d0fb44e7a3c17f7268748edba48b Merge: 7078f92 4b21dd0 Author: Johannes Hofmann johannes.hofm...@gmx.de Date: Thu Jan 24 23:06:50 2013 +0100 merge Summary of changes: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4da66bbfa353d0fb44e7a3c17f7268748edba48b --

git: Merge branch 'master' of git://git.dragonflybsd.org/dragonfly into wlan_serialize

2013-04-01 Thread Sepherosa Ziehau
commit 88cb131568c551d47f7b04eea6931bff5663ba43 Merge: 4da66bb 4d3eb9a Author: Johannes Hofmann johannes.hofm...@gmx.de Date: Sat Feb 16 21:50:45 2013 +0100 Merge branch 'master' of git://git.dragonflybsd.org/dragonfly into wlan_serialize Summary of changes:

git: ral: release wlan serializer while loading firmware

2013-04-01 Thread Sepherosa Ziehau
commit ed48190c5adeef4f3e4d84d42867e646c90103f5 Author: Johannes Hofmann johannes.hofm...@gmx.de Date: Sun Feb 17 21:27:23 2013 +0100 ral: release wlan serializer while loading firmware Summary of changes: sys/dev/netif/ral/rt2661.c | 5 + 1 file changed, 5 insertions(+)

git: Merge branch 'master' of git://git.dragonflybsd.org/dragonfly into wlan_serialize

2013-04-01 Thread Sepherosa Ziehau
commit 2267fd784e8a7d1ca13e6d3541caa91f36c9e9fb Merge: ed48190 27a084b Author: Johannes Hofmann johannes.hofm...@gmx.de Date: Tue Mar 5 17:04:52 2013 +0100 Merge branch 'master' of git://git.dragonflybsd.org/dragonfly into wlan_serialize Summary of changes:

git: bnx: Pack TX mbuf and dmamap together; improve cache utilization

2013-04-01 Thread Sepherosa Ziehau
commit fa4b1067ecfe70d31d16826cec2aa8dc127db5eb Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Mon Apr 1 17:55:27 2013 +0800 bnx: Pack TX mbuf and dmamap together; improve cache utilization Summary of changes: sys/dev/netif/bnx/if_bnx.c| 37

git: libc: Fix -Wmissing-include-dirs.

2013-04-01 Thread Sascha Wildner
commit 9c46b0066ea1a54c1b506a15ab96b62f4aa58b32 Author: Sascha Wildner s...@online.de Date: Mon Apr 1 15:45:00 2013 +0200 libc: Fix -Wmissing-include-dirs. Summary of changes: lib/libc/net/Makefile.inc | 2 +- lib/libc/rpc/Makefile.inc | 2 +- 2 files changed, 2 insertions(+), 2

git: bsd.sys.mk: Add -Wmissing-include-dirs to WARNS = 1.

2013-04-01 Thread Sascha Wildner
commit 0752fcb2f6c5db63d7e842b2e2fa2ac59241136b Author: Sascha Wildner s...@online.de Date: Mon Apr 1 15:47:21 2013 +0200 bsd.sys.mk: Add -Wmissing-include-dirs to WARNS = 1. It ensures that all directories passed with -Idir actually exist. Summary of changes:

git: kernel: Make tty_compat.c optional in 'files' instead of in the source.

2013-04-01 Thread Sascha Wildner
commit faa0cb138fb0e8e30501997bfb452917f91c2082 Author: Sascha Wildner s...@online.de Date: Mon Apr 1 22:14:06 2013 +0200 kernel: Make tty_compat.c optional in 'files' instead of in the source. Summary of changes: sys/conf/files| 2 +- sys/kern/tty_compat.c | 4 2 files

git: kernel/mfi: Add a tunable/sysctl to modify the command timeout.

2013-04-01 Thread Sascha Wildner
commit 9d766a935bf1eb2afb094a954eaa983f2622673a Author: Sascha Wildner s...@online.de Date: Mon Apr 1 17:41:51 2013 +0200 kernel/mfi: Add a tunable/sysctl to modify the command timeout. Summary of changes: sys/dev/raid/mfi/mfi.c | 15 ++- 1 file changed, 10 insertions(+), 5

git: mfi(4)/mfiutil(8): Add support for foreign configurations and drives.

2013-04-01 Thread Sascha Wildner
commit dd1001661885416a2edf3b3065de1e9942e72af5 Author: Sascha Wildner s...@online.de Date: Mon Apr 1 23:26:47 2013 +0200 mfi(4)/mfiutil(8): Add support for foreign configurations and drives. For this, the following commands are added to mfiutil(8): foreign scan - lists

git: Change to DragonFly 3.5.

2013-04-01 Thread Justin C. Sherrill
commit ce1db22b49a8b4935706563d8d176f1da99fade2 Author: Justin C. Sherrill jus...@shiningsilence.com Date: Mon Apr 1 22:11:01 2013 -0400 Change to DragonFly 3.5. Summary of changes: gnu/usr.bin/groff/tmac/mdoc.local | 3 ++- sys/conf/newvers.sh | 2 +- sys/sys/param.h

git: re: Don't enable MSI by default even for PCI-e chips

2013-04-01 Thread Sepherosa Ziehau
commit 19fe0477806ae874bdfcbed56e0e7437cb609aa0 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Tue Apr 2 11:14:02 2013 +0800 re: Don't enable MSI by default even for PCI-e chips It causes more troubles than the benefits it brings for us; it causes watchdog, due to

git: DragonFly_RELEASE_3_4 re: Don't enable MSI by default even for PCI-e chips

2013-04-01 Thread Sepherosa Ziehau
commit 51c6a6c8ca627271638476508c28b187a477c84e Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Tue Apr 2 11:14:02 2013 +0800 re: Don't enable MSI by default even for PCI-e chips It causes more troubles than the benefits it brings for us; it causes watchdog, due to