OpenBSD src changes summary for 2016-07-31 ==========================================
distrib/sets lib/libssl sbin/dhclient share/man sys/arch/arm/arm sys/arch/arm/include sys/dev/pci sys/dev/usb usr.bin/mandoc usr.sbin/hotplugd usr.sbin/ndp == distrib =========================================================== 01/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib sets ~ lists/man/mi > sync (jsg@) == lib =============================================================== 02/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libssl ~ src/crypto/opensslv.h > bump for LibreSSL 2.5.x (bcook@) == sbin ============================================================== 03/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin dhclient ~ clparse.c > Ask for DHO_BOOTFILE_NAME and DHO_TFTP_SERVER by default. May prove > useful to autoinstall in the future and in the meantime can provide > information on what the dhcp server has done with the desired server > name and file name info. > Original diff from Patrik Lundin via tech@ (krw@) == share ============================================================= 04/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man4/Makefile > install acpials.4 (jsg@) == sys =============================================================== 05/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/arm/arm ~ cpufunc.c > Instead of testing MIDR values for every model of Cortex processor check > MMFR0 for an ARMv7 VMSA MMU that can handle short descriptors when > setting ARMv7 function pointers. ARMv8 in AArch32 mode is documented to > set the same bits. > ok patrick@ (jsg@) ~ cpu.c > Recognise Cortex A35 and Cortex A73. (jsg@) ~ conf.c ~ vm_machdep.c > Use ansi style function declarations. No binary change. > From Robert Tate. (jsg@) ~ pmap7.c > According to te armv7 ARM TLB entries that caused a Permission fault might > be held in the TLB. On top of that valid page table entries might be > speculatively loaded into the TLB. As a result we need to flush TLB > entries > even when the page in question has not been referenced. > Fixes pmap_fault_fixup messages on Cortex-A53, and presumably also on > Cortex-A7. > ok patrick@, guenther@ (kettenis@) ~ pmap7.c > Remove devmap stuff which is unused on armv7. > ok patrick@ (kettenis@) arch/arm/include ~ armreg.h > Instead of testing MIDR values for every model of Cortex processor check > MMFR0 for an ARMv7 VMSA MMU that can handle short descriptors when > setting ARMv7 function pointers. ARMv8 in AArch32 mode is documented to > set the same bits. > ok patrick@ (jsg@) ~ armreg.h > Recognise Cortex A35 and Cortex A73. (jsg@) dev/pci ~ pcidevs > Add Xeon E3-1200 v5 host bridge and some more Sunrise Point H PCH ids. > (jsg@) ~ pcidevs.h ~ pcidevs_data.h > regen (jsg@) dev/usb ~ if_smsc.c > Use m_devget(9). > ok claudio@ (kettenis@) == usr.bin =========================================================== 06/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin mandoc ~ cgi.c > Some base system pages, for example perl(1), contain non-ASCII > characters in their source code, so switch on charset autodetection > in the same way as in man(1) itself. > Issue reported by Pavan Maddamsetti at gmail dot com on bugs@. (schwarze@) == usr.sbin ========================================================== 07/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin hotplugd ~ hotplugd.c > Close /dev/hotplug on exec(). Otherwise a restart of the daemon may > fail, because the device is occupied by a child process. > from Alexey Vatchenko > ok jca (natano@) ndp ~ ndp.c > Duplicated decls (jca@) ~ ndp.c > Turn two global variables into variables local to main. (jca@) ~ ndp.c > Rename the route socket to a more useful name. > Avoid a bunch of "warning: declaration of 's' shadows a global > declaration" while here. (jca@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
