summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix from Eric Norum so FPSP is installed before any FP code is actuallyJoel Sherrill1997-10-082-0/+18
| | | | exercise.
* Fix from Eric Norum to assemble under COFF.Joel Sherrill1997-10-081-9/+9
|
* Update from Eric Norum:Joel Sherrill1997-10-082-530/+540
| | | | | Change label names so they can be seen from the debugger. Provide a start symbol -- gets rid of a loader warning message.
* Added comment about using --enable-gcc28 and --enable-libcdirJoel Sherrill1997-10-081-1/+3
| | | | options together.
* 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
| | | | | | to lib/include. Went to using a PROJECT_INCLUDE variable.
* 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
| | | | tree.
* Redid the installation of the "make" directory at the install point.Joel Sherrill1997-10-071-21/+11
| | | | It is no longer a link. It is a copy.
* 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
| | | | it is arbitrarily assumed to be 1 clock tick.
* 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
| | | | Add monitor test.
* 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
| | | | | | | | | | | After weeks of trying to figure why my RTEMS/KASQ server crashes now and then I found a nasty bug I introduced in adding multiple-driver support to libio. The bug only affects `add-on' driver classes (like the networking code). Old-style file descriptors were not affected. The bug cleared 32 bytes of memory (unspecified location) whenever a `close' of a socket was performed! I was clearing an IOP I hadn't allocated -- and the pointer wasn't initiallized, either!
* Merged changes from Eric Norum:Joel Sherrill1997-09-183-16/+32
| | | | | | | | | | | | | Enable 68360 watchdog. The watchdog control register is a `write-once' register, so the watchdog has to be enabled in the boot roms if it is to be used at all. To make the change transparent I added a default feed of the watchdog to the clock interrupt handler. This can be overridden if the application wants to handle the watchdog. The only difficulty with this change is that an application has to either include the clock driver or handle the watchdog explicitely. I don't think this is much of a problem since I am pretty sure that almost every application includes the clock driver.
* 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
| | | | | | Enable SDMA operation during FREEZE. It seems that disabling SDMA during freeze makes the SMC channels work erratically.
* 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
| | | | but not in newer RTEMS.
* 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
| | | | error number mapping.
* 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
| | | | | | | The definition of "BEGIN_DATA" should not be null; should be ".data". Also, the definition of "BEGIN_BSS" should be ".bss". For this error, the compiled object has codes that write on the text segment area. It is fatal when the code runs on ROM.
* 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
|