OpenBSD src changes summary for 2016-10-31
==========================================

etc/skel/dot.cvsrc                      lib/libc
lib/libcrypto                           libexec/ld.so
regress/usr.bin                         share/man
sys/dev/pci                             sys/net
usr.bin/at                              usr.sbin/vmd

== etc =============================================================== 01/08 ==

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

skel/dot.cvsrc

  ~ skel/dot.cvsrc                        

  > Add the -d flag to the update command, so directories are created
  > with 'cvs up'.  Prompted by a question by patrick keshishian, diff
  > by Raf Czlonka.
  > ok phessler, jca; mild opposition from schwarze (tb@)

== lib =============================================================== 02/08 ==

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

libc

  ~ stdlib/malloc.c                       

  > remove some old option letters and also make P non-settable.  It has
  > been the default for ages, and I see no valid reason to be able to
  > disable it. ok natano@ (otto@)

libcrypto

  ~ opensslv.h                            

  > bump to LibreSSL 2.5.1 (bcook@)

== libexec =========================================================== 03/08 ==

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

ld.so

  ~ malloc.c                              

  > sync to libc: malloc_move is not an option anymore (otto@)

== regress =========================================================== 04/08 ==

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

usr.bin

  ~ make/Makefile                         

  > fix a few suspicious (according to emacs) lines (jasper@)

  ~ make/Makefile                         

  > MALLOC_OPTION 'A' no longer exists. (tb@)

  ~ ssh/Makefile                          ~ ssh/connect-privsep.sh
  ~ ssh/unittests/bitmap/Makefile         ~ ssh/unittests/hostkeys/Makefile
  ~ ssh/unittests/kex/Makefile            ~ ssh/unittests/match/Makefile
  ~ ssh/unittests/sshbuf/Makefile         ~ ssh/unittests/sshkey/Makefile
  ~ ssh/unittests/utf8/Makefile           

  > Remove the obsolete A and P flags from MALLOC_OPTIONS.
  > ok dtucker (tb@)

== share ============================================================= 05/08 ==

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

man

  ~ man5/malloc.conf.5                    

  > P is not settable enymore (otto@)

  ~ man8/release.8                        

  > Update to reflect the changes necessary for noperm releases.  Trim some
  > more fat and avoid introducing unnecessary variables.
  > with & ok tj, ok deraadt, prodded by robert (tb@)

== sys =============================================================== 06/08 ==

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

dev/pci

  ~ if_myx.c                              

  > revert 1.97 where i moved myx to using the system pools
  > my early revision board doesnt like it at all (dlg@)

  ~ if_myx.c                              ~ if_myxreg.h

  > turns out these chips can handle buffers up to 9400 bytes in length.
  > raise the mtu to 9380 bytes so we can take advantage of the extra space.
  > i need to revisit the macro names at some point. (dlg@)

net

  ~ switchofp.c                           

  > Change validation functions prototypes: use the parameter variable to
  > return the error code and the return value to signal if the validation
  > was successful or not. With this we can signal some errors in the spec
  > that uses the value 0 (zero).
  > ok reyk@ (rzalamena@)

  ~ switchofp.c                           

  > Improve ofp_error message accurateness: use parameterized error type
  > instead of hardcoding it. With this we can change the error type to
  > something else and get a more accurate description of what happened.
  > ok reyk@ (rzalamena@)

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

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

at

  ~ at.c                                  

  > Delete setlocale(LC_TIME, "").
  > The only place where this could potentially get used was the
  > strftime(3) for fprintf(3) "job %s at %s\n" to stderr.  We don't
  > want base system utilities to talk to users in foreign languages.
  > No functional change on OpenBSD which doesn't provide any non-standard
  > LC_TIME locale anyway.
  > Patch from Jan Stary <hans at stare dot cz>.
  > In main(), exit -> return while here.
  > OK millert@ (schwarze@)

== usr.sbin ========================================================== 08/08 ==

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

vmd

  ~ log.c                                 

  > Pass the errno value to vfatal(), renaming it to vfatalc() to match,
  > intead of using errno as an implicit argument
  > ok reyk@ (guenther@)

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

Reply via email to