git: usb4bsd/audio: 'static' has to be at the beginning of the declaration.

2012-10-12 Thread Sascha Wildner
commit 7ea90cc9bb3aa81500f512d63c469c97c7691004 Author: Sascha Wildner s...@online.de Date: Fri Oct 12 08:23:02 2012 +0200 usb4bsd/audio: 'static' has to be at the beginning of the declaration. Summary of changes: sys/bus/u4b/audio/uaudio.c |4 ++-- 1 files changed, 2 insertions(+),

git: usb4bsd/if_udav: Comment out a variable (usage is not yet enabled).

2012-10-12 Thread Sascha Wildner
commit cb652d71784534b69c44506616327f439a912941 Author: Sascha Wildner s...@online.de Date: Fri Oct 12 08:24:06 2012 +0200 usb4bsd/if_udav: Comment out a variable (usage is not yet enabled). Summary of changes: sys/bus/u4b/net/if_udav.c |6 -- 1 files changed, 4 insertions(+), 2

git: usb4bsd/uether: Missing argument in usb_ether_method's ue_ioctl() member.

2012-10-12 Thread Sascha Wildner
commit 38b3760fcf925712228297d40cbb08f97057cb9d Author: Sascha Wildner s...@online.de Date: Fri Oct 12 08:25:36 2012 +0200 usb4bsd/uether: Missing argument in usb_ether_method's ue_ioctl() member. Summary of changes: sys/bus/u4b/net/usb_ethernet.h |3 ++- 1 files changed, 2

git: kernel/sound: Add PCMTRIG_COMMON (from FreeBSD).

2012-10-12 Thread Sascha Wildner
commit d34746645033b738e9559ec1210468ef3c44 Author: Sascha Wildner s...@online.de Date: Fri Oct 12 11:03:36 2012 +0200 kernel/sound: Add PCMTRIG_COMMON (from FreeBSD). Summary of changes: sys/dev/sound/pcm/channel.h |4 1 files changed, 4 insertions(+), 0 deletions(-)

git: usb4bsd/audio: Some porting work in uaudio_pcm.c.

2012-10-12 Thread Sascha Wildner
commit 5a82fc1ac08b3db80620092ffadbaf01d8bd47df Author: Sascha Wildner s...@online.de Date: Fri Oct 12 11:05:13 2012 +0200 usb4bsd/audio: Some porting work in uaudio_pcm.c. * Locking fixes (by ftigeot). * Comment out unknown methods for now. * Adjust include

git: Fix 'make upgrade', it was broken.

2012-10-12 Thread Sascha Wildner
commit b045cdbe4a4d831551b0fb42de785c55283ec64f Author: Sascha Wildner s...@online.de Date: Fri Oct 12 17:15:44 2012 +0200 Fix 'make upgrade', it was broken. Summary of changes: Makefile_upgrade.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

git: usb4bsd: Use NULL for pointers.

2012-10-12 Thread Sascha Wildner
commit 15f415f64a16ab1188ebab11ae259fe70080fb05 Author: Sascha Wildner s...@online.de Date: Fri Oct 12 18:59:04 2012 +0200 usb4bsd: Use NULL for pointers. Summary of changes: sys/bus/u4b/audio/uaudio.c |2 +- sys/bus/u4b/audio/uaudio_pcm.c |2 +-

git: sleep.9: s/PINTERLOCK/PINTERLOCKED/

2012-10-12 Thread Sascha Wildner
commit de02175fc17d6761ffb0428602b5fab3c308abd2 Author: Sascha Wildner s...@online.de Date: Fri Oct 12 21:27:22 2012 +0200 sleep.9: s/PINTERLOCK/PINTERLOCKED/ Summary of changes: share/man/man9/sleep.9 |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)

git: usb4bsd/ehci: Fix EHCI resetting (and thus, intialization attach).

2012-10-12 Thread Sascha Wildner
commit 9118642a77b821d844318c6ace9c830f618381fd Author: Sascha Wildner s...@online.de Date: Fri Oct 12 21:29:22 2012 +0200 usb4bsd/ehci: Fix EHCI resetting (and thus, intialization attach). No need for PINTERLOCKED here. Reported-by:ftigeot, tuxillo

