OpenBSD src changes summary for 2016-04-16 ==========================================
bin/csh sys/dev/pci sys/uvm usr.sbin/bind usr.sbin/npppd usr.sbin/pkg_add usr.sbin/procmap usr.sbin/radiusd usr.sbin/rbootd == bin =============================================================== 01/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/bin csh ~ lex.c > Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL). > No functional change. > ok millert@ (krw@) == sys =============================================================== 02/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys dev/pci ~ drm/i915/intel_i2c.c > Make the gmbus code work on valleyview. > ok jsg@ (kettenis@) uvm ~ uvm_amap.c ~ uvm_amap.h > Remove am_maxslot from amap. > am_maxslot represents the total number of slots an amap can be extended > to. Since we do not extend amaps, this field as well as rounding the > number of slots to the next malloc bucket is not useful. > This also removes the corresponding output from procmap(1). > ok kettenis@ (stefan@) == usr.sbin ========================================================== 03/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin bind ~ lib/isc/unix/entropy.c ~ lib/isc/unix/socket.c ~ lib/lwres/context.c > Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL). > No functional change. > ok millert@ (krw@) npppd ~ pptp/pptp_ctrl.c ~ pptp/pptpd.c > Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL). > No functional change. > ok millert@ (krw@) pkg_add ~ OpenBSD/PackageRepository.pm > fallback to _pfetch after _pkgfetch until sysmerge is run automatically > (espie@) procmap ~ procmap.c > Remove am_maxslot from amap. > am_maxslot represents the total number of slots an amap can be extended > to. Since we do not extend amaps, this field as well as rounding the > number of slots to the next malloc bucket is not useful. > This also removes the corresponding output from procmap(1). > ok kettenis@ (stefan@) radiusd ~ radiusd.c > Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL). > No functional change. > ok millert@ (krw@) rbootd ~ bpf.c > Replace bcopy() from struct bpf_timeval to struct timeval; those > structures are not exchangeable. This should unbreak connection timeouts > in rbootd, although I can't verify due to lack of rboot-able hardware. > ok guenther millert (natano@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
