summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed typoJoel Sherrill1996-05-101-1/+1
|
* updated to remove workaround for bug in binutils 2.5.2 ld now that we areJoel Sherrill1996-05-081-4/+4
| | | | up to 2.6
* *** empty log message ***Joel Sherrill1996-05-081-1/+2
|
* Updated version to 3.5.15.Joel Sherrill1996-05-022-2/+2
|
* Updates from Eric Norum.Joel Sherrill1996-05-017-106/+268
|
* Updates from Eric Norum to use the mcpu32 flags and fix comments.Joel Sherrill1996-05-012-30/+17
|
* changed version number to 3.5.14Joel Sherrill1996-04-242-2/+2
|
* Hacked so gld will accept this so we can purge the aout toolset. This changeJoel Sherrill1996-04-241-2/+21
| | | | should be undone when the m68k-coff cross toolset is updated next time.
* added comment regarding stack alignment issues to thread stack allocationJoel Sherrill1996-04-241-0/+14
| | | | routine.
* Lowered number of messages created to reduce burden on workspace.Joel Sherrill1996-04-221-1/+1
|
* updates from Tony BennettJoel Sherrill1996-04-2262-432/+324
|
* addition of optional user provided stack allocator means that we can notJoel Sherrill1996-04-221-14/+27
| | | | | reliably produce the "insufficient memory for stack space" error if this extension is configured.
* Updates from Tony Bennett.Joel Sherrill1996-04-2212-70/+76
|
* Updates from Tony Bennett. rtems_environp removed among other minor things.Joel Sherrill1996-04-221-1/+0
|
* Fixed so now supports more than 16 nodes. Tested for up to 24 nodesJoel Sherrill1996-04-225-3/+21
| | | | by Tony Bennett. Information table is now malloc'ed.
* thread.c: added support for optional user provided stack allocatorJoel Sherrill1996-04-222-8/+123
| | | | wkspace.c: made initialization routine a regular subroutine
* made initialization routine a regular subroutineJoel Sherrill1996-04-224-176/+0
|
* interr.h: added stack allocater error codeJoel Sherrill1996-04-224-2/+30
| | | | wkspace.h: made initialization routine a regular subroutine
* added stack allocation fields to the cpu tableJoel Sherrill1996-04-222-31/+71
| | | | | updates from Tony Bennett. Most were to insure all variables were properly initialized and to correct the stray signal number reporting.
* added stack allocation fields to the cpu tableJoel Sherrill1996-04-224-18/+16
|
* added stack allocation fields to the cpu tableJoel Sherrill1996-04-223-3/+919
| | | | added CPU_M68K_EXTB_L model flag
* added stack allocation fields to the cpu tableJoel Sherrill1996-04-221-0/+3
|
* updartes from Tony BennettJoel Sherrill1996-04-224-420/+129
|
* swapped order of operands on a movw to fix LOAD_SEGMENTS macroJoel Sherrill1996-04-201-1/+1
|
* event.c: _Event_Manager_initialization no longer a static inlineJoel Sherrill1996-04-192-0/+29
| | | | sem.c: modified to eliminate Purify warnings
* _Event_Manager_initialization no longer a static inlineJoel Sherrill1996-04-192-38/+0
|
* event.h: _Event_Manager_initialization no longer a static inlineJoel Sherrill1996-04-192-38/+0
|
* event.h: _Event_Manager_initialization no longer a static inlineJoel Sherrill1996-04-194-0/+24
| | | | support.h: updated to use RTEMS_APPLICATION macro
* modified to generate fatal error when an unconfigured directive is invoked.Joel Sherrill1996-04-1924-8/+794
|
* changes to compile in macro configuration without warnings.Joel Sherrill1996-04-196-4/+48
|
* minor mods to get to compile locallyJoel Sherrill1996-03-212-3/+4
|
* some instructions altered for older binutilsJoel Sherrill1996-03-212-16/+16
|
* updatedJoel Sherrill1996-03-211-15/+0
|
* *** empty log message ***Joel Sherrill1996-03-213-8/+4
|
* updated for 68302 and so gen68360 bsp would compileJoel Sherrill1996-03-212-1/+13
|
* update to reflect internal threads reorganizationJoel Sherrill1996-03-212-0/+44
|
* updated to reflect gen68360 from Eric Norum.Joel Sherrill1996-03-211-0/+4
|
* include of mc68360.h changed to m68360.h to reflect filename change.Joel Sherrill1996-03-064-4/+4
|
* Added 68360 support submitted by W. Eric Norum (eric@skatter.usask.ca).Joel Sherrill1996-03-062-2/+12
| | | | Also increased minimum stack size from 1K to 2K.
* Generic 68360 BSP (gen360) submitted by: W. Eric Norum <eric@skatter.usask.ca>.Joel Sherrill1996-03-0612-0/+2355
| | | | | | | | | | | Contact information: W. Eric Norum Saskatchewan Accelerator Laboratory 107 North Road University of Saskatchewan Saskatoon, Saskatchewan, CANADA S7N 5C6
* As part of reducing visibility into rtems and hiding the .inl filesJoel Sherrill1996-03-0619-0/+19
| | | | | from the application code, this file required more visibility than is given by default to application code.
* Removed prototyes for static inline routines and moved the comments intoJoel Sherrill1996-03-06159-6881/+2426
| | | | | | | | | | | | | | | the inline implementation. The impetus for this was twofold. First, it is incorrect to have static inline prototypes when using the macro implementation. Second, this reduced the number of lines in the include files seen by rtems.h by about 2000 lines. Next we restricted visibility for the inline routines to inside the executive itself EXCEPT for a handful of objects. This reduced the number of include files included by rtems.h by 40 files and reduced the lines in the include files seen by rtems.h by about 6000 lines. In total, these reduced the compile time of the entire RTEMS tree by 20%. This results in about 8 minutes savings on the SparcStation 10 morgana.
* Removed prototyes for static inline rgutines and moved the comments intoJoel Sherrill1996-03-061-41/+2
| | | | | | | | | | | | | | | the inline implementation. The impetus for this was twofold. First, it is incorrect to have static inline prototypes when using the macro implementation. Second, this reduced the number of lines in the include files seen by rtems.h by about 2000 lines. Next we restricted visibility for the inline routines to inside the executive itself EXCEPT for a handful of objects. This reduced the number of include files included by rtems.h by 40 files and reduced the lines in the include files seen by rtems.h by about 6000 lines. In total, these reduced the compile time of the entire RTEMS tree by 20%. This results in about 8 minutes savings on the SparcStation 10 morgana.
* The name of the test support routine pause was changed to rtems_test_pauseJoel Sherrill1996-02-2213-42/+38
| | | | to avoid conflict with the standard POSIX routine pause(2).
* Changed io manager initialization routine to not be static and added it here.Joel Sherrill1996-02-211-0/+37
|
* Changed io manager initialization routine to not be static.Joel Sherrill1996-02-212-0/+16
|
* changed io manager initialization routine to not be staticJoel Sherrill1996-02-212-6/+2
|
* Dispersal of internal thread handler resulted in removal of someJoel Sherrill1996-02-211-16/+11
| | | | variables and renaming of others.
* Dispersal of internal thread handler resulted in the SYSI task beingJoel Sherrill1996-02-2116-21/+20
| | | | | | only required in a multiprocessor system. It was replace by the MPCI Receive Server. As a result, the CPU Table field for extra stack for the SYSI task was changed to be extra stack for the MPCI Receive Server.
* Removed the internal thread objects and dispersed its contents toJoel Sherrill1996-02-2116-17/+778
| | | | | | | | | | the thread handler (IDLE), MPCI object (SYSI now MP Receive) and initialize_executive_early (IO initialization). The SYSI task no longer exists in a single processor configuration. This reduces single processor Workspace requirements by a TCB and a stack which is often larger than the minimum stack size. Moving the IO initialization plus accompanying BSP hooks eliminated an initialization ordering problem in which a global task could be created before the MPCI was initialized.