Changes between Version 26 and Version 27 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2017-10-14T08:58:34Z (7 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v26 v27  
    1616
    1717  * Basic support for capabilities
    18    * IPC phones have in fact been a sort of capabilities since the beginning. This work generalizes some of the IPC code to support more kernel object types.
    19    * IRQ structures are now managed using capabilities. It is no longer possible to unregister someone else's IRQ.
    20    * The limit of 64 IPC phones has been removed and is now virtually infinite.
    21    * The kernel is now using the resizable hash table which has been already used in uspace since 2012.
     18    * IPC phones have in fact been a sort of capabilities since the beginning. This work generalizes some of the IPC code to support more kernel object types.
     19    * IRQ structures are now managed using capabilities. It is no longer possible to unregister someone else's IRQ.
     20    * The limit of 64 IPC phones has been removed and is now virtually infinite.
     21  * The kernel is now using the resizable hash table which has been already used in uspace since 2012.
    2222
    2323=== Services and Drivers ===
     
    4646=== Libraries ===
    4747
    48   * Effort towards greater C11 compliance and a clearer cut between HelenOS-specific, C11 and POSIX code
     48  * Effort towards greater C11 compliance and a cleaner cut between HelenOS-specific, C11 and POSIX code
    4949
    5050=== Miscellaneous ===