OpenBSD src changes summary for 2017-11-22 ==========================================
bin/ksh lib/libc sys/arch/armv7/stand/efiboot sys/net sys/netinet == bin =============================================================== 01/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/bin ksh ~ emacs.c ~ ksh.1 > Fix some incorrectness related to Emacs editing mode in ksh: > - Keep the order of bindings in sync between the manual and implementation > - Fix wrongly documented bindings in the manual > - Break out commands without a default binding in the manual > ok jmc@ tb@ (anton@) == lib =============================================================== 02/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ arch/aarch64/sys/Ovfork.S ~ arch/aarch64/sys/brk.S ~ arch/aarch64/sys/sbrk.S > Avoid .align 0 here as well. Also fix a .word that should be a .quad. > ok patrick@ (kettenis@) == sys =============================================================== 03/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/armv7/stand/efiboot ~ Makefile > Add __aeabi_ldivmod.S. Needed for clang. > ok deraadt@, patrick@ (kettenis@) net ~ pf.c > It does not make sense to call pcb lookup from pf during packet > forwarding. It should never match and would cause MP locking > problems. While there remove an useless ifp parameter from > ip_output_ipsec_send(). > from markus@; OK visa@ sashan@ (bluhm@) netinet ~ ip_output.c > It does not make sense to call pcb lookup from pf during packet > forwarding. It should never match and would cause MP locking > problems. While there remove an useless ifp parameter from > ip_output_ipsec_send(). > from markus@; OK visa@ sashan@ (bluhm@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
