summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
1999-07-01Removed hack to set __USER_LABEL_PREFIX__ since late model gcc's andJoel Sherrill2-2/+0
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-14This is a large patch from Eric Valette <valette@crf.canon.fr> that wasJoel Sherrill8-1149/+1249
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-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-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-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-27Corrected macro names.Joel Sherrill1-2/+6
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-17Fixed some typos.Joel Sherrill1-4/+4
1999-05-17Split Interrupt Manager into one routine per file.Joel Sherrill2-36/+55
1999-05-17Split Signal Manager into one routine per file.Joel Sherrill3-108/+154
1999-05-17Dual-Ported Memory Manager split into one routine per file.Joel Sherrill6-236/+346
1999-05-17Split Partition Manager into one routine per file.Joel Sherrill6-299/+414
1999-05-17Split Timer Manager into one routine per file.Joel Sherrill8-308/+469
1999-05-17Split Event Manager into one routine per file.Joel Sherrill6-342/+456
1999-05-17Split Rate Monotonic Manager into one routine per file.Joel Sherrill8-416/+568
1999-05-17Split the Semaphore Manager into one routine per file.Joel Sherrill7-484/+766
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 Sherrill12-0/+1105
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 Sherrill4-129/+194
1999-05-17Split Region Manager into one routine per file.Joel Sherrill8-455/+618
1999-05-17Splitting the Thread Handler forced the inclusion of more prototypes.Joel Sherrill1-0/+33
1999-05-17Split Task Manager into multiple files. Eventually this effort willJoel Sherrill15-961/+1381
1999-05-17Thread Handler split into multiple files. Eventually, as RTEMS isJoel Sherrill25-1304/+1978
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 Sherrill5-4/+44