OpenBSD src changes summary for 2016-03-08 ==========================================
distrib/sets etc/mtree/special games/adventure games/trek sys/arch/amd64/amd64 sys/net usr.bin/talk usr.sbin/httpd usr.sbin/npppd == distrib =========================================================== 01/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib sets ~ lists/base/md.alpha ~ lists/base/md.amd64 ~ lists/base/md.armish ~ lists/base/md.armv7 ~ lists/base/md.hppa ~ lists/base/md.hppa64 ~ lists/base/md.i386 ~ lists/base/md.landisk ~ lists/base/md.loongson ~ lists/base/md.luna88k ~ lists/base/md.macppc ~ lists/base/md.octeon ~ lists/base/md.sgi ~ lists/base/md.socppc ~ lists/base/md.sparc ~ lists/base/md.sparc64 ~ lists/base/md.vax ~ lists/base/md.zaurus ~ lists/comp/mi > sync (deraadt@) == etc =============================================================== 02/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/etc mtree/special ~ mtree/special > adjust for lpd(8) top spool dir permissions change, so security(8) > won't complain in the daily(8) mail. > ok ajacoutot@ (tb@) == games ============================================================= 03/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/games adventure ~ done.c ~ extern.h ~ hdr.h ~ init.c ~ io.c ~ main.c ~ save.c ~ subr.c ~ vocab.c ~ wizard.c > Headers cleanup with and OK tb@ > This was prompted by an initial patch sent by Edgar Pettijohn > <edgar ! pettijohn-web.com> but the actual commit is different (mestre@) trek ~ ranf.c > - ranf() and franf() are prototyped on trek.h but ranf.c doesn't include it > so > do it > - Replace random() >> 5 by only random(): this was discussed a few months > ago > and naddy@ said at the time "Those games were originally written with the > rand(3) function. The lower bits returned by rand(3) suffered from > notoriously > poor randomness, so this idiom developed where people would use the higher, > more random bits." > OK tb@ after his remarks (mestre@) == sys =============================================================== 04/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/amd64/amd64 ~ vmm.c > additional debug printfs (mlarkin@) ~ vmm.c > Remove an outdated comment and fix some error case printfs that were > printing the wrong function name. (mlarkin@) ~ vmm.c > Change where we note the 'last' pcpu we ran on. This is needed for upcoming > work in revamping the interrupt controller code. (mlarkin@) net ~ if_bridge.c > - bridge_localbroadcast() must call pf_pkt_addr_changed() > (makes KASSERT() in pf_test() to go away) > Thanks to Mark and Mattieu for quick testing > OK mpi@ (sashan@) == usr.bin =========================================================== 05/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin talk ~ talk.c > Actually enforce what was done on rev 1.11: > if one of the parties is remote it needs to pledge for inet (mestre@) == usr.sbin ========================================================== 06/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin httpd ~ server_file.c ~ server_http.c > Set content charset for auto index generated page. > Pointed out and diff by dhill, thanks! > Tweaks and same change for error documents by me. (florian@) npppd ~ npppd/npppd_local.h > Remove __cplusplus include guard. > Diff from Tiago Silva (yasuoka@) ~ npppd/npppd_auth.c > Fix: "authconf.users_file_path" is a char[] but is checked as a char*. > Diff from Mathieu Papineau (via Claer) (yasuoka@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
