CVS commit: src/sbin/iscsid

2011-11-21 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Nov 21 08:23:20 UTC 2011 Modified Files: src/sbin/iscsid: iscsid.8 Log Message: Fix title and xrefs. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/iscsid/iscsid.8 Please note that diffs are not public

CVS commit: src/sys/nfs

2011-11-21 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Mon Nov 21 09:08:00 UTC 2011 Modified Files: src/sys/nfs: nfs_serv.c Log Message: nfsrv_lookup(): Defer the postopattr lookup on dirp until the child node is unlocked. Ok: YAMAMOTO Takashi y...@netbsd.org To

CVS commit: src/lib/libc/gdtoa

2011-11-21 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Nov 21 09:46:20 UTC 2011 Modified Files: src/lib/libc/gdtoa: misc.c Log Message: one more error path that didn't free a lock. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gdtoa/misc.c Please

CVS commit: src/sys/fs/msdosfs

2011-11-21 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Mon Nov 21 10:46:57 UTC 2011 Modified Files: src/sys/fs/msdosfs: msdosfs_vnops.c Log Message: Add missing fstrans_done(). Should fix PR #45635 (KASSERT fli-fli_trans_cnt == 0 failed) To generate a diff of this commit: cvs

CVS commit: [jmcneill-audiomp3] src/sys/dev

2011-11-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Nov 21 11:21:04 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: i tested azalia To generate a diff of this commit: cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/sys/dev/TODO.audiomp Please

CVS commit: src/sys/rump/librump/rumpkern

2011-11-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Nov 21 13:42:37 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: cprng_stub.c Log Message: No need to include MD machine/cpu_counter.h here. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/kern

2011-11-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Nov 21 13:44:38 UTC 2011 Modified Files: src/sys/kern: subr_cprng.c Log Message: Include MD machine/cpu_counter.h only if defined(__HAVE_CPU_COUNTER). XXX: Why not timecounter(9) but deprecated cpu_counter32() and

CVS commit: src/tools

2011-11-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Nov 21 13:46:37 UTC 2011 Modified Files: src/tools: Makefile.gnuhost Log Message: Pass M4=${TOOL_M4:Q} to CONFIGURE_ENV for tools/gmp. Fixes configure error on cygwin. To generate a diff of this commit: cvs rdiff -u -r1.34

CVS commit: src/share/man/man8

2011-11-21 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Nov 21 14:27:41 UTC 2011 Modified Files: src/share/man/man8: compat_freebsd.8 compat_ibcs2.8 compat_linux.8 Log Message: Switch from .nf/.fi groff macros to .Bd -literal/.Ed blocks. While here, convert .sp macro to .Pp. ok

CVS commit: src/lib/libc/string

2011-11-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Nov 21 15:02:48 UTC 2011 Modified Files: src/lib/libc/string: wcscspn.c wcspbrk.c wcsspn.c Log Message: Clean up a bit in preparation for more serious changes To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/share/man/man8

2011-11-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Nov 21 15:11:45 UTC 2011 Modified Files: src/share/man/man8: compat_freebsd.8 compat_ibcs2.8 compat_sunos.8 compat_svr4.8 compat_ultrix.8 Log Message: New sentence, new line. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/arch/vax

2011-11-21 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Nov 21 16:17:48 UTC 2011 Modified Files: src/lib/libc/arch/vax/gen: alloca.S src/lib/libc/arch/vax/sys: __vfork14.S getcontext.S Log Message: gcc 4.5 on vax creates PLT stubs with an entry mask of 0xffc rather than 0

CVS commit: src/external/cddl/osnet

2011-11-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 21 17:51:04 UTC 2011 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: spa_config.c src/external/cddl/osnet/sys/sys: zfs_context.h Log Message: make this compile again. VOP_CLOSE is really

CVS commit: src/sys/fs/union

2011-11-21 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Mon Nov 21 18:29:23 UTC 2011 Modified Files: src/sys/fs/union: union.h union_subr.c union_vfsops.c union_vnops.c Log Message: Replace flag based union node locking with generic vnode lock, support shared and nowait locks and

CVS commit: src/etc

2011-11-21 Thread D'Arcy J.M. Cain
Module Name:src Committed By: darcy Date: Mon Nov 21 20:56:21 UTC 2011 Modified Files: src/etc/defaults: rc.conf src/etc/rc.d: pf Log Message: Allow pf flags to be specified in rc.conf. Add default to defaults/rc.d as suggested by lukem@ To generate a diff of

CVS commit: src/sys/compat/linux/arch/alpha

2011-11-21 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Nov 21 22:00:43 UTC 2011 Modified Files: src/sys/compat/linux/arch/alpha: linux_machdep.h Log Message: Adjust setup_linux_rt_sigframe/setup_linux_sigframe prototypes. To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/sys/crypto/nist_ctr_drbg

