Changes between Version 46 and Version 47 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2018-07-06T11:05:05Z (6 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v46 v47  
    1414  * Integrate support for C-style checker into build system
    1515  * Basic build tests executed with each commit via Travis CI
    16   * TODO: Undefined behavior sanitizer
     16  * FIXME: Undefined behavior sanitizer
    1717
    1818=== Kernel ===
     
    2525=== Services and Drivers ===
    2626
    27   * TODO: USB stack overhaul bringing support for USB 3.x and XHCI
     27  * FIXME: USB stack overhaul bringing support for USB 3.x and XHCI
    2828  * Unify all the different character device interfaces
    2929  * Move ADB keyboard and mouse support into separate drivers
    3030  * Finish DDF conversions of ski, sun4u and msim console drivers
    3131  * NIC driver for virtio-net, enable with `tools/ew.py -net virtio-net`
    32   * TODO: Volume management improvements
     32  * FIXME: Volume management improvements
    3333  * Generalized the ns8250 driver to work with more chips
    3434
     
    4646
    4747  * Added `libvirtio` to aid writing VIRTIO device drivers.
    48   * TODO: Async framework improvements
     48  * FIXME: Async framework improvements
    4949  * Improved ISO C comformance
    50   * TODO: C++14 Runtime support
    51   * TODO: non-negative errno
     50  * FIXME: C++14 Runtime support
     51  * FIXME: non-negative errno
    5252
    5353=== Miscellaneous ===
    5454
    55   * TODO: ELF loading changes
    56   * TODO: Headers with structures and their respective member offsets shared between C code and assembly are no longer generated from a YAML description, but are instead provided in a readily-usable header file and checked for consistency by the build system.
     55  * FIXME: ELF loading changes
     56  * Headers with structures and their respective member offsets shared between C code and assembly are no longer generated from a YAML description, but are instead provided in a readily-usable header file and checked for consistency by the build system.
     57  * FIXME: User-visible changes to tools/ew.py
    5758
    5859== Regressions in This Release ==