Re: CVS commit: src/distrib/utils/embedded

2013-09-16 Thread Christos Zoulas
On Sep 15, 8:54pm, a...@netbsd.org (Adrian Steinmann) wrote: -- Subject: Re: CVS commit: src/distrib/utils/embedded | So you're suggesting I remove the | | GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1) Leave that definition in mkimage and remove them from the .conf files where is

Re: CVS commit: src/distrib/utils/embedded/conf

2013-09-16 Thread Christos Zoulas
In article 20130916152357.883d...@cvs.netbsd.org, Adrian Steinmann source-changes-d@NetBSD.org wrote: -=-=-=-=-=- Module Name: src Committed By: ast Date: Mon Sep 16 15:23:57 UTC 2013 Modified Files: src/distrib/utils/embedded/conf: beagleboard.conf rpi.conf

CVS commit: src/sys/kern

2013-09-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 16 09:25:56 UTC 2013 Modified Files: src/sys/kern: kern_ktrace.c Log Message: Fix inverted ktrop() return value - oops! Noted by Nicolas Joly. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163

CVS commit: src/sys/ufs/ffs

2013-09-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Mon Sep 16 12:36:54 UTC 2013 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: Function ffs_reload() works on a read-only mount, so remove the call to ffs_snapshot_mount() as it would panic later with already on list

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

2013-09-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 16 15:22:52 UTC 2013 Modified Files: src/tests/lib/libc/gen: t_isnan.c Log Message: Make it compile on archs where NAN is not defined - previously it only compiled by chance (and details of the __isnan macro) on vax. To

CVS commit: src/distrib/utils/embedded/conf

2013-09-16 Thread Adrian Steinmann
Module Name:src Committed By: ast Date: Mon Sep 16 15:23:57 UTC 2013 Modified Files: src/distrib/utils/embedded/conf: beagleboard.conf rpi.conf rpi_inst.conf Log Message: After discussions with cristos regarding the previous commit, he convinced me it was

CVS commit: src/include

2013-09-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 16 15:54:42 UTC 2013 Modified Files: src/include: math.h Log Message: Allow archs to provide __isinf() and __isnan() as inline functions instead of macros. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

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

2013-09-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 16 15:56:24 UTC 2013 Modified Files: src/sys/arch/vax/include: math.h Log Message: Change __isinf and __isnan from macros to inline functions. The macros do collide with newer gcc libstdc++. To generate a diff of this

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

2013-09-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 16 15:33:24 UTC 2013 Modified Files: src/tests/lib/libc/gen: t_isnan.c Log Message: Retry previous To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/gen/t_isnan.c Please note that diffs are

CVS commit: src/sys/rump/dev

2013-09-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 17 00:50:19 UTC 2013 Modified Files: src/sys/rump/dev: files.rump Log Message: allow pcibus to attach to a rump kernel mainbus To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/files.rump

CVS commit: src/sys/arch/x86/pci

2013-09-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Sep 17 01:16:45 UTC 2013 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Use '\n' at the end of all aprint_error_dev() format strings. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sys/kern

2013-09-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 16 09:25:56 UTC 2013 Modified Files: src/sys/kern: kern_ktrace.c Log Message: Fix inverted ktrop() return value - oops! Noted by Nicolas Joly. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163

CVS commit: src/sys/ufs/ffs

2013-09-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Mon Sep 16 12:36:54 UTC 2013 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: Function ffs_reload() works on a read-only mount, so remove the call to ffs_snapshot_mount() as it would panic later with already on list

CVS commit: src/distrib/utils/embedded/conf

2013-09-16 Thread Adrian Steinmann
Module Name:src Committed By: ast Date: Mon Sep 16 15:23:57 UTC 2013 Modified Files: src/distrib/utils/embedded/conf: beagleboard.conf rpi.conf rpi_inst.conf Log Message: After discussions with cristos regarding the previous commit, he convinced me it was

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

2013-09-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 16 15:22:52 UTC 2013 Modified Files: src/tests/lib/libc/gen: t_isnan.c Log Message: Make it compile on archs where NAN is not defined - previously it only compiled by chance (and details of the __isnan macro) on vax. To

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

2013-09-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 16 15:56:24 UTC 2013 Modified Files: src/sys/arch/vax/include: math.h Log Message: Change __isinf and __isnan from macros to inline functions. The macros do collide with newer gcc libstdc++. To generate a diff of this

CVS commit: src/include

2013-09-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 16 15:54:42 UTC 2013 Modified Files: src/include: math.h Log Message: Allow archs to provide __isinf() and __isnan() as inline functions instead of macros. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

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

2013-09-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 16 15:33:24 UTC 2013 Modified Files: src/tests/lib/libc/gen: t_isnan.c Log Message: Retry previous To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/gen/t_isnan.c Please note that diffs are

CVS commit: src/sys/rump/dev

2013-09-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 17 00:50:19 UTC 2013 Modified Files: src/sys/rump/dev: files.rump Log Message: allow pcibus to attach to a rump kernel mainbus To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/files.rump

CVS commit: src/sys/arch/x86/pci

2013-09-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Sep 17 01:16:45 UTC 2013 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Use '\n' at the end of all aprint_error_dev() format strings. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40