OpenBSD src changes summary for 2016-06-15
==========================================

sbin/ifconfig                           share/man
sys/arch/amd64/conf                     sys/arch/i386/conf
sys/dev/usb                             sys/net
sys/netinet                             sys/netinet6
sys/sys                                 usr.bin/ssh
usr.bin/tmux                            usr.sbin/pkg_add
usr.sbin/smtpd                          

== sbin ============================================================== 01/05 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin

ifconfig

  ~ ifconfig.8                            ~ ifconfig.c

  > Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)
  > The umb(4) driver provides support for USB MBIM devices.
  > Those devices establish connections via celluar networks such as
  > GPRS, UMTS, and LTE.
  > ok mpi@ sthen@
  > additional feedback from deraadt@ jmc@ stsp@ kettenis@ (gerhard@)

== share ============================================================= 02/05 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share

man

  ~ man9/ktrace.9                         

  > no more ktremul; from michal mazurek (jmc@)

  ~ man4/Makefile                         ~ man4/usb.4
  + man4/umb.4                            

  > Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)
  > The umb(4) driver provides support for USB MBIM devices.
  > Those devices establish connections via celluar networks such as
  > GPRS, UMTS, and LTE.
  > ok mpi@ sthen@
  > additional feedback from deraadt@ jmc@ stsp@ kettenis@ (gerhard@)

== sys =============================================================== 03/05 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys

arch/amd64/conf

  ~ GENERIC                               

  > Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)
  > The umb(4) driver provides support for USB MBIM devices.
  > Those devices establish connections via celluar networks such as
  > GPRS, UMTS, and LTE.
  > ok mpi@ sthen@
  > additional feedback from deraadt@ jmc@ stsp@ kettenis@ (gerhard@)

arch/i386/conf

  ~ GENERIC                               

  > Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)
  > The umb(4) driver provides support for USB MBIM devices.
  > Those devices establish connections via celluar networks such as
  > GPRS, UMTS, and LTE.
  > ok mpi@ sthen@
  > additional feedback from deraadt@ jmc@ stsp@ kettenis@ (gerhard@)

dev/usb

  ~ uvideo.c                              

  > No need for a special DVACT_DEACTIVATE hook, autoconf(9) knows how
  > to deactivate our children.
  > ok mglocker@ (mpi@)

  ~ files.usb                             ~ usb.h
  + if_umb.c                              + if_umb.h
  + mbim.h                                

  > Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)
  > The umb(4) driver provides support for USB MBIM devices.
  > Those devices establish connections via celluar networks such as
  > GPRS, UMTS, and LTE.
  > ok mpi@ sthen@
  > additional feedback from deraadt@ jmc@ stsp@ kettenis@ (gerhard@)

net

  ~ pf.c                                  ~ pf_lb.c
  ~ pf_norm.c                             

  > There's no need to convert values returned by arc4random to the network
  > byte order.  Spotted by Gleb Smirnoff ([email protected]), thanks!
  > ok tedu (mikeb@)

  ~ pf.c                                  ~ pf_norm.c

  > Kill nd6_output(), it doesn't do anything since the resolution logic
  > has been moved to nd6_resolve().
  > ok visa@, millert@, florian@, sthen@ (mpi@)

  ~ if_types.h                            

  > Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)
  > The umb(4) driver provides support for USB MBIM devices.
  > Those devices establish connections via celluar networks such as
  > GPRS, UMTS, and LTE.
  > ok mpi@ sthen@
  > additional feedback from deraadt@ jmc@ stsp@ kettenis@ (gerhard@)

netinet

  ~ udp_usrreq.c                          

  > Move the cmsg handling code on top of udp_output(), to make
  > IP_SENDSRCADDR introduction easier.
  > Ok jca@ (vgross@)

  ~ udp_usrreq.c                          

  > Fix typo from rebase : extra parenthese (vgross@)

  ~ in.h                                  ~ in_var.h

  > Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)
  > The umb(4) driver provides support for USB MBIM devices.
  > Those devices establish connections via celluar networks such as
  > GPRS, UMTS, and LTE.
  > ok mpi@ sthen@
  > additional feedback from deraadt@ jmc@ stsp@ kettenis@ (gerhard@)

netinet6

  ~ ip6_forward.c                         ~ ip6_mroute.c
  ~ ip6_output.c                          ~ nd6.c
  ~ nd6.h                                 ~ nd6_nbr.c

  > Kill nd6_output(), it doesn't do anything since the resolution logic
  > has been moved to nd6_resolve().
  > ok visa@, millert@, florian@, sthen@ (mpi@)

  ~ ip6_output.c                          

  > With the introduction of ip6_output_ipsec_lookup() we didn't exit the
  > loop when we worked out that no IPsec is needed which led to a NULL
  > de-ref on the next iteration.
  > Fix this by making the code more similar to the IPv4 case.
  > Found the hard way by me, OK mpi@ (florian@)

sys

  ~ sockio.h                              

  > Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)
  > The umb(4) driver provides support for USB MBIM devices.
  > Those devices establish connections via celluar networks such as
  > GPRS, UMTS, and LTE.
  > ok mpi@ sthen@
  > additional feedback from deraadt@ jmc@ stsp@ kettenis@ (gerhard@)

== usr.bin =========================================================== 04/05 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin

ssh

  ~ auth.c                                

  > Remove "POSSIBLE BREAK-IN ATTEMPT!" from log message about forward and
  > reverse DNS not matching.  We haven't supported IP-based auth methods
  > for a very long time so it's now misleading.  part of bz#2585, ok markus@
  > (dtucker@)

tmux

  ~ cmd-list-keys.c                       ~ tmux.1

  > Add -F to list-commands. (nicm@)

  ~ tmux.h                                ~ window.c

  > Copy mode needs to keep the original grid intact so it can copy from it
  > if needed, so it disables reading from the pane. This can be problem
  > with some programs. So make tmux automatically exit all modes after 180
  > seconds of inactivity and if there is pending output. (nicm@)

  ~ tmux.1                                

  > Add missing buffer_name format, from Awal Garg. (nicm@)

== usr.sbin ========================================================== 05/05 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin

pkg_add

  ~ OpenBSD/ProgressMeter.pm              ~ OpenBSD/ProgressMeter/Term.pm

  > ProgressMeter keeps state. Unfortunately, term is shared between processes.
  > Adds supplementary code that was first tested in proot, but may be needed
  > to split pkg_add into processes in the future. (espie@)

  ~ OpenBSD/AddCreateDelete.pm            ~ OpenBSD/AddDelete.pm
  ~ OpenBSD/PkgCheck.pm                   

  > dedup interactive options handling code yet again.
  > dynamic code mixin (espie@)

smtpd

  ~ smtp_session.c                        

  > 'Received' header violates RFC when receiving a TLS session, rework format
  > reported by vstakhov (gilles@)

  ~ limit.c                               

  > increase number of connections a local address is allowed to establish
  > decrease the delay between transactions in the same session
  > ok eric@ (gilles@)

  ~ smtp_session.c                        

  > properly reset the transaction when a filter rejects a message.
  > ok gilles@ (eric@)

===============================================================================
_______________________________________________
odc mailing list
[email protected]
http://www.squish.net/mailman/listinfo/odc

Reply via email to