summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* added prototype for delay.Joel Sherrill1997-04-071-0/+1
|
* added global statement for start entry pointJoel Sherrill1997-04-072-0/+2
|
* removed noreturn from prototype to avoid warnings.Joel Sherrill1997-04-076-6/+55
|
* added cast to eliminate warning.Joel Sherrill1997-04-071-1/+1
|
* added return statement to avoid warning.Joel Sherrill1997-04-071-0/+2
|
* added initialization of variable to eliminate warning.Joel Sherrill1997-04-071-1/+1
|
* added include of unistd.h to eliminate warning for no prototype for write().Joel Sherrill1997-04-071-0/+1
|
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-01223-1/+11798
| | | | | | | | | | | | | | | | | | | | GNU autoconf. This is the first large step in allowing an RTEMS user to perform a one-tree build (per crossgcc FAQ) including RTEMS in the build process. With this change RTEMS is configured in built in the same style as the GNU tools, yet retains the basic structure of its traditional Makefiles (ala Tony Bennett). Jiri Gaisler (jgais@wd.estec.esa.nl) deserves (and received) a big thank you for doing this. There are still issues to be resolved but as of this commit, all target which can be built on a linux host have been using a modified version of the source Jiri submitted. This source was merged and most targets built in the tree before this commit. There are some issues which remain to be resolved but they are primarily related to host OS dependencies, script issues, the use of gawk for hack_specs, and the dependence on gcc snapshots. These will be resolved.
* Fixed symbols.Joel Sherrill1997-03-211-2/+6
|
* added decrementer entry.Joel Sherrill1997-03-211-0/+17
|
* Removed Fake input ifdef code.Joel Sherrill1997-03-211-15/+0
|
* Fixed timerisr symbol.Joel Sherrill1997-03-211-2/+2
|
* Rewrote to avoid references to C symbols from assembly. This entirelyJoel Sherrill1997-03-211-5/+9
| | | | circumvents the problem of leading underscores.
* Fixes incorrect reference to start symbol.Joel Sherrill1997-03-211-1/+1
|