Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc Document the thorpej-futex branch.



details:   https://anonhg.NetBSD.org/src/rev/5ead58998211
branches:  trunk
changeset: 945571:5ead58998211
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Nov 01 15:41:56 2020 +0000

description:
Document the thorpej-futex branch.

diffstat:

 doc/BRANCHES |  17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 7de710183b95 -r 5ead58998211 doc/BRANCHES
--- a/doc/BRANCHES      Sun Nov 01 15:16:04 2020 +0000
+++ b/doc/BRANCHES      Sun Nov 01 15:41:56 2020 +0000
@@ -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 @@
                (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 <thorpej%netbsd.org@localhost>
+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



Home | Main Index | Thread Index | Old Index