OpenBSD src changes summary for 2016-08-19 ==========================================
regress/sys regress/usr.bin regress/usr.sbin sbin/disklabel sbin/ifconfig share/man sys/arch/arm/arm sys/arch/arm/include sys/arch/armv7/armv7 sys/arch/armv7/imx sys/arch/armv7/omap sys/arch/hppa/conf sys/arch/hppa/dev sys/arch/hppa/hppa sys/net usr.bin/openssl usr.bin/passwd usr.bin/ssh usr.sbin/smtpd == regress =========================================================== 01/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress sys ~ copy/copy.c > string.h not strings.h (deraadt@) ~ kern/noexec/Makefile ~ kern/noexec/testfly.S > Add support for arm and enable on armv7. (kettenis@) usr.bin ~ ssh/unittests/Makefile + ssh/unittests/match/Makefile + ssh/unittests/match/tests.c > add tests for matching functions (djm@) usr.sbin ~ arp/arptest2.ok > Reorder entries to match current multipath ordering. (mpi@) == sbin ============================================================== 02/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin disklabel ~ editor.c > Start with a default fragsize of 2048, double it for large disks and then > cap > based on sector size. This avoid too large fragments on 4k disks. Problem > noted by David Vasek; ok krw@ (otto@) ifconfig ~ ifconfig.c > correct a rate test introduced in rev 1.326 > ok stsp@ (jsg@) == share ============================================================= 03/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man5/login.conf.5 > update man pages now that login.conf uses auto rounds > better wording/ok sthen@ ok jmc@ (danj@) == sys =============================================================== 04/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/arm/arm ~ fault.c ~ pmap7.c > Use Access Flag to do page reference emulation. > ok visa@ (kettenis@) ~ pmap7.c > Mark device memory as execute-never to prevent a speculative instruction > fetch > to access it. (kettenis@) ~ pmap7.c > Start using to XN flag to enforce that mappings without PROT_EXEC are > non-executable. > ok visa@, deraadt@ (kettenis@) ~ fault.c > Make the FSR encoding strings match the ARMv7 ARM. (kettenis@) arch/arm/include ~ pmap.h > Use Access Flag to do page reference emulation. > ok visa@ (kettenis@) ~ pmap.h > Adjust the definitions of L1_S_COHERENT_v7, L2_L_COHERENT_v7 and > L2_S_COHERENT_v7 such that bus_dmamap_sync(9) avoids unnecessary cache > flushes again for DMA'able memory mapped with the BUS_DMA_COHERENT flag. > I broke this in pmap7.c rev 1.35. > ok tom@ (kettenis@) ~ pmap.h > Start using to XN flag to enforce that mappings without PROT_EXEC are > non-executable. > ok visa@, deraadt@ (kettenis@) arch/armv7/armv7 ~ armv7_machdep.c > Map kernel .text read-only. > Spotted by deraadt@ (kettenis@) arch/armv7/imx ~ if_fec.c > Seems we need to hold the PHY into reset a little bit longer. Without it > Theo's Cubox-i comes up without working Ethernet after a warm boot. > ok deraadt@ (kettenis@) arch/armv7/omap ~ ti_iic.c > avoid using an uninitialised variable with zero length iic_exec calls > (jsg@) arch/hppa/conf ~ files.hppa > move mem.c to hppa directory like every other arch. > (probably landed in dev because it has support for this viper thing, > but i like consistency for the /dev/null parts.) > ok kettenis (tedu@) arch/hppa/dev - mem.c > move mem.c to hppa directory like every other arch. > (probably landed in dev because it has support for this viper thing, > but i like consistency for the /dev/null parts.) > ok kettenis (tedu@) arch/hppa/hppa + mem.c > move mem.c to hppa directory like every other arch. > (probably landed in dev because it has support for this viper thing, > but i like consistency for the /dev/null parts.) > ok kettenis (tedu@) net ~ route.c > Do not seroize a struct needed for RTM_RESOLVE in the hot path. > ok phessler@, bluhm@, tedu@, natano@ (mpi@) == usr.bin =========================================================== 05/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin openssl ~ openssl.1 > shorten the ocsp text; ok beck (jmc@) passwd ~ passwd.1 > update man pages now that login.conf uses auto rounds > better wording/ok sthen@ ok jmc@ (danj@) ssh ~ monitor.c ~ servconf.c ~ servconf.h ~ session.c ~ sshd.8 ~ sshd.c ~ sshd_config.5 > remove UseLogin option and support for having /bin/login manage > login sessions; ok deraadt markus dtucker (djm@) == usr.sbin ========================================================== 06/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin smtpd ~ smtpd.c > make smtpd less verbose at startup > ok gilles@ sunil@ jung@ millert@ (eric@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
