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

2012-01-14 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Jan 14 12:14:28 UTC 2012 Modified Files: src/sys/arch/i386/conf: GENERIC XEN3_DOM0 Log Message: Use optionsSPCTABCPU_UCODE to keep the indentation if the option is commented out. To generate a diff of this commit: cvs rdiff

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

2012-01-14 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Jan 14 12:30:12 UTC 2012 Modified Files: src/sys/arch/i386/conf: ALL Log Message: Add CPU_UCODE option. To generate a diff of this commit: cvs rdiff -u -r1.329 -r1.330 src/sys/arch/i386/conf/ALL Please note that diffs are

CVS commit: src/doc

2012-01-14 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Sat Jan 14 13:46:57 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: Update ISC DHCP's current version and remove EOL'd. To generate a diff of this commit: cvs rdiff -u -r1.894 -r1.895 src/doc/3RDPARTY Please note that

CVS commit: src/sys/arch/mips/alchemy

2012-01-14 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jan 14 16:09:19 UTC 2012 Modified Files: src/sys/arch/mips/alchemy: au_icu.c Log Message: + Fix IPL_VM sr_bits for alchemy_ipl_sr_map. Alchemy peripherals connects to MIPS_INT_MASK_[0-3]. + Also add IPL_DDB. To

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

2012-01-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 14 17:31:09 UTC 2012 Modified Files: src/sys/arch/usermode/include: machdep.h Log Message: Add md_get_sp() for MI stack frame manipulation. Note that NetBSD/usermode only works on decending stacks for now! To generate

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

2012-01-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 14 17:36:32 UTC 2012 Modified Files: src/sys/arch/usermode/include: asm.h bswap.h byte_swap.h disklabel.h elf_machdep.h endian.h endian_machdep.h genheaders.sh int_const.h int_fmtio.h int_limits.h

CVS commit: src/sys/arch/usermode

2012-01-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 14 17:42:52 UTC 2012 Modified Files: src/sys/arch/usermode/dev: cpu.c src/sys/arch/usermode/include: pcb.h src/sys/arch/usermode/target/i386: cpu_i386.c src/sys/arch/usermode/target/x86_64:

CVS commit: src/sys/arch/powerpc

2012-01-14 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 14 19:35:59 UTC 2012 Modified Files: src/sys/arch/powerpc/include: intr.h src/sys/arch/powerpc/pic: intr.c pic_distopenpic.c pic_mpcsoc.c pic_openpic.c Log Message: Some PICs have the capability to define

CVS commit: src/sys/arch/sandpoint

2012-01-14 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 14 19:39:25 UTC 2012 Modified Files: src/sys/arch/sandpoint/conf: GENERIC KUROBOX files.sandpoint src/sys/arch/sandpoint/include: bus_funcs.h src/sys/arch/sandpoint/sandpoint: machdep.c mainbus.c Added Files:

CVS commit: src/sys/arch/sandpoint/stand/altboot

