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

bin/stty                                lib/libc
regress/sys                             regress/usr.sbin
share/man                               share/zoneinfo
sys/arch/arm/arm                        sys/lib/libz
sys/netinet                             sys/netinet6
sys/ufs/ufs                             usr.bin/sndiod
usr.sbin/arp                            usr.sbin/bgpd

== bin =============================================================== 01/07 ==

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

stty

  ~ cchar.c                               ~ gfmt.c
  ~ key.c                                 ~ modes.c
  ~ print.c                               ~ stty.c
  ~ stty.h                                

  > header cleanup
  > from Edgar Pettijohn, with a correction from deraadt@ (mmcc@)

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

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

libc

  ~ asr/res_init.c                        

  > Initialize _res_ext.nsaddr_list alongside _res.nsaddr_list.
  > Fallback to initialization with 0 when _res.nsaddr_list is to small to hold
  > an
  > IPv6 address.
  > OK bluhm@ (chrisz@)

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

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

sys

  ~ net/rtable/util.c                     

  > Assert that the mask to prefix length conversion is correct when
  > removing an entry.
  > While here print the corresponding error string when available if
  > rtable_* function fail. (mpi@)

usr.sbin

  ~ Makefile                              + arp/Makefile
  + arp/arptest1.ok                       + arp/arptest2.ok
  + arp/arptest3.ok                       + arp/arptest4.ok
  + arp/arptest5.ok                       

  > arp(8) regression tests, some of which are currently failing with ART.
  > (mpi@)

== share ============================================================= 04/07 ==

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

man

  ~ man4/route.4                          

  > add missing RTF_CONNECTED, remove ESIS (End System to Intermediate
  > System Protocol) add NDP instead, add information about RTF_FMASK.
  > phessler@ millert@ (benno@)

zoneinfo

  ~ datfiles/asia                         ~ datfiles/europe
  ~ datfiles/southamerica                 ~ datfiles/zone.tab
  ~ datfiles/zone1970.tab                 

  > Update to tzdata2016c from ftp.iana.org. (millert@)

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

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

arch/arm/arm

  ~ cpufunc.c                             

  > Cleanup SCTLR mask to only include bits that are actually defined on
  > most ARMv7 and ARMv8 processors.
  > Add TODO to set the ACTLR.SMP bit so we can make use of the atomic
  > instructions available since ARMv6.
  > Remove unused comment and code while there.
  > ok jsg@ (patrick@)

lib/libz

  ~ inflate.c                             

  > remove vax handling
  > ok millert (natano@)

netinet

  ~ in_pcb.c                              ~ in_pcb.h

  > Extract in_pcbaddrisavail() from in_pcbbind().
  > ok jca@ (vgross@)

  ~ in_pcb.c                              ~ in_pcb.h
  ~ tcp_usrreq.c                          ~ udp_usrreq.c

  > Merge in_pcbbind() and in6_pcbbind(), and change every call to
  > in6_pcbbind() into in_pcbbind().
  > Ok jca@ mpi@ (vgross@)

netinet6

  ~ in6_pcb.c                             ~ ip6_divert.c
  ~ udp6_output.c                         

  > Merge in_pcbbind() and in6_pcbbind(), and change every call to
  > in6_pcbbind() into in_pcbbind().
  > Ok jca@ mpi@ (vgross@)

ufs/ufs

  ~ ufs_dirhash.c                         

  > remove vax handling
  > ok millert (natano@)

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

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

sndiod

  ~ abuf.h                                

  > Align comments. From David CARLIER <devnexen at gmail.com>. Thanks.
  > (ratchov@)

  ~ dev.c                                 ~ dev.h
  ~ sndiod.c                              ~ sock.c

  > Remove unused arguments of dev_adjpar(), getbasepath() and all
  > slotops->onvol() implementations. From David CARLIER <devnexen at
  > gmail.com>. Thanks. (ratchov@)

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

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

arp

  ~ arp.8                                 ~ arp.c

  > Remove code to print the never set SIN_PROXY bit.  This flag is only used
  > to set the 33rd bit of a 32bit address in the routing table.
  > ok millert@ (mpi@)

  ~ arp.c                                 

  > Rename 'rtn' to 'error' for coherency. (mpi@)

  ~ arp.c                                 

  > Kill undocumented "pro" command.  It's a no-op since the 90s! (mpi@)

  ~ arp.8                                 

  > tweak previous; (jmc@)

bgpd

  ~ kroute.c                              

  TAGGED OPENBSD_5_9
  > MFC
  > revision 1.208
  > Connected routes are no longer identified by a AF_LINK gateway so adjust
  > dispatch_rtmsg_addr() similar to the way fetchtable() was fixed long ago.
  > This should fix various issues with bad gateways being picked up by bgpd.
  > Problem identified and initial fix provided by phessler@ but commiting
  > my version which is more conservative. OK phessler@ (phessler@)

  ~ kroute.c                              

  TAGGED OPENBSD_5_8
  > MFC
  > revision 1.208 by claudio@
  > Connected routes are no longer identified by a AF_LINK gateway so adjust
  > dispatch_rtmsg_addr() similar to the way fetchtable() was fixed long ago.
  > This should fix various issues with bad gateways being picked up by bgpd.
  > Problem identified and initial fix provided by phessler@ but commiting
  > my version which is more conservative. OK phessler@ (phessler@)

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

Reply via email to