OpenBSD src changes summary for 2017-09-21 ==========================================
lib/libc regress/usr.bin sbin/dhclient share/man sys/arch/arm64/conf sys/arch/armv7/conf sys/arch/octeon/dev sys/dev/fdt sys/dev/usb usr.bin/ssh usr.sbin/bgpctl == lib =============================================================== 01/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ sys/write.2 > tweak previous: remove trailing blank and improve a wording; > requested by jmc@ (schwarze@) == regress =========================================================== 02/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress usr.bin ~ ssh/dynamic-forward.sh > test reverse dynamic forwarding with SOCKS (markus@) == sbin ============================================================== 03/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin dhclient ~ dhclient.c > Fix '-u' option (reject offers that include unknown > DHCP options). Broken by r1.204, 4 years, 8 months > ago. (krw@) ~ dhclient.c > Shorten and otherwise tweak the verbiage > around packet -> lease processing. (krw@) == share ============================================================= 04/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man5/remote.5 > Add missing new line; ok jmc@ (anton@) == sys =============================================================== 05/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/arm64/conf ~ GENERIC ~ RAMDISK > Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller used > on the Allwinner A64, H3 and H5 SoCs. This makes the onboard ethernet > usable on the popular Pine A64 and NanoPi Neo2. The skeleton used for > this driver is taken from tsec(4). > ok kettenis@ (patrick@) arch/armv7/conf ~ GENERIC ~ RAMDISK > Enable dwxe(4) on armv7 as well for use on the Allwinner H3 SoC. > Prompted by jsg@ (patrick@) arch/octeon/dev ~ cn30xxuart.c > Ensure proper order of register accesses by readback after write. > This fixes spurious interrupts seen on CN7360. (visa@) dev/fdt ~ files.fdt + if_dwxe.c > Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller used > on the Allwinner A64, H3 and H5 SoCs. This makes the onboard ethernet > usable on the popular Pine A64 and NanoPi Neo2. The skeleton used for > this driver is taken from tsec(4). > ok kettenis@ (patrick@) dev/usb ~ usbdi.c > Disable a splsoftassert() at least until ohci(4) has been fixed. > This assert triggers because of the floor check on amd64/sparc64 > when ohci(4) processes its root-hub status change transfers at > IPL_BIO. > Previous to the removal of IPL_SOFTNET, the SPLUSBCHECK macro didn't > do anything, so it is safe to disable this check. > Issue reported by espie@ and krw@ (mpi@) == usr.bin =========================================================== 06/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin ssh ~ channels.c ~ channels.h ~ readconf.c ~ ssh.1 ~ ssh.c ~ ssh_config.5 > Add 'reverse' dynamic forwarding which combines dynamic forwarding > (-D) with remote forwarding (-R) where the remote-forwarded port > expects SOCKS-requests. > The SSH server code is unchanged and the parsing happens at the SSH > clients side. Thus the full SOCKS-request is sent over the forwarded > channel and the client parses c->output. Parsing happens in > channel_before_prepare_select(), _before_ the select bitmask is > computed in the pre[] handlers, but after network input processing > in the post[] handlers. > help and ok djm@ (markus@) == usr.sbin ========================================================== 07/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin bgpctl ~ bgpctl.8 > word fix; from tom smyth (jmc@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
