CVS commit: src/sys/dev/marvell

2010-06-02 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Wed Jun 2 06:02:20 UTC 2010 Modified Files: src/sys/dev/marvell: gtpcireg.h Log Message: Erase the old definition macro that forgot to be erased. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/marvell

2010-06-02 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Wed Jun 2 06:05:32 UTC 2010 Modified Files: src/sys/dev/marvell: gtidmac.c Log Message: Use kmem(9) instead of malloc(9) in gtidmac_attach(). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/marvell

2010-06-02 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Wed Jun 2 06:24:59 UTC 2010 Modified Files: src/sys/dev/marvell: gtpci.c Log Message: Remove unused gpio.h. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/marvell/gtpci.c Please note that diffs

CVS commit: src/sys/dev/marvell

2010-06-02 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Wed Jun 2 06:33:40 UTC 2010 Modified Files: src/sys/dev/marvell: gtpci.c Log Message: Set NULL to tag when the property doesn't get it. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys

2010-06-02 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Wed Jun 2 06:44:33 UTC 2010 Modified Files: src/sys/arch/evbppc/ev64260: autoconf.c gt_mainbus.c src/sys/dev/marvell: gtpci.c gtpcivar.h Log Message: Move memory protection parameters to MI part. Gtpci believes the

CVS commit: src/sys/arch/x86/x86

2010-06-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jun 2 09:43:13 UTC 2010 Modified Files: src/sys/arch/x86/x86: x86_machdep.c Log Message: Restore PHYSMEM_MAX* options (hi cegger!) To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/sys/ufs/ffs

2010-06-02 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Jun 2 09:56:59 UTC 2010 Modified Files: src/sys/ufs/ffs: ffs_snapshot.c Log Message: Initialize the initial snap block list's count. From Antti Kantee po...@netbsd.org. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/rump/librump/rumpkern

2010-06-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 2 10:55:19 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c rump_private.h vm.c Log Message: rumpvm_init - uvm_init to get rid of local prototype. no functional change To generate a diff of this commit:

CVS commit: src/sys/rump/librump/rumpvfs

2010-06-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 2 12:07:04 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: In aiodone, call uvm_pageout_done() with number of PG_PAGEOUT pages processed. To generate a diff of this commit: cvs rdiff -u

CVS commit: xsrc/external/mit/xf86-input-ws/dist/man

2010-06-02 Thread Joerg Sonnenberger
Module Name:xsrc Committed By: joerg Date: Wed Jun 2 12:56:24 UTC 2010 Modified Files: xsrc/external/mit/xf86-input-ws/dist/man: ws.man Log Message: Drop empty .TP. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

CVS commit: xsrc/external/mit/xf86-video-glint/dist/man

2010-06-02 Thread Joerg Sonnenberger
Module Name:xsrc Committed By: joerg Date: Wed Jun 2 13:17:26 UTC 2010 Modified Files: xsrc/external/mit/xf86-video-glint/dist/man: glint.man Log Message: Drop empty .TP. Kill some useless quotes while here. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2

CVS commit: src/lib/libc/locale

2010-06-02 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Wed Jun 2 15:47:25 UTC 2010 Modified Files: src/lib/libc/locale: _wctrans.c _wctrans_local.h _wctype.c _wctype_local.h iswctype_mb.c Log Message: remove duplicated towctrans internal function. To generate a diff

CVS commit: src/sys/uvm

2010-06-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 2 15:48:49 UTC 2010 Modified Files: src/sys/uvm: uvm_pdaemon.c Log Message: it's a wonderful static To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sys/uvm/uvm_pdaemon.c Please note that diffs are

CVS commit: src/lib/libc/locale

2010-06-02 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Wed Jun 2 16:04:52 UTC 2010 Modified Files: src/lib/libc/locale: bsdctype.c Log Message: uint8_t - unsigned char, int16_t - short. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/locale/bsdctype.c

CVS commit: src/sys/dev/usb

2010-06-02 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jun 2 17:27:57 UTC 2010 Modified Files: src/sys/dev/usb: usb.h Log Message: Add symbolic constant for number of USB 2.0 microframes per frame. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86

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

2010-06-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jun 2 18:02:58 UTC 2010 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: COMPAT_43 should not be sorted between COMPAT_40 and COMPAT_50. To generate a diff of this commit: cvs rdiff -u -r1.279 -r1.280

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

2010-06-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jun 2 18:03:52 UTC 2010 Modified Files: src/sys/arch/shark/conf: GENERIC Log Message: COMPAT_43 should not be sorted between COMPAT_40 and COMPAT_50. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90

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

2010-06-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jun 2 18:05:28 UTC 2010 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Remove orphaned heading Mice To generate a diff of this commit: cvs rdiff -u -r1.280 -r1.281 src/sys/arch/amd64/conf/GENERIC Please

CVS commit: src/lib/librumpuser

2010-06-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 2 18:15:35 UTC 2010 Modified Files: src/lib/librumpuser: rumpuser.c Log Message: Check return value of posix_memalign ... always helpful to not return garbage memory in case of failure. To generate a diff of this

CVS commit: src/sys/dev/usb

2010-06-02 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jun 2 18:53:40 UTC 2010 Modified Files: src/sys/dev/usb: ehci.c ehcireg.h Log Message: Improve EHCI isochronous code, fix scheduling. - Create and use symbolic constants. - Convert some switch statements to

CVS commit: src/share/mk

2010-06-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jun 2 19:40:12 UTC 2010 Modified Files: src/share/mk: bsd.x11.mk Log Message: XORGVERSION should be a single quoted expression as it represents a single argument for .TH To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/net

2010-06-02 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Jun 2 23:41:14 UTC 2010 Modified Files: src/sys/net: if.c Log Message: Prevent if_detach() from crashing while it walks the routing table to find and unlink routes that reference the detached ifnet: make if_rt_walktree()

CVS commit: src/sys/dev/pci

2010-06-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 3 00:05:36 UTC 2010 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Fix DMA setting for read/write on conventional PCI bus devices. This bug was added in rev. 1.166. Sorry... To generate a diff of this commit:

CVS commit: src/bin/sh

2010-06-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 3 02:05:02 UTC 2010 Modified Files: src/bin/sh: sh.1 Log Message: Note that set -o tabcomplete requires either set -o emacs or set -o vi to work. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99