summaryrefslogtreecommitdiffstats
path: root/c/src/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
* At the request of Gumby, the cpu is now halted rather than spinningJoel Sherrill1999-05-281-1/+1
* Renamed tod.c to coretod.c to remove conflicts with "Time Of Day"Joel Sherrill1999-05-282-240/+2
* Renamed clock.c to rtclock.c to avoid conflicts with clock driversJoel Sherrill1999-05-282-24/+1
* Patch from Eric Norum <eric@pollux.usask.ca> to eliminate a panic when theJoel Sherrill1999-05-273-147/+88
* Split out the routine rtems_assoc_name_bad().Joel Sherrill1999-05-272-14/+41
* Removed usage of printf.Joel Sherrill1999-05-272-2/+2
* Split initialization and reserve resources from termios to reduceJoel Sherrill1999-05-273-59/+93
* Disabled running size_rtems until all file splitting is finished.Joel Sherrill1999-05-271-1/+1
* Regenerated.Joel Sherrill1999-05-274-326/+586
* Corrected so rtems.o is built and installed on all targets.Joel Sherrill1999-05-2710-31/+20
* Corrected macro names.Joel Sherrill1999-05-271-2/+6
* Initiated updating this to reflect split up.Joel Sherrill1999-05-261-2/+4
* Renamed to rtemstimer.c to avoid conflict with timer drivers in EVERYJoel Sherrill1999-05-202-53/+2
* Removed all post 4.0 changes.Joel Sherrill1999-05-201-81/+78
* Patch from Daniel Kelley <dank@icube.com>:Joel Sherrill1999-05-182-8/+8
* Regenerated.Joel Sherrill1999-05-185-587/+327
* Reworked to avoid pulling in the jump point entry in EVERY executable.Joel Sherrill1999-05-1711-19/+50
* Fixed some typos.Joel Sherrill1999-05-171-4/+4
* Split Interrupt Manager into one routine per file.Joel Sherrill1999-05-173-41/+63
* Split Signal Manager into one routine per file.Joel Sherrill1999-05-174-109/+158
* Dual-Ported Memory Manager split into one routine per file.Joel Sherrill1999-05-177-237/+351
* Split Partition Manager into one routine per file.Joel Sherrill1999-05-177-307/+429
* Split Timer Manager into one routine per file.Joel Sherrill1999-05-1710-618/+475
* Split Event Manager into one routine per file.Joel Sherrill1999-05-177-343/+460
* Split Rate Monotonic Manager into one routine per file.Joel Sherrill1999-05-179-417/+573
* Split the Semaphore Manager into one routine per file.Joel Sherrill1999-05-178-485/+771
* Moved some MP routines to semmp.c.Joel Sherrill1999-05-172-55/+54
* Forgot to actually remove the routines. :)Joel Sherrill1999-05-171-748/+0
* Split Message Manager into one routine per file.Joel Sherrill1999-05-1713-1/+1112
* Moved an MP routine from msg.c to here.Joel Sherrill1999-05-171-0/+26
* Cleaned up some multiprocessing issues.Joel Sherrill1999-05-171-17/+15
* Split Clock Manager into one routine per file.Joel Sherrill1999-05-176-259/+199
* Split Region Manager into one routine per file.Joel Sherrill1999-05-179-456/+623
* Splitting the Thread Handler forced the inclusion of more prototypes.Joel Sherrill1999-05-171-0/+33
* Moved _Entry_Table to its own file to avoid having every RTEMS directiveJoel Sherrill1999-05-173-95/+107
* Split Task Manager into multiple files. Eventually this effort willJoel Sherrill1999-05-1716-962/+1387
* Thread Handler split into multiple files. Eventually, as RTEMS isJoel Sherrill1999-05-1726-1305/+1990
* Patch from D. V. Henkel-Wallace <gumby@zembu.com> to remove compilerJoel Sherrill1999-05-173-4/+4
* Patch from D. V. Henkel-Wallace <gumby@zembu.com>:Joel Sherrill1999-05-171-0/+16
* Removed check for initialized ID at request of Rosimildo DaSilvaJoel Sherrill1999-05-141-0/+23
* Fix based on bug report from Jay Kulpinski <jskulpin@eng01.gdds.com>Joel Sherrill1999-05-111-1/+11
* Made all calls to _Thread_Yield_processor consistent in how they areJoel Sherrill1999-05-072-9/+9
* Patch from Jiri Gaisler <jgais@ws.estec.esa.nl> to allow stacksizeJoel Sherrill1999-05-073-3/+10
* Error reporting fixed by Jennifer.Joel Sherrill1999-05-071-15/+15
* Patch from Eric Norum <eric@cls.usask.ca> to corrent a miscount in lengthJoel Sherrill1999-04-271-1/+1
* Repairing damage and recovering changes including C++ wrappers..Joel Sherrill1999-04-267-5/+62
* Recovered changes since CVS file was corrupted.Joel Sherrill1999-04-261-1/+9
* changed version to 19990426Joel Sherrill1999-04-261-1/+1
* changed version to 19990423Joel Sherrill1999-04-231-1/+1
* Added lstat().Joel Sherrill1999-04-222-6/+39