summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modified _Objects_Is_class_valid() to correctly report that 0 wasJoel Sherrill1998-06-182-2/+2
* Added freebsd support from Dario Alcocer <alcocer@connectnet.com>.Joel Sherrill1998-06-181-2/+7
* Added optimized version of memcpy.c to this directory since RTEMS makesJoel Sherrill1998-06-121-0/+87
* Added CPU_ISR_PASSES_FRAME_POINTER so some ports could pass just theJoel Sherrill1998-06-031-0/+7
* Corrected macros for assembly language program sections.Joel Sherrill1998-06-032-4/+4
* Fixed CVS IdJoel Sherrill1998-04-271-1/+1
* Added bh, ch, dh, bl, cl, and dl register macros.Joel Sherrill1998-04-152-0/+14
* Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill1998-04-152-9/+13
* Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-...Joel Sherrill1998-04-141-1/+0
* Added "sigemptyset()" call to insure that the memcmp() would work.Joel Sherrill1998-03-311-0/+4
* Changed int to unsigned32 to match cpu.h.Joel Sherrill1998-03-271-1/+1
* m68k software interrupt stack support from Chris Johns and Eric Norum.Joel Sherrill1998-03-251-4/+0
* Added _XOPEN_SOURCE definition to allow use of UNIX IPC.Joel Sherrill1998-03-241-0/+1
* Real definition for the beginning of the data section per Eric Norum'sJoel Sherrill1998-03-242-4/+4
* Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill1998-03-241-4/+4
* SH port submitted from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1998-03-203-0/+506
* Modified to make it possible for an ISR to return a mutex which didJoel Sherrill1998-02-201-2/+20
* Ralf Corsepius noted that there was a dead path in _Thread_Initialize.Joel Sherrill1998-02-181-6/+2
* updated copyright to 1998Joel Sherrill1998-02-17102-103/+103
* Ralf Corsepius noticed that generally was spelled incorrectly.Joel Sherrill1998-02-041-1/+1
* Change to remove warning on glibc2 systems per Ralf Corsepius'sJoel Sherrill1998-01-281-1/+6
* Solaris port updates from Chris JohnsJoel Sherrill1998-01-231-10/+0
* Removed warning per Chris Johns' suggestion.Joel Sherrill1998-01-202-2/+2
* Error reported by Duncan Smith <dds@flavors.com>:Joel Sherrill1998-01-151-1/+1
* Fixed spacing.Joel Sherrill1998-01-061-2/+2
* Moved include of rtems/score/cpu.h to make sure TRUE and FALSE were defined.Joel Sherrill1997-12-061-2/+2
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-08104-208/+208
* Fixed comment.Joel Sherrill1997-10-061-1/+1
* Corrected bug per Katsutoshi Shibuya's report:Joel Sherrill1997-08-222-4/+4
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-312-4/+110
* Repository damaged -- files readded.Joel Sherrill1997-07-091-0/+214
* Added post switch extension.Joel Sherrill1997-07-091-0/+5
* Added sp, sfc, and fpcsr register defines.Joel Sherrill1997-07-092-0/+8
* Added support for context switching the data used by the gcc m68kJoel Sherrill1997-05-282-1/+30
* Patch from Chris John <cjohns@awa.com.au> to add use of a select statementJoel Sherrill1997-04-222-2/+138
* multiprocessing fixed on linux by fixing cpu.c so correct form ofJoel Sherrill1997-04-221-3/+4
* updated with new license information per Tony Bennett.Joel Sherrill1997-04-222-20/+7
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-22113-522/+522
* Added FPSP support for MC68040Joel Sherrill1997-04-161-2/+19
* 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
* 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