CVS commit: src/external/cddl/osnet/lib/libctf

2013-09-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Sep 10 11:23:20 UTC 2013

Modified Files:
src/external/cddl/osnet/lib/libctf: Makefile

Log Message:
-D and -I are CPPFLAGS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/lib/libctf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2013-09-10 Thread Grégoire Sutre
Module Name:src
Committed By:   gsutre
Date:   Tue Sep 10 12:54:14 UTC 2013

Modified Files:
src/sys/sys: cdefs.h

Log Message:
Unbreak vax build (which still uses gcc 4.1).  See PR lib/48131.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/sys/cdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-09-10 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Sep 10 16:03:48 UTC 2013

Modified Files:
src/sys/arch/sparc64/sparc64: clock.c

Log Message:
update comment about which CPU uses what counter/timer


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/arch/sparc64/sparc64/clock.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/rump_allserver

2013-09-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Sep 10 17:13:29 UTC 2013

Modified Files:
src/usr.bin/rump_allserver: rump_allserver.c

Log Message:
Do like the comment suggests and don't sanity-check the -c parameter here,
since we can't do it properly.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/rump_allserver/rump_allserver.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump

2013-09-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Sep 10 17:08:57 UTC 2013

Modified Files:
src/sys/rump: listsrcdirs

Log Message:
+rump_server


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/rump/listsrcdirs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/csu

2013-09-10 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Sep 10 16:45:33 UTC 2013

Modified Files:
src/lib/csu: Makefile
src/lib/csu/arch/earm: Makefile.inc
src/lib/csu/common: Makefile.inc sysident.S sysident_assym.cf

Log Message:
Add support for a NetBSD MARCH elf note to record the MACHINE_ARCH for
which a program was compiled.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/lib/csu/Makefile
cvs rdiff -u -r1.2 -r1.3 src/lib/csu/arch/earm/Makefile.inc
cvs rdiff -u -r1.16 -r1.17 src/lib/csu/common/Makefile.inc
cvs rdiff -u -r1.1 -r1.2 src/lib/csu/common/sysident.S \
src/lib/csu/common/sysident_assym.cf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2013-09-10 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Sep 10 16:24:02 UTC 2013

Modified Files:
src/sys/sys: exec_elf.h

Log Message:
Add a NetBSD note variant for recording the machine_arch for which the
executable was built.  (currently only used by earm variants)


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/sys/sys/exec_elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2013-09-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Sep 10 16:51:25 UTC 2013

Modified Files:
src/distrib/sets/lists/comp: mi
src/lib/librumpuser: Makefile

Log Message:
Install rumpuser_port.h


To generate a diff of this commit:
cvs rdiff -u -r1.1835 -r1.1836 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.14 -r1.15 src/lib/librumpuser/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib

2013-09-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Sep 10 16:53:06 UTC 2013

Modified Files:
src/lib/librumpclient: Makefile rumpclient.c
src/lib/librumphijack: Makefile hijack.c hijackdlsym.c

Log Message:
use 


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/librumpclient/Makefile
cvs rdiff -u -r1.54 -r1.55 src/lib/librumpclient/rumpclient.c
cvs rdiff -u -r1.12 -r1.13 src/lib/librumphijack/Makefile
cvs rdiff -u -r1.105 -r1.106 src/lib/librumphijack/hijack.c
cvs rdiff -u -r1.4 -r1.5 src/lib/librumphijack/hijackdlsym.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/librumpuser

2013-09-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Sep 10 17:58:39 UTC 2013

Modified Files:
src/lib/librumpuser: rumpuser_port.h

Log Message:
more platform-specific qualifiers


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/librumpuser/rumpuser_port.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/csu/common

2013-09-10 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Sep 10 17:23:55 UTC 2013

Modified Files:
src/lib/csu/common: sysident_assym.cf

Log Message:
MARCH note is conditional


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/csu/common/sysident_assym.cf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/rump_allserver

2013-09-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Sep 10 17:59:52 UTC 2013

Modified Files:
src/usr.bin/rump_allserver: rump_allserver.c

Log Message:
Make this work on platforms without disklabels, modules, etc.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/rump_allserver/rump_allserver.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2013-09-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Sep 10 17:40:54 UTC 2013

Modified Files:
src/sys/kern: makesyscalls.sh

Log Message:
"rumpuser_port.h" -> 


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/kern/makesyscalls.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2013-09-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Sep 10 17:42:02 UTC 2013

Modified Files:
src/sys/kern: init_sysent.c syscalls.c
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_syscalls.c
src/sys/sys: syscall.h syscallargs.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.273 -r1.274 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.264 -r1.265 src/sys/kern/syscalls.c
cvs rdiff -u -r1.65 -r1.66 src/sys/rump/include/rump/rump_syscalls.h
cvs rdiff -u -r1.90 -r1.91 src/sys/rump/librump/rumpkern/rump_syscalls.c
cvs rdiff -u -r1.260 -r1.261 src/sys/sys/syscall.h
cvs rdiff -u -r1.243 -r1.244 src/sys/sys/syscallargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin

2013-09-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Sep 10 18:22:55 UTC 2013

Modified Files:
src/usr.bin/rump_allserver: Makefile
src/usr.bin/rump_server: Makefile

