Re: CVS commit: src/lib/libc/time

2010-05-15 Thread David Holland
On Sat, May 15, 2010 at 01:54:52PM +, Paul Goyette wrote: XXX Someone else can decide whether we should refer to U.S.A. or to XXX the United States in the parenthetical. The way it is now matches the other use later on, so let's leave it. -- David A. Holland dholl...@netbsd.org

Re: CVS commit: src/lib/libc/stdio

2010-05-15 Thread David Holland
On Fri, May 14, 2010 at 08:29:34AM +0300, Jukka Ruohonen wrote: Yes. The trouble is that because libraries and headers don't match up, you need to parse headers to extract the lists, and that seems likely to end up being delicate and a constant source of annoyance. How about the

Re: CVS commit: src/share/man/man9

2010-05-15 Thread David Holland
On Fri, May 14, 2010 at 08:51:46PM +0900, Izumi Tsutsui wrote: A transfer of little-endian data? I guess that's not entirely clear, especially for anyone who doesn't automatically interpret DMA as a form of memcpy. Anyway, I just fixed it up again, please take a look. to

Re: CVS commit: src/share/man/man9

2010-05-15 Thread Izumi Tsutsui
to handle PCI bus master devices that (via DMA) transfer word parameters in little endian even on big endian systems. Still sounds pretty awkward. Well, the definition of endianness itself is always awkward. What about little endian control data instead of juts little endian data?

Re: CVS commit: src/share/man/man5

2010-05-15 Thread Thomas Klausner
On Sat, May 15, 2010 at 03:53:42PM +, Jukka Ruohonen wrote: Module Name: src Committed By: jruoho Date: Sat May 15 15:53:42 UTC 2010 Modified Files: src/share/man/man5: veriexec.5 Log Message: Minor markup improvements. The version before your change was how .An was

Re: CVS commit: src/games/factor

2010-05-15 Thread David Holland
On Sat, May 15, 2010 at 09:22:39PM +, Joerg Sonnenberger wrote: Modified Files: src/games/factor: factor.6 factor.c Log Message: Follow the Fundamental Theory of Algebra. Disallow factorising of numbers less than 2 as it is not - naturally unique (negative numbers) -

Re: CVS commit: src/games/factor

2010-05-15 Thread Joerg Sonnenberger
On Sat, May 15, 2010 at 09:44:34PM +, David Holland wrote: On Sat, May 15, 2010 at 09:22:39PM +, Joerg Sonnenberger wrote: Modified Files: src/games/factor: factor.6 factor.c Log Message: Follow the Fundamental Theory of Algebra. Disallow factorising of numbers less

Re: CVS commit: src/games/factor

2010-05-15 Thread David Holland
On Sat, May 15, 2010 at 11:46:16PM +0200, Joerg Sonnenberger wrote: Discussed with the kristaps and wiz Did you bother to read tech-userlevel before doing this? Yes and it was quite interesting. so you blithely ignored the conclusion? -- David A. Holland dholl...@netbsd.org

CVS commit: src/sys/dev/hpc

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 06:01:13 UTC 2010 Modified Files: src/sys/dev/hpc: hpcfb.c Log Message: Set RI_NO_AUTO in ri-ri_flg if hpcfb_init() is invoked from cnattach. Fixes silent hang on hpcsh and hpcmips. XXX: all other rasops based

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

2010-05-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat May 15 06:22:38 UTC 2010 Modified Files: src/sys/arch/mips/sibyte/dev [matt-nb5-mips64]: sbwdog.c src/sys/arch/sbmips/sbmips [matt-nb5-mips64]: sb1250_icu.c Log Message: Make the sibyte watchdog establish an interrupt,

CVS commit: src/distrib/x68k/floppies/ramdisk

2010-05-15 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat May 15 06:36:12 UTC 2010 Modified Files: src/distrib/x68k/floppies/ramdisk: dot.profile Log Message: TERM=x68k - vt220. sysinst works again. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/arch/ews4800mips/sbd

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 06:39:06 UTC 2010 Modified Files: src/sys/arch/ews4800mips/sbd: fb_sbdio.c Log Message: Set RI_NO_AUTO in cnattach function. Untested. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/dreamcast/dev

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 06:48:23 UTC 2010 Modified Files: src/sys/arch/dreamcast/dev: pvr.c Log Message: Set RI_NO_AUTO in ri_flg if pvr_getdevconfig() is invoked from cninit. Tested on gxemul. To generate a diff of this commit: cvs rdiff

CVS commit: src/libexec/httpd

