Changes between Version 9 and Version 10 of ContemplatedFeatures


Ignore:
Timestamp:
2015-06-18T20:12:46Z (9 years ago)
Author:
Martin Decky
Comment:

add more items

Legend:

Unmodified
Added
Removed
Modified
  • ContemplatedFeatures

    v9 v10  
    2727 * full-fledged shell (control structures, loops, variables, pipes)
    2828 * interactive partition editor
     29 * interfaces and ports
     30 * IPC code generation (Dice, DynRPC)
    2931 * installer wizard
     32 * API versioning, packaging, deployment, provisioning
     33 * root file system hand-off
     34 * environmental features (variables, containers)
    3035 * packet filter
    3136 * [ticket:481 wireless networking support]
     
    5964 * memory-mapped files
    6065 * user session interruption (Ctrl+C, Ctrl+D, etc.)
     66 * out-of-band signaling
     67 * resource accounting
    6168 * user space scheduling
    6269 * user space paging
    6370 * user space driven SMP initialization
     71 * advanced concurrency models (coroutines, actors, agents)
     72 * mbebbr
     73 * distributed caching
     74 * IRQ pseudocode compilation
     75 * crash dumps (kexec/kdump)
     76 * reserved memory for core dumps in out-of-memory situations
     77 * CPU and memory hotplugging
     78 * tickless operation
    6479 * related: qemu-system-ia64