Re: CVS commit: src/sys

2010-01-13 Thread YAMAMOTO Takashi
y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/ddb/db_lwp.c cvs rdiff -u -r1.411 -r1.412 src/sys/kern/init_main.c cvs rdiff -u -r1.136 -r1.137 src/sys/kern/kern_lwp.c cvs rdiff -u -r1.158 -r1.159

Re: CVS commit: src/lib/libedit

2010-01-13 Thread YAMAMOTO Takashi
hi, can you please don't hardcode utf-8? YAMAMOTO Takashi Module Name: src Committed By: christos Date: Wed Dec 30 22:37:40 UTC 2009 Modified Files: src/lib/libedit: Makefile chared.c chared.h common.c el.c el.h emacs.c filecomplete.c filecomplete.h hist.c

CVS commit: [matt-nb5-mips64] src/sys/arch/evbmips/rmixl

2010-01-13 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Wed Jan 13 09:40:09 UTC 2010 Added Files: src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: autoconf.h Log Message: - add autoconf.h, need mainbus_atach_args To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2.1

CVS commit: [matt-nb5-mips64] src/sys/arch/evbmips/rmixl

2010-01-13 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Wed Jan 13 09:40:35 UTC 2010 Added Files: src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: cpucore.c cpucorevar.h Log Message: - add driver to represent processor core(s) in device tree To generate a diff of this commit: cvs rdiff

CVS commit: [matt-nb5-mips64] src/sys/arch/evbmips/conf

2010-01-13 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Wed Jan 13 09:41:32 UTC 2010 Modified Files: src/sys/arch/evbmips/conf [matt-nb5-mips64]: files.rmixl Log Message: - mainbus gets 'core' locator, loses (unused) 'addr' locator - attach cpucore at mainbus - attach cpu at cpucore

CVS commit: [matt-nb5-mips64] src/sys/arch/evbmips/rmixl

2010-01-13 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Wed Jan 13 09:41:53 UTC 2010 Modified Files: src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: cpu.c Log Message: - attach at cpucore - match multiple cpus (RMI threads) - print of cpu freq and call to cpu_identify() moved to parent

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-01-13 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Wed Jan 13 09:42:38 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c Log Message: - spec CIDFL's for RMI L2, cores, threads attributes - add cputab[] entry for RMI XLS404LITE - cpu_identify() now

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-01-13 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Wed Jan 13 09:43:07 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_mainbus.c Log Message: - nuke mainbussearch() - use config_found (vs. config_search_ia) for cpucore's and obio - print L2 cache attributes

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi

2010-01-13 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Wed Jan 13 09:43:31 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_obio.c Log Message: - don't match if attach arg name doesn;t match cf_name To generate a diff of this commit: cvs rdiff -u -r1.1.2.10

CVS commit: [matt-nb5-mips64] src/sys/arch

2010-01-13 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Wed Jan 13 09:56:10 UTC 2010 Modified Files: src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: cpucore.c src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_mainbus.c Log Message: - clean up formatting in print functions To

CVS commit: src/sys/dev/pci

2010-01-13 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Jan 13 12:18:55 UTC 2010 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: fix some bitmask in PCI Express capabilities decoding being here, fix some typos and add a comma for clarity To generate a diff of this

CVS commit: src/sys/arch/sparc/sparc

2010-01-13 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jan 13 12:43:06 UTC 2010 Modified Files: src/sys/arch/sparc/sparc: auxreg.h Log Message: Explicitly clear AUXIO4M_FTC bit in FTC_FLIP macro used on pseudo-dma for floppy, as well as AUXIO4C_FTC bit for sun4c. A comment in

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

2010-01-13 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Wed Jan 13 12:54:49 UTC 2010 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: recognize SVM PauseFilter To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/x86/include/specialreg.h

Re: CVS commit: src/lib/libedit

2010-01-13 Thread Christos Zoulas
On Jan 13, 8:21am, y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: -- Subject: Re: CVS commit: src/lib/libedit | hi, | | can you please don't hardcode utf-8? | | YAMAMOTO Takashi Once we verify that it works on non utf-8, sure. christos

Re: CVS commit: src/sys

2010-01-13 Thread Mindaugas Rasiukevicius
y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: cvs rdiff -u -r1.158 -r1.159 src/sys/kern/kern_proc.c this part of the change looks wrong to me. ... Do you mean KSTACK_CHECK_MAGIC case? It gets included via machine/proc.h . no, the KASSERT part. l_addr !=

CVS commit: src

2010-01-13 Thread Havard Eidnes
Module Name:src Committed By: he Date: Wed Jan 13 14:24:58 UTC 2010 Modified Files: src/distrib/acorn32/ramdisk: Makefile src/sys/arch/acorn32/conf: INSTALL Log Message: Bump the ramdisk size so that the contents fits again. OK'ed by reinoud@ To generate a diff

