OpenBSD src changes summary for 2016-08-21 ==========================================
distrib/miniroot lib/libc sys/arch/arm/cortex sys/arch/armv7/conf sys/arch/armv7/exynos sys/arch/armv7/sunxi sys/arch/armv7/vexpress sys/dev/ofw sys/miscfs/fuse usr.bin/login usr.sbin/rebound == distrib =========================================================== 01/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib miniroot ~ install.sub > tweak previous > OK halex, krw (rpe@) ~ install.sub > Make lease_value() unescape quoted strings. To be fully compliant, we > should unvis() it too, but I think this is enough, at least for now. > ok krw@ (halex@) == lib =============================================================== 02/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ sys/__thrsigdivert.2 > fix obvious typo in the .Dt section number (schwarze@) ~ stdio/fgetwln.c > bugfix: when fgetwc(3) fails, fgetwln(3) must fail as well; > OK jca@ martijn@ millert@ (schwarze@) == sys =============================================================== 03/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/arm/cortex ~ ampintc.c > Remove the remains of a workaround to get GIC ranges for exynos. > Exynos differed from everything else by not having GIC at fixed offsets > from PERIPHBASE. Now that ampintc/GIC attaches using FDT we get the ranges > out of the FDT instead of using offsets from PERIPHBASE. (jsg@) arch/armv7/conf ~ GENERIC ~ RAMDISK > Dynamically attach exuart using the FDT. (jsg@) ~ files.armv7 > Add a minimal clock "framework". Build it on armv7. > ok patrick@ (kettenis@) arch/armv7/exynos ~ exuart.c ~ exynos.c ~ files.exynos > Dynamically attach exuart using the FDT. (jsg@) ~ exynos4.c ~ exynos5.c > Remove the remains of a workaround to get GIC ranges for exynos. > Exynos differed from everything else by not having GIC at fixed offsets > from PERIPHBASE. Now that ampintc/GIC attaches using FDT we get the ranges > out of the FDT instead of using offsets from PERIPHBASE. (jsg@) arch/armv7/sunxi ~ sxiccmu.c > Implement some fundamental clocks using the new clock framework. > ok patrick@ (kettenis@) ~ sxiccmu.c > Add support for all the ahb, apb0 and apb1 clock gating devices on sun4i, > sun5i and sun7i. (kettenis@) ~ sximmc.c > Use generic clock API to enable the module clock. (kettenis@) arch/armv7/vexpress ~ pl011.c > When detecting the console on attach test fa_node and stdout_node not > fa_reg > and pl011consaddr as the pl011consaddr addresss may have been translated. > Set cn_dev at this point as well as in com(4) and imxuart(4) to handle > cases > where stdout is not serial0. (jsg@) dev/ofw ~ ofw_pinctrl.h ~ ofw_regulator.h > Fix a pasto in a comment. (kettenis@) + ofw_clock.c + ofw_clock.h > Add a minimal clock "framework". Build it on armv7. > ok patrick@ (kettenis@) miscfs/fuse ~ fuse_lookup.c ~ fuse_vnops.c ~ fusefs.h > There are three callers of update_vattr(). Two of them don't use the > updated struct vattr afterwards, so the call can be removed. Remove both > calls and the function itself, inlining the last remaining call. > ok millert (natano@) == usr.bin =========================================================== 04/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin login ~ login.c > Change sleep from crazy backoff to one second of sleep between retries > ok deraadt@ (beck@) == usr.sbin ========================================================== 05/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin rebound ~ rebound.c > introduce a union of sockaddr types and eliminate a lot of casts. (tedu@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
