Re: CVS commit: src/sys/arch/xen/xen

2014-02-01 Thread Manuel Bouyer
On Sat, Feb 01, 2014 at 05:48:04PM +, David Laight wrote: Module Name: src Committed By: dsl Date: Sat Feb 1 17:48:04 UTC 2014 Modified Files: src/sys/arch/xen/xen: hypervisor.c Log Message: Add a direct call to fpuinit(). I'm not sure this is architecturally the

Re: CVS commit: src/distrib/common

2014-02-01 Thread Izumi Tsutsui
matt@ wrote: Module Name: src Committed By: matt Date: Sat Feb 1 21:05:54 UTC 2014 Modified Files: src/distrib/common: Makefile.crunch Log Message: Pass DBG to crunchgen so it can get into the created mk file. I think it should be set by each Makefile via

Re: CVS commit: src/sys/arch/xen/xen

2014-02-01 Thread David Laight
On Sat, Feb 01, 2014 at 08:07:07PM +, Manuel Bouyer wrote: Module Name: src Committed By: bouyer Date: Sat Feb 1 20:07:07 UTC 2014 Modified Files: src/sys/arch/xen/xen: hypervisor.c Log Message: Revert previous: calling fpuinit() leads to a panic, as a domU is not

Re: CVS commit: src/distrib/common

2014-02-01 Thread Matt Thomas
On Feb 1, 2014, at 2:16 PM, Izumi Tsutsui tsut...@ceres.dti.ne.jp wrote: matt@ wrote: Module Name: src Committed By:matt Date:Sat Feb 1 21:05:54 UTC 2014 Modified Files: src/distrib/common: Makefile.crunch Log Message: Pass DBG to crunchgen so it can

Re: CVS commit: src/sys/arch/xen/xen

