CVS commit: src/tools/llvm

2014-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 16 09:00:55 UTC 2014 Modified Files: src/tools/llvm: Makefile Log Message: Pass HOST_CXX to llvm configure as CXX=${HOST_CXX:Q} since llvm wants c++ more than cc. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.

CVS commit: src/usr.bin/rump_wmd

2014-01-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jan 16 09:54:05 UTC 2014 Modified Files: src/usr.bin/rump_wmd: rump_wmd.1 rump_wmd.sh Log Message: Sort options and option descriptions. Document -h. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/rump_

CVS commit: src/common/lib/libc

2014-01-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 16 11:43:49 UTC 2014 Modified Files: src/common/lib/libc: Makefile.inc Log Message: Include bsd.own.mk in case it hasn't been yet. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/common/lib/libc/Makefile

CVS commit: src/sys/arch/hp700/hp700

2014-01-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 16 13:07:07 UTC 2014 Modified Files: src/sys/arch/hp700/hp700: machdep.c Log Message: Drop CPU detection by features and panic if a CPU isn't detected via PDC_MODEL_CPUID or cpu_model_cpuid. To generate a diff of this com

CVS commit: src/sys/arch/hp700/hp700

2014-01-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 16 13:19:36 UTC 2014 Modified Files: src/sys/arch/hp700/hp700: machdep.c Log Message: Add some 715 machines to cpu_model_cpuid including the 715/100 that Ryo ONODERA has. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/external/bsd/dhcp

2014-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 16 13:55:46 UTC 2014 Modified Files: src/external/bsd/dhcp: Makefile.inc Log Message: kill debug To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/bsd/dhcp/Makefile.inc Please note that diffs a

CVS commit: src/sys/rump/dev/lib/libopencrypto

2014-01-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 16 14:12:09 UTC 2014 Modified Files: src/sys/rump/dev/lib/libopencrypto: Makefile Log Message: Don't bring in the zlib stuff at build time. This will get resolved when the user starts the rump_server process. OK pooka@

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

2014-01-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 16 14:46:36 UTC 2014 Modified Files: src/distrib/sets/lists/base: mi Log Message: Add new file bsd.host.mk to sets list to unbreak the build. (hello, christos!) To generate a diff of this commit: cvs rdiff -u -r1.1059

CVS commit: src/lib/librumpuser

2014-01-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 16 16:03:33 UTC 2014 Modified Files: src/lib/librumpuser: rumpuser_port.h Log Message: Do not force _FILE_OFFSET_BITS=64 here. It's no longer strictly speaking required (rumpuser interface no longer uses off_t) and force-d

CVS commit: src/lib/libc

2014-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 16 17:21:38 UTC 2014 Modified Files: src/lib/libc: shlib_version src/lib/libc/gen: Makefile.inc err.3 verr.c vwarn.c Added Files: src/lib/libc/gen: _errc.c _verrc.c _vwarnc.c _warnc.c errc.c verrc.c

CVS commit: src/include

2014-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 16 17:22:06 UTC 2014 Modified Files: src/include: err.h Log Message: Add the {v,}{warn,err}c function flavors from FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/include/err.h Please note th

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

2014-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 16 17:30:33 UTC 2014 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add man pages for {v,}{err,warn}c To generate a diff of this commit: cvs rdiff -u -r1.1874 -r1.1875 src/distrib/sets/lists/comp/mi Plea

CVS commit: src/tools/compat

2014-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 16 17:24:56 UTC 2014 Modified Files: src/tools/compat: Makefile Log Message: Add the {v,}{err,warn}c functions To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/tools/compat/Makefile Please note that d

CVS commit: src/tests/crypto/opencrypto

2014-01-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 16 18:09:55 UTC 2014 Modified Files: src/tests/crypto/opencrypto: h_xcbcmac.c Log Message: Include all of the examples from RFC3566 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/crypto/opencrypt

CVS commit: src/sys/dev/pci

2014-01-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Jan 16 18:41:10 UTC 2014 Modified Files: src/sys/dev/pci: genfb_pci.c Log Message: Fix PR kern/46376 with Nat Sloss's patch (with slight modification). Serial console now works on x86 with genfb enabled. To generate a diff

CVS commit: src/external/bsd/llvm

2014-01-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 16 19:08:11 UTC 2014 Modified Files: src/external/bsd/llvm: Makefile.inc Log Message: Disable compiler version check for now. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/external/bsd/llvm/Makefile.in

CVS commit: src/lib/libc/include

2014-01-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 16 19:16:42 UTC 2014 Modified Files: src/lib/libc/include: namespace.h Log Message: Fix (v)errc/(v)warnc. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/lib/libc/include/namespace.h Please note that

CVS commit: src/lib/libc/citrus/modules

2014-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 16 20:28:51 UTC 2014 Modified Files: src/lib/libc/citrus/modules: citrus_euc.c Log Message: PR/47602: Christos Zoulas: getwc() modifies input instead of returning EILSEQ. Waited for almost a year for feedback and there w

CVS commit: src/lib/libc/include

2014-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 16 20:31:18 UTC 2014 Modified Files: src/lib/libc/include: namespace.h Log Message: namespace protection for the new err functions To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 src/lib/libc/include/na

CVS commit: src/lib/libc

2014-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 16 20:31:43 UTC 2014 Modified Files: src/lib/libc/compat/gen: Makefile.inc src/lib/libc/gdtoa: Makefile.inc src/lib/libc/gen: Makefile.inc src/lib/libc/inet: Makefile.inc src/lib/libc/resol

CVS commit: src/sys/dev/usb

