summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-04-15 18:21:28 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-04-15 18:21:28 +0200
commit441b471a09776dece8bffe2d0d633482bf66aab0 (patch)
tree4aaaff9b28cc8e4fafd72ce29b9c7cc839707d38
parent2e69ebf6999102c27c21615b610400a0d922e8c9 (diff)
update NEWS file
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bc9143f4..e80cf460 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ limit.
The physical page allocator of the X15 kernel has been integrated, and
is now used directly by the slab allocator. This increases the kernel
heap addressing important scalability issues.
+
+A synchronization mechanism was added, similar to the Linux futexes, to
+allow efficient and powerful userland synchronization.
Version 1.6 (2015-10-31)