OpenBSD src changes summary for 2016-11-01 ==========================================
regress/usr.bin sys/arch/amd64/amd64 sys/dev/pci usr.bin/tmux usr.bin/units usr.sbin/syspatch == regress =========================================================== 01/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress usr.bin ~ m4/Makefile > MALLOC_OPTIONS=A no longer exists. (tb@) ~ ssh/Makefile ~ ssh/connect-privsep.sh ~ ssh/unittests/Makefile.inc ~ ssh/unittests/bitmap/Makefile ~ ssh/unittests/hostkeys/Makefile ~ ssh/unittests/kex/Makefile ~ ssh/unittests/match/Makefile ~ ssh/unittests/sshbuf/Makefile ~ ssh/unittests/sshkey/Makefile ~ ssh/unittests/utf8/Makefile > Clean up MALLOC_OPTIONS. For the unittests, move MALLOC_OPTIONS and > TEST_ENV to unittets/Makefile.inc. > ok otto (tb@) == sys =============================================================== 02/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/amd64/amd64 ~ lapic.c > Use x2APIC if it is enabled by BIOS. It is expected that this doesn't > change the behavior on the system whose x2apic is disabled by BIOS. > ok sf (yasuoka@) dev/pci ~ if_iwm.c > Reset the ucode interrupt flag in the softc before loading iwm(4) 8k > firmware. > Makes firmware load work reliably without the horrid tsleep() workaround > hack. > Patch by Imre Vadasz (stsp@) == usr.bin =========================================================== 03/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin tmux ~ alerts.c > Clear window alert flags after setting winlink alert flags, fixes problem > reported by Tommy Allen. (nicm@) units ~ units.lib > update currency exchange rates; (jmc@) == usr.sbin ========================================================== 04/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin syspatch ~ syspatch.sh > We don't want to run on -stable (i.e. locally built release) but only on > official release. > Remove the half cooked rollback patch if we run into an error. (ajacoutot@) ~ syspatch.sh > install_patch -> apply_patch to remove confusion with install_kernel and > install_file. (ajacoutot@) ~ syspatch.sh > Add a few error messages so we know where we fail. > Regular operation is mostly quiet, i.e: > Applying syspatch-60-001_cp.tgz 100% |***********************| 65247 > 00:03 > Move trap after we create the temporary directory so that we can remove it > on failure and fix a typo in readonly vars. (ajacoutot@) ~ syspatch.sh > Simplify fetch_and_verify(), no need for a loop here. (ajacoutot@) ~ syspatch.sh > Add a cleanup function to remove non matching release content from > /var/syspatch and the rollback kernel if all kernel syspatches have been > reverted. > While here, make sure _RELINT and _REL are declared properly. (ajacoutot@) ~ syspatch.sh > Also remove non matching release rollback kernel. > Temporary unhook the cleanup function during tests. (ajacoutot@) ~ syspatch.sh > Only run sp_cleanup() when applying or reverting a patch (needs root). > (ajacoutot@) ~ syspatch.sh > Add an XXX. (ajacoutot@) ~ syspatch.sh > Tap SIGINT while install(1)ing so that we can properly rollback and not > be left in an inconsistent state. (ajacoutot@) ~ syspatch.sh > Simplify. (ajacoutot@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
