diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-10-01 15:56:40 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-10-01 15:56:40 +0200 |
commit | da5dea9b6f960603f0c02b42b5cc8384194faa5b (patch) | |
tree | c5b7b3554e989c3b555f0dc0a02fcab6b54ae026 | |
parent | 6b0ceb8aec7dc2d607523d7aadc2fec237ce2ca8 (diff) |
Add protected payloads to NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ Numerous cleanups and stylistic fixes of the code base. Several problems have been identified using static analysis tools and subsequently been fixed. +A protected payload can now be associated with capabilities. This +payload is attached by the kernel to delivered messages and can be +used to speed up the object lookup in the receiving task. + The kernel debugger can now parse ELF symbol tables, can be invoked over serial lines, gained two new commands and has received usability improvements. |