git: polling: Diverge each CPU's polling frequency a little bit (within 50Hz)

2012-12-14 Thread Sepherosa Ziehau
commit d61a4c96997d692decf623346667fff4de932f8d Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Fri Dec 14 16:50:04 2012 +0800 polling: Diverge each CPU's polling frequency a little bit (within 50Hz) This avoids possible thunder hurd effect on ifnet.if_snd's serializer.

git: polling: Increase default rx.each_burst to 50

2012-12-14 Thread Sepherosa Ziehau
commit 107282b98515f682dc5eae2631206797df4d7768 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Fri Dec 14 17:15:49 2012 +0800 polling: Increase default rx.each_burst to 50 With this default the CPU usage still could be throttled to the desired value (rx.user_frac), it

git: wlandebug.8: Don't reference manual pages which we don't have.

2012-12-14 Thread Sascha Wildner
commit a74d64b5c6e99d06d77f33574466116fd9e2a651 Author: Sascha Wildner s...@online.de Date: Fri Dec 14 17:59:38 2012 +0100 wlandebug.8: Don't reference manual pages which we don't have. Instead, point at the tools directories in our tree. Summary of changes:

git: kernel - ufs softdep fix under heavy load

2012-12-14 Thread Matthew Dillon
commit 01a04a60873088916e4c5bcd230359c3ca654a9d Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Dec 14 13:05:00 2012 -0800 kernel - ufs softdep fix under heavy load Fix is from OpenBSD ffs_softdep.c v1.79, originally from FreeBSD ffs_softdep.c 1.196. Commit

git: DragonFly_RELEASE_3_2 kernel - ufs softdep fix under heavy load

2012-12-14 Thread Matthew Dillon
commit d3751a41a6b471e235a0ec9e7942d11b331d6d6d Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Dec 14 13:05:00 2012 -0800 kernel - ufs softdep fix under heavy load Fix is from OpenBSD ffs_softdep.c v1.79, originally from FreeBSD ffs_softdep.c 1.196. Commit

git: libkiconv: Remove unneeded SHLIBDIR in the Makefile.

2012-12-14 Thread Sascha Wildner
commit 6c1e6677d9856e8a8aa258473742423bfae5fc6e Author: Sascha Wildner s...@online.de Date: Fri Dec 14 22:33:56 2012 +0100 libkiconv: Remove unneeded SHLIBDIR in the Makefile. Summary of changes: lib/libkiconv/Makefile |1 - 1 files changed, 0 insertions(+), 1 deletions(-)

git: kernel - Fix buffer cache mismatch assertion (hammer)

2012-12-14 Thread Matthew Dillon
commit 47269f33297c4341940c5c84a57e12e823cc0181 Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Dec 14 14:42:52 2012 -0800 kernel - Fix buffer cache mismatch assertion (hammer) * Fix an issue where cluster_write() could instantiate buffers with the wrong buffer

git: hammer2 - Split flush code out into its own source file

2012-12-14 Thread Matthew Dillon
commit 32b800e63e8764b44f3ece6f96813ad7854112dc Author: Matthew Dillon dil...@apollo.backplane.com Date: Fri Dec 14 23:26:08 2012 -0800 hammer2 - Split flush code out into its own source file * Add hammer2_flush.c, move flush code into its own source file. Summary of changes: