CVS commit: src/lib/libm/noieee_src

2013-11-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 22 10:59:31 UTC 2013 Modified Files: src/lib/libm/noieee_src: n_fmod.c Log Message: Fix stupid bug in previous (fixing fmodf) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libm/noieee_src/n_fmod.c

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

2013-11-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Nov 22 11:13:54 UTC 2013 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: Fix /dev population of the evbarm images by using MAKEDEV -s and appending to the mtree spec file passed to makefs. To

CVS commit: src/lib/libm

2013-11-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 22 13:37:24 UTC 2013 Modified Files: src/lib/libm: Makefile src/lib/libm/src: e_sqrtl.c Log Message: Try to fix the build (again): move e_sqrtl.c to common soure, but move the include of fenv.h into the #ifdef

CVS import: src/external/bsd/nvi/dist

2013-11-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 22 14:55:22 UTC 2013 Update of /cvsroot/src/external/bsd/nvi/dist In directory ivanova.netbsd.org:/tmp/cvs-serv3870 Log Message: Import nvi-1.81.6 + HEAD-2013-11-20 from git://repo.or.cz/nvi.git Status: Vendor Tag: NVI

CVS commit: src/usr.bin

2013-11-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 22 16:10:25 UTC 2013 Modified Files: src/usr.bin: Makefile Log Message: switch to the nv in external/bsd To generate a diff of this commit: cvs rdiff -u -r1.213 -r1.214 src/usr.bin/Makefile Please note that diffs are

CVS commit: src/external/bsd/nvi/catalog

2013-11-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 22 16:11:08 UTC 2013 Modified Files: src/external/bsd/nvi/catalog: Makefile Log Message: don't install an empty file To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/nvi/catalog/Makefile

CVS commit: src/external/bsd

2013-11-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 22 16:10:04 UTC 2013 Modified Files: src/external/bsd: Makefile Log Message: switch to new nvi To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/external/bsd/Makefile Please note that diffs are not

CVS commit: src/include

2013-11-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 22 16:25:02 UTC 2013 Modified Files: src/include: mpool.h Log Message: use a TAILQ instead of a CIRCLEQ, from FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/include/mpool.h Please note that

CVS commit: src/lib/libc/db/mpool

2013-11-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 22 16:25:51 UTC 2013 Modified Files: src/lib/libc/db/mpool: mpool.c Log Message: switch from circleq to tailq, from FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/db/mpool/mpool.c

CVS commit: src/doc

2013-11-22 Thread Christos Zoulas
. @@ -304,3 +304,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0: OpenSSH: Imported 6.4 [christos 20131108] zless(1): Added via lastest version of zmore(1) from OpenBSD [pettai 20131112] + nvi(1): Upgrade to the latest git source [christos 20131122]

CVS commit: src/lib/libc/softfloat/bits64

2013-11-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 22 17:04:24 UTC 2013 Modified Files: src/lib/libc/softfloat/bits64: softfloat.c Log Message: Fix a cast from the lint cleanup that made small exponents (i.e. values 1) sign extend wrong and overflow, causing an underflow

CVS commit: src/external/bsd/nvi/dist/catalog

2013-11-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 22 17:16:05 UTC 2013 Removed Files: src/external/bsd/nvi/dist/catalog: english.base Log Message: english.base is auto-generated To generate a diff of this commit: cvs rdiff -u -r1.1 -r0

CVS commit: src/tests/lib/libm

2013-11-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 22 17:19:14 UTC 2013 Modified Files: src/tests/lib/libm: t_sqrt.c Log Message: Adjust expected epsilon for sqrtl - powl comparisions for defects in powl (which actually is pow for now) To generate a diff of this commit:

CVS commit: xsrc/external/mit/xsetroot/dist/man

2013-11-22 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Fri Nov 22 17:39:51 UTC 2013 Modified Files: xsrc/external/mit/xsetroot/dist/man: xsetroot.man Log Message: Fix typo, reported by Henning Petersen in PR 48396. (already fixed upstream in a bigger commit) To generate a diff of

CVS commit: src/usr.sbin/npf/npfctl

2013-11-22 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Nov 22 18:42:02 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf_show.c Log Message: npfctl: need to rewind the list after calling print_table(). XXX libnpf. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/dev/raidframe

2013-11-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Nov 22 18:55:42 UTC 2013 Modified Files: src/sys/dev/raidframe: rf_evenodd_dagfuncs.c Log Message: Move two RF_ASSERT()s into the protection of RAID_DIAGNOSTIC to avoid a case where we get undeclared variables. To generate a

CVS commit: src/sys/dev/raidframe

2013-11-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Nov 22 18:56:27 UTC 2013 Modified Files: src/sys/dev/raidframe: rf_parityloggingdags.c Log Message: Remove RAID_DIAGNOSTIC around a variable and mark __unused instead. To generate a diff of this commit: cvs rdiff -u -r1.19

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

2013-11-22 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Nov 22 18:58:01 UTC 2013 Modified Files: src/sys/arch/i386/conf: ALL Log Message: Comment out npf for now, as we can't have both NPF and PF in the same kernel - rmind has said he'll address this eventually, and for now PF is

CVS commit: src/external/bsd/nvi/dist

2013-11-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 22 19:59:36 UTC 2013 Modified Files: src/external/bsd/nvi/dist/ip: ip_read.c src/external/bsd/nvi/dist/ipc: ip_run.c Log Message: Quell warnings from gcc 4.1 To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/lib/libm/src

2013-11-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 22 20:15:06 UTC 2013 Modified Files: src/lib/libm/src: e_sqrtl.c Log Message: For the non-fenv archs: just use double - punt To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libm/src/e_sqrtl.c Please

CVS commit: src/sys

2013-11-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 22 21:04:11 UTC 2013 Modified Files: src/sys/kern: kern_exec.c kern_fork.c kern_hook.c kern_lwp.c kern_sig.c subr_vmem.c src/sys/sys: siginfo.h signalvar.h vmem_impl.h Log Message: convert vmem,

CVS commit: src/sys/rump/librump/rumpkern

2013-11-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 22 21:56:24 UTC 2013 Modified Files: src/sys/rump/librump/rumpkern: signals.c Log Message: we now use TAILQ To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/rump/librump/rumpkern/signals.c Please