Module Name: src
Committed By: thorpej
Date: Sun Nov 1 15:41:56 UTC 2020
Modified Files:
src/doc: BRANCHES
Log Message:
Document the thorpej-futex branch.
To generate a diff of this commit:
cvs rdiff -u -r1.354 -r1.355 src/doc/BRANCHES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/BRANCHES
diff -u src/doc/BRANCHES:1.354 src/doc/BRANCHES:1.355
--- src/doc/BRANCHES:1.354 Sun Apr 26 12:15:37 2020
+++ src/doc/BRANCHES Sun Nov 1 15:41:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: BRANCHES,v 1.354 2020/04/26 12:15:37 martin Exp $
+# $NetBSD: BRANCHES,v 1.355 2020/11/01 15:41:56 thorpej Exp $
#
# This file contains a list of branches that exist in the NetBSD CVS
# tree and their current state.
@@ -723,6 +723,21 @@ Notes: No longer active due to the lack
(before the merge to -current) with an interop IPv6 test.
More info at: http://www.tahi.org/
+Branch: thorpej-futex
+Description: Overhaul of futex operations to fix thread priority issues
+Status: Active
+Start Date: Sun Nov 1 2020
+End Date:
+Base Tag: thorpej-futex-base
+Maintainer: Jason Thorpe <[email protected]>
+Scope: src/sys src/tests/lib/libc/sys
+Note: Normal futex operataions pass the test suite, but there are
+ issues with Linux compatibility currently, that need to be
+ addressed before merging. Also includes new NetBSD extensions
+ to the futex interface to support reader/writer locks. Those
+ changes can be discounted in favor of fixing the standard
+ futex operations with respect to Linux compatibility.
+
Branch: wrstuden-fixsa
Description: Fix a number of issues present with Scheduler Activations.
Status: Active