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
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 rdif
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
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
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
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
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
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 specif
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_pro
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
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
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 di
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.
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 LI
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 sta
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 _spl
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/deco
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. f
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
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/
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 \
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
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 dif
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 o
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.
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:
Pr
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
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 p
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/sy
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
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 no
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
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
33 matches
Mail list logo