CVS commit: src/lib/libperfuse
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 without hitting any bug - when creating a file, it is open for FUSE, but not for the kernel. If the kernel does not do a subsequent open, we have a leak. We fight against this by trying to close such file that the kernel left unopen for some time. - some code refactoring to make message exchange debug easier (more to come) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libperfuse/ops.c cvs rdiff -u -r1.6 -r1.7 src/lib/libperfuse/perfuse.c cvs rdiff -u -r1.10 -r1.11 src/lib/libperfuse/perfuse_priv.h cvs rdiff -u -r1.4 -r1.5 src/lib/libperfuse/subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sdmmc
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 src/sys/dev/sdmmc/ld_sdmmc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sdmmc
Module Name:src Committed By: kiyohara Date: Mon Sep 20 09:06:03 UTC 2010 Modified Files: src/sys/dev/sdmmc: sdmmc.c Log Message: Clear SMF_CARD_PRESENT, if failed to attach. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/sdmmc/sdmmc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sdmmc
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 that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sdmmc
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 src/sys/dev/sdmmc/sdmmc_mem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sdmmc
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 public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sdmmc
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc
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: Prepare sparc optimized (by 32 bit add-with-carry insns) cpu_in_cksum() which is reusing in_cksum_internal() in old sparc/in_cksum.c. ~4% improvements of ttcp(1) xfer rates on SS1+ with le(4). To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 src/sys/arch/sparc/conf/files.sparc cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sparc/conf/std.sparc cvs rdiff -u -r0 -r1.1 src/sys/arch/sparc/sparc/cpu_in_cksum.c cvs rdiff -u -r1.20 -r0 src/sys/arch/sparc/sparc/in_cksum.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/ping6
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 src/sbin/ping6/ping6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
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 of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/usb/umodem_common.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/complex
Module Name:src Committed By: christos Date: Mon Sep 20 15:38:48 UTC 2010 Modified Files: src/lib/libm/complex: conjl.c Log Message: shouldn't need ieee.h here. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/complex/conjl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
Module Name:src Committed By: christos Date: Mon Sep 20 16:13:35 UTC 2010 Modified Files: src/sys/arch/hppa/include: ieee.h src/sys/arch/m68k/include: ieee.h src/sys/arch/sparc/include: ieee.h Log Message: cargo cult the x86 changes. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hppa/include/ieee.h cvs rdiff -u -r1.15 -r1.16 src/sys/arch/m68k/include/ieee.h cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sparc/include/ieee.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/complex
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 \ src/lib/libm/complex/cprojf.c cvs rdiff -u -r1.2 -r1.3 src/lib/libm/complex/cprojl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/complex
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 \ src/lib/libm/complex/creall.c cvs rdiff -u -r1.3 -r1.4 src/lib/libm/complex/conjl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/complex
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 \ src/lib/libm/complex/cprojf.c cvs rdiff -u -r1.3 -r1.4 src/lib/libm/complex/cprojl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi
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. from ddb in non-MP kernels To generate a diff of this commit: cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/sys/arch/mips/rmi/rmixl_cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/dist/bzip2
Module Name:src Committed By: christos Date: Mon Sep 20 19:39:20 UTC 2010 Modified Files: src/dist/bzip2: decompress.c Log Message: avoid integer overflow that can lead to buffer overflow To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2 src/dist/bzip2/decompress.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi
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 _splraise and _splsw_splhigh, reload L_CPU in case we were preempted prior to interrupts being blocked (thanks). To generate a diff of this commit: cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/mips/rmi/rmixl_spl.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi
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 start of rmixl_vec_disestablish to allow lockless check if valid in dispatch. To generate a diff of this commit: cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/sys/arch/mips/rmi/rmixl_intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi
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 LIST(9) for interrupt handles. Handles are now managed in variable size arrays. Establishing a new interrupt causes allocation of a new array, pointer to which is changed atomically. Old arrays are allowed to persist for some time before free, allowing any CPU working with that data to safely finish using it. - interrupt events are now managed per-CPU, avoid need for atomic adds. To generate a diff of this commit: cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/sys/arch/mips/rmi/rmixl_pcie.c cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/sys/arch/mips/rmi/rmixl_pcievar.h cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/sys/arch/mips/rmi/rmixl_pcix.c cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/mips/rmi/rmixl_pcixvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd
Module Name:src Committed By: mrg Date: Mon Sep 20 21:58:43 UTC 2010 Modified Files: src/libexec/httpd: bozohttpd.c Log Message: fix a serious error in virtual hosting support, noticed by se...@netbsd, and disallow ".." as a virtual host name! also ".". patch from sean. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/libexec/httpd/bozohttpd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd
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 diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd
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 maps, from rudolf Status: Vendor Tag: bozohttpd Release Tags: bozohttpd-20100920 C src/libexec/httpd/bozohttpd.c U src/libexec/httpd/main.c U src/libexec/httpd/content-bozo.c U src/libexec/httpd/queue.h C src/libexec/httpd/cgi-bozo.c U src/libexec/httpd/tilde-luzah-bozo.c U src/libexec/httpd/daemon-bozo.c C src/libexec/httpd/dir-index-bozo.c U src/libexec/httpd/ssl-bozo.c U src/libexec/httpd/Makefile.boot N src/libexec/httpd/bozohttpd.html8 C src/libexec/httpd/CHANGES C src/libexec/httpd/Makefile U src/libexec/httpd/auth-bozo.c C src/libexec/httpd/bozohttpd.8 C src/libexec/httpd/bozohttpd.h U src/libexec/httpd/small/Makefile U src/libexec/httpd/testsuite/html_cmp U src/libexec/httpd/testsuite/t1.in U src/libexec/httpd/testsuite/t1.out U src/libexec/httpd/testsuite/t10.in U src/libexec/httpd/testsuite/t10.out U src/libexec/httpd/testsuite/t2.in U src/libexec/httpd/testsuite/t2.out U src/libexec/httpd/testsuite/t3.in U src/libexec/httpd/testsuite/t3.out U src/libexec/httpd/testsuite/t4.in U src/libexec/httpd/testsuite/t4.out U src/libexec/httpd/testsuite/t5.in U src/libexec/httpd/testsuite/t5.out U src/libexec/httpd/testsuite/t6.in U src/libexec/httpd/testsuite/t6.out U src/libexec/httpd/testsuite/t7.in U src/libexec/httpd/testsuite/t7.out U src/libexec/httpd/testsuite/t8.in U src/libexec/httpd/testsuite/t8.out U src/libexec/httpd/testsuite/t9.in U src/libexec/httpd/testsuite/t9.out U src/libexec/httpd/testsuite/test-bigfile U src/libexec/httpd/testsuite/Makefile U src/libexec/httpd/testsuite/data/bigfile U src/libexec/httpd/testsuite/data/bigfile.partial4000 U src/libexec/httpd/testsuite/data/bigfile.partial8000 U src/libexec/httpd/testsuite/data/file U src/libexec/httpd/testsuite/data/index.html U src/libexec/httpd/debug/Makefile U src/libexec/httpd/lua/Makefile U src/libexec/httpd/lua/bozo.lua U src/libexec/httpd/lua/glue.c U src/libexec/httpd/lua/optparse.lua U src/libexec/httpd/lua/shlib_version U src/libexec/httpd/libbozohttpd/Makefile U src/libexec/httpd/libbozohttpd/libbozohttpd.3 U src/libexec/httpd/libbozohttpd/shlib_version 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jbozohttpd:yesterday -jbozohttpd src/libexec/httpd
CVS commit: src/libexec/httpd
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 rdiff -u -r1.9 -r1.10 src/libexec/httpd/CHANGES cvs rdiff -u -r1.11 -r1.12 src/libexec/httpd/Makefile cvs rdiff -u -r1.22 -r1.23 src/libexec/httpd/bozohttpd.8 cvs rdiff -u -r1.24 -r1.25 src/libexec/httpd/bozohttpd.c cvs rdiff -u -r1.16 -r1.17 src/libexec/httpd/bozohttpd.h cvs rdiff -u -r1.17 -r1.18 src/libexec/httpd/cgi-bozo.c cvs rdiff -u -r1.10 -r1.11 src/libexec/httpd/dir-index-bozo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libkvm
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 kvm_proc.c kvm_sh3.c kvm_sparc.c kvm_sparc64.c kvm_sun2.c kvm_sun3.c kvm_sun3x.c kvm_vax.c kvm_x86_64.c Log Message: Change kvm_pa2off() and kvm_kvatop() prototypes (private to kvm(3)): -int _kvm_kvatop(kvm_t *, u_long, u_long *); -off_t _kvm_pa2off(kvm_t *, u_long); +int _kvm_kvatop(kvm_t *, vaddr_t, paddr_t *); +off_t _kvm_pa2off(kvm_t *, paddr_t); Basically, use vaddr_t for VA and paddr_t for PA. In addition, for variables representing addresses, use paddr_t or vaddr_t, depending on the context. For most arches, vaddr_t and paddr_t are equivalent to unsigned long. However, the change was needed for exotic situations, like i386 PAE, were unsigned long is not suitable for PA which are 64 bits long. As this required a complete change of the function prototypes, all arches had to be adapted accordingly. Core files from before this commit should still work with the new code; I did not see any direct dependency between core's structure and kvatop/pa2off. The change was compile tested for all arches, as it impacts all of them. See also: http://mail-index.netbsd.org/current-users/2010/09/07/msg014249.html To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/lib/libkvm/kvm.c cvs rdiff -u -r1.24 -r1.25 src/lib/libkvm/kvm_alpha.c cvs rdiff -u -r1.5 -r1.6 src/lib/libkvm/kvm_arm.c src/lib/libkvm/kvm_hppa.c \ src/lib/libkvm/kvm_m68k.h cvs rdiff -u -r1.27 -r1.28 src/lib/libkvm/kvm_i386.c cvs rdiff -u -r1.17 -r1.18 src/lib/libkvm/kvm_m68k.c \ src/lib/libkvm/kvm_private.h src/lib/libkvm/kvm_vax.c cvs rdiff -u -r1.14 -r1.15 src/lib/libkvm/kvm_m68k_cmn.c \ src/lib/libkvm/kvm_sparc64.c cvs rdiff -u -r1.19 -r1.20 src/lib/libkvm/kvm_mips.c cvs rdiff -u -r1.11 -r1.12 src/lib/libkvm/kvm_powerpc.c cvs rdiff -u -r1.3 -r1.4 src/lib/libkvm/kvm_powerpc64.c cvs rdiff -u -r1.85 -r1.86 src/lib/libkvm/kvm_proc.c cvs rdiff -u -r1.7 -r1.8 src/lib/libkvm/kvm_sh3.c src/lib/libkvm/kvm_x86_64.c cvs rdiff -u -r1.31 -r1.32 src/lib/libkvm/kvm_sparc.c cvs rdiff -u -r1.4 -r1.5 src/lib/libkvm/kvm_sun2.c cvs rdiff -u -r1.13 -r1.14 src/lib/libkvm/kvm_sun3.c cvs rdiff -u -r1.10 -r1.11 src/lib/libkvm/kvm_sun3x.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/i386/include
Module Name:src Committed By: jym Date: Tue Sep 21 00:18:05 UTC 2010 Modified Files: src/sys/arch/i386/include: types.h Log Message: Promote paddr_t to 64 bits for i386 userland (non PAE and PAE). paddr_t has limited interest in userland, and should only be used by specific code like kvm(3) (for VA => PA translations). To support non PAE and PAE kernels simultaneously in kvm(3), promote paddr_t to 64 bits. No objection on current-us...@. See also: http://mail-index.netbsd.org/current-users/2010/09/07/msg014249.html Kernel remains untouched by this change. In-kernel 64 bits for paddr_t is for a future commit (Yes, I do not forget about that :) ) To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/i386/include/types.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libc/sys
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 -r1.15 -r1.16 src/common/lib/libc/sys/cpuset.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc64/conf
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 src/sys/arch/sparc64/conf/files.sparc64 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc64/dev
Module Name:src Committed By: macallan Date: Tue Sep 21 03:31:04 UTC 2010 Modified Files: src/sys/arch/sparc64/dev: ffb.c ffb_mainbus.c ffbvar.h Log Message: * implement hw acceleration for putchar() * use VCONS for copycols() * don't map the framebuffer now that we don't access it anymore * make a bunch of drawing engine syncs optional To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/sparc64/dev/ffb.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sparc64/dev/ffb_mainbus.c \ src/sys/arch/sparc64/dev/ffbvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/wscons
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 not the other, like Sun's Creator series VCONS_DONT_READ does the same as before To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/wscons/wsdisplay_vcons.c cvs rdiff -u -r1.11 -r1.12 src/sys/dev/wscons/wsdisplay_vconsvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sdmmc
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 -r1.10 src/sys/dev/sdmmc/sdmmc_mem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sdmmc
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 rdiff -u -r1.3 -r1.4 src/sys/dev/sdmmc/sdmmcvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: mrg Date: Tue Sep 21 06:26:56 UTC 2010 Modified Files: src/doc: CHANGES Log Message: note bozohttpd 20100920 To generate a diff of this commit: cvs rdiff -u -r1.1435 -r1.1436 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.