summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Katsutoshi Shibuya (shibuya@mxb.meshnet.or.jp)of BU-Denken Co., Ltd.Joel Sherrill1997-08-0114-11/+1412
| | | | | | | (Sapporo, Japan) submitted the extended console driver for the MVME162LX BSP and the POSIX tcsetattr() and tcgetattr() routines. This device driver supports four serial ports, cooked IO, and provides a portable base for Zilog 8530 based console drivers.
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-3157-0/+8764
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-312-1/+12
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* Added information on different MVME162 models.Joel Sherrill1997-07-101-0/+11
|
* Repository damaged -- file re-addedJoel Sherrill1997-07-093-0/+555
|
* This code was in the tree but not actually being compiled. ThereJoel Sherrill1997-07-0934-140/+140
| | | | | | | were a number of minor problems which had to be fixed to get it to compile including modifying the compile rule to handle C++ comments, changing the syntax of the include statement, and getting rid of "%" as part of register names.
* added ka9q stackJoel Sherrill1997-05-277-5/+1027
|
* KA9Q stack removed prior to testing for 4.0.0 public release.Joel Sherrill1997-05-236-30/+4
|
* patch from Eric NorumJoel Sherrill1997-05-211-4/+4
|
* updated to reflect new license per John Gwynne's permission.Joel Sherrill1997-04-254-52/+12
|
* updated with new license information per Tony Bennett.Joel Sherrill1997-04-226-82/+26
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-22262-1302/+1302
| | | | of switching to the modified GNU GPL.
* Added support for HW API packageJoel Sherrill1997-04-221-1/+5
|
* Changed format of comment blocks to C comments.Joel Sherrill1997-04-183-51/+51
|
* Duplicated timerisr symbol as _timerisr to avoid tool naming problems.Joel Sherrill1997-04-181-0/+6
|
* Fixed path which points to shared directory for all BSPs.Joel Sherrill1997-04-1620-20/+20
|
* fixed spacingJoel Sherrill1997-04-161-1/+3
|
* added fpsp support.Joel Sherrill1997-04-161-0/+2
|
* Update from Eric Norum.Joel Sherrill1997-04-168-174/+414
|
* Added CVS Id'sJoel Sherrill1997-04-162-0/+7
|
* Added the MC68040 Floating Point Support Package. This was portedJoel Sherrill1997-04-1647-0/+16820
| | | | | to RTEMS by Eric Norum. It is freely distributable and was acquired from the Motorola WWW site. More info is in the FPSP README.
* Switched all bsps which had an implementation of sbrk.c which onlyJoel Sherrill1997-04-1520-19/+51
| | | | returned an error to using a single shared copy of this file.
* Removed many BSPs' copy of setvec.c and let them share the sameJoel Sherrill1997-04-1510-9/+48
| | | | implementation as all m68k BSPs.
* replaced linking of source from mvme147 drivers with use of vpath toJoel Sherrill1997-04-114-29/+8
| | | | simply search into that directory and get the necessary files.
* removed commented out line performing a linkJoel Sherrill1997-04-111-1/+0
|
* printing task names now instead of id numbersJoel Sherrill1997-04-091-3/+16
|
* new files.Joel Sherrill1997-04-098-0/+617
|
* added rtmonuse and cpuuse directoriesJoel Sherrill1997-04-091-0/+2
|
* added cpuuse and rtmonuse directoriesJoel Sherrill1997-04-091-1/+1
|
* added code to prevent attempts to clean up the library when rtems isJoel Sherrill1997-04-091-0/+8
| | | | down.
* correct incorrect register addresses for port a.Joel Sherrill1997-04-091-2/+2
|
* removed unused is_character_ready routine.Joel Sherrill1997-04-091-27/+0
|
* Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1997-04-0920-113/+791
| | | | | | | | | | | | | was done based on the 3.6.0 release and had to be autoconf'ed locally. It is turned on is the bsp enables it and it is not explicitly disabled via the configure option --disable-tcpip. As many warnings as possible were removed locally after the code was merged. Only the gen68360 and mvme136 bsps were compiled this way. The ka9q port and network driver were submitted by Eric Norum (eric@skatter.USask.Ca). The network demo programs are not included in the tree at this point.
* added cast to eliminate warning.Joel Sherrill1997-04-081-1/+1
|
* changed signed int to unsigned int to eliminate a warning.Joel Sherrill1997-04-071-1/+1
|
* removed noreturn attribute to eliminate warnings.Joel Sherrill1997-04-073-6/+21
|
* commented out sccs_id's to eliminate warnings.Joel Sherrill1997-04-074-12/+28
|
* added prototype and return statement to eliminate warnings.Joel Sherrill1997-04-071-0/+4
|
* commented out sccs_id's to eliminate warnings.Joel Sherrill1997-04-074-12/+28
| | | | main.c: added return statement to eliminate a warning.
* removed reference to no_bsp.Joel Sherrill1997-04-072-8/+20
| | | | added prototypes.
* commented out sccs_id to eliminate warningsJoel Sherrill1997-04-072-8/+20
|
* added or fixed includes of page_table.h to eliminate warnings.Joel Sherrill1997-04-073-2/+5
|
* added cast to eliminate warningJoel Sherrill1997-04-073-4/+5
|