CVS commit: src/bin/sh

2010-08-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 30 06:27:15 UTC 2010 Modified Files: src/bin/sh: input.c output.c output.h Log Message: dprintf is claimed by posix. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/bin/sh/input.c cvs rdiff -u -r1.32

CVS commit: src/bin/sh

2010-08-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 30 06:27:00 UTC 2010 Modified Files: src/bin/sh: Makefile Log Message: increase commented out debugging. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/bin/sh/Makefile Please note that diffs are not

CVS commit: src/sys/arch/evbarm

2010-08-29 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Aug 30 05:37:30 UTC 2010 Modified Files: src/sys/arch/evbarm/conf: OVERO src/sys/arch/evbarm/gumstix: gumstix_machdep.c Log Message: Support p...@obio1. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 s

CVS commit: src/usr.sbin/sa

2010-08-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 30 02:49:17 UTC 2010 Modified Files: src/usr.sbin/sa: usrdb.c Log Message: On LP64 platforms, uid_t is not the same size as u_long, so the key comparison function being given to db was comparing 4 extra bytes of rubbish.

CVS commit: src/usr.bin/audiocfg

2010-08-29 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 30 02:19:47 UTC 2010 Update of /cvsroot/src/usr.bin/audiocfg In directory ivanova.netbsd.org:/tmp/cvs-serv10110 Log Message: add a simple app to maintain the symlinks for audio devices in /dev, so that it's easy to change the "defaul

CVS commit: src/sys/dev/ieee1394

2010-08-29 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Sun Aug 29 21:15:26 UTC 2010 Modified Files: src/sys/dev/ieee1394: fwohci.c Log Message: fix grammar in error message To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/sys/dev/ieee1394/fwohci.c Please note tha

CVS commit: src/sys/dev/ieee1394

2010-08-29 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Sun Aug 29 21:14:16 UTC 2010 Modified Files: src/sys/dev/ieee1394: sbp.h Log Message: Confilict -> Conflict To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ieee1394/sbp.h Please note that diffs are not p

CVS commit: src/external/bsd/ntp

2010-08-29 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Aug 29 18:55:51 UTC 2010 Modified Files: src/external/bsd/ntp: Makefile.inc src/external/bsd/ntp/bin/ntpd: Makefile src/external/bsd/ntp/include: config.h Log Message: support to follow NetBSD build options for

CVS commit: src/external/bsd/ntp/dist/ntpd

2010-08-29 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Aug 29 18:54:30 UTC 2010 Modified Files: src/external/bsd/ntp/dist/ntpd: ntp_intres.c Log Message: make IPV6 support decision consistent with code in ntp_io.c To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 s

CVS commit: src/external/bsd/ntp/lib/libntp

2010-08-29 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Aug 29 18:52:59 UTC 2010 Modified Files: src/external/bsd/ntp/lib/libntp: Makefile Log Message: remove commented out cruft To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/ntp/lib/libntp/Makefile

CVS commit: src/external/bsd/wpa/bin/hostapd

2010-08-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 29 15:53:01 UTC 2010 Modified Files: src/external/bsd/wpa/bin/hostapd: Makefile Log Message: don't compile in ipv6 support unconditionally. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/w

CVS commit: src/lib/libc/net

2010-08-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 29 15:40:35 UTC 2010 Modified Files: src/lib/libc/net: gethnamaddr.c Log Message: dprintf is claimed by posix. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/lib/libc/net/gethnamaddr.c Please note t

CVS commit: src/external/bsd/ntp/bin/ntpd

2010-08-29 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Aug 29 11:15:33 UTC 2010 Modified Files: src/external/bsd/ntp/bin/ntpd: Makefile Log Message: only refer to libdns_sd when mDNS is compiled in To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/ntp/

CVS commit: src/external/bsd/ntp

2010-08-29 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Aug 29 10:13:07 UTC 2010 Modified Files: src/external/bsd/ntp/bin/ntpd: Makefile src/external/bsd/ntp/include: config.h Log Message: make mDNS registration depend on compile time build option MKMDNS To generate a dif

CVS commit: src/sys/dev/pci

2010-08-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 29 07:00:13 UTC 2010 Modified Files: src/sys/dev/pci: if_iwn.c Log Message: Don't try to hold the mutex if we are disabling the card because we can be called from an interrupt context. While this is not strictly correct,