OpenBSD src changes summary for 2017-05-23
==========================================

Makefile.cross                          sys/arch/loongson/loongson
sys/net                                 sys/netinet6
usr.sbin/smtpd                          usr.sbin/syspatch

== Makefile.cross ==================================================== 01/03 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/Makefile.cross

Makefile.cross


  > Adjust cross-toolchain environment to the changes in the clang build
  > fabric.  Since we now also build and use LLVM's lld we can copy lld to
  > the proper directory akin to what we do with clang.  Build compiler-rt
  > early as it is needed for building libc.
  > "go for it" mpi@ (patrick@)

== sys =============================================================== 02/03 ==

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

arch/loongson/loongson

  ~ yeeloong_machdep.c                    

  > Rate limit messages about spurious ISA interrupts on yeeloong systems.
  > On suspend, the USB driver is put to polling mode and it no longer
  > claims interrupt requests. If the USB controller keeps raising new
  > requests faster than spurious interrupt messages can be printed,
  > interrupt processing hogs all CPU time and the suspend code gets
  > stuck. The rate limiting should prevent this from happening.
  > Suspend issue with USB Wi-Fi reported by fcambus@
  > Fix tested by and OK fcambus@ (visa@)

net

  ~ pf.c                                  

  > Move the common length check in pf_pull_hdr() after the address
  > family switch.  This makes the specific calculation more obvious.
  > OK claudio@ (bluhm@)

netinet6

  ~ ip6_input.c                           

  > Bump the right counters.  One of these was caught by clang because of a
  > mismatched enum.
  > ok bluhm@ (kettenis@)

== usr.sbin ========================================================== 03/03 ==

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

smtpd

  ~ smtpctl.8                             

  > "update table" is for tables of type file only; ok gilles (jmc@)

syspatch

  ~ syspatch.sh                           

  > Shorten varname. (ajacoutot@)

  ~ syspatch.sh                           

  > Only install /bsd.mp on SP machines if it's already there (a default
  > installation will not have it). (ajacoutot@)

  ~ syspatch.sh                           

  > Hide sh(1) error message when /etc/installurl does not exist; we already
  > error out with a message in this case since _MIRROR is empty.
  > reported by tedu@ (ajacoutot@)

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

Reply via email to