git: Sync mixer rc script with FreeBSD and enable mixer state save/restore.

2015-01-11 Thread Sascha Wildner
commit 4a8c3632e6413fddcb96161f0b5f65edd8f44c85 Author: Sascha Wildner s...@online.de Date: Sun Jan 11 10:23:06 2015 +0100 Sync mixer rc script with FreeBSD and enable mixer state save/restore. Summary of changes: etc/defaults/rc.conf | 2 +- etc/rc.d/mixer | 103

git: netmap: Remove unnecessary ifunit call

2015-01-11 Thread Sepherosa Ziehau
commit 94d0f1d5e06fcec37fbad433ad03f7cff6b2d2d1 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Fri Jan 9 21:27:57 2015 +0800 netmap: Remove unnecessary ifunit call Summary of changes: sys/net/netmap/netmap.c | 1 - 1 file changed, 1 deletion(-)

git: inet6: Dispatch nigroup attach/detach to netisr0 to run

2015-01-11 Thread Sepherosa Ziehau
commit 352407d3483a5e5705a6b0a4ba30f748702bd6f8 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Fri Jan 9 22:11:57 2015 +0800 inet6: Dispatch nigroup attach/detach to netisr0 to run These two functions now access ifnet global variable in netisr. Summary of changes:

git: kernel/cam: Remove unneeded dev_ops assignments.

2015-01-11 Thread Sascha Wildner
commit fdafe89c5d7bc6ca0e0de8c38573b4bbc337d38d Author: Sascha Wildner s...@online.de Date: Sun Jan 11 11:43:24 2015 +0100 kernel/cam: Remove unneeded dev_ops assignments. compile_dev_ops() takes care of assigning no*() to uninitialized ops. Summary of changes:

git: mixer(8): Sync up with FreeBSD.

2015-01-11 Thread Sascha Wildner
commit 4796cb942574615f50cac2e7734940b838ef4d33 Author: Sascha Wildner s...@online.de Date: Sun Jan 11 10:23:03 2015 +0100 mixer(8): Sync up with FreeBSD. Summary of changes: usr.sbin/mixer/Makefile | 3 +- usr.sbin/mixer/mixer.8 | 41 +++--- usr.sbin/mixer/mixer.c | 341

git: kernel/dev_ops: Make default dev_ops (noopen(), etc.) static.

2015-01-11 Thread Sascha Wildner
commit f746876d07b51d700b70b761e05f206a425385cb Author: Sascha Wildner s...@online.de Date: Sun Jan 11 12:05:17 2015 +0100 kernel/dev_ops: Make default dev_ops (noopen(), etc.) static. They should only ever be needed by compile_dev_ops() (via default_dev_ops). Summary of changes:

git: inet6: Dispatch nd6_setmtu0 to netisr0 to run

2015-01-11 Thread Sepherosa Ziehau
commit 20c14016c6e586314886aeacf2a99182df1363eb Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Fri Jan 9 22:50:12 2015 +0800 inet6: Dispatch nd6_setmtu0 to netisr0 to run This function now access ifnet global variable in netisr. Summary of changes: sys/netinet6/in6.c | 3

git: drm: Handle drm masters and minors like Linux

2015-01-11 Thread Francois Tigeot
commit 2aa08105f11f5815d087c0f6baea9af394bd323f Author: François Tigeot ftig...@wolfpond.org Date: Sat Jan 10 21:06:46 2015 +0100 drm: Handle drm masters and minors like Linux * Make drm data structures more like their Linux versions * Reduce differences with Linux

git: Add commented-out rule allowing ICMP.

2015-01-11 Thread Justin C. Sherrill
commit dc877b2f95cbf21d18224f122bcec553e28cb1f7 Author: Justin C. Sherrill jus...@shiningsilence.com Date: Sun Jan 11 18:01:22 2015 -0500 Add commented-out rule allowing ICMP. Leaving it disabled can cause silent weirdness. Summary of changes: etc/pf.conf | 2 ++ 1 file changed,

git: debug - Fix wildcardinfo

2015-01-11 Thread Antonio Huete Jimenez
commit 7a351b6eec66970d288c744db1e71b69a411d91f Author: Antonio Huete Jimenez tuxi...@quantumachine.net Date: Mon Jan 12 00:18:46 2015 +0100 debug - Fix wildcardinfo Summary of changes: test/debug/wildcardinfo.c | 21 - 1 file changed, 12 insertions(+), 9 deletions(-)

git: Revert drm: Handle drm masters and minors like Linux

2015-01-11 Thread Francois Tigeot
commit 79f713b07d1137822651aa8159601195a0059d93 Author: François Tigeot ftig...@wolfpond.org Date: Mon Jan 12 08:50:18 2015 +0100 Revert drm: Handle drm masters and minors like Linux This reverts commit 2aa08105f11f5815d087c0f6baea9af394bd323f. Many people reported this