2011-11-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Nov 21 23:48:52 UTC 2011 Modified Files: src/sys/crypto/nist_ctr_drbg: nist_ctr_drbg.h Log Message: NIST_CTR_DRBG.V is accessed as (unsigned long *) so we need to make sure it's aligned accordingly or we go boom on sparc64

CVS commit: src

2011-11-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Nov 21 23:50:45 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc/locale: Makefile src/tests/lib/libc/string: Makefile Added Files: src/tests/lib/libc/locale: t_wcscspn.c

CVS commit: [jmcneill-audiomp3] src/sys/dev

2011-11-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 22 00:19:30 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: I tested autri To generate a diff of this commit: cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/sys/dev/TODO.audiomp Please

CVS commit: src/lib/libc/string

2011-11-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Nov 22 00:37:10 UTC 2011 Modified Files: src/lib/libc/string: strpbrk.c Log Message: Handle simple cases (strlen(charset) = 1) more efficiently. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: [jmcneill-audiomp3] src/sys/arch/macppc/dev

2011-11-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 22 00:48:49 UTC 2011 Modified Files: src/sys/arch/macppc/dev [jmcneill-audiomp3]: awacs.c Log Message: adapt to jmcneill-audiomp3 from mrg@, minor fixes and testing by me To generate a diff of this commit: cvs rdiff

CVS commit: [jmcneill-audiomp3] src/sys/dev

2011-11-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 22 00:49:38 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: awacs works now To generate a diff of this commit: cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/sys/dev/TODO.audiomp Please

CVS commit: [jmcneill-audiomp3] src/sys/dev/usb

2011-11-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Nov 22 02:39:59 UTC 2011 Modified Files: src/sys/dev/usb [jmcneill-audiomp3]: uaudio.c Log Message: port to audiomp. mostly from jared, tested and completed by me. this one is a little more tricky. besides the usual spl and

CVS commit: [jmcneill-audiomp3] src/sys/dev

2011-11-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Nov 22 02:43:59 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: note3 uaudio and hdafg on amd64. To generate a diff of this commit: cvs rdiff -u -r1.1.2.22 -r1.1.2.23

CVS commit: [jmcneill-audiomp3] src/sys/dev

2011-11-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Nov 22 03:02:14 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: dbri works on sparc. To generate a diff of this commit: cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/sys/dev/TODO.audiomp Please

CVS commit: [jmcneill-audiomp3] src/sys/dev/isa

2011-11-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Nov 22 03:02:53 UTC 2011 Modified Files: src/sys/dev/isa [jmcneill-audiomp3]: ad1848_isa.c Log Message: don't attempt to obtain the intr mutex again, only KASSERT we own it already To generate a diff of this commit: cvs

CVS commit: [jmcneill-audiomp3] src/sys/dev

2011-11-21 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Nov 22 03:07:31 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: ym(4) successfully tested lightly on i386 To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25

CVS commit: [jmcneill-audiomp3] src/sys/arch/macppc/dev

2011-11-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 22 05:54:54 UTC 2011 Modified Files: src/sys/arch/macppc/dev [jmcneill-audiomp3]: snapper.c Log Message: convert snapper code from mrg, tested on my iBook G4 To generate a diff of this commit: cvs rdiff -u -r1.36

CVS commit: [jmcneill-audiomp3] src/sys/dev

2011-11-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 22 05:56:43 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: snapper works To generate a diff of this commit: cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/sys/dev/TODO.audiomp Please note

CVS commit: [jmcneill-audiomp3] src/sys/dev

2011-11-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Nov 22 06:11:12 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: midictl.c Log Message: avoid one use-after-free error. midi_store-lock is unlocked after we cv_broadcast() to get the midi_store freed. keep a local

CVS commit: [jmcneill-audiomp3] src/sys/dev

2011-11-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Nov 22 07:54:45 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: midi.c Log Message: adjust some DPRINTF*() calls so that they compile now. To generate a diff of this commit: cvs rdiff -u -r1.72.10.1 -r1.72.10.2

CVS commit: [jmcneill-audiomp3] src/sys/dev/usb

2011-11-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Nov 22 07:56:15 UTC 2011 Modified Files: src/sys/dev/usb [jmcneill-audiomp3]: umidi.c umidivar.h Log Message: port umidi to audiomp: get_locks support, take locks in interrupts. untested, and midi in this branch has general

CVS commit: [jmcneill-audiomp3] src/sys/dev

2011-11-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Nov 22 07:57:24 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: sequencer.c Log Message: adjust DPRINTF*() calls to actually build. avoid a potential NULl pointer deref. To generate a diff of this commit: cvs rdiff