OpenBSD src changes summary for 2017-10-22 ==========================================
distrib/miniroot lib/libc share/man sys/conf sys/dev/pci sys/netinet usr.bin/tmux usr.sbin/pkg_add == distrib =========================================================== 01/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib miniroot ~ install.sub > On systems without dhclient, ask IPv4 question again if 'dhcp' was choosen. > Spotted by halex@ (rpe@) == lib =============================================================== 02/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ sys/pledge.2 > Removed duplicated line. > ok jmc@ (tobias@) == share ============================================================= 03/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man4/options.4 > TCP_SACK is no longer optional. > OK mikeb@ (job@) == sys =============================================================== 04/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys conf ~ GENERIC > Unconditionally enable TCP selective acknowledgements (SACK) > OK deraadt, mpi, visa, job (mikeb@) dev/pci ~ if_iwm.c ~ if_iwmvar.h > In iwm(4), allocate command response buffers dynamically in a ring > instead of stashing responses in one single buffer in the softc. > Allows getting rid of a tsleep() which protected the single buffer. > Tested by myself and Carlos Cardenas on 7260, 7265, and 8260. > hurray ok deraadt@ (stsp@) ~ if_iwm.c > It's time I claimed proper copyright on this. (stsp@) netinet ~ tcp_input.c ~ tcp_output.c ~ tcp_subr.c ~ tcp_timer.c ~ tcp_usrreq.c ~ tcp_var.h > Unconditionally enable TCP selective acknowledgements (SACK) > OK deraadt, mpi, visa, job (mikeb@) == usr.bin =========================================================== 05/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin tmux ~ window-tree.c > Use window_pane_index() when drawing pane numbers (so pane-base-index is > applied), from Thomas Adam. GitHub issue 1125. (nicm@) == usr.sbin ========================================================== 06/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin pkg_add ~ OpenBSD/Vstat.pm > make messages involving fs clearer, parse the mount point AND the device > and display a name (/dev/sd0h on /usr/local) based on that (espie@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
