Changes between Version 9 and Version 10 of ContemplatedFeatures
- Timestamp:
- 2015-06-18T20:12:46Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ContemplatedFeatures
v9 v10 27 27 * full-fledged shell (control structures, loops, variables, pipes) 28 28 * interactive partition editor 29 * interfaces and ports 30 * IPC code generation (Dice, DynRPC) 29 31 * installer wizard 32 * API versioning, packaging, deployment, provisioning 33 * root file system hand-off 34 * environmental features (variables, containers) 30 35 * packet filter 31 36 * [ticket:481 wireless networking support] … … 59 64 * memory-mapped files 60 65 * user session interruption (Ctrl+C, Ctrl+D, etc.) 66 * out-of-band signaling 67 * resource accounting 61 68 * user space scheduling 62 69 * user space paging 63 70 * 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 64 79 * related: qemu-system-ia64