OpenBSD src changes summary for 2016-10-23
==========================================

distrib/miniroot                        regress/lib
sys/arch/armv7/armv7                    sys/arch/armv7/conf
sys/arch/armv7/omap                     sys/arch/armv7/stand/efiboot
sys/arch/armv7/sunxi                    sys/dev/pckbc
sys/dev/wscons                          sys/kern
sys/net                                 usr.bin/make
usr.bin/ssh                             usr.sbin/makefs
usr.sbin/pstat                          usr.sbin/rebound

== distrib =========================================================== 01/05 ==

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

miniroot

  ~ install.sub                           

  > Exit autoinstall in case of missing / or duplicate mountpoints.
  > This also covers the case when a template is rejected by disklabel.
  > OK krw (rpe@)

== regress =========================================================== 02/05 ==

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

lib

  ~ libm/lgamma/lgamma.c                  

  > fix lgamma test on i386 and use symbolic constant; ok martynas@ (otto@)

== sys =============================================================== 03/05 ==

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

arch/armv7/armv7

  ~ platform.c                            

  > De-platformize sunxi.  This removes the board initialization code that sets
  > up
  > SRAM for the EMAC.  Instead we rely on u-boot setting this up for us.
  > ok jsg@, patrick@ (kettenis@)

  ~ armv7var.h                            ~ intr.c

  > Remove sunxi board IDs. (kettenis@)

arch/armv7/conf

  ~ GENERIC                               ~ RAMDISK

  > De-platformize sunxi.  This removes the board initialization code that sets
  > up
  > SRAM for the EMAC.  Instead we rely on u-boot setting this up for us.
  > ok jsg@, patrick@ (kettenis@)

arch/armv7/omap

  ~ omap_machdep.c                        

  > stop disabling the external pl310 l2 cache on pandaboard
  > The consensus is that this was done before the bugs in the cache
  > flushing code were fixed.  The pl310 has been enabled on imx for some
  > time now and it works fine here on pandaboard as well.
  > ok patrick@ kettenis@ bmercer@ (jsg@)

arch/armv7/stand/efiboot

  ~ conf.c                                ~ efiboot.c

  > Remove sunxi board IDs. (kettenis@)

arch/armv7/sunxi

  ~ sxitimer.c                            

  > Only attach on sun4i and sun5i.  The timer implemented on later SoCs lacks
  > the 64-bit counter that we use as timecounter.  Those SoCs have a generic
  > timer so we don't need the SoC-specific one. (kettenis@)

  - sun4i.c                               - sun7i.c
  - sunxi.c                               - sunxi_machdep.c
  ~ files.sunxi                           

  > De-platformize sunxi.  This removes the board initialization code that sets
  > up
  > SRAM for the EMAC.  Instead we rely on u-boot setting this up for us.
  > ok jsg@, patrick@ (kettenis@)

dev/pckbc

  ~ pms.c                                 

  > Improved parameter handling in wsmouse and new ioctls for reading and
  > setting parameter values.
  > ok matthieu@ (bru@)

dev/wscons

  ~ wsconsio.h                            ~ wsmouse.c
  ~ wsmouseinput.h                        ~ wsmousevar.h

  > Improved parameter handling in wsmouse and new ioctls for reading and
  > setting parameter values.
  > ok matthieu@ (bru@)

kern

  ~ uipc_syscalls.c                       

  > dns hijacking must be af specific. move it into the port check function,
  > and redirect inet6 sockets to the ::1 flavor of localhost. (tedu@)

  ~ uipc_syscalls.c                       

  > handle non-INET6 kernels in some way (deraadt@)

  ~ uipc_syscalls.c                       

  > unbreak by fixing obvious pastos (naddy@)

net

  ~ switchofp.c                           

  > Don't free mbuf on error during swofp_flow_entry_put_instructions() parse,
  > otherwise we won't have the request ofp_header to send in the error
  > message.
  > ok jca@ (rzalamena@)

== usr.bin =========================================================== 04/05 ==

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

make

  ~ make.1                                ~ parse.c
  ~ parsevar.c                            ~ var.c
  ~ var.h                                 

  > add !!=
  > feedback and okay millert@ (espie@)

  ~ make.1                                

  > zap trailing whitespace; (jmc@)

ssh

  ~ misc.c                                ~ misc.h
  ~ readconf.c                            ~ serverloop.c

  > Factor out "can bind to low ports" check into its own function.  This will
  > make
  > it easier for Portable to support platforms with permissions models other
  > than
  > uid==0 (eg bz#2625).  ok djm@, "doesn't offend me too much" deraadt@.
  > (dtucker@)

== usr.sbin ========================================================== 05/05 ==

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

makefs

  ~ cd9660.c                              ~ ffs.c
  ~ makefs.c                              ~ makefs.h
  ~ msdos.c                               ~ msdos/mkfs_msdos.h

  > Remove short option names for -o. (natano@)

  ~ cd9660.c                              ~ cd9660.h
  ~ makefs.8                              ~ cd9660/cd9660_write.c

  > Remove cd9660's keep-bad-images option. (natano@)

  ~ msdos/mkfs_msdos.c                    ~ msdos/mkfs_msdos.h

  > Remove the msdos no_create option. (natano@)

  ~ cd9660.c                              ~ cd9660.h
  ~ cd9660/cd9660_eltorito.c              ~ cd9660/cd9660_write.c
  ~ msdos/msdosfs_vfsops.c                

  > No verbose flag for cd9660. (natano@)

pstat

  ~ pstat.c                               

  > For -d, if there is no modifier, don't go down the "longformat" path.
  > Fixes cases like "pstat -d x ticks" on armv7.
  > ok jca@, deraadt@ (kettenis@)

rebound

  ~ rebound.c                             

  > listen on inet6 sockets as well. we need this because stolen inet6 sockets
  > can't be redirected to inet4 listeners. (tedu@)

  ~ rebound.c                             

  > unbreak by fixing obvious pastos (naddy@)

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

Reply via email to