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

distrib/alpha                           distrib/hppa
distrib/ramdisk                         distrib/sparc64
lib/libc                                regress/usr.sbin
sbin/dhclient                           sbin/isakmpd
share/man                               usr.bin/ssh
usr.sbin/pkg_add                        usr.sbin/vmd

== distrib =========================================================== 01/07 ==

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

alpha

  ~ bsd.rd/Makefile                       ~ common/Makefile.inc
  ~ inst-common/Makefile.inc              

  > drop ${STRIP}, it's just 'strip'
  > ok deraadt@ (jasper@)

  ~ bsd.rd/Makefile                       ~ common/Makefile.inc

  > drop ${GZIPCMD} and just use 'gzip' (jasper@)

hppa

  ~ ramdisk/Makefile                      

  > drop ${STRIP}, it's just 'strip'
  > ok deraadt@ (jasper@)

  ~ ramdisk/Makefile                      

  > drop ${GZIPCMD} and just use 'gzip' (jasper@)

ramdisk

  ~ Makefile                              

  > drop ${GZIPCMD} and just use 'gzip' (jasper@)

sparc64

  ~ bsd.rd/Makefile                       

  > drop ${STRIP}, it's just 'strip'
  > ok deraadt@ (jasper@)

  ~ bsd.rd/Makefile                       ~ ramdisk/Makefile
  ~ ramdiskB/Makefile                     

  > drop ${GZIPCMD} and just use 'gzip' (jasper@)

== lib =============================================================== 02/07 ==

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

libc

  ~ gen/directory.3                       

  > Document readdir_r() return value and update style of the example
  > code.  Adapted from a diff by Ross L Richardson. (millert@)

== regress =========================================================== 03/07 ==

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

usr.sbin

  ~ relayd/args-http-chunked-callback.pl

  > Avoid race in relayd test that uses an invalid chunked header.  Wait
  > until server has started, then expect error message in server log. (bluhm@)

== sbin ============================================================== 04/07 ==

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

dhclient

  ~ dhclient.c                            

  > Missed a log_warnx(). Nuke an extraneous space. (krw@)

isakmpd

  ~ exchange.c                            ~ exchange.h

  > Check for failures of exchange_establish_p{1,2}() and call the given
  > `finalize' function with the `fail' argument when this happen.
  > Introduce some sanity checks in exchange_free() to be able to call if
  > even if the data structure isn't completely initialized.
  > Plug memory leaks when exchange_establish() fails.  While here fix a
  > double free in one of the error paths.
  > Based on a diff from hshoexer@, ok stsp@, markus@ (mpi@)

== share ============================================================= 05/07 ==

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

man

  ~ man4/hyperv.4                         

  > Mention that Generation 2 Virtual Machines are currently not supported
  > (mikeb@)

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

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

ssh

  ~ servconf.c                            

  > Add braces missing after channels refactor.  ok markus@ (dtucker@)

  ~ mux.c                                 

  > Prevent type mismatch warning in debug on platforms where sig_atomic_t
  > != int.  ok djm@ (dtucker@)

== usr.sbin ========================================================== 07/07 ==

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

pkg_add

  ~ OpenBSD/PkgCreate.pm                  ~ OpenBSD/Signature.pm

  > -V option for pkg_create and incorporate version into signatures. (espie@)

  ~ OpenBSD/PkgCreate.pm                  

  > better diagnostics (espie@)

  ~ package.5                             ~ pkg_create.1
  ~ pkg_info.1                            

  > document @version (espie@)

vmd

  ~ i8259.c                               

  > protect i8259 state with a mutex.
  > this allows interrupts to be safely posted by multiple threads.
  > ok mlarkin@ (dlg@)

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

Reply via email to