OpenBSD src changes summary for 2016-05-13 ==========================================
lib/libc lib/libexpat regress/usr.bin sbin/bioctl sys/dev/pci sys/kern usr.bin/make usr.bin/xinstall usr.sbin/pkg_add usr.sbin/rebound == lib =============================================================== 01/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ gen/sysctl.3 > remove extra argument; from rafael neves (jmc@) libexpat ~ lib/xmlparse.c > re-add the check we have in revision 1.12. > ok jca@ (thanks). (rpointel@) == regress =========================================================== 02/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress usr.bin ~ mdoclint/mdoclint > no more hppa64; (jmc@) == sbin ============================================================== 03/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin bioctl ~ bioctl.c > overzealous use of errx() hides useful information about errors. > ok benno millert (tedu@) == sys =============================================================== 04/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys dev/pci ~ maestro.c > Unbreak build when AUDIO_DEBUG is defined: fix printf(9) format > mistakes. (ratchov@) kern ~ kern_event.c > contrary to documentation and other implementations, kevent was preventing > a process from watching other users' procs. but there are no secrets here. > remove that check. > at the same time, note that as far as pledge is concerned, while most of > kevent is a "stdio" type operation, process monitoring belongs to the > "proc" family, so add an additional check here. > ok deraadt millert (tedu@) == usr.bin =========================================================== 05/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin make ~ parse.c > have sinclude/include be more compatible with sysv, handle list of files > small improvement and okay millert@ (espie@) xinstall ~ install.1 > -F is nonstandard as well. from Caspar Schutijser (tedu@) ~ install.1 ~ xinstall.c > spelling and usage() fixes; (jmc@) == usr.sbin ========================================================== 06/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin pkg_add ~ OpenBSD/PkgInfo.pm > add a stub log for signify, problem noticed by tedu (espie@) rebound ~ rebound.c > fix logging. > 1. va must be restarted before reuse. > 2. don't syslog in debug. assume someone is watching stderr. (tedu@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
