CVS commit: src/usr.sbin/perfused

2010-09-20 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Sep 20 06:45:38 UTC 2010 Modified Files: src/usr.sbin/perfused: msg.c perfused.c Log Message: - Add debug santity checks - Do not request peer creds anymore once we have them. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev

2010-09-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Sep 20 06:54:06 UTC 2010 Modified Files: src/sys/dev: ld.c ldvar.h Log Message: Check disk bounds, in RAW_PART. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/dev/ld.c cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libperfuse

2010-09-20 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Sep 20 07:00:22 UTC 2010 Modified Files: src/lib/libperfuse: ops.c perfuse.c perfuse_priv.h subr.c Log Message: - performance improvement for read, readdir and write. Now we use SOCK_DGRAM, we can send many pages at once

CVS commit: src/sys/dev/sdmmc

2010-09-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Sep 20 09:03:34 UTC 2010 Modified Files: src/sys/dev/sdmmc: ld_sdmmc.c Log Message: Print product name. like sd(4), wd(4) and etc... To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/sdmmc

2010-09-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Sep 20 09:19:31 UTC 2010 Modified Files: src/sys/dev/sdmmc: sdmmc_mem.c Log Message: Sync with POSTREAD before memcpy. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/sdmmc/sdmmc_mem.c Please note

CVS commit: src/sys/dev/sdmmc

2010-09-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Sep 20 09:30:20 UTC 2010 Modified Files: src/sys/dev/sdmmc: sdmmc_mem.c Log Message: Support MMC 4,8-bit mode. It tested only 4bit on Marvell Sheevaplug. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/sdmmc

2010-09-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Sep 20 09:34:47 UTC 2010 Modified Files: src/sys/dev/sdmmc: sdmmc_mem.c Log Message: Fix SCR data. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/sdmmc/sdmmc_mem.c Please note that diffs are not

CVS commit: src/sys/dev/sdmmc

2010-09-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Mon Sep 20 09:42:32 UTC 2010 Modified Files: src/sys/dev/sdmmc: sdmmc_mem.c Log Message: Clean up return/error in sdmem_mem_send_scr(). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sdmmc/sdmmc_mem.c

CVS commit: src/sys/arch/sparc

2010-09-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Sep 20 10:21:10 UTC 2010 Modified Files: src/sys/arch/sparc/conf: files.sparc std.sparc Added Files: src/sys/arch/sparc/sparc: cpu_in_cksum.c Removed Files: src/sys/arch/sparc/sparc: in_cksum.c Log Message:

CVS commit: src/sbin/ping6

2010-09-20 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Mon Sep 20 11:49:48 UTC 2010 Modified Files: src/sbin/ping6: ping6.c Log Message: Avoid NaN when calculating std-dev, which fixes a crash on VAX. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

CVS commit: src/sys/dev/usb

2010-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 20 14:18:13 UTC 2010 Modified Files: src/sys/dev/usb: umodem_common.c Log Message: Use the control (not data) interface descriptor when looking at the control interface endpoints! (from Anon Ymous) To generate a diff

CVS commit: src/lib/libm/complex

2010-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 20 16:53:31 UTC 2010 Modified Files: src/lib/libm/complex: cproj.c cprojf.c cprojl.c Log Message: get rid of ieee dependencies. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/complex/cproj.c

CVS commit: src/lib/libm/complex

2010-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 20 16:55:20 UTC 2010 Modified Files: src/lib/libm/complex: cimagl.c conjl.c creall.c Log Message: no more ieee ifdefs To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/complex/cimagl.c \

CVS commit: src/lib/libm/complex

2010-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 20 17:51:38 UTC 2010 Modified Files: src/lib/libm/complex: cproj.c cprojf.c cprojl.c Log Message: deal with infinity on the vax. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/complex/cproj.c

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

2010-09-20 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Mon Sep 20 19:39:10 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpu.c Log Message: - remove MULTIPROCESSOR condition for rmixl_cpuinfo_print and rmixl_cpu_data_print functions, so we can call them e.g.

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

2010-09-20 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Mon Sep 20 19:40:11 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_spl.S Log Message: - .set noreorder up top to avoid instruction reordering - adopt bugfix suggested by Manuel Boyer for mips/spl.S: in

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

2010-09-20 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Mon Sep 20 19:41:06 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_intr.c Log Message: - rmixl_intrhand_t is valid only if ih_func is non-NULL; set valid at end of rmixl_vec_establish and set invalid at

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

2010-09-20 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Mon Sep 20 19:42:31 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_pcie.c rmixl_pcievar.h rmixl_pcix.c rmixl_pcixvar.h Log Message: - provide lockless interrupt dispatch by eliminating use of

CVS commit: src/libexec/httpd

2010-09-20 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 20 22:18:23 UTC 2010 Modified Files: src/libexec/httpd: bozohttpd.c Log Message: fix an error in the previous. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/libexec/httpd/bozohttpd.c Please note that

CVS commit: src/libexec/httpd

2010-09-20 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 20 23:07:23 UTC 2010 Update of /cvsroot/src/libexec/httpd In directory ivanova.netbsd.org:/tmp/cvs-serv29013 Log Message: initial import of bozohttpd 20100920. the only change missing in here is: o fix dynamic CGI content

CVS commit: src/libexec/httpd

2010-09-20 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 20 23:11:38 UTC 2010 Modified Files: src/libexec/httpd: CHANGES Makefile bozohttpd.8 bozohttpd.c bozohttpd.h cgi-bozo.c dir-index-bozo.c Log Message: merge bozohttpd 20100920 To generate a diff of this commit

CVS commit: src/lib/libkvm

2010-09-20 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Sep 20 23:23:16 UTC 2010 Modified Files: src/lib/libkvm: kvm.c kvm_alpha.c kvm_arm.c kvm_hppa.c kvm_i386.c kvm_m68k.c kvm_m68k.h kvm_m68k_cmn.c kvm_mips.c kvm_powerpc.c kvm_powerpc64.c kvm_private.h

CVS commit: src/common/lib/libc/sys

2010-09-20 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Sep 21 02:03:29 UTC 2010 Modified Files: src/common/lib/libc/sys: cpuset.c Log Message: _cpuset_create: initialize size argument for sysctl call. From PR/43837 by Sandy Snaman. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/sparc64/conf

2010-09-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 21 03:26:20 UTC 2010 Modified Files: src/sys/arch/sparc64/conf: files.sparc64 Log Message: defflag some flags for the ffb driver To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128

CVS commit: src/sys/dev/wscons

2010-09-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Sep 21 03:33:15 UTC 2010 Modified Files: src/sys/dev/wscons: wsdisplay_vcons.c wsdisplay_vconsvar.h Log Message: add separate flags for putchar() based copycols() and copyrows() methods for hw that can accelerate one but

CVS commit: src/sys/dev/sdmmc

2010-09-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Sep 21 04:53:53 UTC 2010 Modified Files: src/sys/dev/sdmmc: sdmmc_mem.c Log Message: Fix build failure. A new variable width and value had been forgotten since r1.7. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/sys/dev/sdmmc

2010-09-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Sep 21 04:57:44 UTC 2010 Modified Files: src/sys/dev/sdmmc: sdmmcvar.h Log Message: + Add macro SMC_CAPS_8BIT_MODE for 8bit mode support. + Typo. s/automagically/automatically/. To generate a diff of this commit: cvs