OpenBSD src changes summary for 2017-04-07
==========================================

distrib/miniroot                        etc/netstart
lib/libtls                              regress/lib
regress/usr.sbin                        sbin/dhclient
sys/arch/mips64/include                 sys/arch/mips64/mips64
sys/arch/octeon/include                 sys/arch/octeon/octeon
sys/dev/acpi                            sys/sys
usr.sbin/syslogd                        

== distrib =========================================================== 01/07 ==

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

miniroot

  ~ install.sub                           

  > Extend the information shown by diskinfo() to help to identify
  > disks. Extract the disk information enclosed in <> and the NAA
  > from the last matching dmesg line. Useful if there are multiple
  > identically sized disk of the same type.
  > Suggested by jirib at devio dot us
  > Discussed with deraadt@ (rpe@)

  ~ install.sub                           

  > Align comments of stripcom() function in netstart and install.sub. (rpe@)

  ~ install.sub                           

  > Sync variable names with netstart version of stripcom().
  > Use $_file variable instead of $1 with the wile-loop. (rpe@)

  ~ install.sub                           

  > Align comments of ifstart() function in netstart and install.sub. (rpe@)

  ~ install.sub                           

  > Minimize differences in ifstart() function between netstart and
  > install.sub which makes it easier to spot changes in the future.
  > - comments and formatting
  > - quotes on assignments are not needed (netstart)
  > - remove stray space in test (netstart)
  > - use $file variable with while-loop (netstart)
  > - although valid, instead of i use $i in arithmetic test (install.sub)
  > OK krw@, tb@
  > Looks good deraadt@ (rpe@)

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

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

netstart

  ~ netstart                              

  > Align comments of stripcom() function in netstart and install.sub. (rpe@)

  ~ netstart                              

  > Align comments of ifstart() function in netstart and install.sub. (rpe@)

  ~ netstart                              

  > Minimize differences in ifstart() function between netstart and
  > install.sub which makes it easier to spot changes in the future.
  > - comments and formatting
  > - quotes on assignments are not needed (netstart)
  > - remove stray space in test (netstart)
  > - use $file variable with while-loop (netstart)
  > - although valid, instead of i use $i in arithmetic test (install.sub)
  > OK krw@, tb@
  > Looks good deraadt@ (rpe@)

== lib =============================================================== 03/07 ==

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

libtls

  ~ tls_internal.h                        

  > Use uint8_t instead of u_int8_t - for consistency and to make things easier
  > for portable.
  > From Raphael Hittich. (jsing@)

== regress =========================================================== 04/07 ==

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

lib

  ~ libtls/gotls/tls.go                   

  > In ssl.h TLS 1.0 is called TLSv1.  Adapt name in test to make it pass.
  > OK jsing@ (bluhm@)

usr.sbin

  ~ syslogd/args-selector-syslog.pl       ~ syslogd/args-sighup-config.pl
  ~ syslogd/args-sighup.pl                ~ syslogd/funcs.pl

  > Adapt test to new syslogd's local message priority. (bluhm@)

== sbin ============================================================== 05/07 ==

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

dhclient

  ~ dhclient.c                            ~ dhcpd.h
  ~ options.c                             

  > Simply decoding of domain search option. No intentional functional
  > change. (krw@)

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

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

arch/mips64/include

  ~ cpu.h                                 

  > Add prid for CN72xx/CN73xx. (visa@)

arch/mips64/mips64

  ~ cpu.c                                 

  > Add prid for CN72xx/CN73xx. (visa@)

arch/octeon/include

  ~ autoconf.h                            

  > Make SoC version available in a simple form. (visa@)

  ~ octeon_model.h                        

  > Add prid for CN72xx/CN73xx. (visa@)

arch/octeon/octeon

  ~ machdep.c                             

  > Make SoC version available in a simple form. (visa@)

  ~ machdep.c                             

  > Add prid for CN72xx/CN73xx. (visa@)

dev/acpi

  ~ acpicpu.c                             

  > Simplify the size calculation for memset()
  > From Anton Lindqvist (anton.lindqvist(at)gmail.com) (guenther@)

sys

  ~ siginfo.h                             

  > si_addr should be of type void *, not char *
  > From Andrew Aldridge (i80and(at)foxquill.com)
  > ok millert@ mpi@ (guenther@)

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

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

syslogd

  ~ syslogd.c                             

  > Incoming TCP connections from clients fill the files of a log server.
  > A log client reconnects at every SIGHUP.  Write these accept and
  > close messages with debug priority, then they can be turned on in
  > syslog.conf.  Default is off.
  > While there, move a debug message and set the priority of the exit
  > message explicitly to error.
  > OK mpf@ millert@ (bluhm@)

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

Reply via email to