summaryrefslogtreecommitdiffstats
path: root/c/src/exec (unfollow)
Commit message (Expand)AuthorFilesLines
1999-07-01Removed hack to set __USER_LABEL_PREFIX__ since late model gcc's andJoel Sherrill1-1/+0
1999-06-17Patch from Ian Lance Taylor <ian@airs.com> to use INSTALL_CHANGE insteadJoel Sherrill1-1/+1
1999-06-16Patcg from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill8-138/+98
1999-06-15Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill12-66/+82
1999-06-15After comments D. V. Henkel-Wallace <gumby@zembu.com>, the interface toJoel Sherrill4-38/+6
1999-06-14RTEMS_FILESYSTEM_READ_WRITE_ONLY changed to RTEMS_FILESYSTEM_READ_WRITEJoel Sherrill2-2/+2
1999-06-14Wrong prototype corrected.Joel Sherrill1-1/+1
1999-06-14Warning removal from D. V. Henkel-Wallace <gumby@zembu.com>.Joel Sherrill2-6/+6
1999-06-14Patch ("FIX: no_cpu/no_bsp") from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill9-185/+198
1999-06-14This is a large patch from Eric Valette <valette@crf.canon.fr> that wasJoel Sherrill30-2585/+3688
1999-06-11Added local prototype of ioctl() to avoid requiring sys/ioctl.h.Joel Sherrill3-3/+9
1999-06-11Added comments.Joel Sherrill1-1/+1
1999-06-11Fixed Makefile.in to not attempt to install rtems.o twice from two differentJoel Sherrill10-10/+0
1999-06-11Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill4-2/+64
1999-06-11Patch from Eric Norum <eric@cls.usask.ca> to fix bug reported byJoel Sherrill1-0/+2
1999-06-09Modified to return an error when a bogus return address for theJoel Sherrill1-0/+3
1999-06-09Switched to using strcasecmp() since it is more portable.Joel Sherrill1-2/+2
1999-05-28Changes from Eric Norum to add a loop and limit on the length of timeJoel Sherrill1-22/+32
1999-05-28changed version to 19990528Joel Sherrill1-1/+1
1999-05-28Alignment corrected per Eric Norum's suggestion.Joel Sherrill1-1/+2
1999-05-28At the request of Gumby, the cpu is now halted rather than spinningJoel Sherrill1-1/+1
1999-05-28Renamed tod.c to coretod.c to remove conflicts with "Time Of Day"Joel Sherrill2-240/+2
1999-05-28Renamed clock.c to rtclock.c to avoid conflicts with clock driversJoel Sherrill2-24/+1
1999-05-27Patch from Eric Norum <eric@pollux.usask.ca> to eliminate a panic when theJoel Sherrill3-147/+88
1999-05-27Split out the routine rtems_assoc_name_bad().Joel Sherrill2-14/+41
1999-05-27Removed usage of printf.Joel Sherrill2-2/+2
1999-05-27Split initialization and reserve resources from termios to reduceJoel Sherrill3-59/+93
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