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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 08:39:59 UTC 2011 Modified Files: src/sys/dev/ic [jmcneill-audiomp3]: opl.c Log Message: XXX: don't KASSERT() if sc->lock is NULL, this is going to happen XXX: during autoconfig match() where we've faked up a sc anyway.

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 08:40:52 UTC 2011 Modified Files: src/sys/dev/isa [jmcneill-audiomp3]: ess.c Log Message: make sure to return from the end of essattach() before destroying the callouts and mutexes. with an uncommited audio.c change, i ca

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 09:37:04 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: audio_if.h Log Message: don't need to forward declare 'struct malloc_type' anymore. To generate a diff of this commit: cvs rdiff -u -r1.66.14.1 -r1.66.14

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 09:40:20 UTC 2011 Modified Files: src/sys/dev/ebus [jmcneill-audiomp3]: cs4231_ebus.c src/sys/dev/ic [jmcneill-audiomp3]: cs4231.c cs4231var.h src/sys/dev/sbus [jmcneill-audiomp3]: cs4231_sbus.c Log Message

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 10:27:36 UTC 2011 Modified Files: src/sys/arch/amiga/dev [jmcneill-audiomp3]: repulse.c Log Message: port this to audiomp branch. no allocm/freem here, no detach, so just add/initialise sc_lock and sc_intr_lock, and add g

CVS commit: src/sys/kern

2011-11-20 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Nov 20 10:32:33 UTC 2011 Modified Files: src/sys/kern: kern_verifiedexec.c Log Message: Fix locking against self in veriexec_fp_calc(). To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 src/sys/kern/kern_verif

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 10:48:55 UTC 2011 Modified Files: src/sys/dev/sbus [jmcneill-audiomp3]: dbri.c dbrivar.h Log Message: port to audiomp: update allocm/freem, and add get_locks() support. bots on my ss20, but i haven't really tested it yet.

CVS commit: [yamt-pagecache] src/sys/miscfs/genfs

2011-11-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sun Nov 20 10:49:21 UTC 2011 Modified Files: src/sys/miscfs/genfs [yamt-pagecache]: genfs_io.c genfs_node.h Log Message: - simplify code - comments To generate a diff of this commit: cvs rdiff -u -r1.53.2.2 -r1.53.2.3 src/sys/misc

CVS commit: [yamt-pagecache] src/sys

2011-11-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sun Nov 20 10:52:35 UTC 2011 Modified Files: src/sys/kern [yamt-pagecache]: init_main.c src/sys/uvm [yamt-pagecache]: uvm.h uvm_extern.h uvm_init.c uvm_loan.c uvm_meter.c uvm_page.c uvm_page.h uvm_page_status.c L

CVS commit: [jmcneill-audiomp3] src/sys

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 10:56:19 UTC 2011 Modified Files: src/sys/arch/sparc/dev [jmcneill-audiomp3]: audioamd.c src/sys/dev/ic [jmcneill-audiomp3]: am7930.c am7930var.h src/sys/dev/tc [jmcneill-audiomp3]: bba.c Log Message: port

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 10:58:11 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: audio.c Log Message: change the locking protocol for audio_get_props(). make it always assert that the thread lock is held before entry, and arrange to ma

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 11:09:26 UTC 2011 Modified Files: src/sys/dev/pci/hdaudio [jmcneill-audiomp3]: hdafg.c Log Message: need to hold intr_lock while calling audio_pint/audio_rint To generate a diff of this commit: cvs rdiff -u -r1.10.4

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 11:10:16 UTC 2011 Modified Files: src/sys/dev/pci [jmcneill-audiomp3]: gcscaudio.c Log Message: need to hold intr_lock when calling audio_pint/audio_rint To generate a diff of this commit: cvs rdiff -u -r1.7.4.2 -r1

CVS commit: src/sys/arch/hpcarm/dev

