diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-04-15 18:21:28 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-04-15 18:21:28 +0200 |
commit | 441b471a09776dece8bffe2d0d633482bf66aab0 (patch) | |
tree | 4aaaff9b28cc8e4fafd72ce29b9c7cc839707d38 /NEWS | |
parent | 2e69ebf6999102c27c21615b610400a0d922e8c9 (diff) | |
download | gnumach-441b471a09776dece8bffe2d0d633482bf66aab0.tar.gz gnumach-441b471a09776dece8bffe2d0d633482bf66aab0.tar.bz2 gnumach-441b471a09776dece8bffe2d0d633482bf66aab0.zip |
update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |