OpenBSD src changes summary for 2016-02-12 ==========================================
distrib/miniroot distrib/notes share/man sys/arch/amd64/stand/libsa sys/arch/i386/stand/libsa sys/ddb sys/dev/ic sys/net sys/net80211 usr.bin/openssl usr.bin/ssh usr.bin/tmux usr.sbin/ftp-proxy usr.sbin/smtpd usr.sbin/tftp-proxy usr.sbin/tokeninit usr.sbin/traceroute == distrib =========================================================== 01/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib miniroot ~ install.sub > Uppercase global variable. > OK halex@ (rpe@) notes ~ m4.common > - The question if you really want to upgrade is gone. > - Add part about TERM and keyboard layout question. > - "download" instead of "ftp get/reget" > Feedback from and OK sthen@ > OK millert@ (rpe@) ~ m4.common > - re-order the (I)nstall, (U)pgrade, (A)utoinstall part to match what > the installer shows and what the subsequent text describes. > - re-phrase the part about ssh logins as root. The installer now asks > "Allow root ssh login? (yes, no, prohibit-password)". Previously it > was "Since you set up a user, disable sshd(8) logins to root?" > OK krw@, sthen@ (rpe@) == share ============================================================= 02/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man9/srp_enter.9 > tweak the description and make it obvious updates can sleep. > based on discussion with haesbart and jmatthew (dlg@) ~ man9/srp_enter.9 > srp_update_get_locked doesnt exist, i meant srp_get_locked (dlg@) ~ man9/srp_enter.9 > i think this is a grammar fix (dlg@) == sys =============================================================== 03/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/amd64/stand/libsa ~ random_amd64.S ~ random_i386.S > Remove the "GenuineIntel" check from x86 mdrandom(). Checking the > CPU features is enough, and this enables the use of RDRAND and the > TSC fallback on CPUs from other vendors, notably AMD. > Tested in snapshots for a month. (naddy@) arch/i386/stand/libsa ~ random_i386.S > Remove the "GenuineIntel" check from x86 mdrandom(). Checking the > CPU features is enough, and this enables the use of RDRAND and the > TSC fallback on CPUs from other vendors, notably AMD. > Tested in snapshots for a month. (naddy@) ddb ~ db_sym.c ~ db_sym.h > Kill db_symbol_is_ambiguous(). There's no ambiguous symbol since LKMs > are no longer supported. > ok tb@, guenther@ (mpi@) dev/ic ~ smc91cxx.c > pcakets -> packets (mmcc@) net ~ bpf.c > Convert to uiomove. From Martin Natano. (stefan@) net80211 ~ ieee80211_input.c > Remove superfluous assignments of 'subtype' in ieee80211_input(). > Suggested by sthen@ > ok tb@ (stsp@) == usr.bin =========================================================== 04/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin openssl ~ openssl.1 > word fix from previous; ok sthen (jmc@) ssh ~ ssh-pkcs11.c > avoid fatal() for PKCS11 tokens that present empty key IDs > bz#1773, ok markus@ (djm@) tmux ~ cmd-run-shell.c > Expand client formats in run-shell. (nicm@) == usr.sbin ========================================================== 05/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin ftp-proxy ~ ftp-proxy.c > Exit early with an error if the "_ftp_proxy" user does not exist. This > prevents > rc.d waiting up to 30 secs when starting ftp-proxy right after updating > from 5.8 > because at that point sysmerge(8) would not have had a chance to run yet > and the > unpriv user would not exist. > issue reported by sthen@ > ok sthen@ benno@ jca@ (ajacoutot@) smtpd ~ makemap.c ~ smtpctl.c > Cleanup getopt(3) mis-use in sendmail compat code. > Avoid multiple getopt(3) evaluations without optreset set and > unspecified behavior of optind = 0 as per POSIX. Instead, iterate > over argv the first time for classification. Fixes -portable without > any divergence from -current, and all newaliases opts are handled > in one place. > Looks good to me millert@ > Ok gilles@ jung@ eric@ (sunil@) tftp-proxy ~ tftp-proxy.c > Call daemon(3) later, to catch errors from getpwnam and others. > Also set up syslog logging earlier, so that error messages don't end on > stderr which has been closed by daemon(3). One additional s/errx/lerrx/ > for consistency. > Inspired by a proposal from ajacoutot@, ok ajacoutot@ sthen@ (jca@) tokeninit ~ tokeninit.c > hexidecimal -> hexadecimal (mmcc@) traceroute ~ traceroute.c > pledge for "dns" if -A is passed, even with -n. > The -A (Look up the AS number for each hop address) use DNS service. > ok jca@ sthen@ (semarie@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
