CVS commit: src/crypto/external/bsd/openssh/dist

2016-02-04 Thread Sean Boudreau
Module Name:src
Committed By:   seanb
Date:   Thu Feb  4 15:04:11 UTC 2016

Modified Files:
src/crypto/external/bsd/openssh/dist: session.c

Log Message:
- Avoid uninitialized variable usage in do_nologin() when HAVE_LOGIN_CAP
  isn't defined (which doesn't apply to NetBSD but...) and a root
  login is being evaluated.
- From upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/crypto/external/bsd/openssh/dist/session.c

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



CVS commit: src/external/cddl/osnet/dist

2016-02-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb  4 15:23:29 UTC 2016

Modified Files:
src/external/cddl/osnet/dist/common/ctf: ctf_decl.c
src/external/cddl/osnet/dist/lib/libctf/common: ctf_subr.c

Log Message:
Mark printflike functions as __printflike.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/dist/common/ctf/ctf_decl.c
cvs rdiff -u -r1.3 -r1.4 \
src/external/cddl/osnet/dist/lib/libctf/common/ctf_subr.c

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



CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2016-02-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb  4 16:48:34 UTC 2016

Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_parser.h

Log Message:
Mark __printflike and __dead.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/cddl/osnet/dist/lib/libdtrace/common/dt_parser.h

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



CVS commit: src/external/cddl/osnet/dist

2016-02-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb  4 16:58:11 UTC 2016

Modified Files:
src/external/cddl/osnet/dist/common/ctf: ctf_decl.c ctf_impl.h
src/external/cddl/osnet/dist/lib/libctf/common: ctf_subr.c

Log Message:
Correct a prior patch by moving __printflike marking from the .c files
to the .h ones.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/dist/common/ctf/ctf_decl.c
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/dist/common/ctf/ctf_impl.h
cvs rdiff -u -r1.4 -r1.5 \
src/external/cddl/osnet/dist/lib/libctf/common/ctf_subr.c

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



CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2016-02-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb  4 17:27:32 UTC 2016

Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_ident.c
dt_parser.c

Log Message:
Fix printf formats and casts.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/external/cddl/osnet/dist/lib/libdtrace/common/dt_ident.c
cvs rdiff -u -r1.7 -r1.8 \
src/external/cddl/osnet/dist/lib/libdtrace/common/dt_parser.c

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



CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt

2016-02-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb  4 17:40:55 UTC 2016

Modified Files:
src/external/cddl/osnet/dist/tools/ctf/cvt: ctf.c ctfconvert.c
ctftools.h st_parse.c

Log Message:
More printflike and dead fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/cddl/osnet/dist/tools/ctf/cvt/ctf.c
cvs rdiff -u -r1.3 -r1.4 \
src/external/cddl/osnet/dist/tools/ctf/cvt/ctfconvert.c
cvs rdiff -u -r1.4 -r1.5 \
src/external/cddl/osnet/dist/tools/ctf/cvt/ctftools.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/cddl/osnet/dist/tools/ctf/cvt/st_parse.c

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



CVS commit: src/external/cddl/osnet/usr.bin/ctfconvert

2016-02-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb  4 17:42:34 UTC 2016

Modified Files:
src/external/cddl/osnet/usr.bin/ctfconvert: Makefile

Log Message:
Disable -Wformat-nonliteral here to build.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/cddl/osnet/usr.bin/ctfconvert/Makefile

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



CVS commit: src/external/cddl/osnet/usr.bin/ctfmerge

2016-02-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb  4 17:47:17 UTC 2016

Modified Files:
src/external/cddl/osnet/usr.bin/ctfmerge: Makefile

Log Message:
Disable -Wformat-nonliteral here to build.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/cddl/osnet/usr.bin/ctfmerge/Makefile

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



CVS commit: src/external/cddl/osnet/dist/tools/ctf

2016-02-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb  4 17:47:43 UTC 2016

Modified Files:
src/external/cddl/osnet/dist/tools/ctf/common: memory.c
src/external/cddl/osnet/dist/tools/ctf/cvt: ctfmerge.c

