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

distrib/sets                            gnu/usr.bin/cvs
regress/bin                             regress/usr.bin
sbin/dhclient                           sys/net
usr.bin/tmux                            usr.sbin/relayd
usr.sbin/switchd                        usr.sbin/vmd

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

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

sets

  ~ lists/base/mi                         

  > sync (deraadt@)

== gnu =============================================================== 02/07 ==

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

usr.bin/cvs

  ~ Makefile.bsd-wrapper                  ~ mkinstalldirs
  ~ contrib/Makefile.in                   

  > Set correct owner for installed files. Required for noperm release.
  > ok tb (natano@)

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

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

bin

  ~ ksh/Makefile                          + ksh/main/Makefile

  > If a Makefile both defines SUBDIR and includes <bsd.regress.mk>,
  > the "all" target will depend on the "regress" target, so running
  > "make all" will recurse into the subdirectories for "regress", and
  > then recurse a second time into the same subdirectories for "all",
  > running all the tests twice.
  > Fix this by moving the Makefile to run the main-level tests into
  > a subdirectory "main" and only including <bsd.subdir.mk> from the
  > top level Makefile.
  > Issue reported by otto@; patch OK'ed by otto@ and bluhm@. (schwarze@)

usr.bin

  ~ rcs/Makefile                          ~ rcs/rlog-rflag2.out
  ~ rcs/rlog-rflag3.out                   

  > Fix tests
  > - rlog lines end with ';' these days
  > - error message in low-mem conditions changed (otto@)

  ~ cvs/Makefile                          

  > with commitids, status produces an extra line per revision (otto@)

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

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

dhclient

  ~ dispatch.c                            

  > 'ifname' --> 'ifi->name' so DEBUG compiles again. (krw@)

  ~ dhclient.c                            

  > Don't record non-existant client identifier in lease file. (krw@)

== sys =============================================================== 05/07 ==

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

net

  ~ bridgectl.c                           ~ if_bridge.c
  ~ if_bridge.h                           ~ if_switch.c
  ~ if_vxlan.c                            

  > Rename brtag_src/brtag_dst to brtag_peer/brtag_local to avoid
  > confusion about the tunnel endpoints when responding to the peer.
  > OK yasuoka@ (reyk@)

  ~ switchofp.c                           

  > Make set-field action about tunneling work with bridge_tunneltag.
  > input goda, ok reyk goda (yasuoka@)

  ~ switchofp.c                           

  > typo: send ofp messages instead of massages. (reyk@)

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

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

tmux

  ~ screen-write.c                        

  > Check padding when writing any character with width > 1, in case they
  > overlap after the first character (for example with cells xy and ab, y
  > is replacing a). (nicm@)

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

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

relayd

  ~ relay.c                               

  > fix DEBUG build after ps->ps_instance change
  > ok reyk@ bluhm@ (benno@)

switchd

  ~ ofp.h                                 ~ ofp13.c
  ~ ofp_map.h                             

  > Teach switchd(8) some multipart table properties request/parse code to
  > handle basic display. (rzalamena@)

  ~ ofp13.c                               

  > Teach switchd(8) how to ask for and debug equipment description
  > requests / replies. (rzalamena@)

  ~ ofp13.c                               

  > Use the macro OFP_ALIGN() to find alignment instead of rolling my own way.
  > ok reyk@ (rzalamena@)

  ~ imsg_util.c                           

  > Replace memset in ibuf_zero with explicit_bzero as done in iked. (reyk@)

  ~ util.c                                

  > handle AF_UNIX sockaddrs (reyk@)

  ~ ofp13.c                               

  > Teach switchd(8) how to request flow entries and how to validate the
  > request/reply. With this we get the OXM type/value printing for all
  > directions. (rzalamena@)

  ~ ofp.c                                 ~ ofp10.c
  ~ ofp13.c                               ~ switchd.h

  > Rename ofp_send to ofp_output (reyk@)

  ~ util.c                                ~ switchd.h

  > Add print_hex() for debugging of received packets (from iked) (reyk@)

vmd

  ~ config.c                              ~ control.c
  ~ proc.c                                ~ proc.h
  ~ vmd.c                                 ~ vmd.h
  ~ vmm.c                                 

  > Implement fork+exec for vmd, using the same framework from httpd etc.
  > No objections from mlarkin@ sunil@ (reyk@)

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

Reply via email to