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.18 src/tools/llvm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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_wmd/rump_wmd.1 \
src/usr.bin/rump_wmd/rump_wmd.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 commit:
cvs rdiff -u -r1.116 -r1.117 src/sys/arch/hp700/hp700/machdep.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/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 -r1.117 -r1.118 src/sys/arch/hp700/hp700/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 are not public domain; they are subject to the
copyright notices on the relevant files.



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@


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libopencrypto/Makefile

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

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 -r1.1060 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/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-defining
it causes foo() to magically become foo64() on glibc (even on 64bit
platforms).


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/librumpuser/rumpuser_port.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

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
vwarnc.c warnc.c

Log Message:
Add the {v,}{err,warn}c flavors, from FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.247 -r1.248 src/lib/libc/shlib_version
cvs rdiff -u -r1.185 -r1.186 src/lib/libc/gen/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/lib/libc/gen/_errc.c src/lib/libc/gen/_verrc.c \
src/lib/libc/gen/_vwarnc.c src/lib/libc/gen/_warnc.c \
src/lib/libc/gen/errc.c src/lib/libc/gen/verrc.c \
src/lib/libc/gen/vwarnc.c src/lib/libc/gen/warnc.c
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/gen/err.3
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/gen/verr.c src/lib/libc/gen/vwarn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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/opencrypto/h_xcbcmac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/pci/genfb_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 was none.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/citrus/modules/citrus_euc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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/namespace.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

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/resolv: Makefile.inc
src/lib/libc/stdio: Makefile.inc
src/lib/libc/sys: Makefile.inc
src/lib/libc/time: Makefile.inc
Removed Files:
src/lib/libc/compat/gen: compat__sys_errlist.c compat__sys_nerr.c
compat__sys_siglist.c
src/lib/libc/gdtoa: _strtof.c _strtold.c
src/lib/libc/gen: _err.c _errc.c _errx.c _sysconf.c _verr.c _verrc.c
_verrx.c _vwarn.c _vwarnc.c _vwarnx.c _warn.c _warnc.c _warnx.c
src/lib/libc/inet: _inet_aton.c _inet_pton.c
src/lib/libc/resolv: __dn_comp.c __res_close.c __res_send.c
src/lib/libc/stdio: _fileno.c _fseeko.c _ftello.c
src/lib/libc/sys: _brk.c _fork.c _getcontext.c _pipe.c _sbrk.c
src/lib/libc/time: _daylight.c

