OpenBSD src changes summary for 2017-05-21
==========================================

distrib/miniroot                        etc/etc.loongson/MAKEDEV
etc/etc.loongson/MAKEDEV.md             regress/lib
sbin/iked                               share/man
sys/arch/arm64/arm64                    sys/arch/arm64/conf
sys/arch/armv7/conf                     sys/arch/armv7/exynos
sys/arch/loongson/conf                  sys/arch/loongson/include
sys/arch/loongson/loongson              sys/arch/mips64/conf
sys/dev/fdt                             sys/dev/ic
sys/dev/pci                             sys/kern
sys/lib/libkern                         sys/net
sys/uvm                                 usr.sbin/ikectl
usr.sbin/radiusd                        usr.sbin/sasyncd

== distrib =========================================================== 01/07 ==

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

miniroot

  ~ install.sub                           

  > Ensure a clean initial state (e.g. in case of an installer restart)
  > by moving setting ulimit, unmounting all filesystems and cleaning up
  > the dhcp state upwards to before sourcing install.md.
  > OK tb@
  > While here, 1>/dev/null -> >/dev/null. (rpe@)

== etc =============================================================== 02/07 ==

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

etc.loongson/MAKEDEV

  ~ etc.loongson/MAKEDEV                  

  > regen (visa@)

etc.loongson/MAKEDEV.md

  ~ etc.loongson/MAKEDEV.md               

  > Enable radeondrm(4) on loongson to get accelerated graphics
  > with the RS780E chipset.
  > OK kettenis@, jsg@ (visa@)

== regress =========================================================== 03/07 ==

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

lib

  ~ libc/qsort/qsort_test.c               

  > correct a return value test
  > ok millert@ (jsg@)

== sbin ============================================================== 04/07 ==

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

iked

  ~ dh.c                                  

  > A few more freezero() uses
  > ok yasuoka mikeb (deraadt@)

== share ============================================================= 05/07 ==

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

man

  ~ man8/man8.loongson/MAKEDEV.8          

  > regen (visa@)

  ~ man4/route.4                          

  > Fix copy/paste in comment. (jca@)

== sys =============================================================== 06/07 ==

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

arch/arm64/arm64

  ~ pmap.c                                

  > Give the vp pool its own allocator.  Avoiding the logic that creates large
  > pool pages that fit at least 8 pool items reduces the kva pressure.
  > Unfortunately this doesn't completely eliminate the problems sthen@ is
  > seeing.
  > ok drahn@ (kettenis@)

arch/arm64/conf

  ~ GENERIC                               ~ RAMDISK

  > Add dwmmc(4), a driver for the Synopsis Designware SD/MMC controller as
  > found
  > on various Rockchip SoCs.
  > This is still WIP.  Next steps will be to get rid of various busy-wait
  > loops
  > and add DMA support. (kettenis@)

arch/armv7/conf

  ~ GENERIC                               ~ RAMDISK

  > Add support for the SD/MMC controller found on Samsuung Exynos5.
  > (kettenis@)

arch/armv7/exynos

  - exesdhc.c                             ~ files.exynos

  > Remove exesdhc(4).  This driver was never finished and has been replaced
  > by dwmmc(4). (kettenis@)

  ~ exclock.c                             

  > Add clocks for SD/MCC controller on Exynos 5420/5800. (kettenis@)

arch/loongson/conf

  ~ GENERIC                               

  > Enable radeondrm(4) on loongson to get accelerated graphics
  > with the RS780E chipset.
  > OK kettenis@, jsg@ (visa@)

arch/loongson/include

  ~ autoconf.h                            ~ pmon.h
  ~ vmparam.h                             

  > Enable radeondrm(4) on loongson to get accelerated graphics
  > with the RS780E chipset.
  > OK kettenis@, jsg@ (visa@)

arch/loongson/loongson

  ~ conf.c                                ~ generic3a_machdep.c
  ~ machdep.c                             ~ pmon.c

  > Enable radeondrm(4) on loongson to get accelerated graphics
  > with the RS780E chipset.
  > OK kettenis@, jsg@ (visa@)

  ~ pmon.c                                

  > Tweak style. (visa@)

arch/mips64/conf

  ~ files.mips64                          

  > Enable radeondrm(4) on loongson to get accelerated graphics
  > with the RS780E chipset.
  > OK kettenis@, jsg@ (visa@)

dev/fdt

  ~ files.fdt                             + dwmmc.c

  > Add dwmmc(4), a driver for the Synopsis Designware SD/MMC controller as
  > found
  > on various Rockchip SoCs.
  > This is still WIP.  Next steps will be to get rid of various busy-wait
  > loops
  > and add DMA support. (kettenis@)

  ~ if_dwge_fdt.c                         

  > Rockchip SoCs needs some additional register twiddling when the link speed
  > changes to set the appropriate clock.  Add a sc_statchg callback in the
  > core softc that gets called when the link status changes. (kettenis@)

  ~ dwmmc.c                               

  > Actually wait on auto command done (ACD) as was the intention. (kettenis@)

  ~ dwmmc.c                               

  > Add support for the SD/MMC controller found on Samsuung Exynos5.
  > (kettenis@)

dev/ic

  ~ dwc_gmac.c                            ~ dwc_gmac_var.h

  > Rockchip SoCs needs some additional register twiddling when the link speed
  > changes to set the appropriate clock.  Add a sc_statchg callback in the
  > core softc that gets called when the link status changes. (kettenis@)

dev/pci

  ~ drm/radeon/radeon_bios.c              

  > Enable radeondrm(4) on loongson to get accelerated graphics
  > with the RS780E chipset.
  > OK kettenis@, jsg@ (visa@)

kern

  ~ kern_pledge.c                         

  > Enable radeondrm(4) on loongson to get accelerated graphics
  > with the RS780E chipset.
  > OK kettenis@, jsg@ (visa@)

lib/libkern

  + arch/mips64/sync.S                    

  > Enable radeondrm(4) on loongson to get accelerated graphics
  > with the RS780E chipset.
  > OK kettenis@, jsg@ (visa@)

net

  ~ route.h                               

  > Fix copy/paste in comment. (jca@)

uvm

  ~ uvm_device.c                          

  > Enable radeondrm(4) on loongson to get accelerated graphics
  > with the RS780E chipset.
  > OK kettenis@, jsg@ (visa@)

== usr.sbin ========================================================== 07/07 ==

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

ikectl

  ~ ikeca.c                               

  > A few more freezero() uses
  > ok yasuoka mikeb (deraadt@)

radiusd

  ~ radiusd.c                             

  > A few more freezero() uses
  > ok yasuoka mikeb (deraadt@)

sasyncd

  ~ monitor.c                             

  > A few more freezero() uses
  > ok yasuoka mikeb (deraadt@)

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

Reply via email to