OpenBSD src changes summary for 2017-11-16
==========================================

bin/csh                                 distrib/sets
lib/libc                                lib/libfuse
regress/bin                             regress/lib
sbin/fdisk                              share/man
sys/arch/amd64/conf                     sys/conf
sys/dev/acpi                            sys/dev/ic
sys/dev/pci                             usr.bin/tmux
usr.sbin/relayd                         

== bin =============================================================== 01/09 ==

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

csh

  ~ file.c                                

  > Zap a redundant cast. (anton@)

  ~ file.c                                

  > In revision 1.35 of file.c, tenex() was modified to respect the
  > inputline_size
  > argument but I forgot to adapt one conditional. Still no functional change
  > since
  > tenex() only has one call site where `inputline_size == sizeof(buf)`.
  > (anton@)

== distrib =========================================================== 02/09 ==

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

sets

  ~ lists/comp/mi                         

  > sync (deraadt@)

== lib =============================================================== 03/09 ==

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

libc

  ~ stdio/vfwprintf.c                     

  > Add error checking to some calls to __find_arguments(). Matches similar
  > changes by schwarze to vfprintf.c r1.71. Cherrypicked from android:
  > https://github.com/aosp-mirror/platform_bionic/commit/5305a4d4a723b06494b93
  > f2df81733b83a0c46d3
  > ok millert (tb@)

libfuse

  ~ fuse_opt.c                            

  > Add support for:
  > multiple options after -o.
  > arguments that require options e.g. -p 22
  > %s, %lu, %u option templates
  > ok mpi@ (helg@)

== regress =========================================================== 04/09 ==

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

bin

  ~ csh/Makefile                          ~ csh/filec.sh

  > Add a variable referencing the csh binary to test. (anton@)

lib

  ~ libpthread/pthread_once/Makefile      

  > Disable the pthread_once subtest until the problem with samba port
  > is resolved and libpthread can be fixed.
  > discussed with guenther@ (bluhm@)

  ~ libfuse/Makefile                      + libfuse/fuse-opt-parse.c
  + libfuse/fuse-parse-cmdline.c          

  > Add regress tests for fuse_opt_parse() and fuse_parse_cmdline()
  > ok mpi@ (helg@)

== sbin ============================================================== 05/09 ==

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

fdisk

  ~ misc.c                                

  > Range check default values so that a range like
  > '[1 - 0] [1]' can no longer return '1'.
  > Issue reported by Alexi Malinin via bugs@. Thanks! (krw@)

== share ============================================================= 06/09 ==

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

man

  ~ man4/netintro.4                       

  > sync struct ifreq with if.h.  ifr_vnetid is now a proper member of
  > struct ifreq and is no longer overloaded with ifr_metric.  Moreover,
  > ifr_index and ifr_llprio were missing and mandoc -Tlint complained
  > about a "useless macro: Tn".
  > ok jmc, benno, visa (tb@)

  ~ man4/dwiic.4                          

  > Add PCI attachment for dwiic(4) needed by Intel 100 Series machines
  > ok kettenis (jcs@)

  ~ man4/dwiic.4                          

  > fix SEE ALSO; (jmc@)

== sys =============================================================== 07/09 ==

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

arch/amd64/conf

  ~ GENERIC                               ~ RAMDISK_CD

  > Add PCI attachment for dwiic(4) needed by Intel 100 Series machines
  > ok kettenis (jcs@)

conf

  ~ files                                 

  > Add PCI attachment for dwiic(4) needed by Intel 100 Series machines
  > ok kettenis (jcs@)

dev/acpi

  - dwiic.c                               ~ acpi.c
  ~ files.acpi                            + dwiic_acpi.c

  > Add PCI attachment for dwiic(4) needed by Intel 100 Series machines
  > ok kettenis (jcs@)

dev/ic

  + dwiic.c                               + dwiicreg.h
  + dwiicvar.h                            

  > Add PCI attachment for dwiic(4) needed by Intel 100 Series machines
  > ok kettenis (jcs@)

dev/pci

  ~ files.pci                             + dwiic_pci.c

  > Add PCI attachment for dwiic(4) needed by Intel 100 Series machines
  > ok kettenis (jcs@)

== usr.bin =========================================================== 08/09 ==

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

tmux

  ~ tmux.1                                ~ window-copy.c

  > Add -and-cancel variants for scrolling commands to exit copy mode when
  > the bottom is reached, from Stephen Hicks. (nicm@)

== usr.sbin ========================================================== 09/09 ==

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

relayd

  ~ parse.y                               

  > Check that http options are only configured in http protocols.
  > OK benno@ (bluhm@)

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

Reply via email to