OpenBSD src changes summary for 2017-10-07 ==========================================
lib/libc lib/libtls sys/kern sys/lib/libsa usr.bin/kdump usr.bin/openssl usr.sbin/config usr.sbin/mrouted usr.sbin/pkg_add usr.sbin/vmctl usr.sbin/vmd == lib =============================================================== 01/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ sys/ktrace.2 > Add fktrace to the NAME section > ok jmc@ (guenther@) libtls ~ man/tls_conn_version.3 > Document tls_peer_cert_chain_pem(). > ok beck@ (jsing@) == sys =============================================================== 02/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys kern ~ kern_pledge.c > permit SYS___set_tcb, upcoming code will require this (deraadt@) ~ kern_pledge.c > In "tty", permitting TIOCSTART is fine (deraadt@) lib/libsa ~ stand.h > bcopy() is expected to be overlap safe, so it implement it with memmove() > not memcpy(). > 'oh oh' deraadt@ (guenther@) == usr.bin =========================================================== 03/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin kdump ~ kdump.c > Delete pointless casts from void* > ok otto@ millert@ (guenther@) ~ kdump.c > Format fktrace(2) arguments > ok millert@ (guenther@) openssl ~ speed.c > Fix cast-pasto's in comments (guenther@) == usr.sbin ========================================================== 04/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin config ~ config.8 > The 'dumps' option only accepts a single device > ok deraadt@ jmc@ (guenther@) mrouted ~ defs.h ~ main.c > delete #ifdef SYSV code, along with a beautiful #define bcopy memcpy > (deraadt@) pkg_add ~ OpenBSD/PkgInfo.pm > Adjust verbose message in case PKG_PATH is undefined. > Problem noticed by anton@ (espie@) ~ OpenBSD/PkgInfo.pm > kill reporting old signature schemes, they've been gone for long enough > (espie@) vmctl ~ main.c > Prefer memset() over bzero() > ok deraadt@ mlarkin@ (guenther@) vmd ~ vmd.c > vmd: retain ownership on vm reboot > from Jesper Wallin, thanks! (mlarkin@) ~ ufs.c > Prefer memset() over bzero() > ok deraadt@ mlarkin@ (guenther@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
