summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduced number of POSIX thread priorities from 255 to 254 to avoid conflictsJoel Sherrill1997-04-152-4/+10
* 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
* 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
* 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
* 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
* 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
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-012-2/+137
* modified _Chain_Insert_unprotected to have the form required to be usedJoel Sherrill1997-03-111-2/+2
* added include of rtems.h so the proper macro definitions would be present.Joel Sherrill1997-03-101-0/+2
* initialized a stack variable to avoid a warning.Joel Sherrill1997-03-101-1/+1
* created. Split getpid() from types.c to allow it to be overridden byJoel Sherrill1997-03-101-0/+22
* Fixed bug where the initial detachstate was not being set properlyJoel Sherrill1997-03-101-1/+1
* Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill1997-03-084-14/+48
* Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill1997-03-081-1/+1
* Removed getpid from this file and made it its own file. This lets itJoel Sherrill1997-03-081-10/+0
* Added commit to indicate exepcted _Thread_Dispatch_disable_level. HopefullyJoel Sherrill1997-03-081-0/+4
* Modifications to make go32 build using new i386-go32-rtems toolsetJoel Sherrill1997-01-292-4/+7
* Merged newlib's libgloss support for rtems into this directory. ThisJoel Sherrill1997-01-294-32/+41
* Removed definitions which are now in targopts.h. This eliminates theJoel Sherrill1997-01-291-8/+4
* added type to macro to eliminate warning for untyped use of a register.Joel Sherrill1997-01-291-1/+1
* Added include of targopts.h.Joel Sherrill1997-01-2913-7/+20
* With the transition from command line macro definitions to targopts.h,Joel Sherrill1997-01-281-3/+2
* Switch to using newlib's implementation of time().Joel Sherrill1997-01-281-0/+3
* fixed comments on vanilla 68000 SW interrupt stack (or the lack thereof)Joel Sherrill1997-01-151-1/+2
* added some casts to reduce warnings reported by users with Microtec C++Joel Sherrill1997-01-084-28/+35
* added type definitions for all supported task entry formatsJoel Sherrill1997-01-081-1/+6
* Suggested changes from Mark Jordan which eliminate warnings and errorsJoel Sherrill1996-12-027-14/+19
* Changes to reflect new revision of erc32 per Jiri Gaisler's suggestions.Joel Sherrill1996-12-023-0/+25
* Updates from Derrick Ostertag <ostertag@transition.com> to fix bug inJoel Sherrill1996-12-021-8/+15
* Update from Chris Johns <cjohns@awa.com.au> to add better support forJoel Sherrill1996-12-021-3/+19
* Added asserts for unhandled conditions which need to result in errorJoel Sherrill1996-11-081-1/+8
* added ENOSYS supportJoel Sherrill1996-10-151-0/+1
* added support for cpu time used field in tcbJoel Sherrill1996-10-151-0/+16
* added cpu time used field to tcbJoel Sherrill1996-10-151-0/+1