2010-05-15 Thread matthew green
Module Name:src Committed By: mrg Date: Sat May 15 06:48:27 UTC 2010 Modified Files: src/libexec/httpd: CHANGES bozohttpd.8 bozohttpd.c ssl-bozo.c Log Message: merge bozohttpd 20100512 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/libexec/httpd/CHANGES

CVS commit: src/sys/dev/tc

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 07:01:38 UTC 2010 Modified Files: src/sys/dev/tc: cfb.c mfb.c sfb.c sfbplus.c tfb.c xcfb.c Log Message: Set RI_NO_AUTO in ri_flg if *fb_common_init() is invoked from cnattach. Untested. To generate a diff of this

CVS commit: src/sys/arch/evbppc/explora/dev

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 07:38:24 UTC 2010 Modified Files: src/sys/arch/evbppc/explora/dev: fb_elb.c Log Message: Set RI_NO_AUTO in ri_flg if fb_init() is invoked from cnattach. Tested on Explora451. To generate a diff of this commit: cvs

CVS commit: src/sys

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 08:53:27 UTC 2010 Modified Files: src/sys/arch/dreamcast/dev: pvr.c src/sys/arch/evbppc/explora/dev: fb_elb.c src/sys/arch/ews4800mips/sbd: fb_sbdio.c src/sys/dev/hpc: hpcfb.c

CVS commit: xsrc/external/mit/xkeyboard-config/dist

2010-05-15 Thread NONAKA Kimihiro
Module Name:xsrc Committed By: nonaka Date: Sat May 15 15:33:30 UTC 2010 Modified Files: xsrc/external/mit/xkeyboard-config/dist/rules: base xsrc/external/mit/xkeyboard-config/dist/symbols: symbols.dir

CVS commit: src/sys/arch/pmax/ibus

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 20:31:10 UTC 2010 Modified Files: src/sys/arch/pmax/ibus: pm.c Log Message: Set RI_NO_AUTO in ri_flg if init function is invoked from cnattach. Untested. (3100 support seems somewhat broken, per gxemul output) To

CVS commit: src/sys/dev/usb

2010-05-15 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat May 15 20:45:43 UTC 2010 Modified Files: src/sys/dev/usb: usb.h Log Message: Add Debug Descriptor structures and constants, as well as symbolic identifiers for USB packet IDs. To generate a diff of this commit: cvs rdiff

CVS commit: src/games/factor

2010-05-15 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat May 15 21:22:39 UTC 2010 Modified Files: src/games/factor: factor.6 factor.c Log Message: Follow the Fundamental Theory of Algebra. Disallow factorising of numbers less than 2 as it is not - naturally unique (negative numbers)

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

2010-05-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat May 15 23:11:38 UTC 2010 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: intr.h Log Message: Make sure we have a spare cell at the sr_map to make splintr will stop. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man9

2010-05-15 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun May 16 05:18:35 UTC 2010 Modified Files: src/share/man/man9: kmem.9 sysctl.9 xcall.9 Log Message: IMPLEMENTATION NOTES back to NOTES. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/kmem.9

CVS commit: src/sys/dev/hpc

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 06:01:13 UTC 2010 Modified Files: src/sys/dev/hpc: hpcfb.c Log Message: Set RI_NO_AUTO in ri-ri_flg if hpcfb_init() is invoked from cnattach. Fixes silent hang on hpcsh and hpcmips. XXX: all other rasops based

CVS commit: src/distrib/x68k/floppies/ramdisk

2010-05-15 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat May 15 06:36:12 UTC 2010 Modified Files: src/distrib/x68k/floppies/ramdisk: dot.profile Log Message: TERM=x68k - vt220. sysinst works again. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/arch/ews4800mips/sbd

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 06:39:06 UTC 2010 Modified Files: src/sys/arch/ews4800mips/sbd: fb_sbdio.c Log Message: Set RI_NO_AUTO in cnattach function. Untested. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/dreamcast/dev

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 06:48:23 UTC 2010 Modified Files: src/sys/arch/dreamcast/dev: pvr.c Log Message: Set RI_NO_AUTO in ri_flg if pvr_getdevconfig() is invoked from cninit. Tested on gxemul. To generate a diff of this commit: cvs rdiff

CVS commit: src/libexec/httpd

2010-05-15 Thread matthew green
Module Name:src Committed By: mrg Date: Sat May 15 06:48:27 UTC 2010 Modified Files: src/libexec/httpd: CHANGES bozohttpd.8 bozohttpd.c ssl-bozo.c Log Message: merge bozohttpd 20100512 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/libexec/httpd/CHANGES

