CVS commit: src

2011-08-12 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Fri Aug 12 08:00:53 UTC 2011 Modified Files: src/distrib/sets/lists/modules: md.evbppc mi src/sys/dev/gpio: gpio.c gpiosim.c gpiovar.h src/sys/modules: Makefile Added Files: src/sys/modules/gpio: Makefile g

CVS commit: src/usr.sbin/gpioctl

2011-08-12 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Fri Aug 12 08:02:34 UTC 2011 Modified Files: src/usr.sbin/gpioctl: gpioctl.8 gpioctl.c Log Message: Make some functions static, use getprogname() instead of 'extern char *__progname'. To generate a diff of this commit: cvs rdif

CVS commit: src/usr.sbin/gpioctl

2011-08-12 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Fri Aug 12 08:06:23 UTC 2011 Modified Files: src/usr.sbin/gpioctl: gpioctl.c Log Message: use my NetBSD email address To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/gpioctl/gpioctl.c Please note that

CVS commit: src/doc

2011-08-12 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Fri Aug 12 08:16:17 UTC 2011 Modified Files: src/doc: CHANGES Log Message: note gpio(4), gpiosim(4) changes To generate a diff of this commit: cvs rdiff -u -r1.1593 -r1.1594 src/doc/CHANGES Please note that diffs are not publi

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

2011-08-12 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Fri Aug 12 08:22:39 UTC 2011 Modified Files: src/sys/arch/sparc64/dev: zs.c Log Message: Add missing new line to zs_attach_fhc() To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/sparc64/dev/zs.c Please no

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

2011-08-12 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Fri Aug 12 08:24:01 UTC 2011 Modified Files: src/sys/arch/sparc64/dev: fhc.c Log Message: Set the destination UPAID when establishing the interrupt mapping. >From eeh@. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 sr

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

2011-08-12 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Fri Aug 12 08:47:05 UTC 2011 Modified Files: src/sys/arch/sparc64/dev: zs.c Log Message: Use aprint_normal(). From apb@. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/arch/sparc64/dev/zs.c Please note that

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

2011-08-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 12 11:22:12 UTC 2011 Modified Files: src/sys/arch/usermode/conf: GENERIC32 Makefile.usermode Log Message: Make GENERIC32 build on amd64 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/usermode/

CVS commit: src/sys/arch/usermode

2011-08-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 12 11:37:05 UTC 2011 Modified Files: src/sys/arch/usermode/dev: cpu.c src/sys/arch/usermode/include: thunk.h src/sys/arch/usermode/usermode: machdep.c thunk.c Log Message: implement reboot using execv T

CVS commit: src/sys/arch/usermode

2011-08-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 12 12:59:13 UTC 2011 Modified Files: src/sys/arch/usermode/conf: GENERIC files.usermode majors.usermode src/sys/arch/usermode/dev: cpu.c mainbus.c src/sys/arch/usermode/include: mainbus.h thunk.h s

CVS commit: src/sys/fs/union

2011-08-12 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Aug 12 14:36:30 UTC 2011 Modified Files: src/sys/fs/union: union_vnops.c Log Message: Add missing parts to mount devices from a union file system: - union_close()has to lock/unlock the lower vnode. - union_fsync()has

CVS commit: src/sys/lib/libkern/arch/powerpc

2011-08-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 12 14:48:00 UTC 2011 Modified Files: src/sys/lib/libkern/arch/powerpc: gprsavrest.S Log Message: Fix bug when only restoring r31 (lr was not being restored properly). To generate a diff of this commit: cvs rdiff -u -r1.2 -

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

2011-08-12 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Aug 12 17:40:49 UTC 2011 Modified Files: src/sys/arch/amigappc/include: bus_defs.h Log Message: Make amigappc compile again by adding barebones definitions of some of the bus_dma(9) types. To generate a diff of this commit:

CVS commit: src/sys/fs/union

