summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added search of libcpu and fpsp.Joel Sherrill1997-10-091-0/+5
|
* Modified to search RTEMS library before Newlib C library.Joel Sherrill1997-10-0820-20/+20
|
* 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.
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-08285-570/+570
|
* Removed include directory at "build" point and the link of this directoryJoel Sherrill1997-10-0836-66/+66
| | | | | | to lib/include. Went to using a PROJECT_INCLUDE variable.
* Increased interrupt stack space.Joel Sherrill1997-10-061-1/+1
|
* Uncommented gettimeofday_r to resolve missing symbol.Joel Sherrill1997-09-211-2/+0
|
* Cleaned up as part of adding the Monitor test.Joel Sherrill1997-09-2118-28/+22
|
* Bug fix from Eric Norum:Joel Sherrill1997-09-191-1/+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-161-4/+11
|
* 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.
* Switched to new style which does not require hackspecs.awk.Joel Sherrill1997-08-2820-580/+260
|
* Added RTEMS_IO_ERROR status code.Joel Sherrill1997-08-281-0/+1
|
* Added error numbers and changed default error code from 0 to -1 forJoel Sherrill1997-08-271-7/+9
| | | | 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
|
* Corrected to compile with egcs.Joel Sherrill1997-08-262-5/+5
|
* Removed assert condition when not initialized or there are 0 periods.Joel Sherrill1997-08-221-0/+5
|
* Moved reentrant wrappers into their own file.Joel Sherrill1997-08-224-5/+94
|
* Fixed iop/memory leak bug reported by Dan Dickey.Joel Sherrill1997-08-221-1/+6
|
* Removed redundant stanza.Joel Sherrill1997-08-221-2/+0
|
* start no longer a global symbol per Eric Norum's request.Joel Sherrill1997-08-222-2/+12
| | | | | | | | | | Also, I ran across a nasty problem the first time I tried downloading and running an application compiled with the new snapshot. To make a very long story short, the `start' in ...../m68k/gen6860/start360/start360.s must not be global. The change is simple -- just remove the .globl start from start360.s.
* Switched to new version of mc68681.hJoel Sherrill1997-08-041-29/+29
|
* moved mc68230.h from main include directory to motorolaJoel Sherrill1997-08-041-1/+1
|
* new implementation of mc68681.hJoel Sherrill1997-08-041-72/+291
|
* Fixed typeJoel Sherrill1997-08-041-1/+1
|
* Corrected typoJoel Sherrill1997-08-049-9/+9
|
* Corrected descent to a hardcoded directory and made it dependent on the cpu ↵Joel Sherrill1997-08-041-1/+1
| | | | model
* Fixed typo and removed duplicated codeJoel Sherrill1997-08-041-4/+1
|
* First attempt at values for PPCJoel Sherrill1997-08-042-0/+6
|
* Trying to support all modelsJoel Sherrill1997-08-041-20/+4
|
* Trying to support all models.Joel Sherrill1997-08-041-0/+6
|
* consolex built for all models.Joel Sherrill1997-08-041-8/+4
|
* moved header files into the motorola and zilog subdirectoriesJoel Sherrill1997-08-048-9/+8
|
* Correcting difference between mvme162lx and mvme162. All versions haveJoel Sherrill1997-08-041-0/+5
| | | | four serial ports.
* moved header files into the motorola and zilog subdirectoriesJoel Sherrill1997-08-044-5/+7
|
* Modified to reflect changes in mc68681.h header file.Joel Sherrill1997-08-041-104/+200
|
* Header files moved into zilog subdirectory.Joel Sherrill1997-08-041-2/+2
|
* Moved files into the zilog and motorola subdirectories.Joel Sherrill1997-08-041-3/+12
|
* moved from main include directoryJoel Sherrill1997-08-045-0/+478
|
* Added conditional for KA9Q.Joel Sherrill1997-08-011-0/+4
|
* Added include of termios.h which was accidentally left out.Joel Sherrill1997-08-011-0/+2
|
* Added consolex to wrapupJoel Sherrill1997-08-011-0/+1
|
* Corrected typo.Joel Sherrill1997-08-011-1/+1
|
* Made to work.Joel Sherrill1997-08-011-1/+1
|
* Removed warnings.Joel Sherrill1997-08-011-2/+2
|