OpenBSD src changes summary for 2017-11-26 ==========================================
bin/ksh lib/libfuse sbin/dhclient sys/arch/octeon/dev sys/dev sys/dev/pv sys/dev/wscons usr.bin/vi == bin =============================================================== 01/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/bin ksh ~ emacs.c > Remove the "version" interactive function in emacs mode. > Not bound by default and not very useful. ok schwarze@ anton@ (jca@) == lib =============================================================== 02/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libfuse ~ fuse.c ~ fuse_private.h > Add support for -f option to libfuse. This keeps the FUSE file system > running in the foreground. > ok mpi@ (helg@) == sbin ============================================================== 03/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin dhclient ~ dhclient.c > Move rebind time calculation to a function lease_rebind(), just like > lease_expiry() and lease_renewal(). Simplifies logic and upcoming > changes. (krw@) == sys =============================================================== 04/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/octeon/dev ~ if_cnmac.c > Initialize Rx subsystems before enabling the processing of incoming > packets. Otherwise, a skosh of traffic may be handled using hardware > default settings. One of the consequences is that packets can end up > into a wrong POW group, causing a panic in cnmac_intr(). > Panic reported by and testing help from Janne Johansson (visa@) ~ if_cnmac.c > On wqe error, show also word2 and word3. Those might help in debugging. > (visa@) dev ~ rnd.c > Don't mention XOR as a mix-in function since addition is done since 1.180 > (mikeb@) dev/pv ~ xen.c > Xen interrupt task barrier is just a taskq_barrier so call it > instead of rolling its own now that it's been made available. > OK dlg (mikeb@) dev/wscons ~ wstpad.c > Add various improvements to the default configuration (better default > sizes of edge areas, vertical edge areas as default, and a check for > the WSMOUSE_TYPE that may detect clickpads where software buttons > should be placed at the top edge). (bru@) == usr.bin =========================================================== 05/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin vi ~ common/delete.c > Fix segfault which could be triggered by deleting a backwards sentence if > cursor's current line was blank: > echo "\nfoo" > a && vi a > d( > Same fix applied by rin@NetBSD, via nvi2 project. > OK tom@ martijn@ tb@ millert@ (mestre@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
