Module Name:src
Committed By: knakahara
Date: Tue Apr 4 04:34:43 UTC 2017
Modified Files:
src/sys/net: if_l2tp.c
Log Message:
fix atf failed.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/net/if_l2tp.c
Please note that diffs are not public domain;
Module Name:src
Committed By: christos
Date: Mon Apr 3 17:40:07 UTC 2017
Modified Files:
src/sys/dev/ic: igsfb_subr.c
Log Message:
PR/52136: David Binderman: Rewrite loop to fix bounds check.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/ic/i
Module Name:src
Committed By: christos
Date: Mon Apr 3 17:37:29 UTC 2017
Modified Files:
src/sys/arch/x68k/x68k: machdep.c
Log Message:
PR/52135: David Binderman: Fix loop bounds checking.
To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 src/sys/arch/x68k
Module Name:src
Committed By: christos
Date: Mon Apr 3 17:36:17 UTC 2017
Modified Files:
src/sys/arch/mac68k/mac68k: machdep.c
Log Message:
PR/52134: David Binderman: Fix loop bounds checking.
To generate a diff of this commit:
cvs rdiff -u -r1.349 -r1.350 src/sys/arch/
Module Name:src
Committed By: scole
Date: Mon Apr 3 17:19:43 UTC 2017
Modified Files:
src/sys/arch/ia64/include: isa_machdep.h
Log Message:
com_isa uses isa_intr_establish_xname now, fixes GENERIC compilation
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 s
Module Name:src
Committed By: abhinav
Date: Mon Apr 3 14:08:37 UTC 2017
Modified Files:
src/bin/sh: sh.1
Log Message:
Use \- instead of .Fl for the -number argument.
.Fl causes the -number argument to be rendered in bold, which causes confusion
with the [+]number argumen
Module Name:src
Committed By: knakahara
Date: Mon Apr 3 10:17:17 UTC 2017
Modified Files:
src/sys/net: if_l2tp.c
Log Message:
fix missing mutex_destroy when modunload.
pointed out by s-yamaguchi@IIJ, thanks.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 s
Module Name:src
Committed By: knakahara
Date: Mon Apr 3 10:08:24 UTC 2017
Modified Files:
src/sys/net: if_l2tp.c
Log Message:
fix potentially use after free between "ifconfig l2tpX destroy" and l2tp Tx.
It is protected by KERNEL_LOCK in soo_ioctl() between "ioctl destory
Module Name:src
Committed By: martin
Date: Mon Apr 3 09:37:58 UTC 2017
Modified Files:
src: UPDATING
Log Message:
New dhcpcd does not like update builds from previous versions.
To generate a diff of this commit:
cvs rdiff -u -r1.283 -r1.284 src/UPDATING
Please note tha