summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Overhauled console driver to use termios and to simultaneously supportJoel Sherrill1997-10-233-149/+170
| | | | both ports.
* Added prototype for console_reserve_resources.Joel Sherrill1997-10-231-0/+4
|
* fixed commentJoel Sherrill1997-10-231-2/+1
|
* New termios.c from Eric Norum.Joel Sherrill1997-10-233-601/+650
| | | | Added new entry point to add in per physical port resource requirements.
* Fixed a number of warnings regarding comparisons between signed andJoel Sherrill1997-10-214-9/+9
| | | | unsigned numbers.
* Fixed endian problem in printing object names.Joel Sherrill1997-10-211-0/+5
|
* Converted to termios style device driver.Joel Sherrill1997-10-211-265/+144
|
* Converted from using a message queue for the raw input queue to using aJoel Sherrill1997-10-211-49/+35
| | | | ring buffer in conjunction with a counting semaphore.
* Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill1997-10-212-1/+761
|
* Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill1997-10-212-4/+44
|
* Added casts and fixed line break.Joel Sherrill1997-10-211-2/+3
|
* Control and Data addresses were swapped for port A.Joel Sherrill1997-10-161-2/+2
|
* Moved selection of console port to custom file.Joel Sherrill1997-10-151-3/+0
|
* New version of this file from Eric Norum.Joel Sherrill1997-10-131-536/+534
|
* Fixed incorrect reference to RTEMS_BSP instead of RTEMS_BSP_FAMILY.Joel Sherrill1997-10-091-1/+1
|
* 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
|