Module Name: src
Committed By: martin
Date: Tue Sep 7 17:13:20 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Ticket #1343
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-9.3
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.3
diff -u src/doc/CHANGES-9.3:1.1.2.26 src/doc/CHANGES-9.3:1.1.2.27
--- src/doc/CHANGES-9.3:1.1.2.26 Sun Sep 5 10:49:51 2021
+++ src/doc/CHANGES-9.3 Tue Sep 7 17:13:20 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.26 2021/09/05 10:49:51 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.27 2021/09/07 17:13:20 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -627,4 +627,11 @@ sys/arch/mips/mips/trap.c 1.250,1.251
mips: fix and disable a debug message for TLB handling.
[tsutsui, ticket #1342]
+lib/libc/sys/fcntl.2 1.46 (patch)
+lib/libc/sys/flock.2 1.23
+share/man/man7/sysctl.7 1.153
+sys/kern/vfs_lockf.c 1.74
+
+ Tie the maximum file lock per unprivilegied uid to kern.maxfiles.
+ [manu, ticket #1343]