CVS commit: src/doc

2010-01-13 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jan 13 15:21:16 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Fix tab/space for www changes page. To generate a diff of this commit: cvs rdiff -u -r1.1340 -r1.1341 src/doc/CHANGES Please note that diffs are not

CVS commit: src/regress/usr.bin/rtld/dlerror-cleared

2010-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 13 20:18:24 UTC 2010 Modified Files: src/regress/usr.bin/rtld/dlerror-cleared: dlerror-cleared.c Log Message: use RTLD_NOW now that it works. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: [matt-nb5-mips64] src/sys/arch

2010-01-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 13 21:16:14 UTC 2010 Modified Files: src/sys/arch/algor/algor [matt-nb5-mips64]: cpu.c src/sys/arch/arc/arc [matt-nb5-mips64]: cpu.c src/sys/arch/cobalt/cobalt [matt-nb5-mips64]: cpu.c

CVS commit: src/libexec/ld.elf_so/arch/i386

2010-01-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 13 22:34:07 UTC 2010 Modified Files: src/libexec/ld.elf_so/arch/i386: mdreloc.c Log Message: Shut gcc up. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/libexec/ld.elf_so/arch/i386/mdreloc.c Please

CVS commit: src/sys/dev/pci

2010-01-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 13 23:24:29 UTC 2010 Modified Files: src/sys/dev/pci: auich.c Log Message: Revert code I added in 1.133 that touches the PCI_COMMAND_IO_ENABLE and PCI_COMMAND_MEM_ENABLE bits in PCI_COMMAND_STATUS_REG. This causes

CVS commit: [matt-nb5-mips64] src/sys/arch

2010-01-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 14 00:37:27 UTC 2010 Modified Files: src/sys/arch/algor/isa [matt-nb5-mips64]: isadma_bounce.c src/sys/arch/arc/arc [matt-nb5-mips64]: bus_dma.c src/sys/arch/arc/isa [matt-nb5-mips64]: isadma_bounce.c

CVS commit: [matt-nb5-mips64] src/sys/arch

2010-01-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 14 00:40:36 UTC 2010 Modified Files: src/sys/arch/evbmips/alchemy [matt-nb5-mips64]: obio.c src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: autoconf.c cpucore.c cpucorevar.h

CVS commit: [matt-nb5-mips64] src/sys/arch/hpcmips

2010-01-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 14 00:50:01 UTC 2010 Modified Files: src/sys/arch/hpcmips/hpcmips [matt-nb5-mips64]: bus_dma.c machdep.c src/sys/arch/hpcmips/vr [matt-nb5-mips64]: vrdcu.c Log Message: more avail_end/avail_start changes To

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

2010-01-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 14 02:06:04 UTC 2010 Modified Files: src/sys/arch/amd64/include: byte_swap.h Log Message: Provide inline assembly version of bswap64. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src

2010-01-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 14 02:09:46 UTC 2010 Modified Files: src/lib/libc/arch/x86_64/gen: Makefile.inc src/sys/lib/libkern/arch/x86_64: Makefile.inc Added Files: src/common/lib/libc/arch/x86_64/gen: byte_swap_8.S Removed Files:

CVS commit: src/sys/dev/sun

2010-01-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 14 02:18:59 UTC 2010 Modified Files: src/sys/dev/sun: wskbdmap_sun.c Log Message: actually assign audio control command codes to the audio control keys To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/dev/sbus

2010-01-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 14 02:20:08 UTC 2010 Modified Files: src/sys/dev/sbus: dbri.c Log Message: set a delta value for the master channel so volume control via PMF works To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/dev/ic

2010-01-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 14 02:21:19 UTC 2010 Modified Files: src/sys/dev/ic: cs4231.c Log Message: set a delta value on the master channel and move it to the outputs class so volume control via PMF works To generate a diff of this commit:

Re: CVS commit: src/lib/libedit

2010-01-13 Thread YAMAMOTO Takashi
On Jan 13, 8:21am, y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: -- Subject: Re: CVS commit: src/lib/libedit | hi, | | can you please don't hardcode utf-8? | | YAMAMOTO Takashi Once we verify that it works on non utf-8, sure. what do you mean by verify? YAMAMOTO Takashi

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-01-13 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Thu Jan 14 05:02:38 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: bus_space_alignstride_chipdep.c Log Message: in BS(unmap), instead of assuming KSEG2 bsh address came from uvm_km_alloc, check that

CVS commit: src/doc

2010-01-13 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Thu Jan 14 07:47:53 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Add cas(4). To generate a diff of this commit: cvs rdiff -u -r1.1341 -r1.1342 src/doc/CHANGES Please note that diffs are not public domain; they are