OpenBSD src changes summary for 2016-06-26 ==========================================
distrib/notes etc/etc.amd64/login.conf etc/etc.i386/login.conf etc/etc.macppc/login.conf etc/etc.sparc64/login.conf lib/libc sbin/mount share/man sys/arch/armv7/conf sys/arch/armv7/omap sys/arch/macppc/dev sys/kern == distrib =========================================================== 01/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib notes ~ armv7/hardware > Don't list cubieboard2, pmap can't handle allwinner a20. (jsg@) == etc =============================================================== 02/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc etc.amd64/login.conf ~ etc.amd64/login.conf > upgrade selected login.conf to use auto rounds for bcrypt. the installer > already does this, so we don't want to go backwards on password changes. > ok krw (tedu@) etc.i386/login.conf ~ etc.i386/login.conf > upgrade selected login.conf to use auto rounds for bcrypt. the installer > already does this, so we don't want to go backwards on password changes. > ok krw (tedu@) etc.macppc/login.conf ~ etc.macppc/login.conf > upgrade selected login.conf to use auto rounds for bcrypt. the installer > already does this, so we don't want to go backwards on password changes. > ok krw (tedu@) etc.sparc64/login.conf ~ etc.sparc64/login.conf > upgrade selected login.conf to use auto rounds for bcrypt. the installer > already does this, so we don't want to go backwards on password changes. > ok krw (tedu@) == lib =============================================================== 03/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ crypt/bcrypt.c > increase the minimum for auto rounds to 6. that was the previous low bound > for login.conf, and we don't want to go lower. (tedu@) == sbin ============================================================== 04/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin mount ~ mount.c > somebody forgot to look at format string warnings (tedu@) == share ============================================================= 05/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man4/man4.armv7/omdog.4 > Dynamically attach omdog(4) using the FDT. (jsg@) ~ man4/man4.armv7/cpsw.4 > Dynamically attach cpsw(4) with the FDT. (jsg@) ~ man4/man4.armv7/imx.4 ~ man4/man4.armv7/omap.4 ~ man4/man4.armv7/sunxi.4 > remove devices from soc abstraction device lists that now attach to fdt > (jsg@) ~ man4/man4.armv7/sxie.4 > sxie(4) is only for integrated 'EMAC' 10/100 Ethernet. Make this a bit > more obvious. The Gigabit 'GMAC' controller used by some A20 systems > is not supported. (jsg@) ~ man8/release.8 > Document how to create full boot and installation images containing > release tarballs and ports, suitable for installs without network. > Idea and patch from Bryan Everly, thanks! > With input from deraadt, jmc and myself. > ok jmc (tb@) == sys =============================================================== 06/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/armv7/conf ~ GENERIC ~ RAMDISK > Dynamically attach omdog(4) using the FDT. (jsg@) ~ GENERIC ~ RAMDISK > Dynamically attach tiiic using the FDT. > Only match on omap4 compatible controllers such as the one in the > am335x on bbb. omap3 has different register offsets and a different > compatible string. > This reuses kettenis' fdt i2c scan function from imxiic(4). (jsg@) ~ GENERIC ~ RAMDISK > Dynamically attach cpsw(4) with the FDT. (jsg@) arch/armv7/omap ~ files.omap ~ omap.c ~ omdog.c > Dynamically attach omdog(4) using the FDT. (jsg@) ~ ti_iic.c > destatic (jsg@) ~ ti_iic.c > add a missing argument specified in format string so this builds again > (jsg@) ~ files.omap ~ omap.c ~ ti_iic.c > Dynamically attach tiiic using the FDT. > Only match on omap4 compatible controllers such as the one in the > am335x on bbb. omap3 has different register offsets and a different > compatible string. > This reuses kettenis' fdt i2c scan function from imxiic(4). (jsg@) ~ files.omap ~ if_cpsw.c ~ omap.c > Dynamically attach cpsw(4) with the FDT. (jsg@) arch/macppc/dev ~ i2s.c > Make i2s compile with I2S_DEBUG; %x -> %p. (mglocker@) ~ i2s.c > Oups, remove '#define I2S_DEBUG' again. (mglocker@) kern ~ vfs_syscalls.c > use error code path instead of return early without calling VOP_ABORTOP() > and > vrele()/vput(). > ok deraadt@ (semarie@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