2014-02-01 Thread Jeff Rizzo
On 2/1/14, 2:49 PM, David Laight wrote: On Sat, Feb 01, 2014 at 08:07:07PM +, Manuel Bouyer wrote: I can't say I've actuallly looked a xen. Presumably we somewhere compile the hypervisor as part of a kernel? The hypervisor is in pkgsrc - sysutils/xenkernel42 (and the accompanying

Re: CVS commit: src/distrib/common

2014-02-01 Thread Izumi Tsutsui
matt@ wrote: matt@ wrote: Module Name: src Committed By: matt Date: Sat Feb 1 21:05:54 UTC 2014 Modified Files: src/distrib/common: Makefile.crunch Log Message: Pass DBG to crunchgen so it can get into the created mk file. I think it

CVS commit: src/sys/arch/hppa/hppa

2014-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 1 08:05:51 UTC 2014 Modified Files: src/sys/arch/hppa/hppa: kobj_machdep.c Log Message: Deal with unaligned DIR32 relocs as found in debug information. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/sys

2014-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 1 09:04:57 UTC 2014 Modified Files: src/sys/sys: systm.h Log Message: Fix definition of SYCALL_ARG_PTR Add SYCALL_ARG_PTR_P(sy) To generate a diff of this commit: cvs rdiff -u -r1.259 -r1.260 src/sys/sys/systm.h Please

CVS commit: src/tests/lib/libc/gen

2014-02-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 1 10:00:04 UTC 2014 Modified Files: src/tests/lib/libc/gen: t_floatunditf.c Log Message: Print a slightly more helpfull message in case of test failure To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/sys

2014-02-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 1 10:41:38 UTC 2014 Modified Files: src/sys/sys: ieee754.h Log Message: Make the constants describing extended format available even if we do not have long doubles. This fixes the sparc kernel build (which uses the

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

2014-02-01 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Feb 1 11:19:04 UTC 2014 Modified Files: src/sys/arch/sparc64/sparc64: kobj_machdep.c Log Message: Follow rev. 1.54, 1.55 of libexec/ld.elf_so/arch/sparc64/mdreloc.c. To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/lib/csu

2014-02-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 1 11:59:00 UTC 2014 Removed Files: src/lib/csu/sparc64: Makefile crt0.c src/lib/csu/sparc_elf: Makefile crt0.c dot_init.h Log Message: sparc and sparc64 have moved to new world order, remove legacy files. To

CVS commit: src

2014-02-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 1 12:51:02 UTC 2014 Modified Files: src: UPDATING Log Message: Advise a clean build for the compiler-rt migration. To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253 src/UPDATING Please note that diffs are

CVS commit: src

2014-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 1 13:29:45 UTC 2014 Modified Files: src: UPDATING Log Message: Improve the compiler_rt entry slightly To generate a diff of this commit: cvs rdiff -u -r1.253 -r1.254 src/UPDATING Please note that diffs are not public

CVS commit: src/tests/lib/libc/gen

2014-02-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 1 13:53:16 UTC 2014 Modified Files: src/tests/lib/libc/gen: t_floatunditf.c Log Message: Skip testcase inside its body for architectures w/o long double support To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sys/sys

2014-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 1 15:40:14 UTC 2014 Modified Files: src/sys/sys: ieee754.h Log Message: Move wrongly placed ifdef. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/sys/ieee754.h Please note that diffs are not

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

2014-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 1 16:10:12 UTC 2014 Modified Files: src/sys/arch/sparc/include: math.h Log Message: Export __HAVE_LONG_DOUBLE 128 to kernel for emulation To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/sys

2014-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 1 16:39:52 UTC 2014 Modified Files: src/sys/sys: ieee754.h Log Message: All EXT_EXP defines must be conditionized. Back out previous change which removed that. To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src

2014-02-01 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Feb 1 17:01:35 UTC 2014 Modified Files: src/distrib/sets/lists/comp: md.sparc md.sparc64 src/sys/arch/sparc64/conf: files.sparc64 src/sys/arch/sparc64/include: Makefile Added Files:

CVS commit: src/sys/arch/xen/xen

2014-02-01 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Feb 1 17:48:04 UTC 2014 Modified Files: src/sys/arch/xen/xen: hypervisor.c Log Message: Add a direct call to fpuinit(). I'm not sure this is architecturally the best place, but I think it is where npxattach() used to get

CVS commit: src/sys/arch/i386/i386

2014-02-01 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Feb 1 18:57:38 UTC 2014 Modified Files: src/sys/arch/i386/i386: machdep.c Log Message: Stopgap measure: set i386_fpu_present to 1 for XEN. Stop a stream of npxintr: came from nowherenpxintr: l = 0xc17ba560, curproc =

CVS commit: src/sys/arch/xen/xen

2014-02-01 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Feb 1 20:07:07 UTC 2014 Modified Files: src/sys/arch/xen/xen: hypervisor.c Log Message: Revert previous: calling fpuinit() leads to a panic, as a domU is not allowed to manipulate cr0 directly. Xen doesn't need this, the fpu

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

2014-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 1 20:26:21 UTC 2014 Modified Files: src/lib/libc/arch/powerpc/sys: __syscall.S syscall.S Log Message: Since powerpc passes 8 arguments in registers and the syscall number in r0, shuffle register argument so the kernel

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

2014-02-01 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Feb 1 20:49:11 UTC 2014 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add missing Kyuafile for usr.bin/vmstat tests. To generate a diff of this commit: cvs rdiff -u -r1.560 -r1.561

CVS commit: src/distrib/common

2014-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 1 21:05:54 UTC 2014 Modified Files: src/distrib/common: Makefile.crunch Log Message: Pass DBG to crunchgen so it can get into the created mk file. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/lib/libc/sys

2014-02-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 1 22:42:45 UTC 2014 Modified Files: src/lib/libc/sys: nanosleep.2 Log Message: mention how HZ affects us To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/sys/nanosleep.2 Please note that

CVS commit: src/libexec/httpd

2014-02-01 Thread matthew green
:1.14 src/libexec/httpd/CHANGES:1.15 --- src/libexec/httpd/CHANGES:1.14 Thu Jan 2 08:21:38 2014 +++ src/libexec/httpd/CHANGES Sun Feb 2 03:13:31 2014 @@ -1,6 +1,9 @@ $eterna: CHANGES,v 1.78 2011/11/18 01:25:11 mrg Exp $ -changes since bozohttpd 2018: +changes in bozohttpd 20140201: + o fix

CVS commit: src/libexec/httpd/libbozohttpd

2014-02-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 2 03:14:58 UTC 2014 Modified Files: src/libexec/httpd/libbozohttpd: Makefile Log Message: add lua-bozo.c. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/libexec/httpd/libbozohttpd/Makefile Please

CVS commit: src/libexec/httpd

2014-02-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 2 03:20:10 UTC 2014 Modified Files: src/libexec/httpd: Makefile Log Message: call gzip directly for distfile export target; it's usually run outside of the normal build. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/libexec/httpd

2014-02-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 2 03:20:57 UTC 2014 Modified Files: src/libexec/httpd: Makefile Log Message: display the tempdir for exported files as well. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/libexec/httpd/Makefile Please

CVS commit: src

2014-02-01 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Feb 2 04:28:42 UTC 2014 Modified Files: src/share/man/man4: options.4 src/sys/kern: kern_exec.c Log Message: Add EMUL_NATIVEROOT so that native binaries can be told to search an emulation directory before the real

CVS commit: src/sys/arch/hppa/hppa

2014-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 1 08:05:51 UTC 2014 Modified Files: src/sys/arch/hppa/hppa: kobj_machdep.c Log Message: Deal with unaligned DIR32 relocs as found in debug information. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/sys

2014-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 1 09:04:57 UTC 2014 Modified Files: src/sys/sys: systm.h Log Message: Fix definition of SYCALL_ARG_PTR Add SYCALL_ARG_PTR_P(sy) To generate a diff of this commit: cvs rdiff -u -r1.259 -r1.260 src/sys/sys/systm.h Please

CVS commit: src/tests/lib/libc/gen

2014-02-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 1 10:00:04 UTC 2014 Modified Files: src/tests/lib/libc/gen: t_floatunditf.c Log Message: Print a slightly more helpfull message in case of test failure To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/sys

2014-02-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 1 10:41:38 UTC 2014 Modified Files: src/sys/sys: ieee754.h Log Message: Make the constants describing extended format available even if we do not have long doubles. This fixes the sparc kernel build (which uses the

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

2014-02-01 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Feb 1 11:19:04 UTC 2014 Modified Files: src/sys/arch/sparc64/sparc64: kobj_machdep.c Log Message: Follow rev. 1.54, 1.55 of libexec/ld.elf_so/arch/sparc64/mdreloc.c. To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/lib/csu

2014-02-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 1 11:59:00 UTC 2014 Removed Files: src/lib/csu/sparc64: Makefile crt0.c src/lib/csu/sparc_elf: Makefile crt0.c dot_init.h Log Message: sparc and sparc64 have moved to new world order, remove legacy files. To

CVS commit: src

2014-02-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 1 12:51:02 UTC 2014 Modified Files: src: UPDATING Log Message: Advise a clean build for the compiler-rt migration. To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253 src/UPDATING Please note that diffs are

CVS commit: src

2014-02-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 1 13:29:45 UTC 2014 Modified Files: src: UPDATING Log Message: Improve the compiler_rt entry slightly To generate a diff of this commit: cvs rdiff -u -r1.253 -r1.254 src/UPDATING Please note that diffs are not public

CVS commit: src/tests/lib/libc/gen

2014-02-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 1 13:53:16 UTC 2014 Modified Files: src/tests/lib/libc/gen: t_floatunditf.c Log Message: Skip testcase inside its body for architectures w/o long double support To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sys/sys

2014-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 1 15:40:14 UTC 2014 Modified Files: src/sys/sys: ieee754.h Log Message: Move wrongly placed ifdef. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/sys/ieee754.h Please note that diffs are not

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

2014-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 1 16:10:12 UTC 2014 Modified Files: src/sys/arch/sparc/include: math.h Log Message: Export __HAVE_LONG_DOUBLE 128 to kernel for emulation To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/sys

2014-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 1 16:39:52 UTC 2014 Modified Files: src/sys/sys: ieee754.h Log Message: All EXT_EXP defines must be conditionized. Back out previous change which removed that. To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src

2014-02-01 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Feb 1 17:01:35 UTC 2014 Modified Files: src/distrib/sets/lists/comp: md.sparc md.sparc64 src/sys/arch/sparc64/conf: files.sparc64 src/sys/arch/sparc64/include: Makefile Added Files:

CVS commit: src/sys/arch/xen/xen

2014-02-01 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Feb 1 17:48:04 UTC 2014 Modified Files: src/sys/arch/xen/xen: hypervisor.c Log Message: Add a direct call to fpuinit(). I'm not sure this is architecturally the best place, but I think it is where npxattach() used to get

CVS commit: src/sys/arch/i386/i386

2014-02-01 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Feb 1 18:57:38 UTC 2014 Modified Files: src/sys/arch/i386/i386: machdep.c Log Message: Stopgap measure: set i386_fpu_present to 1 for XEN. Stop a stream of npxintr: came from nowherenpxintr: l = 0xc17ba560, curproc =

CVS commit: src/sys/arch/xen/xen

2014-02-01 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Feb 1 20:07:07 UTC 2014 Modified Files: src/sys/arch/xen/xen: hypervisor.c Log Message: Revert previous: calling fpuinit() leads to a panic, as a domU is not allowed to manipulate cr0 directly. Xen doesn't need this, the fpu

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

2014-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 1 20:26:21 UTC 2014 Modified Files: src/lib/libc/arch/powerpc/sys: __syscall.S syscall.S Log Message: Since powerpc passes 8 arguments in registers and the syscall number in r0, shuffle register argument so the kernel

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

2014-02-01 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Feb 1 20:49:11 UTC 2014 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Add missing Kyuafile for usr.bin/vmstat tests. To generate a diff of this commit: cvs rdiff -u -r1.560 -r1.561

CVS commit: src/distrib/common

2014-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 1 21:05:54 UTC 2014 Modified Files: src/distrib/common: Makefile.crunch Log Message: Pass DBG to crunchgen so it can get into the created mk file. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/lib/libc/sys

2014-02-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 1 22:42:45 UTC 2014 Modified Files: src/lib/libc/sys: nanosleep.2 Log Message: mention how HZ affects us To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/sys/nanosleep.2 Please note that

CVS commit: src/libexec/httpd

2014-02-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 2 03:13:31 UTC 2014 Modified Files: src/libexec/httpd: CHANGES bozohttpd.8 bozohttpd.c Log Message: update for 2014-02-01. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/libexec/httpd/CHANGES cvs rdiff

CVS commit: src/libexec/httpd/libbozohttpd

2014-02-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 2 03:14:58 UTC 2014 Modified Files: src/libexec/httpd/libbozohttpd: Makefile Log Message: add lua-bozo.c. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/libexec/httpd/libbozohttpd/Makefile Please

CVS commit: src/libexec/httpd

2014-02-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 2 03:20:10 UTC 2014 Modified Files: src/libexec/httpd: Makefile Log Message: call gzip directly for distfile export target; it's usually run outside of the normal build. To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2014-02-01 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Feb 2 04:28:42 UTC 2014 Modified Files: src/share/man/man4: options.4 src/sys/kern: kern_exec.c Log Message: Add EMUL_NATIVEROOT so that native binaries can be told to search an emulation directory before the real