summaryrefslogtreecommitdiffstats
path: root/libbsd.txt
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-28 10:45:22 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-31 13:18:52 +0100
commitea87228a267417a28988d1d1753f1d6c44da55af (patch)
tree30e0984b1e44647ff2f12355637889181c51cc2c /libbsd.txt
parenttestsuite: Increase object alloc size (diff)
downloadrtems-libbsd-ea87228a267417a28988d1d1753f1d6c44da55af.tar.bz2
TASKQUEUE(9): Use FreeBSD implementation
Diffstat (limited to 'libbsd.txt')
-rw-r--r--libbsd.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/libbsd.txt b/libbsd.txt
index 65b1dbc7..caacf1ee 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -92,7 +92,9 @@ the current Git submodule commit is this
* get_cyclecount(): The implementation is a security problem.
* What to do with the priority parameter present in the FreeBSD synchronization
- primitives?
+ primitives and the thread creation functions?
+
+* TASKQUEUE(9): Support spin mutexes.
* ZONE(9): Review allocator lock usage in rtems-bsd-chunk.c.