OpenBSD src changes summary for 2017-08-31 ==========================================
bin/ksh lib/libc lib/libcrypto regress/bin sbin/dhclient sbin/nfsd sys/arch/armv7/omap usr.bin/units usr.sbin/makefs usr.sbin/mtrace usr.sbin/pcidump usr.sbin/quot usr.sbin/sasyncd usr.sbin/vmctl usr.sbin/vmd == bin =============================================================== 01/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/bin ksh ~ history.c > ignoredups implementation quirk > Reminded by tb@ (jca@) == lib =============================================================== 02/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ string/strtok.3 > Mention strtok_r in STANDARDS > POSIX 2001 instead of POSIX.1c suggested by millert@ and jmc@, ok jmc@ > (jca@) libcrypto ~ opensslfeatures.h > Remove OPENSSL_NO_NEXTPROTONEG - some software creates conflicting > prototypes if we have both OPENSSL_NO_NEXTPROTONEG and the prototypes > defined. (jsing@) == regress =========================================================== 03/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress bin ~ ksh/history.t > Add HISTCONTROL tests. (anton@) == sbin ============================================================== 04/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin dhclient ~ dispatch.c ~ kroute.c ~ privsep.c ~ privsep.h > Don't delete v4 routes that are going to be > added back. > ok mpi@ (krw@) nfsd ~ nfsd.c > Unbreak DEBUG on nfsd(8) by changing the syslog macro. With this change a > few > of the syslog calls also needed to change since fprintf(3) doesn't know > about > %m and in these cases strerror(3) was added. > Caught with cppcheck > "looks good" to otto@ (mestre@) == sys =============================================================== 05/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/armv7/omap ~ amdisplay.c ~ amdisplayreg.h ~ nxphdmi.c ~ nxphdmivar.h > Add OpenBSD CVS tags at the top of amdisplay/nxphdmi(4) files. > thanks Artturi Alm, ok patrick@ (ians@) == usr.bin =========================================================== 06/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin units ~ units.lib > update currency exchange rates; (jmc@) == usr.sbin ========================================================== 07/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin makefs ~ msdos/msdosfs_lookup.c > assorted warning fixes; ok millert@ (otto@) mtrace ~ mtrace.c > assorted warning fixes; ok millert@ (otto@) pcidump ~ pcidump.c > assorted warning fixes; ok millert@ (otto@) quot ~ quot.c > assorted warning fixes; ok millert@ (otto@) sasyncd ~ carp.c > enum can be signed or unsigned depending on the compiler; so make sure we > cast to unsigned and test for > X to avoid warnings that comparing an > unsigned < 0 make no sense; ok deraadt@ (otto@) vmctl ~ vmctl.c > vmd/vmctl: disallow use of block or character devices as disks in VMs. > These don't work today and present the user with a confusing error > message if an attempt is made to use them. This commit detects attempts > to use block or character devices and if detected, presents the user with > a better message. > ok jasper > From Carlos Cardenas, thanks! (mlarkin@) ~ vmctl.c > vmctl: change a feedback message displayed to the user from "terminated > vm X" to "sent request to terminate vm X". > vmctl/vmd have not forcibly terminated VMs in a while, we try to let > vmmci(4) gracefully shutdown the VM, so "vmctl stop" commands are > really requests to stop, not forced stops. The new message indicates > that a shutdown is (possibly) in progress and not "complete". (mlarkin@) vmd ~ vm.conf.5 > match vmctl.8 vm name constraints > from Carlos Cardenas (jasper@) ~ config.c ~ vmd.h > vmd/vmctl: disallow use of block or character devices as disks in VMs. > These don't work today and present the user with a confusing error > message if an attempt is made to use them. This commit detects attempts > to use block or character devices and if detected, presents the user with > a better message. > ok jasper > From Carlos Cardenas, thanks! (mlarkin@) ~ priv.c > vmd: fix two wrong comments I stumbled across while updating the vmctl(8) > man page (mlarkin@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
