summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the WatchdogJoel Sherrill1996-05-312-1/+6
| | | | | Handler could timestamp the starting and stopping of timers. Since TOD is built on top of Watchdog, this avoided a circular dependency.
* spacingJoel Sherrill1996-05-291-0/+1
|
* changed call to _ISR_Enable() to _ISR_Set_level() in _Thread_Handler.Joel Sherrill1996-05-281-1/+1
| | | | | _ISR_Enable() takes the magic cookie expected by the cpu's status register instead of a simple isr level.
* invoke thread stack free routine instead of Workspace free.Joel Sherrill1996-05-231-2/+26
|
* added comment regarding stack alignment issues to thread stack allocationJoel Sherrill1996-04-241-0/+14
| | | | routine.
* thread.c: added support for optional user provided stack allocatorJoel Sherrill1996-04-222-8/+123
| | | | wkspace.c: made initialization routine a regular subroutine
* *** empty log message ***Joel Sherrill1996-03-211-4/+4
|
* Removed the internal thread objects and dispersed its contents toJoel Sherrill1996-02-212-7/+286
| | | | | | | | | | 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.
* removed arguments from _Thread_Start_multitaskingJoel Sherrill1996-02-141-12/+10
|
* white space problemJoel Sherrill1996-02-141-1/+0
|
* changed post task extension from user set to api set and added flagJoel Sherrill1996-02-132-1/+27
| | | | in each thread which must be set when the post switch extension is to be run.
* more comments added and existing ones cleaned up in synchronization pathsJoel Sherrill1996-02-131-1/+13
|
* new isr synchronization algorithm using a single enumerated set of states.Joel Sherrill1996-02-091-42/+73
|
* Swapped order of nested acquisition check and check for returning unsatisfied.Joel Sherrill1996-02-011-6/+6
|
* synchronization state bugs addressJoel Sherrill1996-02-011-7/+12
|
* invalid use of tcb field resource countJoel Sherrill1996-02-011-1/+0
|
* Made real body of _Heap_Walk conditional on RTEMS_DEBUG. This is necessaryJoel Sherrill1996-01-151-0/+13
| | | | to be able to build a system without requiring printf.
* added correct use of _Thread_queue_Enter_critical_sectionJoel Sherrill1995-12-084-4/+4
|
* Insert mode argument to _Watchdog_Insert removed. Now are watchdog timersJoel Sherrill1995-12-013-14/+7
| | | | are automatically activated upon insertion.
* Added new synchronization algorithm.Joel Sherrill1995-12-011-58/+92
|
* Corrected use of the state WATCHDOG_REINSERT and renamed itJoel Sherrill1995-12-011-6/+19
| | | | WATCHDOG_BEING_INSERTED.
* SPARC port passes all testsJoel Sherrill1995-10-301-1/+5
|
* all targets compile .. tony's patches in placeJoel Sherrill1995-09-291-2/+13
|
* posix support initially addedJoel Sherrill1995-09-2618-86/+85
|
* Removed unnecessary include files.Joel Sherrill1995-09-221-1/+1
|
* More file movement required api extension to be added to scoreJoel Sherrill1995-09-211-0/+84
|
* More file movementJoel Sherrill1995-09-213-7/+3
|
* moving files aroundJoel Sherrill1995-09-215-13/+8
|
* Modifications from Tony Bennett accepted to return aligned block.Joel Sherrill1995-09-192-12/+40
| | | | | Thread_Close fixed to avoid returning FP context area when one was not allocated at initialization time.
* Minor bug fixes to get all targets compilable and running. TheJoel Sherrill1995-09-191-0/+436
| | | | | | single biggest changes were the expansion of the workspace size macro to include other types of objects and the increase in the minimum stack size for most CPUs.
* Initial attempt at building HP PA-RISC using Solaris hosted tools.Joel Sherrill1995-09-122-1/+4
| | | | Changed back to Newlib for Solaris UNIX simulator.
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-1116-309/+1006
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuration Table Template file added and all tests modified to use this. All gvar.h and conftbl.h files removed from test directories. Configuration parameter maximum_devices added. Core semaphore and mutex handlers added and RTEMS API Semaphore Manager updated to reflect this. Initialization sequence changed to invoke API specific initialization routines. Initialization tasks table now owned by RTEMS Tasks Manager. Added user extension for post-switch. Utilized user extensions to implement API specific functionality like signal dispatching. Added extensions to the System Initialization Thread so that an API can register a function to be invoked while the system is being initialized. These are largely equivalent to the pre-driver and post-driver hooks. Added the Modules file oar-go32_p5, modified oar-go32, and modified the file make/custom/go32.cfg to look at an environment varable which determines what CPU model is being used. All BSPs updated to reflect named devices and clock driver's IOCTL used by the Shared Memory Driver. Also merged clock isr into main file and removed ckisr.c where possible. Updated spsize to reflect new and moved variables. Makefiles for the executive source and include files updated to show break down of files into Core, RTEMS API, and Neither. Header and inline files installed into subdirectory based on whether logically in the Core or a part of the RTEMS API.
* new file -- split from inlinesJoel Sherrill1995-08-291-0/+202
|
* Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1995-08-285-70/+427
| | | | | | | | | | | | | | | Rearranged code to created thread handler routines to initialize, start, restart, and "close/delete" a thread. Made internal threads their own object class. This now uses the thread support routines for starting and initializing a thread. Insured deleted tasks are freed to the Inactive pool associated with the correct Information block. Added an RTEMS API specific data area to the thread control block. Beginnings of removing the word "rtems" from the core.
* Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1995-08-232-23/+38
| | | | | | | Added a table of object information control blocks. Modified _Thread_Get so it looks up a thread regardless of which thread management "entity" (manager, internal, etc) actually "owns" it.
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-233-37/+198
| | | | | | both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
* Fixed missing RCS IdsJoel Sherrill1995-08-222-2/+2
|
* Modified object name to id translation loop to make it easier toJoel Sherrill1995-08-221-16/+24
| | | | | | | incorporate variable length object names. Previously the algorithm scanned an array of 4-byte names for a match. Now it scans the object table, grabs a pointer to the name, and then compares it if the object is active and has a name.
* + Added object type field to object id.Joel Sherrill1995-08-182-10/+20
| | | | | | | | | | + Added name pointer to Object_Control. + Modified Object Open and Close to address name field. + Removed name as separate element from Thread and Proxy Control. + Added parameter "object class" to calls to Initialize Information
* Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1995-08-171-0/+67
| | | | | | | | | (tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables
* bug fixes to make macro implementations workJoel Sherrill1995-08-162-15/+7
|
* Switched to events for mp receive server and eliminated the specialJoel Sherrill1995-07-312-71/+2
| | | | blocking mechanism for it.
* changed release number to 3.2.0Joel Sherrill1995-06-041-9/+10
|
* TESTJoel Sherrill1995-05-251-0/+2
|
* Fully tested on all in-house targetsJoel Sherrill1995-05-242-36/+75
|
* Initial revisionJoel Sherrill1995-05-1111-0/+3774