Module Name: src Committed By: martin Date: Tue Sep 22 18:43:22 UTC 2020
Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #1091 and #1092 To generate a diff of this commit: cvs rdiff -u -r1.1.2.114 -r1.1.2.115 src/doc/CHANGES-9.1 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-9.1 diff -u src/doc/CHANGES-9.1:1.1.2.114 src/doc/CHANGES-9.1:1.1.2.115 --- src/doc/CHANGES-9.1:1.1.2.114 Sun Sep 20 10:17:44 2020 +++ src/doc/CHANGES-9.1 Tue Sep 22 18:43:22 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.1,v 1.1.2.114 2020/09/20 10:17:44 martin Exp $ +# $NetBSD: CHANGES-9.1,v 1.1.2.115 2020/09/22 18:43:22 martin Exp $ A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1 release: @@ -5006,3 +5006,15 @@ sys/dev/pci/virtio_pci.c 1.13 Fix virtio interrupts after MSI-X vector exhaustion. [jakllsch, ticket #1090] +sys/kern/uipc_socket.c 1.291 +sys/kern/uipc_socket2.c 1.138 +sys/kern/uipc_usrreq.c 1.199 + + Add socket info for user and group for unix sockets in fstat. + [christos, ticket #1091] + +sys/arch/arm/arm/undefined.c 1.67 + + Allow an undefined instruction to use lr (r14) as Rt. + [skrll, ticket #1092] +