CVS commit: src/sys/arch/evbppc/explora/dev

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 07:38:24 UTC 2010 Modified Files: src/sys/arch/evbppc/explora/dev: fb_elb.c Log Message: Set RI_NO_AUTO in ri_flg if fb_init() is invoked from cnattach. Tested on Explora451. To generate a diff of this commit: cvs

CVS commit: src/sys

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 08:53:27 UTC 2010 Modified Files: src/sys/arch/dreamcast/dev: pvr.c src/sys/arch/evbppc/explora/dev: fb_elb.c src/sys/arch/ews4800mips/sbd: fb_sbdio.c src/sys/dev/hpc: hpcfb.c

CVS commit: src/distrib/sets/lists

2010-05-15 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sat May 15 09:00:54 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/distrib/sets/lists/tests: mi Log Message: Add some missing atf keywords to fix MKATF=no build. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/ieee1394

2010-05-15 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat May 15 10:42:51 UTC 2010 Modified Files: src/sys/dev/ieee1394: firewire.c Log Message: Add mutex.h. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/ieee1394/firewire.c Please note that diffs are

CVS commit: src/sys/arch/arm/xscale

2010-05-15 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat May 15 12:17:35 UTC 2010 Modified Files: src/sys/arch/arm/xscale: pxa2x0reg.h Log Message: Add definitions for Power Manager Registers. Add some fields for USBHC_UHCRHDB. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/time

2010-05-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat May 15 13:54:52 UTC 2010 Modified Files: src/lib/libc/time: ctime.3 Log Message: Remove repeated text After filling... XXX Someone else can decide whether we should refer to U.S.A. or to XXX the United States in the

CVS commit: src

2010-05-15 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat May 15 15:34:09 UTC 2010 Modified Files: src/distrib/sets/lists/xbase: mi src/external/mit/xorg/lib/xkeyboard-config/symbols/sharp_vndr: Makefile Log Message: Added keyboard config files for Sharp WS003SH/WS007SH.

CVS commit: src/share/man/man5

2010-05-15 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat May 15 15:53:42 UTC 2010 Modified Files: src/share/man/man5: veriexec.5 Log Message: Minor markup improvements. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man5/veriexec.5 Please note that

CVS commit: src/sys/arch/ews4800mips/sbd

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 16:35:37 UTC 2010 Modified Files: src/sys/arch/ews4800mips/sbd: fb_sbdio.c Log Message: Set RI_NO_AUTO at correct place. Confirmed on EWS4800/360AD. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/nfs

2010-05-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 15 20:24:57 UTC 2010 Modified Files: src/sys/nfs: nfs_vfsops.c Log Message: nfs_statvfs should return NFS_MAXNAMLEN, not MAXNAMLEN. (Compile-tested only, but that should be ok) To generate a diff of this commit: cvs

CVS commit: src/sys/arch/pmax/ibus

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 20:31:10 UTC 2010 Modified Files: src/sys/arch/pmax/ibus: pm.c Log Message: Set RI_NO_AUTO in ri_flg if init function is invoked from cnattach. Untested. (3100 support seems somewhat broken, per gxemul output) To

CVS commit: src/sys/dev/usb

2010-05-15 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat May 15 20:47:23 UTC 2010 Modified Files: src/sys/dev/usb: ehcireg.h Log Message: Add register information for the EHCI 1.0 Appendix C Debug Port. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

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

2010-05-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun May 16 00:40:51 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: genassym.cf Log Message: Add IPL_DDB To generate a diff of this commit: cvs rdiff -u -r1.44.12.21 -r1.44.12.22

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

2010-05-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun May 16 05:00:12 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: locore.S Log Message: If IPL_SCHED != IPL_HIGH we need to raise ourselves back to IPL_HIGH before we return from a fast softint that was

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

2010-05-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun May 16 05:16:08 UTC 2010 Modified Files: src/sys/arch/sbmips/sbmips [matt-nb5-mips64]: autoconf.c Log Message: Use device_xname and sys/intr.h To generate a diff of this commit: cvs rdiff -u -r1.6.96.1 -r1.6.96.2

CVS commit: src/share/man/man5

2010-05-15 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun May 16 05:17:03 UTC 2010 Modified Files: src/share/man/man5: veriexec.5 Log Message: Use .An as documented in mdoc.samples(7). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man5/veriexec.5

CVS commit: src/share/man/man9

2010-05-15 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun May 16 05:18:35 UTC 2010 Modified Files: src/share/man/man9: kmem.9 sysctl.9 xcall.9 Log Message: IMPLEMENTATION NOTES back to NOTES. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/kmem.9