summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* After comments D. V. Henkel-Wallace <gumby@zembu.com>, the interface toJoel Sherrill1999-06-1510-78/+14
* Patch from Rosimildo DaSilva <rdasilva@connecttel.com> to make C++Joel Sherrill1999-06-154-3/+23
* RTEMS_FILESYSTEM_READ_WRITE_ONLY changed to RTEMS_FILESYSTEM_READ_WRITEJoel Sherrill1999-06-145-5/+5
* Wrong prototype corrected.Joel Sherrill1999-06-142-2/+2
* Warning removal from D. V. Henkel-Wallace <gumby@zembu.com>.Joel Sherrill1999-06-145-18/+12
* Patch ("FIX: no_cpu/no_bsp") from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-06-1424-510/+556
* Updsated to reflect mpc750/mcp750 submission.Joel Sherrill1999-06-141-0/+1
* Patch ("FIX: MKDIR/INSTALL_VARIANT") from Ralf CorsepiusJoel Sherrill1999-06-141-2/+2
* This is a large patch from Eric Valette <valette@crf.canon.fr> that wasJoel Sherrill1999-06-142-0/+2537
* This is a large patch from Eric Valette <valette@crf.canon.fr> that wasJoel Sherrill1999-06-1410-0/+1283
* This is a large patch from Eric Valette <valette@crf.canon.fr> that wasJoel Sherrill1999-06-14154-2565/+50238
* Added local prototype of ioctl() to avoid requiring sys/ioctl.h.Joel Sherrill1999-06-116-6/+18
* Added comments.Joel Sherrill1999-06-111-1/+1
* Fixed Makefile.in to not attempt to install rtems.o twice from two differentJoel Sherrill1999-06-1110-10/+0
* Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill1999-06-1112-6/+192
* Patch from Eric Norum <eric@cls.usask.ca> to fix bug reported byJoel Sherrill1999-06-113-0/+6
* Do not use the RTEMS simpleioctl.h if networking is enabled sinceJoel Sherrill1999-06-091-1/+4
* Modified to return an error when a bogus return address for theJoel Sherrill1999-06-091-0/+3
* Switched to using strcasecmp() since it is more portable.Joel Sherrill1999-06-092-4/+4
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-06-022-4/+12
* Removed "NO CTOR" from list of objects to be picked up. It now comes inJoel Sherrill1999-06-022-4/+2
* Changes from Eric Norum to add a loop and limit on the length of timeJoel Sherrill1999-05-283-66/+96
* changed version to 19990528Joel Sherrill1999-05-281-1/+1
* Don't install this executable. It should only be built.Joel Sherrill1999-05-281-2/+1
* Use fgrep instead of grep to avoid treating filenames as regular expressions.Joel Sherrill1999-05-282-2/+2
* Alignment corrected per Eric Norum's suggestion.Joel Sherrill1999-05-283-3/+6
* Corrected to include shared console driver.Joel Sherrill1999-05-281-1/+1
* At the request of Gumby, the cpu is now halted rather than spinningJoel Sherrill1999-05-281-1/+1
* Renamed config.c to conscfg.c to avoid naming conflicts.Joel Sherrill1999-05-282-284/+1
* Renamed config.s to todcfg.c to avoid naming conflicts.Joel Sherrill1999-05-282-80/+1
* Renamed fatal.c to bspfatal.c to avoid name conflicts withJoel Sherrill1999-05-282-128/+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
* Switched from picking up the .rel for each subdirectory in theJoel Sherrill1999-05-2733-33/+33
* Patch from Eric Norum <eric@pollux.usask.ca> to eliminate a panic when theJoel Sherrill1999-05-279-441/+264
* Split out the routine rtems_assoc_name_bad().Joel Sherrill1999-05-2710-58/+166
* Removed usage of printf.Joel Sherrill1999-05-275-5/+5
* Split initialization and reserve resources from termios to reduceJoel Sherrill1999-05-277-119/+188
* Split out polled io, debug puts, and console reserve resources toJoel Sherrill1999-05-274-83/+146
* Disabled running size_rtems until all file splitting is finished.Joel Sherrill1999-05-271-1/+1
* Regenerated.Joel Sherrill1999-05-2712-947/+1693
* 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-203-243/+234
* Patch from Daniel Kelley <dank@icube.com>:Joel Sherrill1999-05-182-8/+8
* Regenerated.Joel Sherrill1999-05-1814-1695/+949
* Spacing correction.Joel Sherrill1999-05-181-1/+0
* Reworked to avoid pulling in the jump point entry in EVERY executable.Joel Sherrill1999-05-1711-19/+50