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

Changes between Version 5 and Version 6 of Release/4.9


Ignore:
Timestamp:
11/30/07 00:11:22 (17 years ago)
Author:
GlennHumphrey
Comment:

/* RTEMS Improvements */

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.9

    v5 v6  
    3333  *  telnetd overhaul submitted by Till Straumann.
    3434
     35 *  The region directives were restructed in order to produce simplier assembly code and allow for complete test coverage.  Changes included:
     36  *  move the OBJECTS_LOCAL case to the top of the switch statement,
     37  *  use a single exit with one call to _RTEMS_Unlock_allocator,
     38  *  eliminate the fall-through return of RTEMS_INTERNAL_ERROR.
     39
    3540 *  Code Space Reduced
    3641  *  TBD
     42
    3743
    3844 *  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.