summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix from Eric Norum so FPSP is installed before any FP code is actuallyJoel Sherrill1997-10-082-0/+18
* Fix from Eric Norum to assemble under COFF.Joel Sherrill1997-10-081-9/+9
* Update from Eric Norum:Joel Sherrill1997-10-082-530/+540
* Added comment about using --enable-gcc28 and --enable-libcdirJoel Sherrill1997-10-081-1/+3
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-082206-4420/+4420
* Removed include directory at "build" point and the link of this directoryJoel Sherrill1997-10-0890-178/+178
* Updated information on building your own application.Joel Sherrill1997-10-081-6/+6
* Reworked building of make subdirectory and contents in the objectJoel Sherrill1997-10-081-1/+11
* Redid the installation of the "make" directory at the install point.Joel Sherrill1997-10-071-21/+11
* Fixed some weird line duplications. Thanks to Chris Johns.Joel Sherrill1997-10-062-36/+18
* Increased interrupt stack space.Joel Sherrill1997-10-061-1/+1
* Fixed comment.Joel Sherrill1997-10-063-3/+3
* Make Post an atomic operation.Joel Sherrill1997-10-066-6/+36
* Added _Thread_Enable_dispatch to already_timedout path on Wait_support.Joel Sherrill1997-10-062-4/+6
* Fixed bug where include not actually created.Joel Sherrill1997-10-061-2/+5
* If the specified time period is less than a clock tick, thenJoel Sherrill1997-10-052-2/+8
* fixed typoJoel Sherrill1997-09-302-2/+2
* Fixed typos.Joel Sherrill1997-09-302-2/+2
* Uncommented gettimeofday_r to resolve missing symbol.Joel Sherrill1997-09-213-6/+0
* Removed duplicate listing of install in MTARGETS.Joel Sherrill1997-09-213-8/+10
* Cleaned up as part of adding the Monitor test.Joel Sherrill1997-09-2153-83/+65
* Added Monitor test.Joel Sherrill1997-09-216-1/+323
* Bug fix from Eric Norum:Joel Sherrill1997-09-193-3/+0
* Merged changes from Eric Norum:Joel Sherrill1997-09-183-16/+32
* updatedJoel Sherrill1997-09-163-12/+33
* syslog addedJoel Sherrill1997-09-151-1/+2
* eliminated potential for overfilling buffer on readJoel Sherrill1997-09-1519-19/+0
* Fix from Eric Norum. Here is the comment:Joel Sherrill1997-09-031-2/+2
* More specific information on error code.Joel Sherrill1997-09-031-1/+2
* Fixed IO Manager calls to remove an argument which was used in 3.2.1Joel Sherrill1997-08-284-128/+18
* Switched to new style which does not require hackspecs.awk.Joel Sherrill1997-08-2820-580/+260
* Removed hackspecs.awk in move from -mrtems to -qrtems.Joel Sherrill1997-08-282-4/+2
* Added RTEMS_IO_ERROR status code.Joel Sherrill1997-08-286-3/+9
* Added IO_Error status code and fixed No_Memory error number.Joel Sherrill1997-08-282-6/+10
* Corrected reference to LIBC_LIBM to work on all targets.Joel Sherrill1997-08-271-1/+1
* Added error numbers and changed default error code from 0 to -1 forJoel Sherrill1997-08-273-21/+27
* Modified to support the BSP family concept.Joel Sherrill1997-08-2711-21/+21
* Modified to have correct address for vector table on multiple models.Joel Sherrill1997-08-272-0/+10
* Added rule so TARGET_VARIANTS are dependent on the environment stuff.Joel Sherrill1997-08-271-1/+4
* Use own pdir option was reversed.Joel Sherrill1997-08-262-4/+4
* Patches from Chris Johns to clean up test.Joel Sherrill1997-08-2610-38/+104
* removed -lmJoel Sherrill1997-08-261-1/+1
* Corrected to compile with egcs.Joel Sherrill1997-08-262-5/+5
* Added support for TARGET_VARIANTS.Joel Sherrill1997-08-261-2/+3
* Corrected bug per Katsutoshi Shibuya's report:Joel Sherrill1997-08-223-6/+6
* Removed assert condition when not initialized or there are 0 periods.Joel Sherrill1997-08-223-0/+15
* Moved reentrant wrappers into their own file.Joel Sherrill1997-08-226-13/+98
* Fixed iop/memory leak bug reported by Dan Dickey.Joel Sherrill1997-08-223-3/+18
* Removed redundant stanza.Joel Sherrill1997-08-221-2/+0
* Fixed infinite recursion bug in PTHREAD_MUTEX_INITIALIZER.Joel Sherrill1997-08-222-20/+30