2014-01-16 Thread David Laight
Module Name:src Committed By: dsl Date: Thu Jan 16 20:55:56 UTC 2014 Modified Files: src/sys/dev/usb: xhci.c Log Message: Add another XXX comment, I'm not in a postition to fix the code. The 'cycle' bit of a LINK trb must not be changed until the cycle bit of the following

CVS commit: src/lib/libc/net

2014-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 16 20:59:21 UTC 2014 Modified Files: src/lib/libc/net: gethnamaddr.c Log Message: Remove MAXALIASES limit To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/lib/libc/net/gethnamaddr.c Please note that d

CVS commit: src/lib/libc/include

2014-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 16 21:02:30 UTC 2014 Modified Files: src/lib/libc/include: namespace.h Log Message: remove dups To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/lib/libc/include/namespace.h Please note that diffs a

CVS commit: src

2014-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 16 21:48:41 UTC 2014 Modified Files: src/lib/libarch/arm: arm_sync_icache.2 arm_sync_icache.c src/sys/arch/arm/include: sysarch.h Log Message: Use uintptr_t & size_t instead of u_int and int for arm_sync_icache. To

CVS commit: src/tests/crypto/opencrypto

2014-01-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 16 22:06:45 UTC 2014 Modified Files: src/tests/crypto/opencrypto: h_xcbcmac.c Log Message: Since sizeof() is unsigned, use an unsigned int for the loop index. Fixes latest build break. To generate a diff of this commi

CVS commit: src/lib/libc/compiler_rt

2014-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 16 23:05:51 UTC 2014 Modified Files: src/lib/libc/compiler_rt: Makefile.inc Log Message: Don't build common quad routines if the platform is 64bit since they will not be emitted by the compiler. To generate a diff of this

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

2014-01-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 16 23:35:54 UTC 2014 Modified Files: src/external/bsd/file/dist/src: file.c Log Message: Mark some more dead functions. To generate a diff of this commit: cvs rdiff -u -r1.1.1.6 -r1.2 src/external/bsd/file/dist/src/file.c

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

2014-01-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 16 23:36:52 UTC 2014 Modified Files: src/external/bsd/file/dist/src: file.c Log Message: Only use __dead if it exists. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/file/dist/src/file.c Ple

CVS commit: src/tests/crypto/opencrypto

2014-01-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 16 23:56:04 UTC 2014 Modified Files: src/tests/crypto/opencrypto: h_xcbcmac.c Log Message: Use __arraycount and size_t as the format strings are wrong anyway. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 sr

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

2014-01-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 17 00:00:05 UTC 2014 Modified Files: src/distrib/sets/lists/base: shl.mi Log Message: Update setlists for libc minor bump. To generate a diff of this commit: cvs rdiff -u -r1.686 -r1.687 src/distrib/sets/lists/base/shl.mi

CVS commit: src/distrib/sets/lists

2014-01-16 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jan 17 00:13:13 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.arm ad.mips md.amd64 md.sparc64 src/distrib/sets/lists/debug: ad.arm ad.mips md.amd64 md.sparc64 shl.mi Log Message: Finish updating set lists for l

CVS commit: src/distrib/notes/common

2014-01-16 Thread Kenichi Hashimoto
Module Name:src Committed By: hkenken Date: Fri Jan 17 00:19:25 UTC 2014 Modified Files: src/distrib/notes/common: main Log Message: added myself To generate a diff of this commit: cvs rdiff -u -r1.500 -r1.501 src/distrib/notes/common/main Please note that diffs are not

CVS commit: src/sys/lib/libkern

2014-01-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jan 17 00:49:55 UTC 2014 Modified Files: src/sys/lib/libkern: Makefile.compiler-rt Log Message: This is not libc, so don't check the libc arch macro. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/lib/lib

CVS commit: src/sys/rump

2014-01-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 17 01:32:53 UTC 2014 Modified Files: src/sys/rump/kern/lib/libcrypto: Makefile src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c rump.c rump_private.h Added Files: src/sys/rump/librump/rumpk

CVS commit: src/lib/libc/net

2014-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 17 02:03:44 UTC 2014 Modified Files: src/lib/libc/net: gethnamaddr.c Log Message: Move more code into the macro, and fix the bug where realloc would cause a dangling pointer and memory corruption. To generate a diff of

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

2014-01-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 17 02:05:54 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: sysctl_init needs to be pretty much at the top of main() To generate a diff of this commit: cvs rdiff -u -r1.282 -r1.283 src/sys/rump

CVS commit: src/lib/libc/net

2014-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 17 02:08:44 UTC 2014 Modified Files: src/lib/libc/net: gethnamaddr.c Log Message: the addition is handled in the alias. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/lib/libc/net/gethnamaddr.c Plea

CVS commit: src/sys/sys

2014-01-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 17 02:08:56 UTC 2014 Modified Files: src/sys/sys: cprng.h Log Message: forgot to commit this with rump kernelcprng change To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/sys/cprng.h Please note that d

CVS commit: src/sys

2014-01-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 17 02:12:49 UTC 2014 Modified Files: src/sys/kern: init_sysctl.c kern_sysctl.c subr_cprng.c src/sys/sys: sysctl.h Log Message: Put cprng sysctls into subr_cprng.c. Also, make sysctl_prng static in subr_cprng and ge

CVS commit: src/usr.bin/fstat

2014-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 17 03:28:01 UTC 2014 Modified Files: src/usr.bin/fstat: fstat.c Log Message: make fstat -f search for unix sockets. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/usr.bin/fstat/fstat.c Please note

CVS commit: src/sys/arch/hp700/dev

2014-01-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jan 17 07:44:16 UTC 2014 Modified Files: src/sys/arch/hp700/dev: lasi.c Log Message: Fix lasi at mainbus attachment, e.g. on a HP715/100. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/hp700/dev/la