OpenBSD src changes summary for 2017-09-19
==========================================

distrib/sparc64                         sbin/dhclient
sys/arch/arm64/conf                     sys/dev/fdt
usr.bin/ctfconv                         usr.bin/ctfdump
usr.bin/ssh                             usr.sbin/vmd

== distrib =========================================================== 01/05 ==

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

sparc64

  ~ ramdisk/Makefile                      ~ ramdiskB/Makefile

  > remove unused GZIPEXT (jasper@)

== sbin ============================================================== 02/05 ==

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

dhclient

  ~ dispatch.c                            

  > flush_unpriv_ibuf() is now used only once so no
  > need to complicate things by passing it a string
  > identifying where it was called. Tweak log
  > verbiage. (krw@)

  ~ bpf.c                                 ~ dhclient.c

  > Make send_packet() usage consistent. i.e. don't exit
  > if send_packet(DISCOVER) fails.
  > Distinguish between writev() and sendmsg() errors in
  > send_packet() log messages.
  > Check for short writes no matter how the packet is
  > output. Return failure in this occurs. Check results
  > of all send_packet() calls.
  > If send_packet() fails, don't log that the DHCP message
  > was sent. (krw@)

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

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

arch/arm64/conf

  ~ GENERIC                               ~ RAMDISK

  > Enable syscon(4). (patrick@)

dev/fdt

  ~ syscon.c                              

  > Add support for being a regmap provider in syscon(4).  So far the driver
  > supports being used as a regmap client to reset or power down a machine,
  > so this change implements the other side where we provide the registers
  > to write into.
  > ok kettenis@ (patrick@)

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

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

ctfconv

  ~ ctfconv.c                             

  > fix fd leaks in error paths
  > ok mpi@ (jsg@)

ctfdump

  ~ ctfdump.c                             

  > fix fd leaks in error paths
  > ok mpi@ (jsg@)

ssh

  ~ clientloop.c                          

  > fix use-after-free in ~^Z escape handler path, introduced in channels.c
  > refactor; spotted by millert@ "makes sense" deraadt@ (djm@)

  ~ channels.c                            

  > Use explicit_bzero() instead of bzero() before free() to prevent
  > the compiler from optimizing away the bzero() call.  OK djm@ (millert@)

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

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

vmd

  ~ vm.c                                  

  > Clarify a wrong conditional, found by jsg.
  > ok jsg (mlarkin@)

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

Reply via email to