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..
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
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/c
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
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
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
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
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/o
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 t
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 \
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
Pl
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
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/extern
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/dtr
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_
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
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 ver
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
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 dif
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 generat
20 matches
Mail list logo