Log Message:
Make it possible to omit libutil from the link.  It's used only for
disklabel stuff, and is only harmful on platforms that don't currently
provide user namespace disklabel interfaces.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/rump_allserver/Makefile
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/rump_server/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin

2013-09-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Sep 10 18:28:46 UTC 2013

Modified Files:
src/usr.bin/rump_allserver: Makefile
src/usr.bin/rump_server: Makefile

Log Message:
Need bsd.own.mk for mk.conf, include it at an opportune place.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/rump_allserver/Makefile
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/rump_server/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/libexec/ld.elf_so

2013-09-10 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Sep 10 16:35:10 UTC 2013

Modified Files:
src/libexec/ld.elf_so: sysident.h
src/libexec/ld.elf_so/arch/arm: Makefile.inc

Log Message:
For earm, emit a MARCH note.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/libexec/ld.elf_so/sysident.h
cvs rdiff -u -r1.19 -r1.20 src/libexec/ld.elf_so/arch/arm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/rump_allserver

2013-09-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Sep 10 19:42:33 UTC 2013

Modified Files:
src/usr.bin/rump_allserver: rump_allserver.c

Log Message:
 comes from rumpuser_port.h


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/rump_allserver/rump_allserver.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/rump_allserver

2013-09-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Sep 10 20:36:08 UTC 2013

Modified Files:
src/usr.bin/rump_allserver: rump_allserver.c

Log Message:
Not all systems sport err.h, so redo those bits using the die() routine
we need to have hanging around anyway for proper error reporting from
a daemonizing server.  le sigh


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/rump_allserver/rump_allserver.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2013-09-10 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Sep 10 21:30:21 UTC 2013

Modified Files:
src/sys/arch/arm/arm: cpu_exec.c
src/sys/arch/arm/arm32: arm32_machdep.c vm_machdep.c
src/sys/kern: exec_elf.c kern_exec.c kern_proc.c
src/sys/sys: exec.h

Log Message:
Support an optional MARCH ELF tag.
Store the MACHINE_ARCH of the executable in mdproc and override sysctl
so that value returned.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/arm/cpu_exec.c
cvs rdiff -u -r1.97 -r1.98 src/sys/arch/arm/arm32/arm32_machdep.c
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/arm/arm32/vm_machdep.c
cvs rdiff -u -r1.46 -r1.47 src/sys/kern/exec_elf.c
cvs rdiff -u -r1.361 -r1.362 src/sys/kern/kern_exec.c
cvs rdiff -u -r1.187 -r1.188 src/sys/kern/kern_proc.c
cvs rdiff -u -r1.139 -r1.140 src/sys/sys/exec.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/csu/arch/arm

2013-09-10 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Sep 10 22:00:01 UTC 2013

Modified Files:
src/lib/csu/arch/arm: Makefile.inc

Log Message:
Define ELF_NOTE_MARCH_DESC for when running non-eabi in compat_netbsd32


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/csu/arch/arm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/librumpclient

2013-09-10 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Sep 10 17:39:10 UTC 2013

Modified Files:
src/lib/librumpclient: Makefile

Log Message:
-I../librumpuser is still required for sp_common.c


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/librumpclient/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/sys/net

2013-09-10 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Sep 11 03:54:35 UTC 2013

Modified Files:
src/sys/net [netbsd-6]: bpf.c

Log Message:
Pull up following revision(s) (requested by spz in ticket #941):
sys/net/bpf.c: revision 1.176
PR/48198: Peter Bex: Avoid kernel panic caused by setting a very small bpf
buffer size.


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.168.2.1 src/sys/net/bpf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/doc

2013-09-10 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Sep 11 04:00:18 UTC 2013

Modified Files:
src/doc [netbsd-6]: CHANGES-6.2

Log Message:
Ticket 941.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-6.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6-1] src/sys/net

2013-09-10 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Sep 11 04:00:54 UTC 2013

Modified Files:
src/sys/net [netbsd-6-1]: bpf.c

Log Message:
Pull up following revision(s) (requested by spz in ticket #941):
sys/net/bpf.c: revision 1.176
PR/48198: Peter Bex: Avoid kernel panic caused by setting a very small bpf
buffer size.


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.168.8.1 src/sys/net/bpf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6-0] src/sys/net

2013-09-10 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Sep 11 04:01:10 UTC 2013

Modified Files:
src/sys/net [netbsd-6-0]: bpf.c

Log Message:
Pull up following revision(s) (requested by spz in ticket #941):
sys/net/bpf.c: revision 1.176
PR/48198: Peter Bex: Avoid kernel panic caused by setting a very small bpf
buffer size.


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.168.6.1 src/sys/net/bpf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6-1] src/doc

2013-09-10 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Sep 11 04:03:45 UTC 2013

Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.2

Log Message:
Ticket 941.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-6.1.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6-0] src/doc

2013-09-10 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Sep 11 04:04:45 UTC 2013

Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.3

Log Message:
Ticket 941.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-6.0.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-09-10 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Sep 11 04:24:48 UTC 2013

Modified Files:
src/sys/arch/arm/include: proc.h

Log Message:
Add md_march and PROC0_MD_INITIALIZERS


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/include/proc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.