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

2011-11-22 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Nov 22 08:55:44 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: midictl.c Log Message: - make this not crash with midiplay -l anymore by killing store_thread() with kthread_exit() instead of return - adjust wait

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

2011-11-22 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Nov 22 08:58:48 UTC 2011 Modified Files: src/sys/arch/shark/ofw [jmcneill-audiomp3]: ofw.c Log Message: IPL_AUDIO is no more To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.56.4.1 src/sys/arch/shark/ofw/ofw.c

CVS commit: src/doc

2011-11-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Nov 22 09:06:47 UTC 2011 Modified Files: src/doc: 3RDPARTY Log Message: binutils-2.22 out To generate a diff of this commit: cvs rdiff -u -r1.887 -r1.888 src/doc/3RDPARTY Please note that diffs are not public domain; they are

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

2011-11-22 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Nov 22 11:50:02 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: sequencer.c Log Message: more steps towards making this work: - avoid using uninitialised memory to get a pointer, this fixes hangs in sequencerwrite()

CVS commit: src/sys/arch

2011-11-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Nov 22 12:11:39 UTC 2011 Modified Files: src/sys/arch/evbarm/conf: TWINTAIL src/sys/arch/sbmips/conf: GENERIC Log Message: Bump SYMTAB_SPACE so that the symbol table fits again. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/news68k

2011-11-22 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Nov 22 14:31:02 UTC 2011 Modified Files: src/sys/arch/news68k/dev: kbc.c ms_hb.c timer_hb.c src/sys/arch/news68k/news68k: bus_space.c machdep.c Log Message: Remove more now unnecessary IIOV() conversion. XXX: we

CVS commit: src

2011-11-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Nov 22 15:25:28 UTC 2011 Modified Files: src/lib/libc/arch/m68k: Makefile.inc src/lib/libc/arch/m68k/gen: Makefile.inc _lwp.c src/libexec/ld.elf_so/arch/m68k: mdreloc.c src/sys/arch/m68k/include:

CVS commit: src/doc

2011-11-22 Thread Joerg Sonnenberger
] news68k: Add preliminary PROM function based framebuffer text console support. [tsutsui 2020] + arm: Add TLS (thread local storage) support. [joerg 2018] + m68k: Add TLS (thread local storage) support. [joerg 2022]

CVS commit: src/sys/arch/sandpoint/sandpoint

2011-11-22 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Nov 22 16:56:29 UTC 2011 Modified Files: src/sys/arch/sandpoint/sandpoint: machdep.c Log Message: Print Model: information with oea_startup(). To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

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

2011-11-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 22 17:36:01 UTC 2011 Modified Files: src/sys/dev/sbus [jmcneill-audiomp3]: cs4231_sbus.c Log Message: we need to initialize the locks before using them Now this works on my Ultra 1 To generate a diff of this commit:

CVS commit: src/share/mk

2011-11-22 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Nov 22 18:25:48 UTC 2011 Modified Files: src/share/mk: bsd.clean.mk Log Message: Use :Q to deal with the case that CLEANFILES or CLEANDIRFILES contains quoted substrings (such as file names with spaces). Problem reported by

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

2011-11-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 22 18:29:06 UTC 2011 Modified Files: src/sys/dev [jmcneill-audiomp3]: TODO.audiomp Log Message: audiocs at sbus works on sparc and sparc64 To generate a diff of this commit: cvs rdiff -u -r1.1.2.26 -r1.1.2.27

CVS commit: src/sys/dev/ic

2011-11-22 Thread Tim Rightnour
Module Name:src Committed By: garbled Date: Tue Nov 22 18:42:57 UTC 2011 Modified Files: src/sys/dev/ic: rtl8169.c rtl81x9reg.h rtl81x9var.h Log Message: Add support to recognize the 8168E model of this chip. Taken from FreeBSD To generate a diff of this commit: cvs

CVS commit: src/sys/dev/isapnp

2011-11-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Nov 22 19:33:38 UTC 2011 Modified Files: src/sys/dev/isapnp: wss_isapnp.c Log Message: Set mode to 2 at the correct time. Fixes recording on some isapnp(4) wss(4) chips. To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2011-11-22 Thread Aleksey Cheusov
Module Name:src Committed By: cheusov Date: Tue Nov 22 20:22:10 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/util/awk: Makefile t_awk.sh Added Files: src/tests/util/awk: d_assign_NF.awk d_assign_NF.in d_assign_NF.out Log Message:

CVS commit: src/sys/kern

2011-11-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 22 21:25:05 UTC 2011 Modified Files: src/sys/kern: subr_prf.c Log Message: Increment the source buffer when we overflow so that we don't get stuck in an infinite loop. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/historical/nawk/dist

2011-11-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 22 22:30:22 UTC 2011 Modified Files: src/external/historical/nawk/dist: run.c Log Message: - make decimal conversions use the maximum width integers available on the architecture. - make signed and unsigned code

CVS commit: [jmcneill-audiomp3] src/sys

2011-11-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Nov 22 22:47:12 UTC 2011 Modified Files: src/sys/arch/amiga/dev [jmcneill-audiomp3]: aucc.c repulse.c toccata.c src/sys/arch/arm/iomd [jmcneill-audiomp3]: vidcaudio.c src/sys/arch/arm/xscale

CVS commit: src/sys/arch

2011-11-22 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Nov 23 00:56:56 UTC 2011 Modified Files: src/sys/arch/x86/include: pmap.h src/sys/arch/xen/include: xenpmap.h src/sys/arch/xen/x86: xen_pmap.c Log Message: Move Xen-specific functions to Xen pmap. Requested by

CVS commit: src/sys/uvm

2011-11-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Nov 23 01:00:52 UTC 2011 Modified Files: src/sys/uvm: uvm_map.c Log Message: When allocating pages for kernel map entries and PMAP_ALLOC_POOLPAGE is defined, use it. (allows a MIPS N32 kernel to boot when there is memory

CVS commit: src/sys/uvm

2011-11-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Nov 23 01:07:50 UTC 2011 Modified Files: src/sys/uvm: uvm_glue.c Log Message: When allocating a page for a kernel stack and PMAP_ALLOC_POOLPAGE is defined, use it. (allows a MIPS N32 kernel to boot when there is memory outside

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

2011-11-22 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Nov 23 01:15:02 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: db_memrw.c Log Message: Kill dependency to xpmap_update(), and use setbits/clearbits to update kernel PTE rights. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/x86/include

2011-11-22 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Nov 23 01:16:56 UTC 2011 Modified Files: src/sys/arch/x86/include: pmap.h Log Message: No more users of xpmap_update(). Use pmap_pte_*() functions now. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48