git: DragonFly_RELEASE_3_0 Sync zoneinfo database with tzdata2012g from ftp://ftp.iana.org/tz/releases

2012-10-17 Thread Sascha Wildner
commit 873a5929fbbbd78aa947cb748b5676b0acc92aa1 Author: Sascha Wildner Date: Thu Oct 18 08:45:59 2012 +0200 Sync zoneinfo database with tzdata2012g from ftp://ftp.iana.org/tz/releases * asia (Asia/Gaza, Asia/Hebron): Fall transition was Sep 21, not Sep 28. Thanks to Steffe

git: DragonFly_RELEASE_3_2 Sync zoneinfo database with tzdata2012g from ftp://ftp.iana.org/tz/releases

2012-10-17 Thread Sascha Wildner
commit 8a6f59f0b46c6befb934745fece08fe745390d0b Author: Sascha Wildner Date: Thu Oct 18 08:45:59 2012 +0200 Sync zoneinfo database with tzdata2012g from ftp://ftp.iana.org/tz/releases * asia (Asia/Gaza, Asia/Hebron): Fall transition was Sep 21, not Sep 28. Thanks to Steffe

git: Sync zoneinfo database with tzdata2012g from ftp://ftp.iana.org/tz/releases

2012-10-17 Thread Sascha Wildner
commit b4a6bbf9bd38b6eafb530744bc5f8fc5566d3a57 Author: Sascha Wildner Date: Thu Oct 18 08:45:59 2012 +0200 Sync zoneinfo database with tzdata2012g from ftp://ftp.iana.org/tz/releases * asia (Asia/Gaza, Asia/Hebron): Fall transition was Sep 21, not Sep 28. Thanks to Steffe

git: DragonFly_RELEASE_3_2 ndiscvt(8): Unbreak build.

2012-10-17 Thread Sascha Wildner
commit 986c9c0399a6443fbe479870ec061b1cd50b4999 Author: Sascha Wildner Date: Wed Oct 17 22:51:15 2012 +0200 ndiscvt(8): Unbreak build. Summary of changes: usr.sbin/ndiscvt/ndiscvt.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/c

git: ndiscvt(8): Unbreak build.

2012-10-17 Thread Sascha Wildner
commit 3cf0a34bbe51c94525076e36a0f06a392a8529fe Author: Sascha Wildner Date: Wed Oct 17 22:51:15 2012 +0200 ndiscvt(8): Unbreak build. Summary of changes: usr.sbin/ndiscvt/ndiscvt.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/c

git: usb4bsd/libusb: Remove an unused variable and mark a dummy variable unused.

2012-10-17 Thread Sascha Wildner
commit 337c886745eca0a1cad0ce5088c2a2031814c241 Author: Sascha Wildner Date: Wed Oct 17 18:25:30 2012 +0200 usb4bsd/libusb: Remove an unused variable and mark a dummy variable unused. Summary of changes: lib/libusb/libusb10.c |3 --- lib/libusb/libusb20_desc.c |4 ++-- 2 fil

git: DragonFly_RELEASE_3_2 compilers.conf: Add -Wno-unknown-warning-option for clang.

2012-10-17 Thread Sascha Wildner
commit 2c6f11c464a963b618d736f616a83b90e84e53d5 Author: Sascha Wildner Date: Wed Oct 17 18:15:54 2012 +0200 compilers.conf: Add -Wno-unknown-warning-option for clang. When compiling with clang, add -Wno-unknown-warning-option to silence warnings about unknown warning options.

git: compilers.conf: Add -Wno-unknown-warning-option for clang.

2012-10-17 Thread Sascha Wildner
commit d273618a94adb7d2de32f348f8a0486f26f40f93 Author: Sascha Wildner Date: Wed Oct 17 18:15:54 2012 +0200 compilers.conf: Add -Wno-unknown-warning-option for clang. When compiling with clang, add -Wno-unknown-warning-option to silence warnings about unknown warning options.

git: DragonFly_RELEASE_3_2 Remove more unused variables in userland.

2012-10-17 Thread Sascha Wildner
commit d305550dac0b1fde0be962b7adb41919d33b9db1 Author: Sascha Wildner Date: Wed Oct 17 18:08:46 2012 +0200 Remove more unused variables in userland. Found-by: gcc47 Summary of changes: lib/libipsec/pfkey_dump.c|8 +--- lib/libstand/tftp.c

git: Remove more unused variables in userland.

2012-10-17 Thread Sascha Wildner
commit 77b0c6096a2d8b5f8d49ac7b2317754fbb1000e8 Author: Sascha Wildner Date: Wed Oct 17 18:08:46 2012 +0200 Remove more unused variables in userland. Found-by: gcc47 Summary of changes: lib/libipsec/pfkey_dump.c|8 +--- lib/libstand/tftp.c

git: DragonFly_RELEASE_3_2 snd/hda: Restore the magic register setting to enable cache snooping

2012-10-17 Thread Sepherosa Ziehau
commit 7ad3027192c30b2c84f92ee4a3fe9d8e71aa4d8c Author: Sepherosa Ziehau Date: Wed Oct 17 21:22:59 2012 +0800 snd/hda: Restore the magic register setting to enable cache snooping It looks like certain chips ignore NOSNOOP settings in PCIe device control configuration register.

git: snd/hda: Restore the magic register setting to enable cache snooping

2012-10-17 Thread Sepherosa Ziehau
commit e338300866a0bfa22addcd4e13f51149075419cc Author: Sepherosa Ziehau Date: Wed Oct 17 21:22:59 2012 +0800 snd/hda: Restore the magic register setting to enable cache snooping It looks like certain chips ignore NOSNOOP settings in PCIe device control configuration register.

git: bnx: Switch from DEVICE_POLLING to ifpoll

2012-10-17 Thread Sepherosa Ziehau
commit 39a8d43a0c09a79fd35239761b7ca5dd3a380280 Author: Sepherosa Ziehau Date: Wed Oct 17 21:12:09 2012 +0800 bnx: Switch from DEVICE_POLLING to ifpoll Summary of changes: sys/dev/netif/bnx/Makefile|6 +- sys/dev/netif/bnx/if_bnx.c| 173 +++---