CVS commit: src/sys/sys
Module Name:src Committed By: matt Date: Wed Jun 26 08:30:40 UTC 2013 Modified Files: src/sys/sys: syscallvar.h Log Message: Add a comment for a kludge keeping sbrk working on mips. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/sys/syscallvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/mips/sys
Module Name:src Committed By: matt Date: Wed Jun 26 08:38:34 UTC 2013 Modified Files: src/lib/libc/arch/mips/sys: sbrk.S Log Message: Use t1 instead of v1 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/arch/mips/sys/sbrk.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/mips
Module Name:src Committed By: matt Date: Wed Jun 26 08:38:03 UTC 2013 Modified Files: src/sys/arch/mips/mips: syscall.c Log Message: Use sy_invoke To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/arch/mips/mips/syscall.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: njoly Date: Wed Jun 26 12:07:22 UTC 2013 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Fix catpage (consttime_memcmp.0 -> consttime_memequal.0) To generate a diff of this commit: cvs rdiff -u -r1.1827 -r1.1828 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/libXt/dist/src
Module Name:xsrc Committed By: wiz Date: Wed Jun 26 13:54:36 UTC 2013 Modified Files: xsrc/external/mit/libXt/dist/src: ResConfig.c Log Message: Fix unsigned vs. signed char warnings (needed for clang). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/libXt/dist/src/ResConfig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/alpha/alpha
Module Name:src Committed By: matt Date: Wed Jun 26 15:09:59 UTC 2013 Modified Files: src/sys/arch/alpha/alpha: syscall.c Log Message: Use sy_invoke To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/alpha/alpha/syscall.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/usermode/usermode
Module Name:src Committed By: matt Date: Wed Jun 26 15:11:30 UTC 2013 Modified Files: src/sys/arch/usermode/usermode: syscall.c Log Message: Use sy_invoke To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/usermode/usermode/syscall.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/zaurus/ramdisk
Module Name:src Committed By: christos Date: Wed Jun 26 15:53:48 UTC 2013 Modified Files: src/distrib/zaurus/ramdisk: list Log Message: comment out a few more to make things fit again To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/distrib/zaurus/ramdisk/list Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/ibcs2
Module Name:src Committed By: christos Date: Wed Jun 26 16:29:41 UTC 2013 Modified Files: src/sys/compat/ibcs2: syscalls.master Log Message: remove dups document more. From FreeBSD. Still there is disagreement as to where sigreturn is. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/compat/ibcs2/syscalls.master Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/ibcs2
Module Name:src Committed By: christos Date: Wed Jun 26 16:29:50 UTC 2013 Modified Files: src/sys/compat/ibcs2: ibcs2_syscall.h ibcs2_syscallargs.h ibcs2_syscalls.c ibcs2_sysent.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/compat/ibcs2/ibcs2_syscall.h cvs rdiff -u -r1.49 -r1.50 src/sys/compat/ibcs2/ibcs2_syscallargs.h \ src/sys/compat/ibcs2/ibcs2_syscalls.c cvs rdiff -u -r1.50 -r1.51 src/sys/compat/ibcs2/ibcs2_sysent.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sh3/sh3
Module Name:src Committed By: matt Date: Wed Jun 26 16:28:51 UTC 2013 Modified Files: src/sys/arch/sh3/sh3: syscall.c Log Message: Collapse syscall_fancy/syscall_plain to syscall and p_trace_enabled. Use sy_invoke To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sh3/sh3/syscall.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc/sparc
Module Name:src Committed By: matt Date: Wed Jun 26 16:53:34 UTC 2013 Modified Files: src/sys/arch/sparc/sparc: syscall.c Log Message: Use sy_invoke. Collapse syscall_fancy and syscall_plain into syscall. Use p_trace_enabled. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/sparc/sparc/syscall.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/librump/rumpnet
Module Name:src Committed By: pooka Date: Wed Jun 26 17:10:23 UTC 2013 Modified Files: src/sys/rump/librump/rumpnet: net_stub.c Log Message: Remove the route_info weak alias. It's unnecessary since 2011 and confused Linux ld.so, thus preventing dlopen() of librumpnet. Reported in private email by Justin Cormack. Also, g/c a few other stubs which are no longer necessary. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/rump/librump/rumpnet/net_stub.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: matt Date: Wed Jun 26 17:18:52 UTC 2013 Modified Files: src/sys/arch/x86/x86: syscall.c Log Message: Use sy_invoke To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/x86/syscall.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/modstat
Module Name:src Committed By: riz Date: Wed Jun 26 17:55:38 UTC 2013 Modified Files: src/sbin/modstat: main.c modstat.8 Log Message: Display the load address of modules. PR bin/47951. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sbin/modstat/main.c cvs rdiff -u -r1.11 -r1.12 src/sbin/modstat/modstat.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: matt Date: Wed Jun 26 18:47:26 UTC 2013 Modified Files: src/sys/kern: subr_disk_mbr.c Log Message: If the MBR is a protective MBR, don't bother looking at it. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/kern/subr_disk_mbr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/common
Module Name:src Committed By: reinoud Date: Wed Jun 26 19:29:24 UTC 2013 Modified Files: src/tests/fs/common: Makefile h_fsmacros.h Added Files: src/tests/fs/common: fstest_udf.c Log Message: Add UDF as one of the filesytems to test. Might help understand why rump is misbehaving on it. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tests/fs/common/Makefile cvs rdiff -u -r0 -r1.1 src/tests/fs/common/fstest_udf.c cvs rdiff -u -r1.37 -r1.38 src/tests/fs/common/h_fsmacros.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/make
Module Name:src Committed By: agc Date: Wed Jun 26 20:20:37 UTC 2013 Modified Files: src/usr.bin/make: make.1 Log Message: fix a typo To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218 src/usr.bin/make/make.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: christos Date: Wed Jun 26 20:52:28 UTC 2013 Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: PR/47967: Jeff Rizzo: Add a probe for QEMU to disable it from claiming it has MSR_TSC. Fixes DTRACE crashing because it returned a frequency of 0. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/x86/x86/identcpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/examples/npf
Module Name:src Committed By: christos Date: Wed Jun 26 21:33:56 UTC 2013 Modified Files: src/share/examples/npf: Makefile Added Files: src/share/examples/npf: l2tp-gw.conf Log Message: add an L2TP Gateway example. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/examples/npf/Makefile cvs rdiff -u -r0 -r1.1 src/share/examples/npf/l2tp-gw.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/examples/npf
Module Name:src Committed By: christos Date: Wed Jun 26 21:36:39 UTC 2013 Modified Files: src/share/examples/npf: Makefile Added Files: src/share/examples/npf: l2tp_gw-npf.conf Log Message: rename to follow suit. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/examples/npf/Makefile cvs rdiff -u -r0 -r1.1 src/share/examples/npf/l2tp_gw-npf.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/base
Module Name:src Committed By: christos Date: Wed Jun 26 21:38:10 UTC 2013 Modified Files: src/distrib/sets/lists/base: mi Log Message: add example for l2tp gateway. To generate a diff of this commit: cvs rdiff -u -r1.1033 -r1.1034 src/distrib/sets/lists/base/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: christos Date: Thu Jun 27 00:37:35 UTC 2013 Modified Files: src/sys/arch/x86/x86: tsc.c Log Message: detect a bad msr tsc and don't use it. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/x86/x86/tsc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: christos Date: Thu Jun 27 00:38:18 UTC 2013 Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: back out previous, fix is in tsc.c To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/x86/x86/identcpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/cats/conf
Module Name:src Committed By: matt Date: Thu Jun 27 01:01:08 UTC 2013 Modified Files: src/sys/arch/cats/conf: Makefile.cats.inc Log Message: Don't force MACHINE_ARCH to be arm To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/cats/conf/Makefile.cats.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: matt Date: Thu Jun 27 01:02:13 UTC 2013 Modified Files: src: build.sh Log Message: Add earm aliases for various arm ports (ecats, hpcearm, eshark, etc.) To generate a diff of this commit: cvs rdiff -u -r1.267 -r1.268 src/build.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/external/gpl3/binutils/dist/ld/emultempl
Module Name:src Committed By: msaitoh Date: Thu Jun 27 01:18:32 UTC 2013 Modified Files: src/external/gpl3/binutils/dist/ld/emultempl [netbsd-6]: elf32.em Log Message: Pull up following revision(s) (requested by joerg in ticket #911): external/gpl3/binutils/dist/ld/emultempl/elf32.em: revision 1.6 PR 47922: Properly resolve DT_NEEDED entries under sysroot and don't accidently try the installed system. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.4.1 \ src/external/gpl3/binutils/dist/ld/emultempl/elf32.em 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
Module Name:src Committed By: msaitoh Date: Thu Jun 27 01:19:36 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket 911. To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 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-0] src/external/gpl3/binutils/dist/ld/emultempl
Module Name:src Committed By: msaitoh Date: Thu Jun 27 01:26:36 UTC 2013 Modified Files: src/external/gpl3/binutils/dist/ld/emultempl [netbsd-6-0]: elf32.em Log Message: Pull up following revision(s) (requested by joerg in ticket #911): external/gpl3/binutils/dist/ld/emultempl/elf32.em: revision 1.6 PR 47922: Properly resolve DT_NEEDED entries under sysroot and don't accidently try the installed system. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.8.1 \ src/external/gpl3/binutils/dist/ld/emultempl/elf32.em 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
Module Name:src Committed By: msaitoh Date: Thu Jun 27 01:27:57 UTC 2013 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.3 Log Message: Ticket 911. To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 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: [netbsd-6-1] src/external/gpl3/binutils/dist/ld/emultempl
Module Name:src Committed By: msaitoh Date: Thu Jun 27 01:29:54 UTC 2013 Modified Files: src/external/gpl3/binutils/dist/ld/emultempl [netbsd-6-1]: elf32.em Log Message: Pull up following revision(s) (requested by joerg in ticket #911): external/gpl3/binutils/dist/ld/emultempl/elf32.em: revision 1.6 PR 47922: Properly resolve DT_NEEDED entries under sysroot and don't accidently try the installed system. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.10.1 \ src/external/gpl3/binutils/dist/ld/emultempl/elf32.em 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
Module Name:src Committed By: msaitoh Date: Thu Jun 27 01:34:34 UTC 2013 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.1 Log Message: Ticket 911. To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-6.1.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools/gcc
Module Name:src Committed By: mrg Date: Thu Jun 27 02:38:39 UTC 2013 Modified Files: src/tools/gcc: Makefile Log Message: use NETBSDSRCDIR to find mpc/mpfr/gmp, not NEWCONFIGDIR, the latter which is for finding a r/w directory to write to if we're running from a read-only tree. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/tools/gcc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/utils/embedded
Module Name:src Committed By: christos Date: Thu Jun 27 03:00:53 UTC 2013 Modified Files: src/distrib/utils/embedded: mkimage Log Message: tidy up, fix usage To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/distrib/utils/embedded/mkimage Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/utils/embedded
Module Name:src Committed By: christos Date: Thu Jun 27 03:03:16 UTC 2013 Modified Files: src/distrib/utils/embedded: mkimage Log Message: explain -m better To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/distrib/utils/embedded/mkimage 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
Module Name:src Committed By: matt Date: Thu Jun 27 03:37:21 UTC 2013 Modified Files: src/lib/csu/common: Makefile.inc Log Message: Add -fPIC to compile of crtbeginS.o To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/csu/common/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.