OpenBSD src changes summary for 2017-02-23
==========================================

bin/md5                                 etc/examples/pkg.conf
gnu/usr.bin/binutils-2.17               lib/libc
regress/lib                             sys/dev/pv
sys/sys                                 usr.bin/bc
usr.bin/dc                              

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

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

md5

  ~ md5.1                                 

  > SHA-1 collisions have now been found so update some man pages. As noted by
  > minek van on misc@. Thanks.
  > ok tb@, tj@
  > (and jmc@ is ok with the diff but can't ok the technical content).
  > (daniel@)

== etc =============================================================== 02/07 ==

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

examples/pkg.conf

  ~ examples/pkg.conf                     

  > sync (sthen@)

  ~ examples/pkg.conf                     

  > sync (sthen@)

== gnu =============================================================== 03/07 ==

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

usr.bin/binutils-2.17

  ~ bfd/elf64-aarch64.c                   

  > Set ELF_MAXPAGESIZE to 64k, to match lld(1).  Also define ELF_MINPAGESIZE.
  > ok patrick@, jsg@ (kettenis@)

== lib =============================================================== 04/07 ==

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

libc

  ~ asr/asr.c                             ~ asr/asr_private.h
  ~ asr/getaddrinfo_async.c               ~ asr/gethostnamadr_async.c
  ~ asr/getnameinfo_async.c               ~ asr/getnetnamadr_async.c
  ~ asr/getrrsetbyname_async.c            ~ asr/res_search_async.c

  > Put a common subq pointer in the query struct, rather than one in each
  > element of the union.
  > ok gilles@ millert@ krw@ (eric@)

  ~ hash/md5.3                            

  > Replace use of mathematical minus with an em-dash (from tb@) and break up
  > a long sentence (from tj@). (daniel@)

  ~ hash/sha1.3                           

  > SHA-1 collisions have now been found so update some man pages. As noted by
  > minek van on misc@. Thanks.
  > ok tb@, tj@
  > (and jmc@ is ok with the diff but can't ok the technical content).
  > (daniel@)

  ~ arch/aarch64/sys/sigpending.S         

  > The assembly for sigpending(2) wasn't correctly implemented either.  I
  > suppose this still stems from the first steps where we tried to get at
  > least some userland stuff to compile.  This change properly saves the
  > pointer before doing the syscall and stores the return value in the
  > pointer on return.  This makes sigpending regress pass. (patrick@)

== regress =========================================================== 05/07 ==

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

lib

  ~ libcrypto/bn/general/bntest.c         

  > Check return value of every BN_* functions in bntest
  > - add macro CHECK_GOTO
  > - unify function return code to rc
  > - add err: label for error goto
  > ok bcook@ (inoguchi@)

== sys =============================================================== 06/07 ==

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

dev/pv

  ~ hypervic.c                            

  > Add missing mtx_leave() calls in two hypervic error paths
  > ok mikeb@ (jsg@)

sys

  ~ percpu.h                              

  > be nicer to 32bit strict alignment archs that can do 64bit loads/stores.
  > ie, align boot memory to the size of uint64_ts.
  > there's an argument to be made that we should align this to 16 bytes
  > to be consistent with malloc and pools. (dlg@)

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

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

bc

  ~ bc.y                                  

  > - write parse errors to stderr, prompted by Martijn Dekker
  > - we're only interactive if stdout en stderr are a tty as well as stdin
  > (otto@)

dc

  ~ bcode.c                               ~ dc.1

  > Introduce e command, equivalent to p, but writes to stderr (otto@)

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

Reply via email to