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

distrib/hppa                            distrib/sets
lib/libc                                lib/libcrypto
sbin/disklabel                          sys/arch/octeon/conf
sys/arch/octeon/dev                     sys/arch/octeon/include
sys/dev                                 sys/dev/pci
sys/dev/pv                              sys/net80211
usr.bin/ftp                             usr.bin/tmux
usr.sbin/dhcrelay                       usr.sbin/syspatch

== distrib =========================================================== 01/06 ==

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

hppa

  ~ ramdisk/Makefile                      

  > Use makefs to build bsd.rd; build & boot tested by krw (natano@)

sets

  ~ lists/comp/mi                         

  > sync (deraadt@)

== lib =============================================================== 02/06 ==

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

libc

  ~ net/linkaddr.c                        

  > Fix regressions introduce in the fix for CVE-2016-6559.
  > From FreeBSD (glebius) (millert@)

libcrypto

  ~ man/d2i_ASN1_OBJECT.3                 ~ man/d2i_DHparams.3
  ~ man/d2i_DSAPublicKey.3                ~ man/d2i_PKCS8PrivateKey_bio.3
  ~ man/d2i_PrivateKey.3                  ~ man/d2i_RSAPublicKey.3
  ~ man/d2i_X509.3                        ~ man/d2i_X509_ALGOR.3
  ~ man/d2i_X509_CRL.3                    ~ man/d2i_X509_NAME.3
  ~ man/d2i_X509_REQ.3                    ~ man/d2i_X509_SIG.3

  > various cleanup; (jmc@)

  ~ man/ASN1_STRING_print_ex.3            ~ man/des_read_pw.3
  ~ man/ec.3                              ~ man/i2d_PKCS7_bio_stream.3
  ~ man/x509.3                            

  > minor cleanup; (jmc@)

  ~ man/BN_CTX_start.3                    ~ man/DES_set_key.3
  ~ man/DSA_set_method.3                  ~ man/HMAC.3
  ~ man/engine.3                          

  > some Vt fixes; (jmc@)

== sbin ============================================================== 03/06 ==

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

disklabel

  ~ disklabel.8                           

  > move the text describing the % and & units to a better place;
  > diff from jerome frgacic, tweaked by myself
  > ok krw millert (jmc@)

== sys =============================================================== 04/06 ==

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

arch/octeon/conf

  ~ GENERIC                               ~ RAMDISK
  ~ files.octeon                          

  > Add fdt_attach_args and simplebus for implementing fdt-capable
  > drivers on octeon. Adapted from armv7.
  > ok kettenis@ (visa@)

arch/octeon/dev

  ~ octeon_iobus.c                        + simplebus.c
  + simplebusvar.h                        

  > Add fdt_attach_args and simplebus for implementing fdt-capable
  > drivers on octeon. Adapted from armv7.
  > ok kettenis@ (visa@)

  ~ octeon_intr.c                         

  > Add a routine for setting up interrupt handlers using fdt.
  > ok kettenis@ (visa@)

arch/octeon/include

  + fdt.h                                 

  > Add fdt_attach_args and simplebus for implementing fdt-capable
  > drivers on octeon. Adapted from armv7.
  > ok kettenis@ (visa@)

  ~ intr.h                                

  > Add a routine for setting up interrupt handlers using fdt.
  > ok kettenis@ (visa@)

dev

  ~ rnd.c                                 

  > fix spelling errors and typos, from Michael W. Bombardieri (deraadt@)

dev/pci

  ~ azalia.c                              

  > Return ENODEV if playback is requested on devices with no DACs or
  > recording is requested on devices with no ADCs. Many thanks to
  > Bryan Vyhmeister <bryan at bsdjournal.net> for testing & debugging this.
  > (ratchov@)

  ~ if_iwm.c                              

  > iwm(4) was stripping some bits from the MCS index value before passing
  > it to bpf for tcpdump(8). Fix it so MCS >= 8 get passed on correctly.
  > ok phessler@ (stsp@)

dev/pv

  ~ xbf.c                                 

  > Silence scan-build; with prodding from jsg@ (mikeb@)

net80211

  ~ ieee80211_mira.c                      

  > Fix mira's next intra-rate calculations for MCS >= 8.
  > ok tb@ phessler@ (stsp@)

== usr.bin =========================================================== 05/06 ==

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

ftp

  ~ fetch.c                               

  > Avoid printf of a NULL pointer as a string in debug mode.
  > OK deraadt@ (millert@)

  ~ fetch.c                               

  > Avoid splitting the "Requesting %s" printf and its trailing newline.
  > Fixes a missing newline in one place and an extra one later on when
  > both debug and verbose are set. (millert@)

tmux

  ~ cmd-send-keys.c                       

  > Fix send-keys with UTF-8. (nicm@)

== usr.sbin ========================================================== 06/06 ==

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

dhcrelay

  ~ bpf.c                                 ~ dhcpd.h
  ~ dhcrelay.c                            ~ dispatch.c

  > Simplify get_interfaces function, make it return NULL if we didn't find
  > the interface and abort dhcrelay with a more friendly message when we
  > don't have an address configured in the interface.
  > ok jca@ (rzalamena@)

  ~ bpf.c                                 ~ dhcpd.h
  ~ dhcrelay.c                            ~ dispatch.c
  ~ packet.c                              

  > Clean up function prototypes: use a single struct to hold all address
  > information instead of passing multiple different parameters. This also
  > prepares the dhcrelay code to receive new features, like: IPv6, layer 2
  > relaying.
  > ok jca@ (rzalamena@)

syspatch

  ~ syspatch.8                            ~ syspatch.sh

  > Make it possible to install patches even if we don't have all sets
  > installed
  > (e.g. no x sets); in this case, syspatch will skip the patch *but* it will
  > still
  > be listed as available. This will allow applying the patch in case sets are
  > installed later on. (ajacoutot@)

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

Reply via email to