summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Corrected comment.Joel Sherrill1997-11-303-10/+1
|
* Do not generate make/os at install point.Joel Sherrill1997-11-301-2/+1
|
* Serious cleanup to reduce the number of explicitly listed Makefiles,Joel Sherrill1997-11-304-1411/+461
| | | | | eliminated autoconf looking for commands which are unused, and reduce the number of Makefiles generated.
* Removed warnings.Joel Sherrill1997-11-296-3/+18
|
* Added credit for host.cfg stuff from Ralf Corsepius (corsepiu@faw.uni-ulm.de).Joel Sherrill1997-11-291-0/+4
|
* Changes from Ralf Corsepius (corsepiu@faw.uni-ulm.de) to automaticallyJoel Sherrill1997-11-294-547/+363
| | | | generate the list of Makefiles in the configure script.
* 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-182-2/+2
|
* New file.Joel Sherrill1997-11-182-0/+90
|
* Removed warning under linux port.Joel Sherrill1997-11-183-0/+15
|
* 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-183-3/+18
|
* Merged code from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to generateJoel Sherrill1997-11-182-300/+1336
| | | | the information in the make/os/XYZ.cfg files using autoconf.
* Modified to rezongize CPU-rtemsXYZ rather than just CPU-rtems.Joel Sherrill1997-11-181-9/+15
|
* Submitted by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1997-11-181-0/+41
|
* interrupt driven change from Eric NorumJoel Sherrill1997-11-158-261/+618
|
* Fixed prototypeJoel Sherrill1997-11-104-4/+4
|
* Set return code to avoid spurious errors.Joel Sherrill1997-11-103-0/+3
|
* Test document.Joel Sherrill1997-10-311-0/+690
|
* New test file.Joel Sherrill1997-10-311-4/+4
|
* Replaced the algorithm used to build the texinfo nodes and menus. ThisJoel Sherrill1997-10-311-218/+236
| | | | | | | | | was necessary to fix some bugs and to support the "@subsubsection", "@raise", and "@lower" commands. The major known bug was that single section chapters were not being processed correctly. Added the -c option so chapter names do not always have to included in the node names.
* added katsutoshi ShibuyaJoel Sherrill1997-10-243-3/+24
|
* Changed prototype of read routine.Joel Sherrill1997-10-237-43/+22
|
* 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 TOD code for MVME162 BSP from Katsutoshi Shibuya.Joel Sherrill1997-10-232-6/+8
|
* Added new test for termios style consoles from Eric Norum.Joel Sherrill1997-10-234-1/+346
|
* 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-233-0/+12
|
* Added termios test.Joel Sherrill1997-10-232-8/+10
|
* fixed commentJoel Sherrill1997-10-233-6/+3
|
* New termios.c from Eric Norum.Joel Sherrill1997-10-237-1803/+1942
| | | | 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-214-2/+22
| | | | for the returned old_isr_handler was non-NULL.
* Fixed a number of warnings regarding comparisons between signed andJoel Sherrill1997-10-2112-27/+27
| | | | unsigned numbers.
* Fixed endian problem in printing object names.Joel Sherrill1997-10-213-0/+15
|
* 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-212-0/+6
|
* 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-213-147/+105
| | | | ring buffer in conjunction with a counting semaphore.
* Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill1997-10-214-1/+2281
|
* Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill1997-10-214-8/+88
|
* Added casts and fixed line break.Joel Sherrill1997-10-213-6/+9
|