OpenBSD src changes summary for 2016-11-11
==========================================

distrib/sets                            lib/libcrypto
lib/libssl                              lib/libtls
regress/usr.sbin                        sys/dev/pv
sys/kern                                sys/net
usr.bin/netstat                         usr.bin/tmux
usr.sbin/makefs                         usr.sbin/switchd

== distrib =========================================================== 01/06 ==

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

sets

  ~ lists/base/mi                         ~ lists/comp/mi

  > sync (deraadt@)

== lib =============================================================== 02/06 ==

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

libcrypto

  ~ man/Makefile                          + man/ASN1_TYPE_get.3

  > import ASN1_TYPE_get(3) from OpenSSL,
  > deleting ASN1_TYPE_unpack_sequence() and ASN1_TYPE_pack_sequence()
  > which we don't have (schwarze@)

  ~ man/BF_set_key.3                      

  > add Copyright and license
  > and delete useless and incorrect sentence
  > "None of the functions presented here return any value." (schwarze@)

  ~ man/BIO_ctrl.3                        

  > add Copyright and license,
  > simplify the BIO_callback_ctrl() prototype,
  > and change .Fn to .Xr for two functions documented elsewhere (schwarze@)

  ~ man/BIO_f_base64.3                    

  > add copyright and license
  > and change the reference to BIO_set_flags() from .Fn to .Xr:
  > we do have that function and we should import the manual (schwarze@)

  ~ shlib_version                         ~ arch/amd64/Makefile.inc

  > Disable ec assembly for amd64 pending fixes for ssh, and bump
  > majors appropriately (beck@)

libssl

  ~ shlib_version                         

  > Disable ec assembly for amd64 pending fixes for ssh, and bump
  > majors appropriately (beck@)

libtls

  ~ shlib_version                         

  > Disable ec assembly for amd64 pending fixes for ssh, and bump
  > majors appropriately (beck@)

  ~ tls.h                                 ~ tls_config.c
  ~ tls_init.3                            

  > Change the return value of tls_config_set_protocols() and
  > tls_config_set_verify_depth() from void to int. This makes them consistent
  > with all other tls_config_set_* functions and will allow for call time
  > validation to be implemented.
  > Rides libtls major bump.
  > ok beck@ (jsing@)

  ~ tls.h                                 

  > Bump TLS_API due to recent feature additions and changes. (jsing@)

== regress =========================================================== 03/06 ==

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

usr.sbin

  ~ switchd/Makefile                      

  > Fix regress after moving ofp.h to sys/net/ (reyk@)

== sys =============================================================== 04/06 ==

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

dev/pv

  ~ if_hvn.c                              

  > Reorder atomic operations dealing with sc_tx_avail
  > The atomic decrement of the number of available descriptors must
  > be performed before sending the RNDIS message to the hypervisor
  > so that packet transmit completion that may execute in parallel
  > won't increase the value past the maximum. (mikeb@)

kern

  ~ kern_sysctl.c                         

  > Export p_cpuid via sysctl for all processes;  ok guenther (mikeb@)

net

  ~ if_switch.h                           ~ switchctl.c

  > Remove mutexes protection from the switchctl as they don't seem to be
  > doing anything for us, and remove some whitespaces from the header that
  > can be found near the removed lines.
  > ok mikeb@ (rzalamena@)

== usr.bin =========================================================== 05/06 ==

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

netstat

  ~ inet.c                                

  > Print the route cached at the inp with netstat -P.  While there,
  > fix a compiler warning about missing prototype.
  > OK claudio@ mpi@ (bluhm@)

tmux

  ~ cmd-run-shell.c                       

  > Do not crash with run-shell -b and no window pane available, reported by
  > Sergei Dyshel. (nicm@)

== usr.sbin ========================================================== 06/06 ==

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

makefs

  ~ ffs.c                                 ~ makefs.8

  > Optimize for space by default.
  > ok deraadt (natano@)

  ~ ffs.c                                 ~ ffs.h
  ~ ffs/mkfs.c                            

  > Clean up FFS option handling somewhat; no functional change. (natano@)

switchd

  ~ ofrelay.c                             ~ switchd.h

  > Remove "workarounds" for the read and write path that were needed to
  > handle /dev/switch connections that didn't quite behave like TCP
  > connections (no support for writev, no partial reads).  With
  > rzalamena's changes to switch(4), it now works as expected and doesn't
  > need any special treatment anymore.
  > OK rzalamena@ (reyk@)

  ~ ofp10.c                               ~ ofp_common.c
  ~ switchd.h                             

  > Move ofp_validate_header() into ofp_common.c.  No functional change.
  > (reyk@)

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

Reply via email to