OpenBSD src changes summary for 2016-07-26 ==========================================
gnu/usr.bin/binutils-2.17 lib/libc sys/arch/armv7/armv7 sys/arch/armv7/exynos sys/arch/armv7/imx sys/arch/armv7/omap sys/arch/armv7/sunxi sys/arch/armv7/vexpress sys/conf sys/dev/ic sys/dev/ofw sys/dev/pci sys/dev/usb == gnu =============================================================== 01/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/gnu usr.bin/binutils-2.17 ~ bfd/elf.c > Make sure there's space for the PT_OPENBSD_WXNEEDED segment, if requested > problem noted by Juan Francisco Cantero Hurtado (iam (at) juanfra.info) > ok deraadt@ (guenther@) == lib =============================================================== 02/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ arch/powerpc/gen/flt_rounds.c ~ arch/powerpc/gen/fpgetround.c ~ arch/sh/gen/flt_rounds.c ~ arch/sh/gen/fpgetround.c ~ arch/alpha/gen/fpgetround.c ~ arch/hppa/gen/fpgetround.c ~ arch/m88k/gen/fpgetround.c ~ arch/mips64/gen/fpgetround.c ~ arch/sparc/gen/fpgetround.c ~ arch/sparc64/gen/fpgetround.c ~ softfloat/fpgetround.c + hidden/ieeefp.h > Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh) > go direct instead of through the PLT. > ok millert@ kettenis@ (guenther@) == sys =============================================================== 03/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/armv7/armv7 ~ armv7_machdep.c ~ armv7_start.S > Remove the restriction that the kernel needs to be loaded at the bottom of > physical memory. This makes it possible to boot OpenBSD on platforms that > have physical memory start at address 0x00000000 as the EFI bootloader will > only attempt to load kernels at address 0x10000000 and above to work around > a bug in the u-boot EFI API layer. > ok patrick@ (kettenis@) ~ armv7_machdep.c > Rename struct fdt_memory to fdt_reg to match the member name > used in the fdt attach args and the device tree. > ok kettenis@ (patrick@) arch/armv7/exynos ~ exclock.c ~ exdisplay.c ~ exdog.c ~ exehci.c ~ exesdhc.c ~ exgpio.c ~ exiic.c ~ exmct.c ~ expower.c ~ exsysreg.c ~ exuart.c > Rename struct fdt_memory to fdt_reg to match the member name > used in the fdt attach args and the device tree. > ok kettenis@ (patrick@) arch/armv7/imx ~ imxuart.c > Rename struct fdt_memory to fdt_reg to match the member name > used in the fdt attach args and the device tree. > ok kettenis@ (patrick@) arch/armv7/omap ~ omap_com.c > Rename struct fdt_memory to fdt_reg to match the member name > used in the fdt attach args and the device tree. > ok kettenis@ (patrick@) arch/armv7/sunxi ~ sxiuart.c > Rename struct fdt_memory to fdt_reg to match the member name > used in the fdt attach args and the device tree. > ok kettenis@ (patrick@) arch/armv7/vexpress ~ pl011.c ~ virtio_mmio.c > Rename struct fdt_memory to fdt_reg to match the member name > used in the fdt attach args and the device tree. > ok kettenis@ (patrick@) conf ~ newvers.sh > Welcome to 6.0-current. > ok deraadt@ (kettenis@) ~ GENERIC > pool debug dance, part deux (tedu@) dev/ic ~ rtwn.c > Fix byteswap errors in rtwn(4) and urtwn(4) introduced by me on June 17. > Repairs urtwn(4) on macppc. Problem reported by juanfra@. > ok millert@ deraadt@ (stsp@) dev/ofw ~ fdt.c ~ fdt.h > Rename struct fdt_memory to fdt_reg to match the member name > used in the fdt attach args and the device tree. > ok kettenis@ (patrick@) dev/pci ~ if_rtwn.c > Fix byteswap errors in rtwn(4) and urtwn(4) introduced by me on June 17. > Repairs urtwn(4) on macppc. Problem reported by juanfra@. > ok millert@ deraadt@ (stsp@) dev/usb ~ if_rsu.c > Unbreak rsu(4) which was broken since r1.32. Reported by Jake Swensen. > ok deraadt@ (stsp@) ~ if_rsu.c > In rsu(4), put code that twiddles HT data in the ic under #ifdef notyet. > Some code paths in this driver peek at ic_htcaps and act upon it, so let's > play it safe until this driver gets its 11n support enabled on purpose. > Spotted while investigating the bug fixed in r1.35. (stsp@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
