summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/partdata.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optional Classic Partition initializationSebastian Huber2016-02-031-24/+0
| | | | Update #2408.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* rtems: Create part implementation headerSebastian Huber2013-07-231-2/+1
| | | | | | Move implementation specific parts of part.h and part.inl into new header file partimpl.h. The part.h contains now only the application visible API.
* rtems misc: Clean up Doxygen GCI Task #5Mathew Kallada2012-12-051-2/+7
| | | | http://www.google-melange.com/gci/task/view/google/gci2012/8015207
* 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/+22
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.