2011-11-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sun Nov 20 11:20:32 UTC 2011 Modified Files: src/sys/arch/hpcarm/dev: epsonlcd.c Log Message: Remove a white-space and a Tab. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hpcarm/dev/epsonlcd.c Plea

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 11:26:35 UTC 2011 Added Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: list of audio and midi drivers and their statuses To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2.1 src/sys/dev/T

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 11:41:53 UTC 2011 Modified Files: src/sys/dev/ebus [jmcneill-audiomp3]: cs4231_ebus.c src/sys/dev/sbus [jmcneill-audiomp3]: cs4231_sbus.c Log Message: complete the port to audiomp: don't forget to take sc_intr_loc

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 11:43:55 UTC 2011 Modified Files: src/sys/arch/amiga/dev [jmcneill-audiomp3]: repulse.c Log Message: complete the port to audiomp: don't forget to take sc_intr_lock in the hardware interrupt routines. To generate a diff

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 12:04:14 UTC 2011 Modified Files: src/sys/dev/ic [jmcneill-audiomp3]: am7930.c Log Message: IPL_SCHED is enough. To generate a diff of this commit: cvs rdiff -u -r1.50.56.1 -r1.50.56.2 src/sys/dev/ic/am7930.c Please not

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 12:04:42 UTC 2011 Modified Files: src/sys/arch/sparc/dev [jmcneill-audiomp3]: audioamd.c Log Message: use the sc_intr_lock when calling the rint/tint functions. To generate a diff of this commit: cvs rdiff -u -r1.26.4.1

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 12:07:13 UTC 2011 Modified Files: src/sys/dev/sbus [jmcneill-audiomp3]: dbri.c Log Message: convert spl*() to use the sc_intr_lock mutex, and hold it in a couple of other places we should as well. To generate a diff of t

CVS commit: [jmcneill-audiomp3] src/sys/arch/sgimips/hpc

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 12:07:27 UTC 2011 Modified Files: src/sys/arch/sgimips/hpc [jmcneill-audiomp3]: haltwo.c haltwovar.h Log Message: adapt to audiomp api changes To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.20.4.1 src/sy

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 12:08:19 UTC 2011 Modified Files: src/sys/dev/isa [jmcneill-audiomp3]: pcppi.c pcppivar.h Log Message: port the changes from ad-audiomp2 branch. this mostly replaces the changes i'd made to pcppi to achieve a similar resu

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 12:09:13 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: haltwo is done To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/dev/TODO.audiomp Please note t

CVS commit: src/sys/net

2011-11-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sun Nov 20 12:15:38 UTC 2011 Modified Files: src/sys/net: if_ecosubr.c Log Message: Fix build failed. Include if_inarp.h. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/net/if_ecosubr.c Please note tha

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 12:17:03 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: add a column for tested and mark hdafg and ess as done. To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src

CVS commit: src/sys/dev/usb

2011-11-20 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Nov 20 12:26:50 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs Log Message: Added "Lenovo ThinkVision LT1421 Wide" entry. To generate a diff of this commit: cvs rdiff -u -r1.600 -r1.601 src/sys/dev/usb/usbdevs Please not

CVS commit: [jmcneill-audiomp3] src/sys/arch/sgimips/mace

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 12:27:21 UTC 2011 Modified Files: src/sys/arch/sgimips/mace [jmcneill-audiomp3]: mavb.c Log Message: adapt to audiomp api changes To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.7.4.1 src/sys/arch/sgimips/

CVS commit: src/sys/dev/usb

2011-11-20 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Nov 20 12:27:36 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.593 -r1.594 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.594 -r1.595 sr

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 12:28:26 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: mavb is done To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/dev/TODO.audiomp Please note tha

CVS commit: src/sys/dev/usb

2011-11-20 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Nov 20 12:29:34 UTC 2011 Modified Files: src/sys/dev/usb: udl.c Log Message: Added "Lenovo ThinkVision LT1421 Wide" entry. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/usb/udl.c Please note that d

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 12:37:56 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: i tested eap To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/dev/TODO.audiomp Please note tha

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 12:41:59 UTC 2011 Modified Files: src/sys/arch/amiga/dev [jmcneill-audiomp3]: aucc.c toccata.c Log Message: port these to audiomp: support get_locks, and take the intr_lock in the interrupt handler. To generate a diff o

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 12:42:43 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: note aucc and toccata as done. To generate a diff of this commit: cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/sys/dev/TODO.audiomp Pl

CVS commit: [jmcneill-audiomp3] src/sys/arch/arm/iomd

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 12:58:45 UTC 2011 Modified Files: src/sys/arch/arm/iomd [jmcneill-audiomp3]: vidcaudio.c Log Message: port to audiomp: get_locks support, stream filter updates, remove IPL_AUDIO not run time tested. To generate a diff o

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 12:59:31 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: note vidcaudio now compiles and should be done To generate a diff of this commit: cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/sys/dev/

