summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-07-01Regenerated.Joel Sherrill1-232/+147
1999-06-24Added dummy gnatinstallhandler code for all BSPs. This lets Ada programsJoel Sherrill34-33/+50
1999-06-18Patch from Eric Valette <valette@crf.canon.fr> based on bug report fromJoel Sherrill1-1/+0
1999-06-18Removed pc386 specific command.Joel Sherrill1-3/+0
1999-06-17Switched to using right INSTALL command after report fromJoel Sherrill3-3/+3
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 Sherrill22-386/+276
1999-06-15Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill33-188/+232
1999-06-15Attempt at getting desired ioctl.h included. :)Joel Sherrill1-1/+1
1999-06-15After comments D. V. Henkel-Wallace <gumby@zembu.com>, the interface toJoel Sherrill10-78/+14
1999-06-15Patch from Rosimildo DaSilva <rdasilva@connecttel.com> to make C++Joel Sherrill4-3/+23
1999-06-14RTEMS_FILESYSTEM_READ_WRITE_ONLY changed to RTEMS_FILESYSTEM_READ_WRITEJoel Sherrill5-5/+5
1999-06-14Wrong prototype corrected.Joel Sherrill2-2/+2
1999-06-14Warning removal from D. V. Henkel-Wallace <gumby@zembu.com>.Joel Sherrill5-18/+12
1999-06-14Patch ("FIX: no_cpu/no_bsp") from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill24-510/+556
1999-06-14Updsated to reflect mpc750/mcp750 submission.Joel Sherrill1-0/+1
1999-06-14Patch ("FIX: MKDIR/INSTALL_VARIANT") from Ralf CorsepiusJoel Sherrill1-2/+2
1999-06-14This is a large patch from Eric Valette <valette@crf.canon.fr> that wasJoel Sherrill2-0/+2537
1999-06-14This is a large patch from Eric Valette <valette@crf.canon.fr> that wasJoel Sherrill10-0/+1283
1999-06-14This is a large patch from Eric Valette <valette@crf.canon.fr> that wasJoel Sherrill154-2565/+50238
1999-06-11Added local prototype of ioctl() to avoid requiring sys/ioctl.h.Joel Sherrill6-6/+18
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 Sherrill12-6/+192
1999-06-11Patch from Eric Norum <eric@cls.usask.ca> to fix bug reported byJoel Sherrill3-0/+6
1999-06-09Do not use the RTEMS simpleioctl.h if networking is enabled sinceJoel Sherrill1-1/+4
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 Sherrill2-4/+4
1999-06-02Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill2-4/+12
1999-06-02Removed "NO CTOR" from list of objects to be picked up. It now comes inJoel Sherrill2-4/+2
1999-05-28Changes from Eric Norum to add a loop and limit on the length of timeJoel Sherrill3-66/+96
1999-05-28changed version to 19990528Joel Sherrill1-1/+1
1999-05-28Don't install this executable. It should only be built.Joel Sherrill1-2/+1
1999-05-28Use fgrep instead of grep to avoid treating filenames as regular expressions.Joel Sherrill2-2/+2
1999-05-28Alignment corrected per Eric Norum's suggestion.Joel Sherrill3-3/+6
1999-05-28Corrected to include shared console driver.Joel Sherrill1-1/+1
1999-05-28At the request of Gumby, the cpu is now halted rather than spinningJoel Sherrill1-1/+1
1999-05-28Renamed config.c to conscfg.c to avoid naming conflicts.Joel Sherrill2-284/+1
1999-05-28Renamed config.s to todcfg.c to avoid naming conflicts.Joel Sherrill2-80/+1
1999-05-28Renamed fatal.c to bspfatal.c to avoid name conflicts withJoel Sherrill2-128/+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-27Switched from picking up the .rel for each subdirectory in theJoel Sherrill33-33/+33
1999-05-27Patch from Eric Norum <eric@pollux.usask.ca> to eliminate a panic when theJoel Sherrill9-441/+264
1999-05-27Split out the routine rtems_assoc_name_bad().Joel Sherrill10-58/+166
1999-05-27Removed usage of printf.Joel Sherrill5-5/+5
1999-05-27Split initialization and reserve resources from termios to reduceJoel Sherrill7-119/+188
1999-05-27Split out polled io, debug puts, and console reserve resources toJoel Sherrill4-83/+146
1999-05-27Disabled running size_rtems until all file splitting is finished.Joel Sherrill1-1/+1
1999-05-27Regenerated.Joel Sherrill12-947/+1693