OpenBSD src changes summary for 2016-06-10 ==========================================
distrib/armv7 games/tetris sbin/ifconfig share/man sys/arch/amd64/amd64 sys/arch/amd64/include sys/arch/amd64/stand/efiboot sys/arch/amd64/stand/libsa sys/arch/arm/arm sys/arch/armv7/conf sys/arch/armv7/exynos sys/arch/i386/stand/libsa sys/dev/acpi sys/net sys/netinet sys/sys usr.bin/aucat usr.bin/tmux usr.sbin/httpd usr.sbin/vmd == distrib =========================================================== 01/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib armv7 ~ miniroot/cubox/Makefile > list dtbs in DTBS not DTB > fixes lack of dtbs on cubox miniroot reported by jca@ (jsg@) == games ============================================================= 02/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/games tetris ~ tetris.c > When eliding a row, clear the invisible row zero, so that no columns > can become unusable during game play. Same fix was made in NetBSD's > tetris.c -r1.31 by Christos Zoulas almost exactly a year ago. > ok tedu (tb@) ~ scores.c ~ screen.c > Clean up gcc -Wshadow warnings: 'numnames' is public in <term.h>. > 'i' shadows the local loop indexing variable of scr_update(), so > no need to rename it. No binary change on amd64. > ok millert (tb@) == sbin ============================================================== 03/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin ifconfig ~ ifconfig.8 ~ ifconfig.c > Add the "llprio" field to struct ifnet, and the corresponding keyword > to ifconfig. > "llprio" allows one to set the priority of packets that do not go through > pf(4), as the case is for arp(4) or bpf(4). > ok sthen@ mikeb@ (vgross@) == share ============================================================= 04/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man4/man4.armv7/imxesdhc.4 ~ man4/man4.armv7/imxiic.4 > update config lines for fdt (jsg@) == sys =============================================================== 05/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/amd64/amd64 ~ vmm.c > Remove readpage and writepage ioctls. > They are not needed anymore now that guest memory is allocated > by and shared with the host. > ok mlarkin@ (stefan@) arch/amd64/include ~ vmmvar.h > Remove readpage and writepage ioctls. > They are not needed anymore now that guest memory is allocated > by and shared with the host. > ok mlarkin@ (stefan@) arch/amd64/stand/efiboot ~ efiboot.c > fix some typos in comments > from Tom Cosgrove (jcs@) arch/amd64/stand/libsa ~ cmd_i386.c ~ memprobe.c ~ pxe.h > fix some typos in comments > from Tom Cosgrove (jcs@) arch/arm/arm ~ undefined.c > correct spelling of a comment > from Tom Cosgrove (jsg@) arch/armv7/conf ~ RAMDISK > attach imxahci and imxesdhc to fdt on RAMDISK as well (jsg@) arch/armv7/exynos ~ crosec.c > test return value not an uninitialised variable > from Tom Cosgrove (jsg@) arch/i386/stand/libsa ~ apmprobe.c ~ cmd_i386.c ~ memprobe.c ~ pxe.h > fix some typos in comments > from Tom Cosgrove (jcs@) dev/acpi ~ acpi.c > The power management timer has been made optional in ACPI 5.0A, so don't > attempt to attach acpitimer(4) if the timer isn't present. > Pointed out by jcs@ > ok jcs@ (kettenis@) net ~ bpf.c ~ if.c ~ if.h ~ if_var.h > Add the "llprio" field to struct ifnet, and the corresponding keyword > to ifconfig. > "llprio" allows one to set the priority of packets that do not go through > pf(4), as the case is for arp(4) or bpf(4). > ok sthen@ mikeb@ (vgross@) netinet ~ if_ether.c > Add the "llprio" field to struct ifnet, and the corresponding keyword > to ifconfig. > "llprio" allows one to set the priority of packets that do not go through > pf(4), as the case is for arp(4) or bpf(4). > ok sthen@ mikeb@ (vgross@) sys ~ sockio.h > Add the "llprio" field to struct ifnet, and the corresponding keyword > to ifconfig. > "llprio" allows one to set the priority of packets that do not go through > pf(4), as the case is for arp(4) or bpf(4). > ok sthen@ mikeb@ (vgross@) == usr.bin =========================================================== 06/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin aucat ~ dsp.c > Simplify the sample rate converter, no behaviour change. (ratchov@) tmux ~ screen.c > Spelling error (incrased -> increased), from Josh Soref. (nicm@) == usr.sbin ========================================================== 07/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin httpd ~ httpd.c > & expands to the maximum amount of needed space; fix comment. > Pointed out by Frank Schoep, thanks! (florian@) ~ httpd.8 > grammar fix; from nick permyakov (jmc@) vmd ~ vmm.c > Access guest memory with normal loads and stores in vmd(8) > read_mem() and write_mem() in vmd(8) now use memcpy() instead of the > vm_readpage() and vm_writepage() ioctls to read/write guest memory. > ok mlarkin@ (stefan@) ~ vmd.8 > grammar fix; from nick permyakov (jmc@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
