OpenBSD src changes summary for 2016-03-26 ==========================================
etc/rc.d/rc.subr lib/libc lib/libcrypto lib/libmenu share/man sys/kern sys/net sys/netinet usr.bin/less usr.bin/ul usr.sbin/pkg_add == etc =============================================================== 01/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc rc.d/rc.subr ~ rc.d/rc.subr > Handle the rc_stop=NO => rc_restart=NO case within _rc_not_supported(). > (ajacoutot@) ~ rc.d/rc.subr > Make it possible to get usage as a non-root user. > ok robert@ (ajacoutot@) == lib =============================================================== 02/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc - quad/TESTS/Makefile - quad/TESTS/divrem.c - quad/TESTS/mul.c > remove some unused ancient test files from 4.4 BSD > ok guenther@, millert@, deraadt@ (mmcc@) ~ gen/pwcache.3 > fix the last bunch of NAME sections that were overlooked earlier > such that the MLINKS removal can be committed after this; > OK jmc@ (schwarze@) ~ stdio/fseek.3 > fix typo: "prefer seek()" -> "prefer fseek()" > ok deraadt@, stsp@ (tb@) libcrypto ~ man/CRYPTO_set_locking_callback.3 > fix the last bunch of NAME sections that were overlooked earlier > such that the MLINKS removal can be committed after this; > OK jmc@ (schwarze@) libmenu ~ mitem_current.3 ~ mitem_name.3 ~ mitem_new.3 ~ mitem_opts.3 ~ mitem_userptr.3 ~ mitem_value.3 ~ mitem_visible.3 > fix the last bunch of NAME sections that were overlooked earlier > such that the MLINKS removal can be committed after this; > OK jmc@ (schwarze@) == share ============================================================= 03/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man5/port-modules.5 > Add devel/qmake and x11/qt5 modules documentation. (zhuk@) == sys =============================================================== 04/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys kern ~ kern_sig.c > add newline on the end of the failure message > ok deraadt@ (beck@) net ~ route.c > Do not populate RTAX_NETMASK when sending a routing message for RTF_HOST > entries. > This is a noop with the radix routing table because rt_mask() is always > NULL for RTF_HOST entries, but it preserves the old behavior with ART. > With the ART routing table host entry always have a prefix length equals > to the length of the address. > Fix a regression reported by semarie@. > ok semarie@, bluhm@ (mpi@) ~ route.c ~ route.h ~ rtsock.c > Always include the route priority in routing messages. > From Florian Riehm, ok bluhm@ (mpi@) netinet ~ in_pcb.c > Always include the route priority in routing messages. > From Florian Riehm, ok bluhm@ (mpi@) == usr.bin =========================================================== 05/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin less ~ less.h ~ line.c > Improve handling of ambiguous overstrike sequences. A sequence of _\b_ > can either mean an underlined underscore or a bold underscore. This > ambiguity can be 'resolved' by takeing the state of the surrounding text > into account. If surrounded by bold text, the result should probably be > bold and likewise for underlined. less(1) previously only looked at the > preceding text and ul(1) didn't examine the context at all. > tweaks and ok schwarze > ok tb (on a previous version of the diff) (natano@) ul ~ ul.c > Improve handling of ambiguous overstrike sequences. A sequence of _\b_ > can either mean an underlined underscore or a bold underscore. This > ambiguity can be 'resolved' by takeing the state of the surrounding text > into account. If surrounded by bold text, the result should probably be > bold and likewise for underlined. less(1) previously only looked at the > preceding text and ul(1) didn't examine the context at all. > tweaks and ok schwarze > ok tb (on a previous version of the diff) (natano@) == usr.sbin ========================================================== 06/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin pkg_add ~ OpenBSD/PackageRepository.pm > fix error message, based on a suggestion from doug@, ok espie (sthen@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