2012-01-14 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 14 20:03:12 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c entry.S Log Message: Add 0x7000 BAT-mapping for NH230/231. NH23x: Initialize LEDs on startup (status off, to indicate the bootloader

CVS commit: src/sys/arch/sandpoint/stand/altboot

2012-01-14 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 14 20:16:53 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: README.altboot Log Message: Add NH230 PPCboot version. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/doc

2012-01-14 Thread Frank Wille
regenerate (restore and re-save) any old save files. [dholland 20120107] x86, xen: Add cpu ucode loading support via cpuctl(8). [cegger 20120113] + sandpoint: Netronics NH230/231 and compatible NAS are supported. + [phx 20120114]

CVS commit: src/sys/dev/usb

2012-01-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 14 20:25:46 UTC 2012 Modified Files: src/sys/dev/usb: ucom.c Log Message: In ucompoll() also bail out if we don't have a valid softc. Seems to prevent occasional crashes when a open ucom is removed. To generate a diff

CVS commit: src/sys/dev/usb

2012-01-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 14 20:41:49 UTC 2012 Modified Files: src/sys/dev/usb: ucom.c Log Message: Don't notify about zero length reads without UCOM_DEBUG ucomdebug 0. It's typical for uslsa(4) hardware to do this occasionally. To generate

CVS commit: src/sys/dev/usb

2012-01-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 14 20:51:00 UTC 2012 Modified Files: src/sys/dev/usb: ucom.c Log Message: Stopgap XXX kludge for PR kern/42848 and PR kern/45013. Someone should really find and fix the real problem, but it's better to not crash in the

CVS commit: src/sys/dev/usb

2012-01-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 14 21:06:01 UTC 2012 Modified Files: src/sys/dev/usb: files.usb uslsa.c Added Files: src/sys/dev/usb: uslsareg.h Log Message: Rework uslsa(4) based on publicly-available Silicon Labs AN571 document. To

CVS commit: src/sys/dev/usb

2012-01-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 14 21:15:48 UTC 2012 Modified Files: src/sys/dev/usb: uslsa.c Log Message: Remove small vestige of debug code. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/usb/uslsa.c Please note that

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

2012-01-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 14 21:20:56 UTC 2012 Modified Files: src/sys/arch/usermode/include: genheaders.sh Log Message: Bump UPAGES with one more to allow for AST processing. Somehow the space was a bit tight OR i am checking too regorously on

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

2012-01-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 14 21:21:48 UTC 2012 Modified Files: src/sys/arch/usermode/include: asm.h bswap.h byte_swap.h disklabel.h elf_machdep.h endian.h endian_machdep.h int_const.h int_fmtio.h int_limits.h

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

2012-01-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 14 21:23:24 UTC 2012 Modified Files: src/sys/arch/usermode/include: cpu.h Log Message: Define astpending flag and the aston() setter To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2012-01-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 14 21:24:52 UTC 2012 Modified Files: src/sys/arch/usermode/dev: clock.c Log Message: Cleanup clock.c removing unneeded function To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/dev/usb

2012-01-14 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Jan 14 21:37:18 UTC 2012 Modified Files: src/sys/dev/usb: ubt.c Log Message: don't behave differently when DIAGNOSTIC is defined To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/usb/ubt.c Please

CVS commit: src/sys/dev/pcmcia

2012-01-14 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Jan 14 21:38:00 UTC 2012 Modified Files: src/sys/dev/pcmcia: bt3c.c Log Message: don't behave differently when DIAGNOSTIC is defined To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pcmcia/bt3c.c

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

2012-01-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 14 21:42:52 UTC 2012 Modified Files: src/sys/arch/usermode/dev: clock.c Log Message: Revert back to IPL_SOFTCLOCK so its lower than IPL_SHED To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/arch/usermode

2012-01-14 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Jan 14 21:45:29 UTC 2012 Modified Files: src/sys/arch/usermode/dev: cpu.c src/sys/arch/usermode/usermode: syscall.c trap.c Log Message: Reimplement userret() to also include AST for preemption. Note it would be nice

CVS commit: src/doc/roadmaps

2012-01-14 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sat Jan 14 22:06:16 UTC 2012 Modified Files: src/doc/roadmaps: storage Log Message: Bring the storage roadmap up to date wrt 6.0 and features. A huge thank you to dholland for his help on this. This still has some updates to happen

CVS commit: src/sys/arch/sandpoint/stand/altboot

2012-01-14 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 14 22:36:54 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: README.altboot brdsetup.c Log Message: Netronics is spelled Netronix. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/doc

2012-01-14 Thread Frank Wille
. [phx 20120114]

CVS commit: src

2012-01-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 14 22:56:31 UTC 2012 Modified Files: src/distrib/common: Makefile.bootcd src/distrib/notes/common: main src/distrib/notes/macppc: prep.OPENFIRMWARE src/distrib/notes/sparc: install

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

2012-01-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 15 00:15:24 UTC 2012 Modified Files: src/sys/arch/usermode/conf: GENERIC.common Log Message: add cd9660 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/usermode/conf/GENERIC.common Please

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

2012-01-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 15 00:25:33 UTC 2012 Modified Files: src/sys/arch/usermode/conf: GENERIC.amd64 GENERIC.i386 Log Message: Add options INSECURE, as sysinst requires it. Now I can boot an x86 install CD image. To generate a diff of this

CVS commit: src

2012-01-14 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Jan 15 00:49:49 UTC 2012 Modified Files: src/lib/libnpf: npf.3 npf.c npf.h src/sys/net/npf: npf.c npf.h npf_ctl.c npf_handler.c npf_instr.c npf_nat.c npf_processor.c npf_ruleset.c npf_tableset.c

CVS commit: src/distrib/utils/embedded

2012-01-14 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Jan 15 02:01:03 UTC 2012 Added Files: src/distrib/utils/embedded: mkimage mkpkgs usermode Log Message: Add 3 scripts which are useful for making images for usermode, or any embedded platform in particular. + mkimage will make

CVS commit: src/doc/roadmaps

2012-01-14 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Jan 15 02:45:42 UTC 2012 Modified Files: src/doc/roadmaps: virtualization Log Message: bring the virtualization roadmap up to date. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/doc/roadmaps/virtualization

CVS commit: src/doc/roadmaps

2012-01-14 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Jan 15 02:49:13 UTC 2012 Modified Files: src/doc/roadmaps: system Log Message: sync the system roadmap with reality To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/doc/roadmaps/system Please note that diffs

CVS commit: src/doc/roadmaps

2012-01-14 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Jan 15 02:56:17 UTC 2012 Modified Files: src/doc/roadmaps: networking Log Message: bring the networking roadmap up to date. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/doc/roadmaps/networking Please note

CVS commit: src/doc

2012-01-14 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Jan 15 02:58:40 UTC 2012 Modified Files: src/doc: NetBSD-6 Log Message: update the things in NetBSD 6.0 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/doc/NetBSD-6 Please note that diffs are not public

CVS commit: src/doc/roadmaps

2012-01-14 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Jan 15 03:11:13 UTC 2012 Modified Files: src/doc/roadmaps: system Log Message: Thanks to rmind for the feedback; explain the status of some roadmap items a bit more fully. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/usr.bin/ftp

2012-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 15 03:58:28 UTC 2012 Modified Files: src/usr.bin/ftp: cmds.c Log Message: make -R work the same in ftp:// like it does for http:// (i.e. work if there is no local file). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ufs/lfs

2012-01-14 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Sun Jan 15 04:42:04 UTC 2012 Modified Files: src/sys/ufs/lfs: lfs_syscalls.c Log Message: Corrections to part of rev 1.140. lfs_bmapv, not lfs_markv, marks vnodes LFSI_BMAP and recycles them. This greatly reduces the writing

CVS commit: src/doc/roadmaps

2012-01-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 15 06:53:23 UTC 2012 Modified Files: src/doc/roadmaps: system Log Message: typo To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/doc/roadmaps/system Please note that diffs are not public domain; they