Module Name: src Committed By: martin Date: Wed Jun 6 15:50:23 UTC 2018
Modified Files: src/doc [netbsd-7]: CHANGES-7.2 Log Message: Tickets #1607 - #1615 To generate a diff of this commit: cvs rdiff -u -r1.1.2.90 -r1.1.2.91 src/doc/CHANGES-7.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-7.2 diff -u src/doc/CHANGES-7.2:1.1.2.90 src/doc/CHANGES-7.2:1.1.2.91 --- src/doc/CHANGES-7.2:1.1.2.90 Tue May 22 17:36:10 2018 +++ src/doc/CHANGES-7.2 Wed Jun 6 15:50:23 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.2,v 1.1.2.90 2018/05/22 17:36:10 martin Exp $ +# $NetBSD: CHANGES-7.2,v 1.1.2.91 2018/06/06 15:50:23 martin Exp $ A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2 release: @@ -5487,3 +5487,56 @@ sys/kern/uipc_mbuf.c 1.214 remove the M_READONLY check. The initial code was correct. [maxv, ticket #1606] +sys/netinet/udp_usrreq.c 1.237 (patch) + + Fix bad/wrong memory deallocations and dangling pointer + issues in NAT-T. + [maxv, ticket #1607] + +external/mit/xorg/lib/xkeyboard-config/Makefile.xkbdata 1.4 +external/mit/xorg/lib/xkeyboard-config/rules/Makefile 1.4 + + Generate xml files properly. + [youri, ticket #1608] + +usr.bin/tr/str.c 1.30 + + Do not accept invalid octal character values (>= 0400). + [leot, ticket #1609] + +usr.bin/look/look.c 1.17 + + Properly check mmap(2) return value. + [leot, ticket #1610] + +external/mpl/dhcp/dist/common/bpf.c 1.3 (patch) +(as external/bsd/dhcp/dist/common/bpf.c) + + Handle carp interfaces. + [maya, ticket #1611] + +sbin/fsck_lfs/bufcache.c 1.20 +sbin/fsck_lfs/bufcache.h 1.14 + + Fix incore(), use a 64bit logical block number. + [maya, ticket #1612] + +sys/dev/usb/if_urtwn.c 1.53 +sys/dev/usb/usbdevs 1.733 +sys/dev/usb/usbdevs.h (regen) +sys/dev/usb/usbdevs_data.h (regen) + + Add TP-Link TL-WN722N v2. + [maya, ticket #1613] + + +sys/dev/pci/mpii.c 1.9 + + Call malloc with M_NOWAIT to avoid a sleep-in-interrupt. + [maya, ticket #1614] + +usr.sbin/makefs/ffs.c 1.70 + + Fix makefs UFS2 lazy inode initialization. + [maya, ticket #1615] +