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

Changes between Version 24 and Version 25 of Release/4.11


Ignore:
Timestamp:
11/15/16 16:14:46 (8 years ago)
Author:
Gedare Bloom
Comment:

Remove some TBDs

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.11

    v24 v25  
    6161  *  Please note that the chroot() function uses a private environment. If chroot() an appropriate number of key-value pair is necessary.
    6262  *  Please note that the ftp-server uses chroot() and therefore needs an appropriate number of key-value pairs.
    63  *  TBD
    6463
    6564=== API Additions
     
    8281 *  There is a new fatal error function rtems_fatal().
    8382 * New Classic Semaphore directive: [https://docs.rtems.org/doc-current/share/rtems/html/c_user/Semaphore-Manager-SEMAPHORE_005fSET_005fPRIORITY-_002d-Set-priority-by-scheduler-for-a-semaphore.html#Semaphore-Manager-SEMAPHORE_005fSET_005fPRIORITY-_002d-Set-priority-by-scheduler-for-a-semaphore rtems_semaphore_set_priority()].
    84  *  TBD
    8583
    8684=== API Implementation Improvements
     
    9290  *  the read-only data is valid, and
    9391  *  the read-write data is accessible.
    94  *  TBD
    9592
    9693=== API Deprecations
     
    111108 *  The Configuration is now read-only and must be statically initialized via confdefs.h or similar.
    112109 *  BSPs can now register an initial extension via the BSP_INITIAL_EXTENSION define.
    113  *  TBD
     110
    114111
    115112=== RTEMS Shell Improvements
     
    119116
    120117 *  New command ''lsof'' to list all referenced file system locations.
    121  *  TBD
     118
    122119
    123120=== General
     
    133130 *  The '''exit()''', '''_exit()''' and '''abort()''' functions lead to a fatal error.  The fatal source is '''RTEMS_FATAL_SOURCE_EXIT''' and the fatal code is the exit status.  The '''rtems_panic()''' and '''rtems_error()''' are also affected by this since they call one of these functions.  Depending on the fatal error extensions this may lead to a '''bsp_reset()'''.  A reset is the default provided by the BSP.
    134131 *  [http://rtems.org/onlinedocs/doc-current/share/rtems/html/cpu_supplement/Port-Specific-Information-Thread_002dLocal-Storage.html#Port-Specific-Information-Thread_002dLocal-Storage Thread-local storage (TLS)]: Supported on ARM, m68k, PowerPC and SPARC.  Other architectures lack an implementation.
    135  *  TBD
     132
    136133
    137134 *  Scheduler Refactoring Improvements