Module Name:src
Committed By: martin
Date: Thu Feb 15 07:59:23 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Tickets #548 and #549
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.123 -r1.1.2.124 src/doc/CHANGES-8.0
Please note that diffs
Module Name:src
Committed By: martin
Date: Thu Feb 15 07:58:04 UTC 2018
Modified Files:
src/sys/netipsec [netbsd-8]: xform_ah.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #549):
sys/netipsec/xform_ah.c: revision 1.80-1.81 via patch
Fix
Module Name:src
Committed By: martin
Date: Thu Feb 15 07:52:17 UTC 2018
Modified Files:
src/sys/dev/i2c [netbsd-8]: files.i2c
Log Message:
Pull up following revision(s) (requested by uwe in ticket #548):
sys/dev/i2c/files.i2c: revision 1.84 (via patch)
Delete 'de
Module Name:src
Committed By: maxv
Date: Thu Feb 15 07:38:46 UTC 2018
Modified Files:
src/sys/netipsec: xform_ah.c
Log Message:
Make sure the Authentication Header fits the mbuf chain, otherwise panic.
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys
Module Name:src
Committed By: maxv
Date: Thu Feb 15 07:16:05 UTC 2018
Modified Files:
src/sys/netipsec: xform_ah.c
Log Message:
Fix use-after-free, 'ah' may not be valid after m_makewritable and
ah_massage_headers.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -
Module Name:src
Committed By: ozaki-r
Date: Thu Feb 15 04:27:24 UTC 2018
Modified Files:
src/sys/netipsec: xform_ah.c
Log Message:
Fix kernel panic (assertion failure) on receiving an IPv6 packet with large
options
If an IPv6 packet has large options, a necessary space f
Module Name:src
Committed By: ozaki-r
Date: Thu Feb 15 04:24:32 UTC 2018
Modified Files:
src/sys/netipsec: xform_ah.c xform_esp.c xform_ipcomp.c
Log Message:
Don't relook up an SP/SA in opencrpyto callbacks
We don't need to do so because we have a reference to it. And als
Module Name:src
Committed By: jakllsch
Date: Wed Feb 14 20:10:17 UTC 2018
Modified Files:
src/sys/arch/arm/sunxi: files.sunxi
src/sys/arch/evbarm/conf: SUNXI
Log Message:
Adjust Allwinner emac(4) drivers to be compatible with root on NFS.
To generate a diff of th
Module Name:src
Committed By: jakllsch
Date: Wed Feb 14 19:09:09 UTC 2018
Modified Files:
src/sys/arch/arm/sunxi: files.sunxi
Log Message:
Adjust comment; sun4i_emac is also used on sun5i.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/sun
Module Name:src
Committed By: maya
Date: Wed Feb 14 18:28:43 UTC 2018
Modified Files:
src/sys/dev/hdaudio: hdafg.c
Log Message:
Remove dead code.
>From David Binderman in PR kern/53029
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/hdaudio/hda
Module Name:src
Committed By: jakllsch
Date: Wed Feb 14 17:43:09 UTC 2018
Modified Files:
src/sbin/drvctl: drvctl.c
Log Message:
Revert functional changes in previous, at expense of strict KNF conformance.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src
Module Name:src
Committed By: christos
Date: Wed Feb 14 16:45:24 UTC 2018
Modified Files:
src/sys/netinet: raw_ip.c
Log Message:
join lines where they fit.
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/sys/netinet/raw_ip.c
Please note that diffs ar
Module Name:src
Committed By: maya
Date: Wed Feb 14 16:07:55 UTC 2018
Modified Files:
src/sys/dist/pf/net: pf_table.c
Log Message:
Don't invoke UB.
Heads up by John D. Baker.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dist/pf/net/pf_table.c
P
Module Name:src
Committed By: maxv
Date: Wed Feb 14 14:28:40 UTC 2018
Modified Files:
src/sys/netipsec: ipsec.h
Log Message:
Style, and remove unused prototypes and functions.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/netipsec/ipsec.h
Please
Module Name:src
Committed By: maxv
Date: Wed Feb 14 14:19:53 UTC 2018
Modified Files:
src/sys/netipsec: ipsec.h ipsec_mbuf.c
Log Message:
Remove m_checkalignment(), unused. This eliminates a reference to
m_getptr().
To generate a diff of this commit:
cvs rdiff -u -r1.62
Module Name:src
Committed By: maxv
Date: Wed Feb 14 14:15:53 UTC 2018
Modified Files:
src/sys/net: if_llatbl.c
src/sys/netinet: if_arp.c in.c
Log Message:
Remove IFF_STATICARP, we don't support this, and the code is useless in its
current form.
ok ozaki-r@
To ge
Module Name:src
Committed By: uwe
Date: Wed Feb 14 14:04:48 UTC 2018
Modified Files:
src/sys/dev/pci: virtio.c
Log Message:
Cosmetic - consistently use #define
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/virtio.c
Please note that diffs
Module Name:src
Committed By: knakahara
Date: Wed Feb 14 12:56:00 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Fix a bug that RX and TX may stall on heavy load on wm(4) like ixgbe.c:r1.121.
wm_rxeof() and wm_txeof() have loop limit and the function retur
Module Name:src
Committed By: ryoon
Date: Wed Feb 14 12:47:43 UTC 2018
Modified Files:
src/external/bsd/bind: Makefile.inc
Log Message:
Fix broken dig and host commands
OpenSSL 1.1 does not have GOST support, so restrict GOST support to 1.0.
To generate a diff of this c
Module Name:src
Committed By: msaitoh
Date: Wed Feb 14 10:38:29 UTC 2018
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
Fix a bug that RX may stall on heavy load on ixg(4). ixgbe_rxeof() has loop
limit and the function returns true if a packet are still in th
Module Name:src
Committed By: wiz
Date: Wed Feb 14 10:13:26 UTC 2018
Modified Files:
src/usr.sbin/ndp: ndp.8
Log Message:
Sort some lists. Use EXIT STATUS instead of RETURN VALUES.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/ndp/ndp.8
Plea
Module Name:src
Committed By: ozaki-r
Date: Wed Feb 14 09:13:04 UTC 2018
Modified Files:
src/sys/netipsec: xform_esp.c xform_ipcomp.c
Log Message:
Dedup common codes in error paths (NFCI)
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/netipsec/xfor
Module Name:src
Committed By: ozaki-r
Date: Wed Feb 14 08:59:23 UTC 2018
Modified Files:
src/sys/netipsec: xform_esp.c xform_ipcomp.c
Log Message:
Fix mbuf leaks on error paths
Pointed out by maxv@
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/ne
23 matches
Mail list logo