summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* interrupt driven change from Eric NorumJoel Sherrill1997-11-154-95/+236
* Fixed prototypeJoel Sherrill1997-11-102-2/+2
* Set return code to avoid spurious errors.Joel Sherrill1997-11-101-0/+1
* added katsutoshi ShibuyaJoel Sherrill1997-10-241-1/+8
* Changed prototype of read routine.Joel Sherrill1997-10-233-15/+8
* 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 console_reserve_resources.Joel Sherrill1997-10-232-6/+15
* Overhauled console driver to use termios and to simultaneously supportJoel Sherrill1997-10-233-149/+170
* 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
* Fixed a number of warnings regarding comparisons between signed andJoel Sherrill1997-10-214-9/+9
* 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
* 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
* 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
* 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
* Merged changes from Eric Norum:Joel Sherrill1997-09-183-16/+32
* 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
* 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
* 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