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(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7ea90cc9bb3aa81500f512d63c469c97c7691004


-- 
DragonFly BSD source repository


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 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cb652d71784534b69c44506616327f439a912941


-- 
DragonFly BSD source repository


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 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/38b3760fcf925712228297d40cbb08f97057cb9d


-- 
DragonFly BSD source repository


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(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d34746645033b738e9559ec1210468ef3c44


-- 
DragonFly BSD source repository


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 path.

With this it only whines on mixer_get_lock() which we don't have.

Summary of changes:
 sys/bus/u4b/audio/uaudio_pcm.c |   22 +-
 1 files changed, 13 insertions(+), 9 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5a82fc1ac08b3db80620092ffadbaf01d8bd47df


-- 
DragonFly BSD source repository


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(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b045cdbe4a4d831551b0fb42de785c55283ec64f


-- 
DragonFly BSD source repository


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 +-
 sys/bus/u4b/controller/ehci_pci.c   |2 +-
 sys/bus/u4b/controller/ohci_pci.c   |2 +-
 sys/bus/u4b/controller/uhci_pci.c   |2 +-
 sys/bus/u4b/controller/usb_controller.c |8 
 sys/bus/u4b/controller/xhci_pci.c   |2 +-
 sys/bus/u4b/input/uhid.c|2 +-
 sys/bus/u4b/input/ukbd.c|2 +-
 sys/bus/u4b/input/ums.c |2 +-
 sys/bus/u4b/net/if_axe.c|4 ++--
 sys/bus/u4b/net/if_udav.c   |4 ++--
 sys/bus/u4b/storage/umass.c |2 +-
 sys/bus/u4b/storage/ustorage_fs.c   |2 +-
 14 files changed, 19 insertions(+), 19 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/15f415f64a16ab1188ebab11ae259fe70080fb05


-- 
DragonFly BSD source repository


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(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/de02175fc17d6761ffb0428602b5fab3c308abd2


-- 
DragonFly BSD source repository


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
In-discussion-with: vsrinivas

Summary of changes:
 sys/bus/u4b/usb_util.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9118642a77b821d844318c6ace9c830f618381fd


-- 
DragonFly BSD source repository


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 changed, 3 insertions(+), 3 deletions(-)


Looks like the example was not changed from PINTERLOCK - PINTERLOCKED?

-- vs;


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 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4f3bee3f5b3e546a3b62d86fa3f69dae55b7296a


-- 
DragonFly BSD source repository


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 /boot/modules
and have ended up getting objcopy'd to /boot/kernel after the
location was changed.

Summary of changes:
 Makefile_upgrade.inc |   20 ++--
 1 files changed, 10 insertions(+), 10 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c7a9aa2e6ebeae87ba33f0993fa003f28d301e7f


-- 
DragonFly BSD source repository


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:
 share/man/man5/compilers.conf.5 |4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c42035ece2e39ac31f3a5a514772cc828d63af90


-- 
DragonFly BSD source repository


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(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fb3033052e96398d9c9180179d1b17d74d971678


-- 
DragonFly BSD source repository


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 changed, 3 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/854d4878633ee2775454e5ced23422cb8c937d26


-- 
DragonFly BSD source repository


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(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3663d84a58ab3a2ae72e4eccdbb2244a4909efee


-- 
DragonFly BSD source repository


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 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/203578029376f190385629716e1915e0c2d12c08


-- 
DragonFly BSD source repository