summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
1997-04-15Reduced number of POSIX thread priorities from 255 to 254 to avoid conflictsJoel Sherrill4-8/+20
of lowest priority with the RTEMS IDLE thread. This was causing the lowest priority GNAT Ada task to never run.
1997-04-15Added directories to place test output screens into as part of fixingJoel Sherrill1-3/+4
difftest.
1997-04-15Added line to install test screens so difftest does not have to haveJoel Sherrill65-7/+137
a path back into the source tree. This would be better for binary distributions as well since you now have the correct output at the install point.
1997-04-15Switched all bsps which had an implementation of sbrk.c which onlyJoel Sherrill20-19/+51
returned an error to using a single shared copy of this file.
1997-04-15Removed many BSPs' copy of setvec.c and let them share the sameJoel Sherrill10-9/+48
implementation as all m68k BSPs.
1997-04-11replaced linking of source from mvme147 drivers with use of vpath toJoel Sherrill4-29/+8
simply search into that directory and get the necessary files.
1997-04-11removed commented out line performing a linkJoel Sherrill2-2/+0
1997-04-09enabled floating point and fixed confdef reference to initializationJoel Sherrill4-5/+9
tasks table.
1997-04-09new testJoel Sherrill14-0/+862
1997-04-09added cpuuse and rtmonuseJoel Sherrill1-1/+1
1997-04-09printing task names now instead of id numbersJoel Sherrill2-6/+32
1997-04-09new files.Joel Sherrill16-0/+1234
1997-04-09added rtmonuse and cpuuse directoriesJoel Sherrill2-0/+4
1997-04-09added cpuuse and rtmonuse directoriesJoel Sherrill1-1/+1
1997-04-09added code to prevent attempts to clean up the library when rtems isJoel Sherrill2-0/+16
down.
1997-04-09correct incorrect register addresses for port a.Joel Sherrill1-2/+2
1997-04-09removed unused is_character_ready routine.Joel Sherrill1-27/+0
1997-04-09added support for tracking thread cpu usage.Joel Sherrill1-0/+2
1997-04-09enhanced printf statementsJoel Sherrill1-4/+4
1997-04-09corrected spacing.Joel Sherrill2-16/+16
1997-04-09added SYSTEM_STATE_SHUTDOWNJoel Sherrill2-0/+2
1997-04-09enhanced rtems_shutdown_executive to insure that no attempt willJoel Sherrill1-1/+4
be made to shut the system down when it is down.
1997-04-09added support for statistics on rate monotonic periods.Joel Sherrill3-15/+142
1997-04-09Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill37-133/+1030
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.
1997-04-08added cast to eliminate warning.Joel Sherrill1-1/+1
1997-04-07corrected printf specifications and added casts as necessary to eliminateJoel Sherrill7-72/+79
warnings.
1997-04-07added ifdef to avoid warning for unused variable.Joel Sherrill1-2/+6
1997-04-07corrected integer only definitions of "FP CHECK" routines to eliminateJoel Sherrill1-3/+10
warnings.
1997-04-07changed signed int to unsigned int to eliminate a warning.Joel Sherrill2-2/+2
1997-04-07removed noreturn attribute to eliminate warnings.Joel Sherrill5-10/+35
1997-04-07commented out sccs_id's to eliminate warnings.Joel Sherrill4-12/+28
1997-04-07added prototype and return statement to eliminate warnings.Joel Sherrill1-0/+4
1997-04-07commented out sccs_id's to eliminate warnings.Joel Sherrill4-12/+28
main.c: added return statement to eliminate a warning.
1997-04-07removed reference to no_bsp.Joel Sherrill2-8/+20
added prototypes.
1997-04-07commented out sccs_id to eliminate warningsJoel Sherrill2-8/+20
1997-04-07added or fixed includes of page_table.h to eliminate warnings.Joel Sherrill3-2/+5
1997-04-07added cast to eliminate warningJoel Sherrill3-4/+5
1997-04-07added prototype for delay.Joel Sherrill1-0/+1
1997-04-07added global statement for start entry pointJoel Sherrill2-0/+2
1997-04-07removed noreturn from prototype to avoid warnings.Joel Sherrill6-6/+55
1997-04-07added cast to eliminate warning.Joel Sherrill1-1/+1
1997-04-07added return statement to avoid warning.Joel Sherrill1-0/+2
1997-04-07added initialization of variable to eliminate warning.Joel Sherrill2-2/+2
1997-04-07added include of unistd.h to eliminate warning for no prototype for write().Joel Sherrill1-0/+1
1997-04-07added ifdef around variables to eliminate warnings when crossJoel Sherrill1-0/+2
1997-04-07added "ifndef" to avoid redefinition warning.Joel Sherrill2-0/+4
1997-04-07added volatile to Switch_necessary structure member to avoid warning.Joel Sherrill1-2/+2
1997-04-07added test to avoid spurious errorJoel Sherrill1-1/+1
1997-04-07added prototype for missing routine.Joel Sherrill1-0/+4
1997-04-07added "return" to eliminate warning.Joel Sherrill1-0/+2