OpenBSD src changes summary for 2017-11-18 ==========================================
sbin/dhclient sys/arch/octeon/dev sys/arch/octeon/include sys/dev/fdt sys/dev/ofw usr.sbin/smtpd == sbin ============================================================== 01/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin dhclient ~ dhclient.c > Generate correct time comments (renewal/rebind/expiry) in > dhclient.leases and the 'offered' lease generated by -L. i.e. the > times contained in the actual offer, and not the 'effective' times > that reflect changes imposed by dhclient.conf or -i. (krw@) == sys =============================================================== 02/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/octeon/dev ~ cn30xxgmx.c ~ cn30xxsmi.c ~ octrtc.c > Add the board ID for the Ubiquiti Unifi Security Gateway. > From Justin Hibbits, thanks! (visa@) ~ if_cnmac.c ~ if_cnmacvar.h > Rename octeon_eth_* to cnmac_* for consistency with the driver's name. > This also makes the code a bit less noisy to read. (visa@) ~ if_cnmac.c > Pass the software context as an argument to the interrupt handler. > This is now possible because each port has a dedicated work queue > interrupt. (visa@) ~ cn30xxpow.c ~ cn30xxpowvar.h ~ if_cnmac.c > Move the packet input work requesting inside if_cnmac.c. This removes > a layer of abstraction that would complicate upcoming changes. (visa@) ~ if_cnmac.c > Submit incoming packets to the network stack in batches like is done > in many other NIC drivers. This reduces submission overhead. (visa@) arch/octeon/include ~ octeonvar.h > Add the board ID for the Ubiquiti Unifi Security Gateway. > From Justin Hibbits, thanks! (visa@) dev/fdt ~ rkpmic.c > Add support for voltage regulators. (kettenis@) dev/ofw ~ ofw_regulator.c > Extend regulator "framework" with functions to get/set voltages. > ok jsg@ (kettenis@) ~ ofw_regulator.h > Extend regulator "framework" with functions to get/set voltages. > ok jsg@ (kettenis@) == usr.sbin ========================================================== 03/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin smtpd ~ smtp_session.c > merge the masquerade and missing domain header callbacks into one function. > ok gilles@ (eric@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
