OpenBSD src changes summary for 2016-01-01 ==========================================
bin/pax distrib/notes distrib/sgi games/adventure games/battlestar sbin/ifconfig share/man sys/dev/pci sys/kern sys/sys usr.bin/doas usr.bin/netstat usr.bin/sed usr.bin/tmux usr.sbin/smtpd == bin =============================================================== 01/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/bin pax ~ extern.h > don't declar main. from Michal Mazurek (tedu@) == distrib =========================================================== 02/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib notes ~ INSTALL ~ m4.common ~ packages ~ landisk/xfer ~ sparc/xfer ~ sparc64/xfer > Tweak the installation notes regarding references to FTP. > 'Sure' deraadt@ (rpe@) sgi ~ ramdisk/install.md > - enable activation of MP kernel for IP27 > - use IPARCH instead of sysctl again > - use for-loop to copy kernels > feedback, tested and OK visa@ > no objections krw@ (rpe@) == games ============================================================= 03/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/games adventure ~ extern.h > don't declar main. from Michal Mazurek (tedu@) battlestar ~ battlestar.c > don't declar main. from Michal Mazurek (tedu@) == sbin ============================================================== 04/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin ifconfig ~ ifconfig.c > rmeove unused noprint variable > from Fabian Raetz via tech@ > ok krw (jung@) == share ============================================================= 05/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man5/bsd.port.mk.5 > Mention that GH_* yield a default for DISTNAME (jasper@) == sys =============================================================== 06/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys dev/pci ~ drm/drm_linux.c > Reimplement vga_put() such that it compiles on i386 as well. (kettenis@) kern ~ subr_log.c > The pointer buf is a user space string which was directly passed > to tputchar() and could crash the kernel. Better use cnwrite() in > sendsyslog2() for writing to console. It takes a struct uio which > does the copyin() automatically. In addition cnwrite() outputs to > the real console or to a redirected one, whichever is appropriate. > One drawback is that the syslog priority cannot be stripped off > easily. > OK deraadt@ (bluhm@) sys ~ videoio.h > Sync V4L2 header file with upstream (i.e., recent Linux kernel) headers. > This syncs our videoio.h with upstream videodev2.h and inlines their > v4l2-controls.h (which was split off from videodev2.h). Another header, > v4l2-common.h, is currently not imported as it is GPL2 licensed. > There will be a second commit just addressing whitespace and formatting. > The > current version has only real changes whereas the second commit will bring > videoio.h in line with videodev2.h formatting so that potential syncs in > the > future are easier to implement. > Bulk build by ajacoutot@; ok robert@; "you should go for it" deraadt@ > (feinerer@) ~ videoio.h > Sync formatting and a few comments with upstream. No functional change. > (feinerer@) == usr.bin =========================================================== 07/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin doas ~ doas.conf.5 > doas.conf lives in /etc. from Amit Kulkarni (tedu@) netstat ~ main.c > The "-P" option does not need to read routing table symbols so do not > check for them. > ok benno@, bluhm@ (mpi@) sed ~ main.c > Improve error message for sed -i by appending strerror(errno). > From Michael Reed, thanks! > ok deraadt@ (tb@) tmux ~ status.c > Don't rely on a calculation wrapping when applying message-limit, and > break out of the loop early. From Nicolas Viennot. (nicm@) == usr.sbin ========================================================== 08/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin smtpd ~ pony.c > add grp.h for setgroups, not necessarily required on OpenBSD but reduces > diff > to -portable > ok gilles (jung@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
