OpenBSD src changes summary for 2016-03-31 ==========================================
distrib/sets libexec/spamd-setup sbin/kbd sbin/sysctl sbin/wsconsctl share/man sys/dev/usb sys/kern sys/netinet sys/netinet6 sys/sys usr.bin/ssh usr.sbin/syslogd usr.sbin/tcpdump usr.sbin/tftpd usr.sbin/wsconscfg == distrib =========================================================== 01/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib sets ~ lists/base/md.hppa64 > remove files that are not built on hppa64 (jsg@) == libexec =========================================================== 02/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/libexec spamd-setup ~ spamd-setup.8 > Don't use .Aq for syntax elements that require ASCII "<>". > Bug reported by Christian Heckendorf <mbie at ulmus dot me>, patch by me. > OK jmc@ bentley@ (schwarze@) == sbin ============================================================== 03/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin kbd ~ Makefile > Simplify MACHINE tests, the only platforms in the tree without wsdisplay > are octeon and hppa64. (jsg@) sysctl ~ sysctl.8 > Don't use .Aq for syntax elements that require ASCII "<>". > Patch from Christian Heckendorf <mbie at ulmus dot me>. > OK jmc@ bentley@ (schwarze@) wsconsctl ~ Makefile > Simplify MACHINE tests, the only platforms in the tree without wsdisplay > are octeon and hppa64. (jsg@) == share ============================================================= 04/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man4/uslcom.4 > The USB console port on Aruba 7xxx wireless controllers shows up as > "Aruba Networks USB to UART Bridge Controller". It uses a Silabs > CP210x chip with a modified vendor Id that is supported by uslcom(4). > OK jsg@ (reyk@) ~ man5/mk.conf.5 > Don't use .Aq for syntax elements that require ASCII "<>". > Patch from Christian Heckendorf <mbie at ulmus dot me>. > OK jmc@ bentley@ (schwarze@) == sys =============================================================== 05/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys dev/usb ~ usbdevs > Add Aruba CP210x for the integrated "Aruba Networks USB to UART Bridge > Controller" that is found in HP Aruba 7xxx wireless controllers. (reyk@) ~ usbdevs.h ~ usbdevs_data.h > sync > (I forgot: previous change to usbdevs was OK jsg@) (reyk@) ~ uslcom.c > The USB console port on Aruba 7xxx wireless controllers shows up as > "Aruba Networks USB to UART Bridge Controller". It uses a Silabs > CP210x chip with a modified vendor Id that is supported by uslcom(4). > OK jsg@ (reyk@) kern ~ vfs_subr.c ~ spec_vnops.c > Increase size of the clone bitmap. A limit of only 64 device clones > turned out to be too low for the upcoming work on cloning bpf. The new > limit is 1024 device clones. As part of the size increase, the bitmap > has been changed to be allocated separately to avoid bloating all device > nodes, as suggested by guenther, millert and deraadt. > ok millert mikeb (natano@) netinet ~ tcp_input.c > If one of the TCP syn cache buckets overflow, it might be a collision > attack against our hash function. In this case, switch to the > passive syn cache as soon as possible. It will start with a new > random seed for the hash. > input and OK mpi@ (bluhm@) netinet6 ~ udp6_output.c > Don't forget to initialize scope_id. This fixes semarie@ and sthen@'s > regressions with dhcpcd. > Ok sthen@ (vgross@) sys ~ specdev.h > Increase size of the clone bitmap. A limit of only 64 device clones > turned out to be too low for the upcoming work on cloning bpf. The new > limit is 1024 device clones. As part of the size increase, the bitmap > has been changed to be allocated separately to avoid bloating all device > nodes, as suggested by guenther, millert and deraadt. > ok millert mikeb (natano@) == usr.bin =========================================================== 06/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin ssh ~ dh.c ~ pathnames.h > Remove fallback from moduli to "primes" file that was deprecated in 2001 > and fix log messages referring to primes file. Based on patch from > xnox at ubuntu.com via bz#2559. "kill it" deraadt@ (dtucker@) == usr.sbin ========================================================== 07/07 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin syslogd ~ syslogd.8 > Don't use .Aq for syntax elements that require ASCII "<>". > Patch from Christian Heckendorf <mbie at ulmus dot me>. > OK jmc@ bentley@ (schwarze@) tcpdump ~ tcpdump.8 > Don't use .Aq for syntax elements that require ASCII "<>". > Patch from Christian Heckendorf <mbie at ulmus dot me>. > OK jmc@ bentley@ (schwarze@) tftpd ~ tftpd.c > Go in the background much later, to reduce possible silent failures. > rev. 1.34 moved the call to daemon() before the chroot, thus hiding > errors if the target directory or _tftpd user don't exist. To go in the > background later we need to preopen /dev/null. The code is put in > a daemon(3) like function that could be used in other daemons. > Lack of error reporting spotted by ajacoutot@, initial diff from dlg@. > rdaemon() "concept" discussed with semarie@. ok ajacoutot@ dlg@ (jca@) ~ tftpd.c > For consistency, omit the variable name in rdaemon() prototype. (jca@) wsconscfg ~ Makefile > Simplify MACHINE tests, the only platforms in the tree without wsdisplay > are octeon and hppa64. (jsg@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
