OpenBSD src changes summary for 2016-06-29 ==========================================
sbin/sysctl sys/arch/amd64/amd64 sys/arch/amd64/include sys/dev/ofw usr.bin/ssh usr.bin/vi usr.sbin/rtadvd usr.sbin/smtpd == sbin ============================================================== 01/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin sysctl ~ sysctl.8 > Document arptimeout, arpdown. Prodded by and ok jmc@ (chris@) == sys =============================================================== 02/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/amd64/amd64 ~ ioapic.c > Don't write a 1 to the RIRR bit in the IOAPIC redirection register. This > bit > is R/O, and although it should not matter what value is written there, > Hyper-V's emulated IOAPIC interprets a write of 1 in some unexpected way > and > subsequently blocks interrupt delivery. This primarily manifests itself as > de(4) timeouts when using Hyper-V VMs with the "Legacy Network Adapter" > interface. > This diff has been in snaps for almost a month with no reported fallout. > Based on an idea originally from mikeb with further input from kettenis and > deraadt. (mlarkin@) arch/amd64/include ~ i82093reg.h > Don't write a 1 to the RIRR bit in the IOAPIC redirection register. This > bit > is R/O, and although it should not matter what value is written there, > Hyper-V's emulated IOAPIC interprets a write of 1 in some unexpected way > and > subsequently blocks interrupt delivery. This primarily manifests itself as > de(4) timeouts when using Hyper-V VMs with the "Legacy Network Adapter" > interface. > This diff has been in snaps for almost a month with no reported fallout. > Based on an idea originally from mikeb with further input from kettenis and > deraadt. (mlarkin@) dev/ofw ~ fdt.c > Make the fdt parser skip nop tokens. This is needed on some > octeon boards. > Feedback and ok kettenis@ (visa@) == usr.bin =========================================================== 03/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin ssh ~ scp.1 ~ sftp.1 ~ ssh.1 > sort the -o list; (jmc@) vi ~ common/recover.c > If /tmp/vi.recover doesn't exist, don't create it. Warn once > that it doesn't exist, afterwards fail silently. > ok millert (tb@) == usr.sbin ========================================================== 04/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin rtadvd ~ config.c ~ dump.c ~ if.c ~ if.h ~ rtadvd.c ~ rtadvd.h > Spring cleanup > - pointless casts, kill caddr_t or replace it with char * > - signed counters > - simplify if_getmtu, only one method is needed and SIOCGIFMTU is the > cheapest > - we no longer have drivers for IFT_FDDI > - hide details of iflist management > - if (dflag) log_debug -> log_debug > - dead code and comments > - etc etc > Input from and ok florian@ (jca@) smtpd ~ filter.c ~ smtp_session.c ~ smtpd-api.h > Explicitely enclose SMTP transactions between BEGIN and COMMIT/ROLLBACK > filter events. Bump filter API version. > ok gilles@ jung@ (eric@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
