OpenBSD src changes summary for 2016-05-12 ==========================================
lib/libc lib/libm libexec/ld.so sbin/wsconsctl sys/dev/i2c sys/dev/sdmmc sys/net80211 usr.bin/tmux usr.bin/xinstall usr.sbin/eigrpd == lib =============================================================== 01/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ arch/amd64/gen/_setjmp.S ~ arch/amd64/gen/setjmp.S ~ arch/amd64/gen/sigsetjmp.S > Using a 3-word buffer in the openbsd.randomdata segment, XOR swizzle > the PC/FP/SP registers in the jmpbuf. An old idea (around 1999?) but > the random segment sure makes it easy. Lots of help from kettenis > ok kettenis (deraadt@) libm - arch/hppa64/fenv.c > more hppa64 cleaning (deraadt@) == libexec =========================================================== 02/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/libexec ld.so - hppa64/Makefile.inc > more hppa64 cleaning (deraadt@) == sbin ============================================================== 03/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin wsconsctl ~ Makefile > more hppa64 cleaning (deraadt@) == sys =============================================================== 04/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys dev/i2c ~ ds1631.c > If writing the control register fails, bail out without attaching any > sensors. > From Marcus Glocker, who has an Apple G5 machine where an advertised sensor > isn't there, and plodding on creates annoying dmesg spam. (kettenis@) dev/sdmmc ~ sdmmc_io.c > Remove bogus rw_exit() call. (kettenis@) net80211 ~ ieee80211.h > Fix "comma at end of enumerator list" warnings > Sure stsp@ (dcoppa@) == usr.bin =========================================================== 05/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin tmux ~ cmd-set-hook.c > set-hook needs CANFAIL like the other set commands. (nicm@) ~ cfg.c ~ cmd-source-file.c ~ tmux.1 ~ tmux.h > - Rework load_cfg() error handling a little. > - Add -q to source-file to suppress errors about nonexistent files. > Input and OK nicm@ (tim@) xinstall ~ install.1 ~ xinstall.c > Add -F option to install(1) that calls fsync(2) on the installed > file right before closing it. OK tedu@ phessler@ (millert@) == usr.sbin ========================================================== 06/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin eigrpd ~ eigrpd.c ~ eigrpe.c ~ rde.c > Improve support for config reloading. (renato@) ~ eigrpe.c > Disable EIGRPv6 on an interface when it loses its link-local address. > (renato@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
