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

lib/libc                                libexec/ld.so
regress/usr.bin                         share/man
sys/arch/armv7/sunxi                    sys/net
sys/sys                                 usr.bin/less
usr.bin/mandoc                          usr.bin/openssl
usr.bin/ssh                             usr.sbin/ldomd

== lib =============================================================== 01/07 ==

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

libc

  ~ stdlib/realpath.c                     

  > Don't call lstat() before readlink() just to see if it's a symlink,
  > as readlink() will tell you that more cheaply.
  > ok millert@ (guenther@)

== libexec =========================================================== 02/07 ==

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

ld.so

  ~ dl_realpath.c                         

  > Don't call lstat() before readlink() just to see if it's a symlink,
  > as readlink() will tell you that more cheaply.
  > ok millert@ (guenther@)

  ~ loader.c                              

  > fix a comment (guenther@)

  ~ alpha/ldasm.S                         ~ alpha/syscall.h
  ~ amd64/ldasm.S                         ~ amd64/syscall.h
  ~ arm/ldasm.S                           ~ arm/syscall.h
  ~ hppa/ldasm.S                          ~ hppa/syscall.h
  ~ i386/ldasm.S                          ~ i386/syscall.h
  ~ m88k/ldasm.S                          ~ m88k/syscall.h
  ~ mips64/ldasm.S                        ~ mips64/syscall.h
  ~ powerpc/ldasm.S                       ~ powerpc/syscall.h
  ~ sh/ldasm.S                            ~ sh/syscall.h
  ~ sparc/ldasm.S                         ~ sparc/syscall.h
  ~ sparc64/ldasm.S                       ~ sparc64/syscall.h

  > ld.so doesn't need gettimeofday or lstat stubs any more
  > ok deraadt@ (guenther@)

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

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

usr.bin

  + column/Makefile                       + column/column.sh

  > I don't dare to provide an OK for a rewrite of this program
  > without having at least some systematic testing in place. (schwarze@)

  ~ column/column.sh                      

  > typo (schwarze@)

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

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

man

  ~ man4/gre.4                            

  > Remove obsolete gre(4) ioctls GRESADDRS, GRESADDRD, GREGADDRS,
  > GREGADDRD, GRESPROTO, and GREGPROTO.  They have been replaced by
  > generic ioctls some time ago (eg. the "ifconfig gre0 tunnel") and
  > there is no need to keep the old ones around.  They are neither used
  > in base nor in ports.
  > OK sthen@ (reyk@)

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

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

arch/armv7/sunxi

  ~ sximmc.c                              

  > Reset the host controller after a failed command request to make sure it
  > operates again.
  > ok kettenis (mglocker@)

  ~ sxipio.c                              

  > Fix the macros that determine the register offsets based on port and pin.
  > These were didn't work as I expected, and returned the wrong offsets.  As a
  > result, pinctrl and gpio code was twiddling the wrong bits. (kettenis@)

  ~ sxiccmu.c                             ~ sxiccmu_clocks.h

  > Add a few missing sunxi-h3 clocks and resets. (kettenis@)

  ~ sxipio.c                              

  > Get rid of sxipio_ioh and sxipio_iot; they're not used (anymore).
  > (kettenis@)

net

  ~ if_gre.c                              

  > Remove obsolete gre(4) ioctls GRESADDRS, GRESADDRD, GREGADDRS,
  > GREGADDRD, GRESPROTO, and GREGPROTO.  They have been replaced by
  > generic ioctls some time ago (eg. the "ifconfig gre0 tunnel") and
  > there is no need to keep the old ones around.  They are neither used
  > in base nor in ports.
  > OK sthen@ (reyk@)

sys

  ~ sockio.h                              

  > Remove obsolete gre(4) ioctls GRESADDRS, GRESADDRD, GREGADDRS,
  > GREGADDRD, GRESPROTO, and GREGPROTO.  They have been replaced by
  > generic ioctls some time ago (eg. the "ifconfig gre0 tunnel") and
  > there is no need to keep the old ones around.  They are neither used
  > in base nor in ports.
  > OK sthen@ (reyk@)

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

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

less

  ~ main.c                                

  > Check the MORE (or LESS) environment variables after forcing the various
  > more(1) options, so it is possible to change them using MORE. From Ross
  > L Richardson. ok deraadt millert (nicm@)

mandoc

  ~ mdoc_argv.c                           

  > If a line inside .Bl -column starts with a tab character
  > and there was no preceding .It macro, do not read the byte
  > before the beginning of the line buffer.
  > Found by tb@ with afl@. (schwarze@)

openssl

  ~ openssl.1                             

  > shorten the rsa text; of note, i've also reduced the description
  > for -inform/-outform/-text and removed the oft-repeated header/footer
  > blurb; (jmc@)

ssh

  ~ sshd.c                                

  > fix uninitialised optlen in getsockopt() call; harmless on Unix/BSD
  > but potentially crashy on Cygwin. Reported by James Slepicka
  > ok deraadt@ (djm@)

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

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

ldomd

  ~ ldomd.c                               

  > Pull in <time.h> for tzset() (guenther@)

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

Reply via email to