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

regress/sys                             regress/usr.sbin
sys/arch/armv7/conf                     sys/arch/armv7/imx
sys/dev/wscons                          sys/kern
sys/net                                 usr.bin/doas
usr.sbin/syslogd                        

== regress =========================================================== 01/04 ==

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

sys

  ~ netinet/Makefile                      

  > Link path MTU discovery regress test into build. (bluhm@)

usr.sbin

  ~ syslogd/Makefile                      ~ syslogd/Server.pm
  + syslogd/args-server-tls-client-cert.pl
  + syslogd/args-server-tls-client-fake.pl

  > Add regression tests for syslogd TLS client certificates. (bluhm@)

  ~ syslogd/Syslogd.pm                    

  > Allow to run the syslogd tests as root without SUDO also if the
  > libevent method environment is set. (bluhm@)

== sys =============================================================== 02/04 ==

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

arch/armv7/conf

  ~ GENERIC                               

  > Turn ehci(4) glue code for the i.MX6 platform into its own imxehci(4)
  > driver
  > such that we can don't end up with conflicting attachments of other
  > SoC-specific glue code.
  > ok jsg@, patrick@ (kettenis@)

  ~ RAMDISK                               

  > Change over to imxehci(4) here as well. (kettenis@)

  ~ GENERIC                               ~ RAMDISK

  > Turn ahci(4) glue code for the i.MX6 platform into its own imxahci(4)
  > driver
  > such that we can don't end up with conflicting attachments of other
  > SoC-specific glue code. (kettenis@)

arch/armv7/imx

  ~ files.imx                             ~ imxehci.c

  > Turn ehci(4) glue code for the i.MX6 platform into its own imxehci(4)
  > driver
  > such that we can don't end up with conflicting attachments of other
  > SoC-specific glue code.
  > ok jsg@, patrick@ (kettenis@)

  ~ files.imx                             ~ imxahci.c

  > Turn ahci(4) glue code for the i.MX6 platform into its own imxahci(4)
  > driver
  > such that we can don't end up with conflicting attachments of other
  > SoC-specific glue code. (kettenis@)

dev/wscons

  ~ wsmouse.c                             

  > Reset the mt state completely in wsmouse_mt_init.
  > ok kettenis@ (bru@)

kern

  ~ kern_pledge.c                         

  > remove more noisy messages in "sendfd" and "recvfd" (deraadt@)

  ~ uipc_usrreq.c                         

  > The check for pledge "recvfd" was mistakenly only being performed
  > for chroot'd processes.
  > ok stefan semarie (deraadt@)

  ~ uipc_usrreq.c                         

  > in the great unp_gc rewrite, a null check was lost. we have spent some
  > time investigating and arguing about whether a NULL fp is a bug or not,
  > but what has become clear is that NULL fps get passed to unp_discard
  > and have been for quite some time.
  > restore old accomodating behavior by checking for null in unp_gc.
  > ok deraadt kettenis (tedu@)

  ~ vfs_syscalls.c                        

  > The only valid flag for unmount(2) is MNT_FORCE, ignore any others.
  > Fixes a crash when MNT_DOOMED is passed in the flags to unmount(2)
  > found by NCC Group.  OK bluhm@ (millert@)

net

  ~ if.c                                  ~ if_ethersubr.c

  > Directly drop packets filtered by bpf(4) instead of going through the
  > input handlers.
  > ok dlg@ (mpi@)

== usr.bin =========================================================== 03/04 ==

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

doas

  ~ doas.c                                

  > add "recvfd" to doas(1) for use with skey.
  > ok tb@ deraadt@ (semarie@)

== usr.sbin ========================================================== 04/04 ==

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

syslogd

  ~ syslogd.8                             ~ syslogd.c

  > Add support for TLS client certificates in syslogd.  This allows a
  > remote server to verify that the log messages from our syslogd are
  > authentic.
  > From Kapetanakis Giannis; man page input jmc@; OK jung@ deraadt@ (bluhm@)

  ~ syslogd.8                             

  > Document that the syslogd options -c and -k must be used together.
  > OK jmc@ (bluhm@)

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

Reply via email to