summaryrefslogtreecommitdiffstats
path: root/c/src/exec (unfollow)
Commit message (Expand)AuthorFilesLines
1999-05-27Disabled running size_rtems until all file splitting is finished.Joel Sherrill1-1/+1
1999-05-27Regenerated.Joel Sherrill4-326/+586
1999-05-27Corrected so rtems.o is built and installed on all targets.Joel Sherrill10-31/+20
1999-05-27Corrected macro names.Joel Sherrill1-2/+6
1999-05-26Initiated updating this to reflect split up.Joel Sherrill1-2/+4
1999-05-20Renamed to rtemstimer.c to avoid conflict with timer drivers in EVERYJoel Sherrill2-53/+2
1999-05-20Removed all post 4.0 changes.Joel Sherrill1-81/+78
1999-05-18Patch from Daniel Kelley <dank@icube.com>:Joel Sherrill2-8/+8
1999-05-18Regenerated.Joel Sherrill5-587/+327
1999-05-17Reworked to avoid pulling in the jump point entry in EVERY executable.Joel Sherrill11-19/+50
1999-05-17Fixed some typos.Joel Sherrill1-4/+4
1999-05-17Split Interrupt Manager into one routine per file.Joel Sherrill3-41/+63
1999-05-17Split Signal Manager into one routine per file.Joel Sherrill4-109/+158
1999-05-17Dual-Ported Memory Manager split into one routine per file.Joel Sherrill7-237/+351
1999-05-17Split Partition Manager into one routine per file.Joel Sherrill7-307/+429
1999-05-17Split Timer Manager into one routine per file.Joel Sherrill10-618/+475
1999-05-17Split Event Manager into one routine per file.Joel Sherrill7-343/+460
1999-05-17Split Rate Monotonic Manager into one routine per file.Joel Sherrill9-417/+573
1999-05-17Split the Semaphore Manager into one routine per file.Joel Sherrill8-485/+771
1999-05-17Moved some MP routines to semmp.c.Joel Sherrill2-55/+54
1999-05-17Forgot to actually remove the routines. :)Joel Sherrill1-748/+0
1999-05-17Split Message Manager into one routine per file.Joel Sherrill13-1/+1112
1999-05-17Moved an MP routine from msg.c to here.Joel Sherrill1-0/+26
1999-05-17Cleaned up some multiprocessing issues.Joel Sherrill1-17/+15
1999-05-17Split Clock Manager into one routine per file.Joel Sherrill6-259/+199
1999-05-17Split Region Manager into one routine per file.Joel Sherrill9-456/+623
1999-05-17Splitting the Thread Handler forced the inclusion of more prototypes.Joel Sherrill1-0/+33
1999-05-17Moved _Entry_Table to its own file to avoid having every RTEMS directiveJoel Sherrill3-95/+107
1999-05-17Split Task Manager into multiple files. Eventually this effort willJoel Sherrill16-962/+1387
1999-05-17Thread Handler split into multiple files. Eventually, as RTEMS isJoel Sherrill26-1305/+1990
1999-05-17Patch from D. V. Henkel-Wallace <gumby@zembu.com> to remove compilerJoel Sherrill3-4/+4
1999-05-17Patch from D. V. Henkel-Wallace <gumby@zembu.com>:Joel Sherrill1-0/+16
1999-05-14Removed check for initialized ID at request of Rosimildo DaSilvaJoel Sherrill1-0/+23
1999-05-11Fix based on bug report from Jay Kulpinski <jskulpin@eng01.gdds.com>Joel Sherrill1-1/+11
1999-05-07Made all calls to _Thread_Yield_processor consistent in how they areJoel Sherrill2-9/+9
1999-05-07Patch from Jiri Gaisler <jgais@ws.estec.esa.nl> to allow stacksizeJoel Sherrill3-3/+10
1999-05-07Error reporting fixed by Jennifer.Joel Sherrill1-15/+15
1999-04-27Patch from Eric Norum <eric@cls.usask.ca> to corrent a miscount in lengthJoel Sherrill1-1/+1
1999-04-26Repairing damage and recovering changes including C++ wrappers..Joel Sherrill7-5/+62
1999-04-26Recovered changes since CVS file was corrupted.Joel Sherrill1-1/+9
1999-04-26changed version to 19990426Joel Sherrill1-1/+1
1999-04-23changed version to 19990423Joel Sherrill1-1/+1
1999-04-22Added lstat().Joel Sherrill2-6/+39
1999-04-19Intel i960HA support submitted by Jimen Ching <jimen@adtech-inc.com>Joel Sherrill2-6/+77
1999-04-19Unlimited objects patch design document. Submitted by Chris JohnsJoel Sherrill1-0/+387
1999-04-19Changed ioctl() prototype to be more like Linux/POSIX than BSD to easeJoel Sherrill1-1/+1
1999-04-19The default action for real-time signals is supposed to be SIGACTION_TERMINATE.Joel Sherrill1-15/+15
1999-04-19Regenerated.Joel Sherrill4-40/+48
1999-04-19After discussion with Eric Norum <eric@skatter.usask.ca>,Joel Sherrill1-0/+22
1999-04-19Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill99-104/+104