OpenBSD src changes summary for 2016-05-24 ==========================================
lib/libedit lib/libfuse share/man sys/arch/i386/i386 sys/arch/octeon/dev sys/arch/octeon/include sys/dev/acpi sys/dev/pci sys/dev/usb sys/kern sys/net sys/sys usr.bin/ssh == lib =============================================================== 01/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libedit ~ Makefile ~ read.c > Remove debugging ifdefs. > I'm debugging the read module for weeks now, > but these ifdefs aren't helpful. > OK cpp(1). (schwarze@) libfuse ~ fuse.c ~ fuse_subr.c > Add missing strdup NULL checks; from Ray Lai. > ok mpi@ beck@ mlarkin@ (okan@) ~ fuse_opt.c > NUL-terminate argv when parsing options, following other > implementations; fixes issue when exec*() is used for > fuse_args, notably in sshfs; from Hiltjo Posthuma and > reminded by ray. > ok mpi@ (okan@) == share ============================================================= 02/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man4/ugen.4 ~ man4/usb.4 > USB_DISCOVER and USB_GET_STRING_DESC are no more. > ok deraadt@ (mpi@) == sys =============================================================== 03/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/i386/i386 ~ mptramp.s > remove some ancient debugging code > ok deraadt@ (mlarkin@) arch/octeon/dev ~ if_cnmac.c > Fix previous. (visa@) ~ if_cnmac.c > Try to defragment overly long mbuf chains. > ok mpi@ (visa@) ~ cn30xxfpavar.h ~ cn30xxipd.c ~ cn30xxpko.c ~ if_cnmac.c > Drop a redundant set of FPA pool definitions. (visa@) arch/octeon/include ~ octeonvar.h > Reduce the size of gather buffers and allocate more of them to make > better use of memory. This should prevent gather buffer starvation on > currently supported systems. > Discussed with mpi@ (visa@) dev/acpi ~ acpitz.c > Disabling active cooling trip points when we lack the right method to > operate. > Problem reported by James Hastings. > ok dcoppa@ mlarkin@ (semarie@) dev/pci ~ pchtemp.c > Add PCI_PRODUCT_INTEL_100SERIES_LP_THERM, suggested by kettenis@ (reyk@) dev/usb ~ ugen.c ~ uhid.c ~ umodem.c ~ uplcom.c ~ usb.h ~ uticom.c > Kill unused ioctl(2)s. > ok deraadt@ (mpi@) kern ~ tty_pty.c > Remove two sysctls which were introduced only for development of the > ptm/pty subsystem, and got left behind. > ok beck (deraadt@) net ~ pf.c ~ pf_norm.c > Do not call nd6_output() without route entry argument. > ok bluhm@ (mpi@) sys ~ tty.h > Remove two sysctls which were introduced only for development of the > ptm/pty subsystem, and got left behind. > ok beck (deraadt@) == usr.bin =========================================================== 04/04 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin ssh ~ compat.c > Back out 'plug memleak'. (dtucker@) ~ sshconnect2.c ~ sshd.c > KNF compression proposal and simplify the client side a little. ok djm@ > (dtucker@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
