OpenBSD src changes summary for 2016-08-24
==========================================

bin/ksh                                 bin/pax
lib/libc                                regress/sys
share/man                               sys/arch/arm/arm
sys/arch/arm/include                    sys/dev/cardbus
sys/dev/pci                             sys/net
sys/netinet6                            usr.bin/du
usr.bin/hexdump                         usr.bin/openssl
usr.bin/systat                          

== bin =============================================================== 01/06 ==

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

ksh

  ~ history.c                             

  > Avoid recursively calling c_fc().  Fixes a core dump from "r r" and
  > other edge cases found by gsoares@.  OK tb@ gsoares@ (millert@)

  ~ history.c                             

  > Use writev(2) to write history records using a single syscall.
  > OK deraadt@ (millert@)

pax

  ~ options.c                             

  > Treat cpio's -t option as a modifier to -i, so they're ordering independent
  > ok millert@ (guenther@)

  ~ options.c                             

  > Make list-like output go to stderr when appending to an archive on stdout.
  > Simplify the recognition of -f- and TAPE=- as meaning stdin/stdout.
  > ok millert@ (guenther@)

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

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

libc

  ~ stdio/fgetwln.c                       

  > set the error indicator on malloc(3) failure;
  > from Andrey Chernov <ache at freebsd dot org>;
  > OK millert@ (schwarze@)

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

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

sys

  - net/pf_print_test.c                   ~ net/Makefile
  + net/pf_print/Makefile                 + net/pf_print/pf_print_test.c

  > Move the pf address printing test into its own subdirectory.  This
  > makes it consistent with the regress tree structure. (bluhm@)

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

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

man

  ~ man9/style.9                          

  > Since the removal of rwhod and friends a couple of years ago, there
  > isn't any file in the base system including <protocols/rwhod.h>. So,
  > stop suggesting the inclusion of this header in this man page.
  > ok tedu@ deraadt@ mpi@ (renato@)

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

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

arch/arm/arm

  ~ fault.c                               ~ pmap7.c

  > Replace pmap_fault_fixup() with an access flag fault handler on armv7.
  > ok tom@ (kettenis@)

arch/arm/include

  ~ armreg.h                              

  > Replace pmap_fault_fixup() with an access flag fault handler on armv7.
  > ok tom@ (kettenis@)

dev/cardbus

  ~ cardslot.c                            

  > pool_setipl for cardbus and drm pools.
  > ok kettenis@ (dlg@)

dev/pci

  ~ drm/drm_drv.c                         

  > pool_setipl for cardbus and drm pools.
  > ok kettenis@ (dlg@)

  ~ if_oce.c                              

  > pool_setipl for oce(4)
  > ok mikeb@ (dlg@)

net

  ~ pf_norm.c                             

  > Kill ip6_forward_rt reducing differences between v4 and v6.
  > A single forwarding cache is not the answer.  The answer is 42... err PF!
  > ok bluhm@ (mpi@)

netinet6

  ~ icmp6.c                               

  > Use rtalloc(9) directly instead of in6_selectsr() in icmp6_reflect().
  > This is another little step towards deprecating 'struct route{,_in6}'.
  > ok bluhm@ (mpi@)

  ~ frag6.c                               ~ ip6_forward.c
  ~ ip6_input.c                           ~ ip6_var.h

  > Kill ip6_forward_rt reducing differences between v4 and v6.
  > A single forwarding cache is not the answer.  The answer is 42... err PF!
  > ok bluhm@ (mpi@)

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

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

du

  ~ du.c                                  

  > Convert quad_t to int64_t and %q to %ll
  > Convert bzero() to memset() and bcopy() to memcpy()
  > ok natano@ millert@ (guenther@)

hexdump

  ~ display.c                             ~ parse.c

  > Convert quad_t to int64_t and %q to %ll
  > Convert bzero() to memset() and bcopy() to memcpy()
  > ok natano@ millert@ (guenther@)

openssl

  ~ openssl.1                             

  > shorten the pkey text; (jmc@)

  ~ openssl.1                             

  > shorten the pkeyparam text; (jmc@)

systat

  ~ vmstat.c                              

  > Convert quad_t to int64_t and %q to %ll
  > Convert bzero() to memset() and bcopy() to memcpy()
  > ok natano@ millert@ (guenther@)

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

Reply via email to