OpenBSD src changes summary for 2017-11-05 ==========================================
distrib/miniroot distrib/sets distrib/syspatch etc/Makefile etc/ksh.kshrc etc/mtree/4.4BSD.dist etc/rc libexec/ld.so libexec/reorder_kernel regress/sys sbin/ifconfig share/mk sys/arch/octeon/dev sys/arch/octeon/include sys/net80211 sys/netinet sys/netinet6 sys/sys usr.sbin/config usr.sbin/ospf6ctl usr.sbin/ospf6d usr.sbin/vmctl usr.sbin/vmd == distrib =========================================================== 01/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib miniroot ~ install.sub > Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into > one location under /usr/share/relink. > Be more specific in src/etc/rc reorder_libs() what filesystems > need r/w remount and ensure that their mount state is restored. > Idea and positive feedback from deraadt@ > OK aja@ tb@ (rpe@) ~ install.sub > Fix http server selection from the list of mirrors. This broke in > r1.989 in a way that when selecting a mirror from the list by > entering a number, the selection was not actually set as answer. > Noted by and OK tb@ (rpe@) sets ~ lists/base/mi > sync (jca@) ~ lists/base/mi > Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into > one location under /usr/share/relink. > Be more specific in src/etc/rc reorder_libs() what filesystems > need r/w remount and ensure that their mount state is restored. > Idea and positive feedback from deraadt@ > OK aja@ tb@ (rpe@) syspatch ~ README > Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into > one location under /usr/share/relink. > Be more specific in src/etc/rc reorder_libs() what filesystems > need r/w remount and ensure that their mount state is restored. > Idea and positive feedback from deraadt@ > OK aja@ tb@ (rpe@) == etc =============================================================== 02/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc Makefile ~ Makefile > Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into > one location under /usr/share/relink. > Be more specific in src/etc/rc reorder_libs() what filesystems > need r/w remount and ensure that their mount state is restored. > Idea and positive feedback from deraadt@ > OK aja@ tb@ (rpe@) ksh.kshrc ~ ksh.kshrc > Remove the ':' at the beginning of ksh.kshrc. > prodded by Raf Czlonka > OK tb@ (rpe@) mtree/4.4BSD.dist ~ mtree/4.4BSD.dist > Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into > one location under /usr/share/relink. > Be more specific in src/etc/rc reorder_libs() what filesystems > need r/w remount and ensure that their mount state is restored. > Idea and positive feedback from deraadt@ > OK aja@ tb@ (rpe@) rc ~ rc > Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into > one location under /usr/share/relink. > Be more specific in src/etc/rc reorder_libs() what filesystems > need r/w remount and ensure that their mount state is restored. > Idea and positive feedback from deraadt@ > OK aja@ tb@ (rpe@) == libexec =========================================================== 03/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/libexec ld.so ~ Makefile > Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into > one location under /usr/share/relink. > Be more specific in src/etc/rc reorder_libs() what filesystems > need r/w remount and ensure that their mount state is restored. > Idea and positive feedback from deraadt@ > OK aja@ tb@ (rpe@) reorder_kernel ~ reorder_kernel.sh > Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into > one location under /usr/share/relink. > Be more specific in src/etc/rc reorder_libs() what filesystems > need r/w remount and ensure that their mount state is restored. > Idea and positive feedback from deraadt@ > OK aja@ tb@ (rpe@) == regress =========================================================== 04/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress sys ~ kern/sosplice/scapy/Makefile > Insert a rule into pf regress anchor that passes all packets without > state. The default pf rules interfere with this scapy test. (bluhm@) ~ net/pf_state/Makefile > Fix some comments and dependencies in this regress test. (bluhm@) == sbin ============================================================== 05/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin ifconfig ~ ifconfig.c > ifconfig <if> giftunnel was deprecated in 2001, it's never too late to > remove it > ok phessler@ beck@ (benno@) == share ============================================================= 06/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share mk ~ bsd.lib.mk > Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into > one location under /usr/share/relink. > Be more specific in src/etc/rc reorder_libs() what filesystems > need r/w remount and ensure that their mount state is restored. > Idea and positive feedback from deraadt@ > OK aja@ tb@ (rpe@) == sys =============================================================== 07/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/octeon/dev ~ cn30xxasx.c ~ cn30xxfpa.c ~ cn30xxfpavar.h ~ cn30xxgmx.c ~ cn30xxipd.c ~ cn30xxipdvar.h ~ cn30xxpip.c ~ cn30xxpipvar.h ~ cn30xxpko.c ~ cn30xxpow.c > Remove unmaintained debug code. (visa@) ~ cn30xxpow.c > slight cleanup (visa@) ~ cn30xxpow.c > Handle failure. (visa@) ~ cn30xxpow.c ~ cn30xxpowreg.h > Set the core's own group mask when scheduling work, to receive work > from the intended group. (visa@) arch/octeon/include ~ octeonvar.h > Add a function for getting the current core's hardware identifier. > For now, the kernel does enforce one-to-one mapping between logical > cpuids and hardware coreids, but the reliance on that should be > removed eventually. (visa@) net80211 ~ ieee80211_ioctl.c > Changing nwid on a wifi network means it is a new network, so clear the > WPA and WEP configuration. > OK pirofti@ stsp@ sthen@ (phessler@) netinet ~ in_proto.c ~ ip_input.c ~ ip_var.h > Finish off pr_drain functions, they haven't been used since 2006. > OK mpi (florian@) netinet6 ~ frag6.c ~ in6_proto.c ~ ip6_var.h > Finish off pr_drain functions, they haven't been used since 2006. > OK mpi (florian@) sys ~ protosw.h > Finish off pr_drain functions, they haven't been used since 2006. > OK mpi (florian@) == usr.sbin ========================================================== 08/08 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin config ~ mkmakefile.c > Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into > one location under /usr/share/relink. > Be more specific in src/etc/rc reorder_libs() what filesystems > need r/w remount and ensure that their mount state is restored. > Idea and positive feedback from deraadt@ > OK aja@ tb@ (rpe@) ospf6ctl ~ ospf6ctl.c > Disable config reload, ospf6d just exits on reload with simple setups. > And fixing this doesn't appear trivial. Discussed with a bunch at > p2k17, ok phessler@ denis@ benno@ (jca@) ~ ospf6ctl.8 > Mention that "reload" is disabled; ok jmc@ (jca@) ospf6d ~ kroute.c > Kill dead assignement. (jca@) ~ ospf6d.c > Disable config reload, ospf6d just exits on reload with simple setups. > And fixing this doesn't appear trivial. Discussed with a bunch at > p2k17, ok phessler@ denis@ benno@ (jca@) vmctl ~ vmctl.8 > Add minimal DHCP support to vmd's built-in DHCP/BOOTP server. > This fixes "local interface" mode with the udhcpc client. udhcpc, a > DHCP client that is used by busybox and many embedded Linux distributions, > does not support BOOTP which is the predecessor and a valid subset of DHCP. > OK mlarkin@, Carlos Cardenas (reyk@) vmd ~ dhcp.c ~ vm.conf.5 > Add minimal DHCP support to vmd's built-in DHCP/BOOTP server. > This fixes "local interface" mode with the udhcpc client. udhcpc, a > DHCP client that is used by busybox and many embedded Linux distributions, > does not support BOOTP which is the predecessor and a valid subset of DHCP. > OK mlarkin@, Carlos Cardenas (reyk@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