Re: git: sleep.9: s/PINTERLOCK/PINTERLOCKED/

2012-10-12 Thread Venkatesh Srinivas
On Fri, Oct 12, 2012 at 12:30:12PM -0700, Sascha Wildner wrote: commit de02175fc17d6761ffb0428602b5fab3c308abd2 Author: Sascha Wildner s...@online.de Date: Fri Oct 12 21:27:22 2012 +0200 sleep.9: s/PINTERLOCK/PINTERLOCKED/ Summary of changes: share/man/man9/sleep.9 |6 +++--- 1 files

git: sleep.9: Really write PINTERLOCKED in the example.

2012-10-12 Thread Sascha Wildner
commit 4f3bee3f5b3e546a3b62d86fa3f69dae55b7296a Author: Sascha Wildner s...@online.de Date: Fri Oct 12 21:38:50 2012 +0200 sleep.9: Really write PINTERLOCKED in the example. Reported-by: vsrinivas Summary of changes: share/man/man9/sleep.9 |2 +- 1 files changed, 1

git: DragonFly_RELEASE_3_2 Makefile_upgrade.inc: Adjust modules path.

2012-10-12 Thread Sascha Wildner
commit c7a9aa2e6ebeae87ba33f0993fa003f28d301e7f Author: Sascha Wildner s...@online.de Date: Fri Oct 12 07:00:48 2012 +0200 Makefile_upgrade.inc: Adjust modules path. This can be helpful in cases where old modules for some reason had not been cleaned when the location was still

git: DragonFly_RELEASE_3_2 compilers.conf.5: We only describe non-base compilers here.

2012-10-12 Thread Sascha Wildner
commit c42035ece2e39ac31f3a5a514772cc828d63af90 Author: Sascha Wildner s...@online.de Date: Fri Oct 12 09:53:20 2012 +0200 compilers.conf.5: We only describe non-base compilers here. gcc47 is no longer handled via compilers.conf. Summary of changes:

git: DragonFly_RELEASE_3_2 UPDATING: Some words about GCC 4.7.

2012-10-12 Thread Sascha Wildner
commit fb3033052e96398d9c9180179d1b17d74d971678 Author: Sascha Wildner s...@online.de Date: Fri Oct 12 10:12:57 2012 +0200 UPDATING: Some words about GCC 4.7. Summary of changes: UPDATING |9 + 1 files changed, 9 insertions(+), 0 deletions(-)

git: DragonFly_RELEASE_3_2 kernel: Some adjustments for the GCC 4.1 removal in Makefiles.

2012-10-12 Thread Sascha Wildner
commit 854d4878633ee2775454e5ced23422cb8c937d26 Author: Sascha Wildner s...@online.de Date: Fri Oct 12 10:16:20 2012 +0200 kernel: Some adjustments for the GCC 4.1 removal in Makefiles. Summary of changes: sys/conf/bsd.kern.mk |7 ++- sys/conf/kern.pre.mk |2 +- 2 files

git: DragonFly_RELEASE_3_2 sleep.9: s/PINTERLOCK/PINTERLOCKED/

2012-10-12 Thread Sascha Wildner
commit 3663d84a58ab3a2ae72e4eccdbb2244a4909efee Author: Sascha Wildner s...@online.de Date: Fri Oct 12 21:27:22 2012 +0200 sleep.9: s/PINTERLOCK/PINTERLOCKED/ Summary of changes: share/man/man9/sleep.9 |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)

git: DragonFly_RELEASE_3_2 sleep.9: Really write PINTERLOCKED in the example.

2012-10-12 Thread Sascha Wildner
commit 203578029376f190385629716e1915e0c2d12c08 Author: Sascha Wildner s...@online.de Date: Fri Oct 12 21:38:50 2012 +0200 sleep.9: Really write PINTERLOCKED in the example. Reported-by: vsrinivas Summary of changes: share/man/man9/sleep.9 |2 +- 1 files changed, 1