2011-08-12 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Aug 12 17:41:17 UTC 2011 Modified Files: src/sys/fs/union: union.h union_subr.c union_vnops.c Log Message: Change some `#ifdef DIAGNOSTIC' to `KASSERT'. Instead of a `pid_t' use a `lwp_t *' for locking diagnostics. No functi

CVS commit: [netbsd-5] src/sys/arch/xen/xen

2011-08-12 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Aug 12 20:48:48 UTC 2011 Modified Files: src/sys/arch/xen/xen [netbsd-5]: xbdback_xenbus.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1654): sys/arch/xen/xen/xbdback_xenbus.c: revision 1.42

CVS commit: [netbsd-5] src/sys/dev/usb

2011-08-12 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Aug 12 20:52:25 UTC 2011 Modified Files: src/sys/dev/usb [netbsd-5]: ohci.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1655): sys/dev/usb/ohci.c: revision 1.218 PR# kern/30398: panic in o

CVS commit: [netbsd-5] src/sbin/drvctl

2011-08-12 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Aug 12 20:55:55 UTC 2011 Modified Files: src/sbin/drvctl [netbsd-5]: drvctl.8 drvctl.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #1656): sbin/drvctl/drvctl.8: revision 1.11 sbin/d

CVS commit: [netbsd-5] src/doc

2011-08-12 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Aug 12 20:59:04 UTC 2011 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: tickets 1654-1656. To generate a diff of this commit: cvs rdiff -u -r1.1.2.98 -r1.1.2.99 src/doc/CHANGES-5.2 Please note that diffs are not

CVS commit: src/lib/librt

2011-08-12 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Aug 12 21:18:51 UTC 2011 Modified Files: src/lib/librt: lio_listio.3 Log Message: Add sigevent(3) to SEE ALSO To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/librt/lio_listio.3 Please note that diffs are no

CVS commit: src/sys/dev/pci/ixgbe

2011-08-12 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Aug 12 21:55:29 UTC 2011 Added Files: src/sys/dev/pci/ixgbe: LICENSE README ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82599.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_mbx.c ixgbe_mbx.h ixgbe

CVS commit: src/share/man/man4

2011-08-12 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Aug 12 22:00:12 UTC 2011 Added Files: src/share/man/man4: ixg.4 Log Message: Add the manual page for the Intel 82599 10-gigabit ethernet driver, ixg(4). To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/man

CVS commit: src/sys/dev/pci

2011-08-12 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Aug 12 22:02:57 UTC 2011 Modified Files: src/sys/dev/pci: files.pci Log Message: Attach ixg(4) to the kernel build (it's not in any kernel configurations, yet). To generate a diff of this commit: cvs rdiff -u -r1.344 -r1.345

CVS commit: src

2011-08-12 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Aug 12 22:04:34 UTC 2011 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Log Message: Install the ixg(4) manual page. To generate a diff of this commit: cvs rdiff -u -r1.1331 -r1.1332 src/

CVS commit: src/sys/net

2011-08-12 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Aug 12 22:09:17 UTC 2011 Modified Files: src/sys/net: if.h Log Message: Declare if_free(). To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151 src/sys/net/if.h Please note that diffs are not public domain; they

CVS commit: src/sys/net

2011-08-12 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Aug 12 22:09:37 UTC 2011 Modified Files: src/sys/net: if.c Log Message: Define if_free() for ixg(4) to use. To generate a diff of this commit: cvs rdiff -u -r1.250 -r1.251 src/sys/net/if.c Please note that diffs are not pub

CVS commit: src

2011-08-12 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Aug 12 22:22:49 UTC 2011 Modified Files: src/distrib/sets/lists/comp: md.alpha src/sys/arch/alpha/include: Makefile bus_defs.h pio.h sysarch.h Log Message: Pull the bus_space(9) definitions needed by alpha userland int

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

2011-08-12 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Aug 12 22:23:12 UTC 2011 Added Files: src/sys/arch/alpha/include: bus_user.h Log Message: Straggler from last: add bus_user.h to the repository. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/alpha/in

CVS commit: src/share/man/man4

2011-08-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Aug 12 23:40:01 UTC 2011 Modified Files: src/share/man/man4: ixg.4 Log Message: Remove trailing whitespace, superfluous quotes, move RCS Id to top. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/

CVS commit: src/lib/librt

2011-08-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Aug 12 23:40:43 UTC 2011 Modified Files: src/lib/librt: lio_listio.3 Log Message: Merge two entries for same error code. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/librt/lio_listio.3 Please note that d

CVS commit: src/sys

2011-08-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Aug 13 02:49:07 UTC 2011 Modified Files: src/sys/dev: video.c src/sys/sys: videoio.h Log Message: Restore binary compatibility with NetBSD 5 binaries that utilize video(4). To generate a diff of this commit: cvs rd