summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/extensiondata.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optional Extensions initializationSebastian Huber2016-02-031-25/+0
| | | | Update #2408.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* sapi: Create extension implementation headerSebastian Huber2013-07-231-3/+1
| | | | | | Move implementation specific parts of extension.h and extension.inl into new header file extensionimpl.h. The extension.h contains now only the application visible API.
* sapi misc: Clean up Doxygen GCI task #1Christopher Kerl2012-12-071-2/+8
| | | | http://www.google-melange.com/gci/task/view/google/gci2012/8011204
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Split Classic API data instantiation into individual files. This reduces ↵Joel Sherrill2007-05-211-0/+23
the size of the BSS section when an optional manageer stub is used. Some tests showed about a 600 byte reduction in BSS size. Also eliminated the variables _RTEMS_tasks_User_initialization_tasks and _RTEMS_tasks_Number_of_initialization_tasks because they were only used in one place after initialized. It was a waste of space.