summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reordered specs.Joel Sherrill1997-07-101-4/+4
|
* fixed milliseconds and microseconds to tick conversion routines.Joel Sherrill1997-07-101-11/+10
|
* Repository damaged -- files readded.Joel Sherrill1997-07-091-0/+214
|
* Changed name from entry to thread_entry to be more compatible withJoel Sherrill1997-07-092-2/+2
| | | | Ada interface where entry is a keyword.
* Added postswitch extension.Joel Sherrill1997-07-091-0/+2
|
* Added post switch extension.Joel Sherrill1997-07-091-0/+5
|
* Corrected typos and spacing.Joel Sherrill1997-07-091-3/+3
|
* Added sp, sfc, and fpcsr register defines.Joel Sherrill1997-07-092-0/+8
|
* Added True and False constants for RTEMS.Boolean types. This necessitatedJoel Sherrill1997-06-032-8/+36
| | | | making sure every True/False reference was fully qualified.
* Added RTEMS boolean constants.Joel Sherrill1997-06-031-0/+3
|
* Added Pending_Events and lined up other event constantsJoel Sherrill1997-06-031-33/+34
|
* added more constants and fixed numerJoel Sherrill1997-06-032-24/+64
|
* added Signal constants, Is_Status_Successful, and Attribute constants.Joel Sherrill1997-06-032-5/+74
|
* added rtems_interrupt_level_attribute routien to return a properlyJoel Sherrill1997-06-032-16/+6
| | | | shifted interrupt_level attribute field and RTEMS_INTERRUPT_MASK.
* added Minimum_Stack_Size and Mode constantsJoel Sherrill1997-06-021-8/+23
|
* added new files from test area.Joel Sherrill1997-06-022-0/+3372
| | | | This code has successfully been used to run sp01.
* Added support for context switching the data used by the gcc m68kJoel Sherrill1997-05-283-2/+31
| | | | | | software floating point emulation code. Code implemented by Karen Sara Looney <Karen.Looney@colorado.edu> with much email assistance from Joel.
* Corrected by adding check for NULL address passed into get_statusJoel Sherrill1997-04-251-0/+3
| | | | directive.
* Added to comment header block to include new status directive.Joel Sherrill1997-04-251-0/+1
|
* Patch from Chris John <cjohns@awa.com.au> to add use of a select statementJoel Sherrill1997-04-222-2/+138
| | | | | | in the unix port idle thread task. This should keep the entire application from blocking when any component does a blocking application. Also added TOD_MICROSECONDS_TO_TICKS.
* promote TOD_MICROSECONDS_TO_TICKS through API as RTEMS_MICROSECONDS_PER_TICK.Joel Sherrill1997-04-221-0/+2
|
* multiprocessing fixed on linux by fixing cpu.c so correct form ofJoel Sherrill1997-04-221-3/+4
| | | | semctl was being invoked.
* updated with new license information per Tony Bennett.Joel Sherrill1997-04-223-30/+10
|
* File changed to reflect change in license and copyright.Joel Sherrill1997-04-221-5/+5
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-22250-1205/+1205
| | | | of switching to the modified GNU GPL.
* Added FPSP support for MC68040Joel Sherrill1997-04-161-2/+19
|
* Reduced number of POSIX thread priorities from 255 to 254 to avoid conflictsJoel Sherrill1997-04-152-4/+10
| | | | | of lowest priority with the RTEMS IDLE thread. This was causing the lowest priority GNAT Ada task to never run.
* printing task names now instead of id numbersJoel Sherrill1997-04-091-3/+16
|
* new files.Joel Sherrill1997-04-095-0/+415
|
* added code to prevent attempts to clean up the library when rtems isJoel Sherrill1997-04-091-0/+8
| | | | down.
* added support for tracking thread cpu usage.Joel Sherrill1997-04-091-0/+2
|
* enhanced printf statementsJoel Sherrill1997-04-091-4/+4
|
* corrected spacing.Joel Sherrill1997-04-091-8/+8
|
* added SYSTEM_STATE_SHUTDOWNJoel Sherrill1997-04-091-0/+1
|
* enhanced rtems_shutdown_executive to insure that no attempt willJoel Sherrill1997-04-091-1/+4
| | | | be made to shut the system down when it is down.
* added support for statistics on rate monotonic periods.Joel Sherrill1997-04-092-10/+110
|
* Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1997-04-092-14/+114
| | | | | | | | | | | | | 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.
* 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-071-2/+7
|
* added initialization of variable to eliminate warning.Joel Sherrill1997-04-071-1/+1
|
* added "ifndef" to avoid redefinition warning.Joel Sherrill1997-04-074-0/+8
|
* added "return" to eliminate warning.Joel Sherrill1997-04-071-0/+2
|
* added "ifndef" to avoid redefinition warningJoel Sherrill1997-04-078-0/+16
|
* commented out sccs_id to eliminate warning.Joel Sherrill1997-04-072-6/+12
|
* Replaced warning message for cpus which do not have hardware supportJoel Sherrill1997-04-071-2/+3
| | | | | for an interrupt stack. Hopefully this will encourage someone to implement software stack switching on the m68k.
* changed signed int to unsigned to eliminate warningJoel Sherrill1997-04-071-1/+1
|
* added "ifndef" for ASM to avoid redefinition warnings.Joel Sherrill1997-04-071-0/+2
|
* was checking for null cpu_table -- short have been checking configurationJoel Sherrill1997-04-021-1/+1
| | | | table.
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-012-2/+137
| | | | | | | | | | | | | | | | | | | | 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.
* modified _Chain_Insert_unprotected to have the form required to be usedJoel Sherrill1997-03-111-2/+2
| | | | as the sole statement in an if or else statement