OpenBSD src changes summary for 2016-05-14 ==========================================
distrib/sets etc/Makefile etc/rc etc/root/root.mail etc/signify/openbsd-61-fw.pub lib/libkvm share/man sys/arch/amd64/pci sys/arch/armv7/include sys/arch/armv7/stand/efiboot sys/arch/macppc/dev usr.sbin/pkg_add usr.sbin/sysmerge == distrib =========================================================== 01/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib sets ~ lists/etc/mi > Remove handling of /etc/examples/ files by sysmerge(8). Getting regular > messages > about pkg.conf isn't really that helpful and if a big syntax change comes > along > well we have current.html. > it was disabled during p2k16 and no one complained so far > discussed with and ok deraadt@ (ajacoutot@) ~ lists/base/mi ~ lists/man/mi > some misplaced man pages spotted by aja (deraadt@) == etc =============================================================== 02/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc Makefile ~ Makefile > Remove handling of /etc/examples/ files by sysmerge(8). Getting regular > messages > about pkg.conf isn't really that helpful and if a big syntax change comes > along > well we have current.html. > it was disabled during p2k16 and no one complained so far > discussed with and ok deraadt@ (ajacoutot@) rc ~ rc > unhphenate the world: re-order -> reorder > sthen does not object (jmc@) root/root.mail ~ root/root.mail > switch ftp:// mirror to http:// (tj@) ~ root/root.mail > another ftp:// to http:// (tj@) signify/openbsd-61-fw.pub + signify/openbsd-61-fw.pub > add 6.1 firmware key (sthen@) == lib =============================================================== 03/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libkvm ~ kvm.c > Revert previous commit. Converting bcopy into memcpy is never safe when > there is a big fat comment saying "Avoid alignment issues" immediately > above them. (kettenis@) == share ============================================================= 04/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man5/pf.conf.5 > unhphenate the world: re-order -> reorder > sthen does not object (jmc@) == sys =============================================================== 05/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/amd64/pci ~ pci_machdep.c > Fix typo; M_NOWAIT should be EX_NOWAIT. Fortunately this was harmless. > (kettenis@) arch/armv7/include ~ loadfile_machdep.h > Load the kernel at the address pre-allocated by the EFI bootloader. > (kettenis@) arch/armv7/stand/efiboot + Makefile + conf.c + efiboot.c + efiboot.h + eficall.h + efidev.c + efidev.h + exec.c + heap.h + ldscript.arm + libsa.h + self_reloc.c > Initial stab at an EFI bootloader for armv7. Bits and pieces from FreeBSD > and our amd64 EFI bootloader. The current code works on a 2GB CuBox-i, > but probably not on anything else. It needs a u-boot with EFI loader > support. (kettenis@) + start.S > Need some startup assembly code as well. (kettenis@) ~ exec.c > Tell the kernel where its symbols are. (kettenis@) ~ efiboot.c > Make getsecs() return 0 if EFI doesn't tell us the time. (kettenis@) ~ conf.c ~ efiboot.c ~ exec.c > Handle boot options, and pass the boot device to the kernel. The boot > device > is currently hardcoded to be sd0. Still need to figure out how we will do > proper boot device selection when we start using the FDT. (kettenis@) ~ efiboot.c ~ exec.c > Since GetTime() doesn't work on U-Boot, use timer events to simulate a > clock > that ticks at every second. This makes the boot prompt timeout work. > (kettenis@) arch/macppc/dev ~ smu.c > Return correct rpm values for all fans. > ok kettenis (mglocker@) ~ smu.c > Add support for pwm fans. > ok kettenis (mglocker@) ~ smu.c > Move rpm read to a own function analog pwm read. No functional change. > ok kettenis (mglocker@) == usr.sbin ========================================================== 06/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin pkg_add ~ pkg_add.1 > ftp:// -> http:// for main ftp site example. (tj@) ~ OpenBSD/ArcCheck.pm > use twice the same code for prepare_long and verify_modes so that it can't > diverge. > tested for a few days and okay aja@ (espie@) sysmerge ~ sysmerge.8 ~ sysmerge.sh > Remove handling of /etc/examples/ files by sysmerge(8). Getting regular > messages > about pkg.conf isn't really that helpful and if a big syntax change comes > along > well we have current.html. > it was disabled during p2k16 and no one complained so far > discussed with and ok deraadt@ (ajacoutot@) ~ sysmerge.sh > Be gone /var/sysmerge/examplessum. (ajacoutot@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
