Module Name: src
Committed By: thorpej
Date: Sat Aug 7 14:19:12 UTC 2021
Modified Files:
src/doc: BRANCHES
Log Message:
Document thorpej-futex2.
To generate a diff of this commit:
cvs rdiff -u -r1.360 -r1.361 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.360 src/doc/BRANCHES:1.361
--- src/doc/BRANCHES:1.360 Sun Aug 1 21:00:41 2021
+++ src/doc/BRANCHES Sat Aug 7 14:19:12 2021
@@ -1,4 +1,4 @@
-# $NetBSD: BRANCHES,v 1.360 2021/08/01 21:00:41 thorpej Exp $
+# $NetBSD: BRANCHES,v 1.361 2021/08/07 14:19:12 thorpej Exp $
#
# This file contains a list of branches that exist in the NetBSD CVS
# tree and their current state.
@@ -762,6 +762,19 @@ Notes: Normal futex operataions pass th
Also includes implementations of eventfd and timerfd, as
well as some additional improvements to COMPAT_LINUX{,32}.
+Branch: thorpej-futex2
+Description: Overhaul of futex operations to fix thread priority issues
+Status: Active
+Start Date: Thu Aug 5 2021
+End Date:
+Base Tag: thorpej-futex2-base
+Maintainer: Jason Thorpe <[email protected]>
+Scope: src/sys src/tests/lib/libc/sys
+Notes: Re-based version of thorpej-futex that includes ONLY
+ the original futex priority issue fixes. The other
+ changes in thorpej-futex are still maintained on that
+ branch.
+
Branch: thorpej-i2c-spi-conf
Description: Improve device tree-based I2C and SPI enumeration.
Status: Active