OpenBSD src changes summary for 2016-11-19 ==========================================
Makefile distrib/sets etc/Makefile share/man share/mk sys/dev/pci usr.bin/calendar usr.sbin/ospfd usr.sbin/tcpdump == Makefile ========================================================== 01/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/Makefile Makefile > Enable builds with a dedicated user that cannot elevate privileges or write > to /usr/src or /usr/xenocara. > Change /usr/{,x}obj to owner build:wobj with mode 770 and install the > systemwide makefiles before starting a build. The root of the noperm fs > containing DESTDIR should also be owned by build:wobj. > Developers will need to add their users to group wobj to be able to write > to /usr/{,x}obj/. > "push forward" deraadt; testing, input & ok rpe (tb@) == distrib =========================================================== 02/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib sets ~ lists/comp/mi > sync (tb@) == etc =============================================================== 03/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc Makefile ~ Makefile > Enable builds with a dedicated user that cannot elevate privileges or write > to /usr/src or /usr/xenocara. > Change /usr/{,x}obj to owner build:wobj with mode 770 and install the > systemwide makefiles before starting a build. The root of the noperm fs > containing DESTDIR should also be owned by build:wobj. > Developers will need to add their users to group wobj to be able to write > to /usr/{,x}obj/. > "push forward" deraadt; testing, input & ok rpe (tb@) == share ============================================================= 04/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man8/release.8 > Update for builds with a dedicated build user. Eliminate some more > customization variables and refer to mk.conf(5) instead. > input & ok tj (tb@) ~ man5/mk.conf.5 > Update for builds with a dedicated user: BUILDUSER now defaults to build > and document WOBJGROUP and WOBJUMASK. Also: more consistent quotes. > ok jmc (tb@) ~ man8/release.8 > Add that RELEASEDIR must be writable by the build user. > ok tj (tb@) mk ~ bsd.obj.mk ~ bsd.own.mk > Enable builds with a dedicated user that cannot elevate privileges or write > to /usr/src or /usr/xenocara. > Change /usr/{,x}obj to owner build:wobj with mode 770 and install the > systemwide makefiles before starting a build. The root of the noperm fs > containing DESTDIR should also be owned by build:wobj. > Developers will need to add their users to group wobj to be able to write > to /usr/{,x}obj/. > "push forward" deraadt; testing, input & ok rpe (tb@) == sys =============================================================== 05/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys dev/pci ~ if_iwmreg.h > Set iwm's RTS retry limit to a more reasonable value. Prevents small frames > from getting stuck in the firmware's Tx queue for a long time behind other > frames large enough to trigger RTS but not making it out (e.g. due to bad > channel conditions). > ok tb@ (stsp@) ~ if_iwm.c > While setting up the basic rate bitmask for iwm's firmware, if the AP does > not specify basic rates for either the CCK or OFDM set, add just the most > basic rate to that set (1 Mbit/s in case of CCK, 6 Mbit/s in case of OFDM). > This behaviour matches what code comments seem to imply. > The previous code would add all possible basic rates in such cases. > So if all basic rates were CCK only, the code would add all possible OFDM > basic > rates on top. Then the firmware would send some frames at too high rates, > e.g. > RTS frames would be sent at 24Mbit/s which is a bit risky on noisy > channels. > ok tb@ (stsp@) == usr.bin =========================================================== 06/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin calendar ~ calendars/calendar.history ~ calendars/calendar.ushistory > hyrogen bomb related fixes, prompted by Carson Chittom; dates moved to > UTC. ok tb@ jmc@ (otto@) == usr.sbin ========================================================== 07/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin ospfd ~ printconf.c > Print metric and type for "redistribute" in ospfd -v. > From Remi Locherer, ok claudio (sthen@) tcpdump ~ print-802_11.c > Make tcpdump indicate basic rates listed in beacons with an asterisk. > ok tb@ (stsp@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
