OpenBSD src changes summary for 2016-11-12 ==========================================
bin/ksh distrib/sets include/Makefile lib/libc lib/libcrypto sys/dev usr.bin/tmux usr.sbin/syspatch == bin =============================================================== 01/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/bin ksh ~ sh.1 > Fix lexicographic order of shell built-ins: trap comes before true. (tb@) == distrib =========================================================== 02/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib sets ~ lists/comp/mi > sync (deraadt@) == include =========================================================== 03/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/include Makefile ~ Makefile > Kill the /usr/include/ssl symlink > Proposed some time ago by tedu@, builk build by ajacoutot@ (jca@) == lib =============================================================== 04/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ string/wcscpy.3 > the referred to EXAMPLES section is now in strncpy(3); > issue reported by scott cheloha > ok otto (jmc@) libcrypto ~ man/ASN1_TYPE_get.3 ~ man/DH_generate_key.3 ~ man/DH_generate_parameters.3 ~ man/DH_set_method.3 ~ man/DSA_set_method.3 > minor cleanup; (jmc@) == sys =============================================================== 05/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys dev ~ vnd.c ~ vndioctl.h > Bump VNDNLEN from 90 to 1024 bytes, to avoid "VNDIOCSET: File name too > long" > Introduce a new ioctl for VNDIOCSET, the old ioctl will stay around for > a bit to cope with old vnconfig/mount_vnd. > ok deraadt@ (jca@) ~ vnd.c > Revert unrelated bits that snuck in previous. (jca@) == usr.bin =========================================================== 06/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin tmux ~ server.c > Do not execute commands for a client until it has identified, fixes > problem reported by Frank Terbeck. (nicm@) ~ cmd-run-shell.c > Apply the right fix for run -b, used the wrong diff before. (nicm@) == usr.sbin ========================================================== 07/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin syspatch ~ syspatch.sh > Improve the cleanup error handling to make sure the exit code is > really preserved. > Noticed by, discussed with, and fix approved tb@ (halex@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
