OpenBSD src changes summary for 2017-09-29
==========================================

distrib/notes                           etc/examples/bgpd.conf
gnu/usr.bin/perl                        sbin/disklabel
share/man                               sys/arch/i386/i386
sys/ddb                                 sys/kern
usr.bin/ctfconv                         usr.sbin/unbound

== distrib =========================================================== 01/08 ==

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

notes

  ~ arm64/prep                            

  > With arm64 targets U-Boot looks for dtbs in a directory named after the
  > vendor of the SoC. (jsg@)

  ~ armv7/prep                            ~ arm64/prep

  > Mention that U-Boot images for Allwinner and Rockchip targets contain a
  > default DTB. (jsg@)

== etc =============================================================== 02/08 ==

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

examples/bgpd.conf

  ~ examples/bgpd.conf                    

  > SPI values 0-255 are reserved, so change the example to use a valid one.
  > fixes parsing of the example configuration
  > OK benno@ (phessler@)

== gnu =============================================================== 03/08 ==

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

usr.bin/perl

  ~ cpan/podlators/scripts/pod2man.PL     

  > Rev. 1.2 enabled UTF-8 by default.
  > During subsequent Perl updates, all the documentation changes etc.
  > got carried along, but the actual code change was deleted
  > in Rev. 1.3 and never restored.  Restore it now.
  > Bug found by bentley@; OK afresh1@ bentley@. (schwarze@)

== sbin ============================================================== 04/08 ==

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

disklabel

  ~ disklabel.c                           ~ editor.c
  ~ extern.h                              

  > don't be silent on auto-allocation failure in write mode. ok millert@ krw@
  > (otto@)

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

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

man

  ~ man4/ddb.4                            

  > New ddb(4) command: kill.
  > Send an uncatchable SIGABRT to the process specified by the pid
  > argument.  Useful in case of CPU exhaustion to kill the DoSing
  > process and generate a core for later inspection.
  > ok phessler@, visa@, kettenis@, miod@ (mpi@)

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

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

arch/i386/i386

  ~ trap.c                                

  > When fault indicates PGEX_W, only tell uvm we need a writeable page..
  > don't request R+W.  Issue observed by jsing in a go test of some sort.
  > ok mlarkin (deraadt@)

ddb

  ~ db_command.c                          ~ db_interface.h

  > New ddb(4) command: kill.
  > Send an uncatchable SIGABRT to the process specified by the pid
  > argument.  Useful in case of CPU exhaustion to kill the DoSing
  > process and generate a core for later inspection.
  > ok phessler@, visa@, kettenis@, miod@ (mpi@)

kern

  ~ kern_proc.c                           

  > New ddb(4) command: kill.
  > Send an uncatchable SIGABRT to the process specified by the pid
  > argument.  Useful in case of CPU exhaustion to kill the DoSing
  > process and generate a core for later inspection.
  > ok phessler@, visa@, kettenis@, miod@ (mpi@)

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

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

ctfconv

  ~ ctfconv.c                             

  > Do not segfault when the string table is invalid or not present.
  > Based on a diff from jsg@.
  > Found independently by jsg@ with afl and markj@FreeBSD with a port. (mpi@)

  ~ ctfconv.c                             ~ elf.c

  > Check that the end of sections do not exceed the filesize for both
  > symtab and sections.  Corrects behaviour that led to crashes found
  > via afl.
  > ok mpi@ (jsg@)

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

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

unbound

  ~ Makefile.in                           ~ acx_nlnetlabs.m4
  ~ config.h.in                           ~ configure
  ~ configure.ac                          ~ cachedb/cachedb.c
  ~ daemon/daemon.c                       ~ daemon/remote.c
  ~ daemon/stats.c                        ~ daemon/unbound.c
  ~ daemon/worker.c                       ~ dns64/dns64.c
  ~ dnscrypt/dnscrypt.c                   ~ dnscrypt/dnscrypt.h
  ~ doc/Changelog                         ~ doc/README
  ~ doc/example.conf.in                   ~ doc/libunbound.3.in
  ~ doc/unbound-anchor.8.in               ~ doc/unbound-checkconf.8.in
  ~ doc/unbound-control.8.in              ~ doc/unbound-host.1.in
  ~ doc/unbound.8.in                      ~ doc/unbound.conf.5.in
  ~ iterator/iterator.c                   ~ iterator/iterator.h
  ~ libunbound/libworker.c                ~ libunbound/unbound.h
  ~ services/authzone.c                   ~ services/listen_dnsport.c
  ~ services/localzone.c                  ~ services/localzone.h
  ~ services/outside_network.c            ~ services/cache/dns.c
  ~ services/cache/infra.c                ~ sldns/parseutil.c
  ~ sldns/str2wire.c                      ~ sldns/wire2str.c
  ~ smallapp/unbound-anchor.c             ~ smallapp/unbound-checkconf.c
  ~ smallapp/unbound-control.c            ~ util/config_file.c
  ~ util/config_file.h                    ~ util/configlexer.lex
  ~ util/configparser.y                   ~ util/fptr_wlist.c
  ~ util/iana_ports.inc                   ~ util/net_help.c
  ~ util/net_help.h                       ~ util/netevent.c
  ~ util/data/msgreply.c                  ~ util/shm_side/shm_main.c
  ~ util/storage/lookup3.c                ~ validator/val_secalgo.c
  ~ validator/val_utils.c                 

  > update to unbound-1.6.6, ok florian (sthen@)

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

Reply via email to