OpenBSD src changes summary for 2016-02-10 ==========================================
sbin/wsconsctl sys/dev/hid sys/dev/usb sys/net usr.sbin/smtpd == sbin ============================================================== 01/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin wsconsctl ~ util.c > Permit negative x and y coordinates in mouse.scale for uts and ums. > Needed by some touchscreens. > no objection matthieu@ (guenther@) == sys =============================================================== 02/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys dev/hid ~ hidms.c > Permit negative x and y coordinates in mouse.scale for uts and ums. > Needed by some touchscreens. > no objection matthieu@ (guenther@) dev/usb ~ uts.c > Permit negative x and y coordinates in mouse.scale for uts and ums. > Needed by some touchscreens. > no objection matthieu@ (guenther@) net ~ bpf.c > protect the bpf ring with splnet as well as the kernel lock. > kernel lock protects it against other cpus, but splnet prevents bpf > code running at splsoftnet (eg, like bridge does) from having the > rings trampled by a hardware interrupt on the same cpu. > ok mpi@ jmatthew@ (dlg@) == usr.sbin ========================================================== 03/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin smtpd ~ makemap.c > when creating a db map, we use a temporary file to work on and atomically > move to destination when done. this causes dbopen() to be called with an > empty file which happens to... not work with other db libraries. > adding O_TRUNC is noop for us, fixes the issue for other libraries and > lets us reduce delta between us and portable. > ok sunil@, ok eric@ (gilles@) ~ mproc.c > Change imsg_read() return value checking from an if..else block to > a switch statement for improved readability. OK jung@ sunil@ gilles@ > (millert@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
