OpenBSD src changes summary for 2016-12-09
==========================================

sys/dev/pci                             sys/dev/pv
usr.bin/ssh                             usr.bin/tmux

== sys =============================================================== 01/02 ==

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

dev/pci

  ~ if_ix.c                               

  > Update the media as the last step in the SFP module configuration
  > The problem noticed, fix tested and OK procter@ (mikeb@)

dev/pv

  ~ xenstore.c                            ~ xenvar.h

  > New XenStore public API function to read numeric values
  > A need for a function to perform string to number conversion arose
  > when domain identifier needed to be read and converted to numerical
  > representation.  With xbf(4) the usage became broader as greater
  > values (such as the sector count) needed to be converted.  And as a
  > result another function was implemented to perform string to unsigned
  > long long conversion but unfortunately multiplication overflows were
  > not handled correctly.  This new version consolidates the code in
  > one place and exports a proper XenStore API function to get and set
  > numeric values.  The new atoull function borrows multiplication
  > overflow detection logic from the libc. (mikeb@)

  ~ xen.c                                 

  > Convert to the new xs_{get,set}num XenStore API (mikeb@)

  ~ xbf.c                                 

  > Convert to the new xs_{get,set}num XenStore API (mikeb@)

== usr.bin =========================================================== 02/02 ==

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

ssh

  ~ sshd.c                                

  > log connections dropped in excess of MaxStartups at verbose LogLevel;
  > bz#2613 based on diff from Tomas Kuthan; ok dtucker@ (djm@)

tmux

  ~ input.c                               ~ screen-write.c
  ~ tmux.c                                ~ tty-term.c

  > Spacing nits. (nicm@)

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

Reply via email to