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

lib/libcrypto                           lib/libfuse
regress/sbin                            sbin/pfctl
share/man                               sys/dev/pv
sys/kern                                sys/net
sys/netinet                             usr.bin/ssh
usr.bin/tmux                            

== lib =============================================================== 01/06 ==

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

libcrypto

  ~ man/CRYPTO_set_ex_data.3              ~ man/CRYPTO_set_locking_callback.3
  ~ man/DH_get_ex_new_index.3             ~ man/DSA_get_ex_new_index.3

  > Copyright and license (schwarze@)

  ~ man/ERR.3                             ~ man/ERR_put_error.3

  > Add Copyright and license.
  > Like OpenSSL, move some text from ERR(3) to the fitting page
  > ERR_put_error(3).
  > Merge documentation of ERR_add_error_vdata(3) from OpenSSL.
  > Drop useless statement about void functions returning no values.
  > (schwarze@)

  ~ man/ERR_error_string.3                

  > Add Copyright and license.
  > Merge a correction and a clarification from OpenSSL. (schwarze@)

  ~ man/ERR_print_errors.3                

  > Add Copyright and license.
  > Merge documentation of ERR_print_errors_cb(3) from OpenSSL. (schwarze@)

  ~ man/ERR_clear_error.3                 

  > Add Copyright and license.
  > Garbage collect the empty RETURN VALUES section. (schwarze@)

  ~ man/ERR_GET_LIB.3                     ~ man/ERR_get_error.3
  ~ man/ERR_load_crypto_strings.3         ~ man/ERR_load_strings.3
  ~ man/ERR_remove_state.3                ~ man/ERR_set_mark.3

  > Copyright and license (schwarze@)

libfuse

  ~ fuse_opt.c                            

  > Empty strings are invalid arguments.
  > Fix a regression introduced when merging the two options parsers.
  > ok stsp@ (mpi@)

== regress =========================================================== 02/06 ==

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

sbin

  + pfctl/pfail57.in                      + pfctl/pfail57.ok

  > Test that af-to cannot be used together with route-to, reply-to, dup-to.
  > (bluhm@)

== sbin ============================================================== 03/06 ==

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

pfctl

  ~ parse.y                               

  > Explicitly forbid to combine af-to with route-to in pfctl.  The
  > parser cannot handle that correctly and is is unclear wether the
  > kernel code would work.  Remove the feature until someone needs it
  > and properly implements and tests it.
  > OK mike@ sashan@ mpi@ (bluhm@)

== share ============================================================= 04/06 ==

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

man

  ~ man4/umb.4                            

  > Add Ericsson N5321gw
  > OK jmc@ (feinerer@)

  ~ man8/release.8                        

  > Clean up some abuse of the .Va macro to achieve a visual effect: omit it or
  > replace it with more appropriate macros where possible or necessary.
  > input & ok schwarze (tb@)

== sys =============================================================== 05/06 ==

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

dev/pv

  ~ hyperv.c                              ~ hypervvar.h
  ~ if_hvn.c                              

  > Disable debugging output (mikeb@)

  ~ hyperv.c                              

  > M_*WAIT* flags cannot be treated as boolean values (mikeb@)

  ~ hyperv.c                              ~ hypervvar.h

  > Move as much code out of a startup hook as possible
  > To be able to perform asynchronous operations early we need to
  > have a robust polling mechanism with flexible condition check
  > semantics.  A new hv_wait interface provides such facilities.
  > Right now hvn(4) submits NVS commands and sleeps waiting for a
  > interrupt to fire and run the completion code and it will take
  > some effort to convert this code to be able to poll instead of
  > tsleep.  But VMBus attachment, channel scanning, etc can done
  > at an earlier stage.  Lets see if this sticks. (mikeb@)

kern

  ~ uipc_socket.c                         

  > Some socket splicing tests on loopback hang with large mbufs and
  > reduced buffer size.  If the send buffer size is less than the size
  > of a single mbuf, it will never fit.  So if the send buffer is
  > empty, split the large mbuf and move only a part.
  > OK claudio@ (bluhm@)

net

  ~ pf.c                                  

  > Explicitly forbid to combine af-to with route-to in pfctl.  The
  > parser cannot handle that correctly and is is unclear wether the
  > kernel code would work.  Remove the feature until someone needs it
  > and properly implements and tests it.
  > OK mike@ sashan@ mpi@ (bluhm@)

netinet

  ~ ip_input.c                            

  > Keep checks for local delivery close to in_ouraddr().
  > ok claudio@ (mpi@)

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

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

ssh

  ~ servconf.c                            ~ sshd_config.5

  > allow ClientAlive{Interval,CountMax} in Match; ok dtucker, djm (markus@)

tmux

  ~ key-string.c                          

  > Error on invalid modifier keys. (nicm@)

  ~ key-bindings.c                        ~ server-client.c
  ~ tmux.h                                

  > For mouse keys, use the mouse pane as the default current pane. (nicm@)

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

Reply via email to