CVS commit: src/usr.bin/rpcgen

2013-08-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 11 08:03:10 UTC 2013 Modified Files: src/usr.bin/rpcgen: Makefile rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_parse.h rpc_sample.c rpc_scan.c rpc_scan.h rpc_svcout.c rpc_tblout.c

CVS commit: src/sys/compat/linux/common

2013-08-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 11 09:07:15 UTC 2013 Modified Files: src/sys/compat/linux/common: linux_misc.c Log Message: Allow to build in envs without USRSTACK (namely, rump kernels on powerpc). TODO: all of the m*() calls are by definition incompatib

CVS commit: src/sys/rump

2013-08-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 11 09:10:47 UTC 2013 Modified Files: src/sys/rump: listsrcdirs Log Message: Include powerpc+evbpcc. Allows the buildrump.sh checkout to work on powerpc machines. Tested on Linux/ppc64 by Justin Cormack. To generate a di

CVS commit: src/libexec/getty

2013-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 09:16:42 UTC 2013 Modified Files: src/libexec/getty: main.c Log Message: Fix another automatic variable that is life both pre- and post the siglongjmp (which gcc calls "might be clobbered") by marking it volatile: on so

CVS commit: src/usr.bin/make

2013-08-11 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Aug 11 09:53:49 UTC 2013 Modified Files: src/usr.bin/make: make.1 Log Message: Use Va markup to show that the "suffix" part of ".PATH.suffix" is a placeholder, not a literal string. Also bump date. To generate a diff of this co

CVS commit: src/usr.bin/config

2013-08-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 11 10:37:08 UTC 2013 Modified Files: src/usr.bin/config: gram.y sem.c Log Message: ioconf/pseudo-root have been in here unchanged for 3+ years and their use has spread from rump kernels into dozens of kernel modules. Let's

CVS commit: src/sys/compat/linux/arch/powerpc

2013-08-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 11 12:23:02 UTC 2013 Modified Files: src/sys/compat/linux/arch/powerpc: syscalls.master Log Message: Use long instead of int for ptrace addr. This makes things compile better on powerpc64 with a compiler which warns about

CVS commit: src/sys/compat/linux/arch/powerpc

2013-08-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 11 12:23:46 UTC 2013 Modified Files: src/sys/compat/linux/arch/powerpc: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/dev/ic

2013-08-11 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Aug 11 12:34:16 UTC 2013 Modified Files: src/sys/dev/ic: ne2000.c ne2000var.h Log Message: Add support for AX88796(B) variant. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/dev/ic/ne2000.c cvs rdiff

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

2013-08-11 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Aug 11 12:35:18 UTC 2013 Modified Files: src/sys/arch/amiga/dev: if_ne_xsh.c Log Message: Use the proper NE2000_TYPE for AX88796. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/dev/if_ne_xsh.

CVS commit: src/share/man/man4/man4.amiga

2013-08-11 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Aug 11 13:18:24 UTC 2013 Modified Files: src/share/man/man4/man4.amiga: xsh.4 Log Message: s/xsurfbus/xshbus/ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.amiga/xsh.4 Please note that

CVS commit: src/distrib/notes/amiga

2013-08-11 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Aug 11 13:21:25 UTC 2013 Modified Files: src/distrib/notes/amiga: hardware Log Message: Note X-Surf 100 support. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/distrib/notes/amiga/hardware Please note th

CVS commit: src/external/bsd

2013-08-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Aug 11 14:42:04 UTC 2013 Modified Files: src/external/bsd/bind: Makefile.inc src/external/bsd/dhcp: Makefile.inc Log Message: List all required libraries by libgssapi and libkrb5 for NOPIC builds. To generate a diff

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

2013-08-11 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Sun Aug 11 16:15:52 UTC 2013 Modified Files: src/sys/arch/amiga/conf: GENERIC.in Log Message: Add the new xsh(4) driver to GENERIC.in template. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/sys/arch/amiga/

CVS commit: src/libexec/getty

2013-08-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 11 16:36:30 UTC 2013 Modified Files: src/libexec/getty: subr.c Log Message: Don't try to estrdup() NULL; thanks martin@ To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/libexec/getty/subr.c Please not

CVS commit: src/sbin/disklabel

2013-08-11 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun Aug 11 17:15:15 UTC 2013 Modified Files: src/sbin/disklabel: main.c Log Message: A number of new earm MACHINE_ARCH have shown up recently; make sure we can deduce their endianness. To generate a diff of this commit: cvs rdiff -

CVS commit: src/distrib/evbarm/instkernel/instkernel

2013-08-11 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun Aug 11 17:18:11 UTC 2013 Modified Files: src/distrib/evbarm/instkernel/instkernel: Makefile Log Message: RPI has an ARMv6 processor, so handle RPI_INSTALL properly when building for the earmv6* MACHINE_ARCHes. To generate a dif

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

2013-08-11 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sun Aug 11 17:18:56 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: RPI Log Message: Bump symtab space. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbarm/conf/RPI Please note that diffs are not p

CVS commit: src/sys/compat/linux/arch/powerpc

2013-08-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 11 18:35:19 UTC 2013 Modified Files: src/sys/compat/linux/arch/powerpc: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/compat/linux/arch/powerpc

2013-08-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 11 18:34:43 UTC 2013 Modified Files: src/sys/compat/linux/arch/powerpc: syscalls.master Log Message: Linux treats the data parameter as a pointer/long too. The comments in the sys/ptrace.h on Linux say it should be an int,

CVS commit: src/share/locale

2013-08-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Aug 11 22:13:57 UTC 2013 Added Files: src/share/locale/messages/converted: ja_JP.ct.src src/share/locale/monetary/converted: ja_JP.ct.src src/share/locale/numeric/converted: ja_JP.ct.src src/share/locale/

CVS commit: src/distrib/sets/lists/comp

2013-08-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Aug 11 22:27:45 UTC 2013 Modified Files: src/distrib/sets/lists/comp: ad.arm md.amigappc Log Message: Remove commented entries. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/distrib/sets/lists/comp/ad.arm

CVS commit: src/distrib/sets/lists

2013-08-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Aug 11 22:29:03 UTC 2013 Modified Files: src/distrib/sets/lists/base: ad.arm ad.mips md.amd64 md.bebox md.cobalt md.ews4800mips md.macppc md.mmeye md.ofppc md.prep md.sparc md.sparc64 md.sun2 md.x68k mi r

CVS commit: src/distrib/sets

2013-08-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Aug 11 22:33:09 UTC 2013 Added Files: src/distrib/sets: sort-list Log Message: Add small helper script to keep lists sorted. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/distrib/sets/sort-list Please note th

CVS commit: src/external/gpl3/binutils/dist/bfd

2013-08-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Aug 12 05:14:24 UTC 2013 Modified Files: src/external/gpl3/binutils/dist/bfd: config.bfd Log Message: Match arm*-*-netbsdelf*-* To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/binutils/dist/bfd/co

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

2013-08-11 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Aug 12 05:54:51 UTC 2013 Modified Files: src/sys/arch/arm/arm: bcopyinout_xscale.S Log Message: Fix a bad mov pc,lr -> RET To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/arm/bcopyinout_xscale.S P