git: ieee80211_vap.9: Fix manual page prototype.

2015-02-24 Thread Sascha Wildner
commit 5f501ae2dbd8a133601352b6e43cfa46d2d51e3e Author: Sascha Wildner s...@online.de Date: Tue Feb 24 11:50:51 2015 +0100 ieee80211_vap.9: Fix manual page prototype. Summary of changes: share/man/man9/ieee80211_vap.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: drm: Add Linux compatibility macros

2015-02-24 Thread Michael Neumann
commit e149d068a983e671b605b69521383454fa46d9d6 Author: Michael Neumann mneum...@ntecs.de Date: Tue Feb 24 11:46:12 2015 +0100 drm: Add Linux compatibility macros Summary of changes: sys/dev/drm/include/linux/bitops.h | 1 + sys/dev/drm/include/linux/device.h | 2 ++ 2 files changed, 3

git: sys/vfs/hammer: Add comments on PFS ioctls

2015-02-24 Thread Tomohiro Kusumi
commit d8f9f619e3951c40660716f7e3195e5f4e8db712 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Feb 24 19:53:34 2015 +0900 sys/vfs/hammer: Add comments on PFS ioctls - Add another line regarding inodes for these ioctls. Summary of changes: sys/vfs/hammer/hammer_pfs.c

git: sys/vfs/hammer: Fix comments on btree record data

2015-02-24 Thread Tomohiro Kusumi
commit b5d9eb6dac3b05cce72fb8bd435889a34e05a73f Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Feb 24 19:54:45 2015 +0900 sys/vfs/hammer: Fix comments on btree record data - hunk1 - Make comments up-to-date with code. - hunk2 - Show this member is to be

git: sys/vfs/hammer: Remove duplicate calculation of localization

2015-02-24 Thread Tomohiro Kusumi
commit 59192911b4cc2175bdf370017380b1bd048ed4be Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Tue Feb 24 20:52:34 2015 +0900 sys/vfs/hammer: Remove duplicate calculation of localization - No need to calculate localization twice. Summary of changes:

git: drm/radeon: Bring in new firmware

2015-02-24 Thread Michael Neumann
commit b29f78b523055033f725751ba107acebaf610bea Author: Michael Neumann mneum...@ntecs.de Date: Tue Feb 24 13:35:19 2015 +0100 drm/radeon: Bring in new firmware Obtained-From: git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git Summary of changes:

git: gcc50: Fix include path.

2015-02-24 Thread Sascha Wildner
commit 298b75d386b510c34aecb507c97de79e77b8875b Author: Sascha Wildner s...@online.de Date: Tue Feb 24 12:02:29 2015 +0100 gcc50: Fix include path. This fixes 49 of the 51 -Wmissing-include-dirs warnings it is giving. Summary of changes: gnu/usr.bin/cc50/Makefile.inc | 2 +- 1

git: drm: Bring in HDMI code from Linux

2015-02-24 Thread Michael Neumann
commit 28ba78090b008cc724894015d12e9a005310923a Author: Michael Neumann mneum...@ntecs.de Date: Tue Feb 24 11:42:00 2015 +0100 drm: Bring in HDMI code from Linux Obtained-From: Linux Summary of changes: sys/dev/drm/drm/Makefile |1 + sys/dev/drm/include/linux/hdmi.h

git: drm/radeon: Update to Linux 3.9

2015-02-24 Thread Michael Neumann
commit b403bed89c29e05bfea32672ba92065758a74161 Author: Michael Neumann mneum...@ntecs.de Date: Tue Feb 24 11:59:55 2015 +0100 drm/radeon: Update to Linux 3.9 * Add support for Oland chip family * Add support for Richland APUs * Misc refactoring (e.g. CS parsing) *

git: drm: Add drm_hdmi_avi_infoframe_from_display_mode()

2015-02-24 Thread Michael Neumann
commit 87cc1051fbce32803055d31d2477766f0b703d36 Author: Michael Neumann mneum...@ntecs.de Date: Tue Feb 24 11:44:54 2015 +0100 drm: Add drm_hdmi_avi_infoframe_from_display_mode() Obtained-From: Linux Summary of changes: sys/dev/drm/drm_edid.c | 33

git: kernel/drm: Fix building with 'device drm' in the config.

2015-02-24 Thread Sascha Wildner
commit 9550912fc5244029c6090be40de9410e7522d14b Author: Sascha Wildner s...@online.de Date: Tue Feb 24 13:21:24 2015 +0100 kernel/drm: Fix building with 'device drm' in the config. Summary of changes: sys/conf/files | 1 + 1 file changed, 1 insertion(+)

git: acpi_hp(4): Fix detaching, by adding the missing sysctl_ctx_free call.

2015-02-24 Thread Imre Vadasz
commit b1722b2ab1fab1eebc660b4ac0f75c015aa5d2cc Author: Imre Vadasz i...@vdsz.com Date: Tue Feb 24 23:57:11 2015 +0100 acpi_hp(4): Fix detaching, by adding the missing sysctl_ctx_free call. Summary of changes: sys/dev/acpica/acpi_hp/acpi_hp.c | 1 + 1 file changed, 1 insertion(+)

git: devd(8): Sync with FreeBSD.

2015-02-24 Thread Sascha Wildner
commit 75627d2110465da60e41f3691a9d0c3dd45b28de Author: Sascha Wildner s...@online.de Date: Wed Feb 25 03:42:41 2015 +0100 devd(8): Sync with FreeBSD. Summary of changes: sbin/devd/devd.8 | 23 --- sbin/devd/devd.cc | 85

git: devd(8): Raise WARNS back to 5.

2015-02-24 Thread Sascha Wildner
commit 6158080cc556f029cc3bc988bc2008a7355d0e3d Author: Sascha Wildner s...@online.de Date: Wed Feb 25 04:55:49 2015 +0100 devd(8): Raise WARNS back to 5. Summary of changes: sbin/devd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: udp: Disable direct detach, if multicast options are set.

2015-02-24 Thread Sepherosa Ziehau
commit f8c5811615c0685813df8ab04fbe9b778d145e61 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Wed Feb 25 11:17:35 2015 +0800 udp: Disable direct detach, if multicast options are set. Add additional comment about disabling direct detach when setting multicast options.

git: DragonFly_RELEASE_4_0 udp: Disable direct detach, if multicast options are set.

2015-02-24 Thread Sascha Wildner
commit 14a5580279183174e6cfe870884ecebe6cb13190 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Wed Feb 25 11:17:35 2015 +0800 udp: Disable direct detach, if multicast options are set. Add additional comment about disabling direct detach when setting multicast options.

git: gcc50: Exclude -Wunused-local-typedefs from C++ flags for now.

2015-02-24 Thread Sascha Wildner
commit 7431acdac28b044e8c36042bc91009824a095ce8 Author: Sascha Wildner s...@online.de Date: Wed Feb 25 04:55:09 2015 +0100 gcc50: Exclude -Wunused-local-typedefs from C++ flags for now. At least GCC 5.0 is warning on its own C++ includes (stl_algo.h, via algorithm) if -Wextra