CVS commit: [netbsd-4-0] src/dist/bind

2011-11-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Nov 20 13:02:17 UTC 2011 Modified Files: src/dist/bind [netbsd-4-0]: CHANGES src/dist/bind/bin/named [netbsd-4-0]: query.c src/dist/bind/bin/nsupdate [netbsd-4-0]: nsupdate.8 src/dist/bind/lib/dns [netbs

CVS commit: [netbsd-4] src/dist/bind

2011-11-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Nov 20 13:02:27 UTC 2011 Modified Files: src/dist/bind [netbsd-4]: CHANGES src/dist/bind/bin/named [netbsd-4]: query.c src/dist/bind/bin/nsupdate [netbsd-4]: nsupdate.8 src/dist/bind/lib/dns [netbsd-4]:

CVS commit: [netbsd-4-0] src/doc

2011-11-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Nov 20 13:04:55 UTC 2011 Modified Files: src/doc [netbsd-4-0]: CHANGES-4.0.2 Log Message: Ticket 1437 To generate a diff of this commit: cvs rdiff -u -r1.1.2.91 -r1.1.2.92 src/doc/CHANGES-4.0.2 Please note that diffs are no

CVS commit: [netbsd-4] src/doc

2011-11-20 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Nov 20 13:05:03 UTC 2011 Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: Ticket 1437 To generate a diff of this commit: cvs rdiff -u -r1.1.2.230 -r1.1.2.231 src/doc/CHANGES-4.1 Please note that diffs are not pu

CVS commit: [jmcneill-audiomp3] src/sys/arch/arm/xscale

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 13:13:43 UTC 2011 Modified Files: src/sys/arch/arm/xscale [jmcneill-audiomp3]: pxa2x0_ac97.c Log Message: port to audiomp: alloc/free changes, get_locks support, no more IPL_AUDIO, convert splaudio() -> sc_intr_lock usage,

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

2011-11-20 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 20 13:14:33 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: note pxa2x0_ac97 now compiles and should be done To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/sys/de

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 13:30:46 UTC 2011 Modified Files: src/sys/arch/zaurus/dev [jmcneill-audiomp3]: zaudio.c Log Message: adapt to audiomp api changes To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.15.4.1 src/sys/arch/zaurus

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 13:31:19 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: zaudio is done To generate a diff of this commit: cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/sys/dev/TODO.audiomp Please note t

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 13:47:07 UTC 2011 Modified Files: src/sys/arch/arm/xscale [jmcneill-audiomp3]: pxa2x0_ac97.c pxa2x0_dmac.c pxa2x0_dmac.h pxa2x0_i2s.c pxa2x0_i2s.h pxa2x0_mci.c src/sys/arch/zaurus/dev [jmcneill-audi

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 14:13:25 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: build.sh -m prep tools failed for me so mark paud_isa "toolchain-fails" To generate a diff of this commit: cvs rdiff -u -r

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 14:16:56 UTC 2011 Modified Files: src/sys/arch/hpcmips/dev [jmcneill-audiomp3]: ucbsnd.c Log Message: splaudio -> splvm To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.19.32.1 src/sys/arch/hpcmips/dev/ucb

CVS commit: [jmcneill-audiomp3] src/sys/arch/hpcmips/vr

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 14:26:34 UTC 2011 Modified Files: src/sys/arch/hpcmips/vr [jmcneill-audiomp3]: vraiu.c Log Message: adapt to audiomp api changes To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.12.80.1 src/sys/arch/hpcmip

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 14:27:09 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: vraiu is done To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/sys/dev/TODO.audiomp Please note

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 15:00:35 UTC 2011 Modified Files: src/sys/arch/dreamcast/dev/g2 [jmcneill-audiomp3]: aica.c Log Message: adapt to audiomp api changes To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.21.4.1 src/sys/arch/dr

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 15:00:49 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: aica is done To generate a diff of this commit: cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/sys/dev/TODO.audiomp Please note t

CVS commit: [jmcneill-audiomp3] src/sys/arch/hp700/gsc

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 15:23:46 UTC 2011 Modified Files: src/sys/arch/hp700/gsc [jmcneill-audiomp3]: harmony.c harmonyvar.h Log Message: adapt to audiomp api changes To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.23.4.1 src/sy

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 15:24:01 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: harmony is done To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/sys/dev/TODO.audiomp Please not

CVS commit: src/sys/lib/libkern

2011-11-20 Thread Lars Heidieker
Module Name:src Committed By: para Date: Sun Nov 20 15:37:31 UTC 2011 Modified Files: src/sys/lib/libkern: arc4random.c Log Message: make it compile without DIAGNOSTIC defined To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/lib/libkern/arc4random.c

CVS commit: src/sys/arch/news68k

2011-11-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Nov 20 15:38:00 UTC 2011 Modified Files: src/sys/arch/news68k/conf: GENERIC INSTALL files.news68k majors.news68k src/sys/arch/news68k/dev: if_le.c kb_hb.c si.c zs.c src/sys/arch/news68k/include: cpu.h vmparam.h

CVS commit: [jmcneill-audiomp3] src/sys

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 15:48:53 UTC 2011 Modified Files: src/sys/arch/amiga/dev [jmcneill-audiomp3]: melody.c src/sys/arch/amigappc/amigappc [jmcneill-audiomp3]: machdep.c src/sys/dev/ic [jmcneill-audiomp3]: tms320av110.c tms

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 15:49:16 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: tms320av110 (melody) is done To generate a diff of this commit: cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/sys/dev/TODO.audiom

CVS commit: [jmcneill-audiomp3] src/sys/arch/sgimips/mace

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 16:07:27 UTC 2011 Modified Files: src/sys/arch/sgimips/mace [jmcneill-audiomp3]: mavb.c Log Message: fix size passed to kmem_free in stream filter dtor To generate a diff of this commit: cvs rdiff -u -r1.7.4.1 -r1.7

CVS commit: [jmcneill-audiomp3] src/sys

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 16:18:15 UTC 2011 Modified Files: src/sys/arch/x68k/dev [jmcneill-audiomp3]: vs.c vsvar.h src/sys/dev/ic [jmcneill-audiomp3]: msm6258.c Log Message: adapt to audiomp api changes To generate a diff of this co

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 16:18:32 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: vs is done To generate a diff of this commit: cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/sys/dev/TODO.audiomp Please note tha

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 16:34:08 UTC 2011 Modified Files: src/sys/arch/prep/isa [jmcneill-audiomp3]: paud_isa.c Log Message: adapt to audiomp api changes To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.14.4.1 src/sys/arch/prep/i

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 16:34:23 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: paud is done To generate a diff of this commit: cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/sys/dev/TODO.audiomp Please note t

CVS commit: src/etc/etc.news68k

2011-11-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Nov 20 17:18:34 UTC 2011 Modified Files: src/etc/etc.news68k: MAKEDEV.conf Log Message: Create romcons device node. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/etc/etc.news68k/MAKEDEV.conf Please note t

CVS commit: src/etc/etc.news68k

2011-11-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Nov 20 17:21:16 UTC 2011 Modified Files: src/etc/etc.news68k: ttys Log Message: Add an entry for romcons. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/etc/etc.news68k/ttys Please note that diffs are not

CVS commit: [jmcneill-audiomp3] src/sys/arch/sgimips/mace

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 18:25:46 UTC 2011 Modified Files: src/sys/arch/sgimips/mace [jmcneill-audiomp3]: mavb.c Log Message: no need to enter intr_lock from trigger_output, it's already held To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/i386/i386

2011-11-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sun Nov 20 18:41:13 UTC 2011 Modified Files: src/sys/arch/i386/i386: dumpsys.c Log Message: revert dumpsys.c rev. 1.13 because it was reported to cause a problem. http://mail-index.NetBSD.org/source-changes-d/2011/11/19/msg004283.ht

CVS commit: src/sys/arch/amd64/amd64

2011-11-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sun Nov 20 18:42:56 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: machdep.c Log Message: revert machdep.c rev. 1.168 because it's likely to have the same problem as i386's one. http://mail-index.NetBSD.org/source-changes-d/2011

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 19:26:05 UTC 2011 Modified Files: src/sys/dev/isa [jmcneill-audiomp3]: sbdsp.c Log Message: don't kpause with intr_lock held To generate a diff of this commit: cvs rdiff -u -r1.134.12.1 -r1.134.12.2 src/sys/dev/isa/

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 19:26:34 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: i tested sb under qemu To generate a diff of this commit: cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/sys/dev/TODO.audiomp Ple

CVS commit: src/sys/arch

2011-11-20 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Nov 20 19:41:27 UTC 2011 Modified Files: src/sys/arch/x86/include: pmap.h src/sys/arch/x86/x86: pmap.c src/sys/arch/xen/x86: xen_pmap.c src/sys/arch/xen/xen: xen_machdep.c Log Message: Expose pmap_pdp_cach

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 19:44:50 UTC 2011 Modified Files: src/sys/dev/isa [jmcneill-audiomp3]: sbdsp.c Log Message: improve the last change, after discussing it with rmind To generate a diff of this commit: cvs rdiff -u -r1.134.12.2 -r1.13

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

2011-11-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 20 20:00:15 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: sequencer.c Log Message: avoid passing size 0 to kmem_alloc when the sequencer device is opened and no midi devices are attached To generate a diff

CVS commit: src/external/mit/xorg/bin/x11perf

2011-11-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Nov 20 21:02:23 UTC 2011 Modified Files: src/external/mit/xorg/bin/x11perf: Makefile Log Message: Add missing CLEANFILES+=x11perfcomp To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/x1

CVS commit: src/sys/kern

2011-11-20 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Nov 20 21:27:26 UTC 2011 Modified Files: src/sys/kern: subr_kmem.c Log Message: Use va_copy to avoid undefined behaviour in handling the va_list arg. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/kern/su

CVS commit: src

2011-11-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Nov 20 21:43:35 UTC 2011 Modified Files: src/common/include/quota: quota.h quotaprop.h src/lib/libquota: getnfsquota.c src/sys/compat/common: vfs_syscalls_50.c src/sys/sys: quota.h src/sys/ufs/

CVS commit: src/distrib/sets/lists/xcomp

2011-11-20 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Nov 20 21:50:39 UTC 2011 Modified Files: src/distrib/sets/lists/xcomp: md.sparc Log Message: Add Xorg modules debug entries. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/xcomp/md.sparc

CVS commit: src/sys/dev/usb

2011-11-20 Thread Gavan Fantom
Module Name:src Committed By: gavan Date: Sun Nov 20 22:27:39 UTC 2011 Modified Files: src/sys/dev/usb: ugen.c Log Message: Implement timeouts when blocking the calling process with tsleep. Fixes PR kern/33452 To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.

CVS commit: src/sys/sys

2011-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 20 22:50:12 UTC 2011 Modified Files: src/sys/sys: kmem.h Log Message: mark printf function To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/sys/kmem.h Please note that diffs are not public domain; t

CVS commit: src/sys/kern

2011-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 20 22:58:31 UTC 2011 Modified Files: src/sys/kern: subr_kmem.c Log Message: simplify, no need for va_copy here. Add KASSERT. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/kern/subr_kmem.c Pleas

CVS commit: src/sys/kern

2011-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 20 23:01:19 UTC 2011 Modified Files: src/sys/kern: subr_prf.c Log Message: snprintf/vsnprintf can accept NULL/0 buffers and work properly as expected. Before they used to return incorrect length on short buffers. Remove

CVS commit: src/sys/sys

2011-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 20 23:37:00 UTC 2011 Modified Files: src/sys/sys: aio.h buf.h kernhist.h lockdebug.h lwp.h malloc.h mbuf.h module.h mqueue.h namei.h pool.h sched.h sleepq.h vmem.h vnode.h wapbl.h Log Message: add

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2011-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 21 00:24:24 UTC 2011 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: spa_config.c Log Message: close file in a way that it does not trigger an assertion :-) now zpool create works again. To generate a d

CVS commit: src/sys/kern

2011-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 21 01:44:27 UTC 2011 Modified Files: src/sys/kern: subr_prf.c Log Message: - use va_copy where needed - always nul terminate vsnprintf() - make snprintf() call vsnprintf() To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/sys

2011-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 21 04:36:06 UTC 2011 Modified Files: src/sys/sys: aio.h buf.h kernhist.h kmem.h kthread.h lockdebug.h lwp.h malloc.h mbuf.h module.h mqueue.h namei.h pool.h sched.h sleepq.h syslog.h systm.h tprint

CVS commit: src/external/cddl/osnet/sys/sys

2011-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 21 05:50:12 UTC 2011 Modified Files: src/external/cddl/osnet/sys/sys: zfs_context.h Log Message: correct declaration of vn_close() XXX: Should all those dup declarations be here? To generate a diff of this commit: cvs