OpenBSD src changes summary for 2017-10-20 ==========================================
regress/usr.bin sbin/dhclient sys/arch/alpha/pci sys/dev/usb sys/net sys/netinet sys/netinet6 usr.bin/ssh usr.bin/tmux usr.sbin/eeprom usr.sbin/smtpd == regress =========================================================== 01/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress usr.bin ~ ssh/allow-deny-users.sh ~ ssh/misc/kexfuzz/README > more RCSIDs (djm@) == sbin ============================================================== 02/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin dhclient ~ dhclient.8 ~ dhclient.conf.5 ~ dhclient.leases.5 > Flense dhclient.conf.5 down to useful information. Move > description of "lease {}" format to dhlcient.leases.5. > Neither implement standards so coalesce STANDARDS sections > into dhclient.8. AUTHOR and HISTORY sections not normally > used for .conf man pages so drop them. Many tweaks. > Language/formatting suggestions, stamp of approved by jmc@. (krw@) ~ conflex.c > Split eol() from get_char() so that token assmebly that is > terminated by a '\n' can generate error messages pointing > at the offending token, rather than pointing at a blank > line. (krw@) ~ conflex.c > prev_line and cur_line can be static. (krw@) == sys =============================================================== 03/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/alpha/pci ~ cia.c > Make sure the logic deciding whether to use BWX operations in cia(4) > operation uses the CPU capabilities, rather than a not-yet-initialized > variable which will eventually be set to the CPU capabilities. > from miod@ (mpi@) dev/usb ~ if_umb.c > Kill dead ioctl handlers. > SIOCGIF{HARD,}MTU are handled by ifioctl() and not passed down to > drivers. > ok visa@ (mpi@) net ~ if_gre.c ~ if_spppsubr.c > Kill dead ioctl handlers. > SIOCGIF{HARD,}MTU are handled by ifioctl() and not passed down to > drivers. > ok visa@ (mpi@) netinet ~ in.c > Do not test if if_ioctl is NULL, it isn't. > ok florian@, claudio@, visa@, bluhm@ (mpi@) netinet6 ~ in6.c > Do not test if if_ioctl is NULL, it isn't. > ok florian@, claudio@, visa@, bluhm@ (mpi@) == usr.bin =========================================================== 04/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin ssh ~ bitmap.c ~ bitmap.h ~ opacket.c ~ opacket.h > add RCSIDs to these; they make syncing portable a bit easier (djm@) tmux ~ status.c > Clear status line with spaces again so reverse works, spotted by sthen. > (nicm@) == usr.sbin ========================================================== 05/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin eeprom ~ optree.c > Tweak heuristics to make sure /memory properties are more likely to be > printed as hex. > ok visa@ (kettenis@) smtpd ~ smtp_session.c > When adding a missing "Date" header, use the same timestamp as the > "Received" > header for consistency. > ok gilles@ (eric@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
