summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added missing dependency for libmisc.a based on a bug report by Phil Wilshire.Joel Sherrill1997-12-072-0/+2
|
* Fixed indexing bug reported by Phil Wilshire.Joel Sherrill1997-12-072-2/+2
|
* Changed the uuencode line to work better with VPATH setups.Joel Sherrill1997-12-061-2/+2
|
* Moved include of rtems/score/cpu.h to make sure TRUE and FALSE were defined.Joel Sherrill1997-12-062-4/+4
| | | | | This simple error resulted in the wrong FP context structure being used for hardware contexts on the m68k. This was a difficult problem to find.
* Reworked mkdir line to invoke smaller lines.Joel Sherrill1997-12-041-1/+4
|
* Inclusion of PC386 BSP submitted by Pedro Miguel Da Cruz Neto RomanoJoel Sherrill1997-12-0132-0/+4896
| | | | | <pmcnr@camoes.rnl.ist.utl.pt> and Jose Rufino <ruf@asterix.ist.utl.pt> of NavIST (http://pandora.ist.utl.pt/).
* Since test suite Makefiles are not always generated, use wildcardJoel Sherrill1997-11-301-4/+3
| | | | to determine which directories to descend into.
* Corrected call to rtems_termios_open.Joel Sherrill1997-11-301-1/+2
|
* Corrected comment.Joel Sherrill1997-11-302-6/+1
|
* Do not generate make/os at install point.Joel Sherrill1997-11-301-2/+1
|
* Removed warnings.Joel Sherrill1997-11-294-2/+12
|
* Added credit for host.cfg stuff from Ralf Corsepius (corsepiu@faw.uni-ulm.de).Joel Sherrill1997-11-291-0/+4
|
* Patch from Chris Johns to filter out the trace bit on CPU modelsJoel Sherrill1997-11-291-2/+5
| | | | which have hardware support for a separate interrupt stack.
* Removed warning.Joel Sherrill1997-11-181-1/+1
|
* New file.Joel Sherrill1997-11-181-0/+45
|
* Removed warning under linux port.Joel Sherrill1997-11-182-0/+10
|
* Removed warnings.Joel Sherrill1997-11-182-1/+6
|
* Added argument as required by new version of termios_open.Joel Sherrill1997-11-181-2/+4
|
* Fixed assignment to dereference ch.Joel Sherrill1997-11-181-1/+1
|
* Changed from DOS style CR/LF to Unix style.Joel Sherrill1997-11-181-534/+534
|
* Added CONFIGURE_MEMORY_USER_OVERHEAD constant per Chris Johns request.Joel Sherrill1997-11-182-2/+12
|
* interrupt driven change from Eric NorumJoel Sherrill1997-11-156-178/+427
|
* Fixed prototypeJoel Sherrill1997-11-103-3/+3
|
* Set return code to avoid spurious errors.Joel Sherrill1997-11-102-0/+2
|
* added katsutoshi ShibuyaJoel Sherrill1997-10-242-2/+16
|
* Changed prototype of read routine.Joel Sherrill1997-10-235-29/+15
|
* Switched to new style for read support routine.Joel Sherrill1997-10-231-10/+6
|
* Added TOD driver from Katsutoshi Shibuya.Joel Sherrill1997-10-236-3/+190
|
* Removed GEN68360_INIT.Joel Sherrill1997-10-231-8/+0
|
* Update from Eric Norum.Joel Sherrill1997-10-231-161/+153
|
* Updated console driver to use new read routine conventions.Joel Sherrill1997-10-231-6/+3
|
* Added new test for termios style consoles from Eric Norum.Joel Sherrill1997-10-233-1/+205
|
* Added console_reserve_resources.Joel Sherrill1997-10-232-6/+15
|
* 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-232-0/+8
|
* fixed commentJoel Sherrill1997-10-232-4/+2
|
* New termios.c from Eric Norum.Joel Sherrill1997-10-235-1202/+1296
| | | | Added new entry point to add in per physical port resource requirements.
* Added test case for rtems_interrupt_catch checking that the pointerJoel Sherrill1997-10-212-1/+11
| | | | for the returned old_isr_handler was non-NULL.
* Fixed a number of warnings regarding comparisons between signed andJoel Sherrill1997-10-218-18/+18
| | | | unsigned numbers.
* Fixed endian problem in printing object names.Joel Sherrill1997-10-212-0/+10
|
* Converted to termios style device driver.Joel Sherrill1997-10-211-265/+144
|
* Added check that return argument pointer for old_isr_handler was valid.Joel Sherrill1997-10-211-0/+3
|
* Moved rtems directory up one directory in the install point. It wasJoel Sherrill1997-10-211-9/+9
| | | | formerly under $(target) and is now at the same level.
* Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill1997-10-211-1/+4
|
* Converted from using a message queue for the raw input queue to using aJoel Sherrill1997-10-212-98/+70
| | | | ring buffer in conjunction with a counting semaphore.
* Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill1997-10-213-1/+1521
|
* Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill1997-10-213-6/+66
|
* Added casts and fixed line break.Joel Sherrill1997-10-212-4/+6
|
* 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
|