Log Message:
Mark more functions as __dead.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/cddl/osnet/dist/tools/ctf/common/memory.c
cvs rdiff -u -r1.13 -r1.14 \
src/external/cddl/osnet/dist/tools/ctf/cvt/ctfmerge.c

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



CVS commit: src/external/cddl/osnet/dist/tools/ctf/common

2016-02-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb  4 18:46:37 UTC 2016

Modified Files:
src/external/cddl/osnet/dist/tools/ctf/common: utils.h

Log Message:
Mark more functions as __printflike and __dead.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/cddl/osnet/dist/tools/ctf/common/utils.h

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



CVS commit: src/external/cddl/osnet/usr.bin/ctfdump

2016-02-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb  4 18:47:15 UTC 2016

Modified Files:
src/external/cddl/osnet/usr.bin/ctfdump: Makefile

Log Message:
Fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/cddl/osnet/usr.bin/ctfdump/Makefile

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



CVS commit: src/external/cddl/osnet/dist/cmd/dtrace

2016-02-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb  4 20:05:53 UTC 2016

Modified Files:
src/external/cddl/osnet/dist/cmd/dtrace: dtrace.c

Log Message:
Add some __printflike and __dead love. Init some structs fully.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/cddl/osnet/dist/cmd/dtrace/dtrace.c

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



CVS commit: src/external/cddl/osnet/usr.sbin/dtrace

2016-02-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb  4 20:06:29 UTC 2016

Modified Files:
src/external/cddl/osnet/usr.sbin/dtrace: Makefile

Log Message:
dtrace needs Wno-format-security for clang it seems.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/cddl/osnet/usr.sbin/dtrace/Makefile

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



CVS commit: src/external/cddl/osnet/usr.sbin/dtrace

2016-02-04 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb  4 21:26:48 UTC 2016

Modified Files:
src/external/cddl/osnet/usr.sbin/dtrace: Makefile

Log Message:
Add -Wno-format-nonliteral


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/cddl/osnet/usr.sbin/dtrace/Makefile

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



CVS commit: src/sys/kern

2016-02-04 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Fri Feb  5 03:04:53 UTC 2016

Modified Files:
src/sys/kern: subr_pool.c

Log Message:
fix: "vmstat -C" CpuLayer showed only the last cpu values.


To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 src/sys/kern/subr_pool.c

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



CVS commit: src/usr.bin/units

2016-02-04 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Feb  5 03:30:08 UTC 2016

Modified Files:
src/usr.bin/units: units.c

Log Message:
Improve the parser. Now we understand negative exponents; fixes PR 50768.

Also handle negative numbers better in general (don't randomly drop
the sign in a number of cases) and don't choke on exponents > 9.

This commit alters the meaning of a few previously valid but marginal
inputs (e.g. "3 foot-5 pound" is now treated as "3*-5 foot-pound"
rather than "3*5 foot-pound"; if you want the latter insert another
space) but corrects obviously wrong handling of many more.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/units/units.c

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



CVS commit: src/usr.bin/units

2016-02-04 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Feb  5 03:32:49 UTC 2016

Modified Files:
src/usr.bin/units: units.c

Log Message:
Improve previous slightly; while we accept e.g. "meter2" to mean "meter^2",
don't allow "meter-2" to be interpreted as "meter^-2" as that's very
confusing.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/units/units.c

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



CVS commit: src/usr.bin/units

2016-02-04 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Feb  5 03:38:50 UTC 2016

Modified Files:
src/usr.bin/units: units.lib

Log Message:
File watt in the right group, and accept W as well, as that's quite
standard.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/units/units.lib

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



CVS commit: src/usr.bin/ftp

2016-02-04 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Fri Feb  5 03:41:05 UTC 2016

Modified Files:
src/usr.bin/ftp: fetch.c

Log Message:
Initialize the token match pointer.


To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 src/usr.bin/ftp/fetch.c

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



CVS commit: src/sys/uvm

2016-02-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb  5 04:18:55 UTC 2016

Modified Files:
src/sys/uvm: uvm_extern.h

Log Message:
PR/50744: NONAKA Kimihiro: Protect more stuff with _KERNEL && _KMEMUSER to
make uvm_extern.h compile standalone again for net-snmp.


To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 src/sys/uvm/uvm_extern.h

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