Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 7 and Version 8 of Release/4.9


Ignore:
Timestamp:
01/12/08 03:29:22 (16 years ago)
Author:
JoelSherrill
Comment:

/* RTEMS Improvements */ rtems_task_self() and some improvements

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.9

    v7 v8  
    3131 *  API Improvements
    3232  *  Added readv() and writev().  Implemented by [wiki:TBR/User/JoelSherrill JoelSherrill]
     33  *  Added rtems_task_self().  Implemented by [wiki:TBR/User/JoelSherrill JoelSherrill]
    3334  *  telnetd overhaul submitted by Till Straumann.
    3435
     
    3940
    4041 *  Code Space Reduced
    41   *  TBD
     42  *  Much work has gone on and continues to go on in this area.
    4243
    4344 *  Promotion of libmisc components to "first class citizens". This involves changing the name of routines to reflect RTEMS naming standards, adding documentation to the Users Guide and where appropriate integrating them more tightly with the RTEMS SuperCore or API implementations.
     
    5455
    5556 *  New Tests
     57
     58In addition to adding new tests for new functionality, existing tests were enhanced and new tests added to improve coverage.
     59
    5660  *  psxrdwrv (POSIX readv/writev) added to psxtests by [wiki:TBR/User/JoelSherrill JoelSherrill]
    5761  *  multicast network demo by [wiki:TBR/User/JoelSherrill JoelSherrill]
    5862  *  telnetd network demo by [wiki:TBR/User/JoelSherrill JoelSherrill]
     63  *  sp36 by [wiki:TBR/User/JoelSherrill JoelSherrill]
     64  *  sp37 by [wiki:TBR/User/JoelSherrill JoelSherrill]
     65  *  sp38 by [wiki:TBR/User/JoelSherrill JoelSherrill]
     66  *  sp39 by [wiki:TBR/User/JoelSherrill JoelSherrill]
     67  *  sp40 by [wiki:TBR/User/JoelSherrill JoelSherrill]
    5968
    6069 *  New test cases were added to sptests to improve test coverage.