Log Message:
"soon" is "now". Remove all __indr_reference crap.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/compat/gen/Makefile.inc
cvs rdiff -u -r1.1 -r0 src/lib/libc/compat/gen/compat__sys_errlist.c \
src/lib/libc/compat/gen/compat__sys_nerr.c \
src/lib/libc/compat/gen/compat__sys_siglist.c
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gdtoa/Makefile.inc
cvs rdiff -u -r1.3 -r0 src/lib/libc/gdtoa/_strtof.c
cvs rdiff -u -r1.2 -r0 src/lib/libc/gdtoa/_strtold.c
cvs rdiff -u -r1.186 -r1.187 src/lib/libc/gen/Makefile.inc
cvs rdiff -u -r1.12 -r0 src/lib/libc/gen/_err.c src/lib/libc/gen/_errx.c
cvs rdiff -u -r1.1 -r0 src/lib/libc/gen/_errc.c src/lib/libc/gen/_verrc.c \
src/lib/libc/gen/_vwarnc.c src/lib/libc/gen/_warnc.c
cvs rdiff -u -r1.6 -r0 src/lib/libc/gen/_sysconf.c
cvs rdiff -u -r1.11 -r0 src/lib/libc/gen/_verr.c src/lib/libc/gen/_verrx.c \
src/lib/libc/gen/_vwarn.c src/lib/libc/gen/_vwarnx.c \
src/lib/libc/gen/_warn.c src/lib/libc/gen/_warnx.c
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/inet/Makefile.inc
cvs rdiff -u -r1.4 -r0 src/lib/libc/inet/_inet_aton.c \
src/lib/libc/inet/_inet_pton.c
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/resolv/Makefile.inc
cvs rdiff -u -r1.5 -r0 src/lib/libc/resolv/__dn_comp.c
cvs rdiff -u -r1.4 -r0 src/lib/libc/resolv/__res_close.c \
src/lib/libc/resolv/__res_send.c
cvs rdiff -u -r1.42 -r1.43 src/lib/libc/stdio/Makefile.inc
cvs rdiff -u -r1.5 -r0 src/lib/libc/stdio/_fileno.c \
src/lib/libc/stdio/_fseeko.c src/lib/libc/stdio/_ftello.c
cvs rdiff -u -r1.221 -r1.222 src/lib/libc/sys/Makefile.inc
cvs rdiff -u -r1.6 -r0 src/lib/libc/sys/_brk.c src/lib/libc/sys/_sbrk.c
cvs rdiff -u -r1.5 -r0 src/lib/libc/sys/_fork.c \
src/lib/libc/sys/_getcontext.c
cvs rdiff -u -r1.7 -r0 src/lib/libc/sys/_pipe.c
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/time/Makefile.inc
cvs rdiff -u -r1.4 -r0 src/lib/libc/time/_daylight.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 trb has been set.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/usb/xhci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 are not public domain; they are subject to the
copyright notices on the relevant files.



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 generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libarch/arm/arm_sync_icache.2
cvs rdiff -u -r1.1 -r1.2 src/lib/libarch/arm/arm_sync_icache.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/include/sysarch.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/crypto/opencrypto/h_xcbcmac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/compiler_rt/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/tests/crypto/opencrypto/h_xcbcmac.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/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

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

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 libc minor bump.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/distrib/sets/lists/base/ad.arm
cvs rdiff -u -r1.27 -r1.28 src/distrib/sets/lists/base/ad.mips
cvs rdiff -u -r1.221 -r1.222 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.208 -r1.209 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.22 -r1.23 src/distrib/sets/lists/debug/ad.arm
cvs rdiff -u -r1.17 -r1.18 src/distrib/sets/lists/debug/ad.mips
cvs rdiff -u -r1.39 -r1.40 src/distrib/sets/lists/debug/md.amd64
cvs rdiff -u -r1.40 -r1.41 src/distrib/sets/lists/debug/md.sparc64
cvs rdiff -u -r1.46 -r1.47 src/distrib/sets/lists/debug/shl.mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 public domain; they are subject to the
copyright notices on the relevant files.



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/libkern/Makefile.compiler-rt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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/rumpkern: hyperentropy.c
Removed Files:
src/sys/rump/librump/rumpkern: cprng_stub.c

Log Message:
Use subr_cprng.c instead of stub implementation.  Rijndael migrates from
rumpkern_crypto to rumpkern due to it being mandatory for cprng.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/kern/lib/libcrypto/Makefile
cvs rdiff -u -r1.134 -r1.135 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -u -r1.8 -r0 src/sys/rump/librump/rumpkern/cprng_stub.c
cvs rdiff -u -r1.160 -r1.161 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -u -r0 -r1.1 src/sys/rump/librump/rumpkern/hyperentropy.c
cvs rdiff -u -r1.281 -r1.282 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -u -r1.78 -r1.79 src/sys/rump/librump/rumpkern/rump_private.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/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 this commit:
cvs rdiff -u -r1.86 -r1.87 src/lib/libc/net/gethnamaddr.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/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/librump/rumpkern/rump.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 get rid of SYSCTL_PRIVATE namespace leak macro.

Fixes ping(8) when run against a standalone rump kernel due to appearance
of the kern.urandom sysctl node (in case someone was wondering ...)


To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 src/sys/kern/init_sysctl.c
cvs rdiff -u -r1.243 -r1.244 src/sys/kern/kern_sysctl.c
cvs rdiff -u -r1.22 -r1.23 src/sys/kern/subr_cprng.c
cvs rdiff -u -r1.209 -r1.210 src/sys/sys/sysctl.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/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 that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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/lasi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.