summaryrefslogtreecommitdiffstats
path: root/c/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* + Modified correct return path to call _ITRON_return_errorno( E_OK ) insteadJoel Sherrill1999-11-121-15/+10
| | | | | | | of enabling dispatching and returning E_OK. + Changed validation of the_thread to validation of location. + Set correct error code when dormant state. + Fixed comment.
* + Modified correct return path to call _ITRON_return_errorno( E_OK ) insteadJoel Sherrill1999-11-121-5/+2
| | | | | of enabling dispatching and returning E_OK. + Changed validation of the_thread to validation of location.
* Corrected so now actually indexes into the allocation block.Joel Sherrill1999-11-121-10/+6
|
* Corrected remaining references to struct rtems_task_variable_t sinceJoel Sherrill1999-11-122-7/+11
| | | | it is now typedef'ed.
* Removed unnecessary 3rd parameter.Joel Sherrill1999-11-121-1/+1
|
* New file.Joel Sherrill1999-11-121-0/+13
|
* Used typedef so all "struct rtems_task_variable_t" uses are nowJoel Sherrill1999-11-124-19/+19
| | | | just "rtems_task_variable_t".
* Added per-task variable data stucture (rtems_task_variable_t),Joel Sherrill1999-11-121-4/+36
| | | | | task_variables field to API extension, and two directives (rtems_task_variable_add and rtems_task_variable_delete).
* Test name changed to reflect placement after merger.Joel Sherrill1999-11-126-8/+9
|
* Test name changed to reflect placement after merger.Joel Sherrill1999-11-122-6/+11
| | | | Changed output to reflect what was actually being tested.
* Test name changed to reflect placement after merger.Joel Sherrill1999-11-124-5/+9
| | | | Increased stack space.
* Added per task variables based on patch from Eric Norum <eric@cls.usask.ca>.Joel Sherrill1999-11-124-4/+224
| | | | | After being submitted, this support was rewritten to be inside the executive rather than layered on top of it using an extension.
* Cleaned up style.Joel Sherrill1999-11-121-243/+239
|
* Removed redundant line.Joel Sherrill1999-11-121-1/+0
|
* Enabled after merging message buffer code.Joel Sherrill1999-11-121-6/+2
|
* Added comment block and removed include of deleted file.Joel Sherrill1999-11-121-1/+4
|
* Updated.Joel Sherrill1999-11-111-4/+15
|
* Screen updated.Joel Sherrill1999-11-111-0/+2
|
* Added new test sp28 to test the task variable directives.Joel Sherrill1999-11-116-1/+180
|
* General cleanup. Test documentation improved. The message buffer testJoel Sherrill1999-11-1015-22/+81
| | | | | prints a message instead of actually testing since the message buffer implementation is not in yet.
* Corrected to account for the way memory is divided up inJoel Sherrill1999-11-101-7/+9
| | | | | _Object_Extend_information. This change is a side-effect of the change made to that file to fix an alignment problem.
* Added line to make sure HAS_ITRON_API is defined in Makefile.Joel Sherrill1999-11-101-2/+1
|
* Added call to _Thread_Enable_dispatch() and did some cleanup.Joel Sherrill1999-11-101-2/+9
|
* rtems_semaphore_flush test from Eric Norum <eric@cls.usask.ca>.Joel Sherrill1999-11-107-28/+186
|
* Patch from Eric Norum <eric@cls.usask.ca> which includes:Joel Sherrill1999-11-107-17/+327
| | | | | Patches against 1105 snapshot to add NTP server support to network configuration/BOOTP.
* Combination of committing some new files which had been overlookedJoel Sherrill1999-11-1013-1/+463
| | | | and adding code which installed screens for itron tests.
* Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill1999-11-1035-289/+696
| | | | Working Group. Included are tests.
* Added support for ITRON tests.Joel Sherrill1999-11-101-0/+2
|
* Added more tasking tests.Joel Sherrill1999-11-092-1/+5
|
* Merged tests from Task group.Joel Sherrill1999-11-0936-38/+2031
|
* Added nesting count for suspend/resume.Joel Sherrill1999-11-091-1/+1
|
* Changed B, H, and W variables to BVar, HVar, and WVar to avoid conflictsJoel Sherrill1999-11-091-35/+35
| | | | | with ITRON 3.0 data types regardless of how dumb it is to name types with a simple letter.
* Commented out single letter type names since they conflict withJoel Sherrill1999-11-091-0/+6
| | | | numerous other uses of the same variable.
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-097-14/+12
| | | | for RTEMS.
* Removed.Joel Sherrill1999-11-095-298/+0
|
* Renamed classes to avoid single letter class names.Joel Sherrill1999-11-091-10/+10
|
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-09126-41/+9601
| | | | for RTEMS.
* Fixed warning where initialized default POSIX API structure didJoel Sherrill1999-11-091-0/+2
| | | | have have semaphores and message queue fields.
* Removed unused variable warning.Joel Sherrill1999-11-091-1/+0
|
* Now using libchip instead of local precursor to libchip. Untested.Joel Sherrill1999-11-0910-2274/+86
|
* Removed reaching "up and over" to install BSP header files.Joel Sherrill1999-11-093-6/+3
|
* Added imfs_unixstub.c to satisfy linker problems on UNIX port.Joel Sherrill1999-11-094-1/+215
|
* sem_close was accidentally lost in the split.Joel Sherrill1999-11-092-1/+48
|
* New test for POSIX Message Queues added.Joel Sherrill1999-11-096-1/+171
|
* New files.Joel Sherrill1999-11-094-0/+303
|
* Patch from Eric Norum <eric@cls.usask.ca> to add NTP BOOTP support becauseJoel Sherrill1999-11-096-2/+96
| | | | | | | | EPICS needs a synchronized time-of-day clock. This patch is the changes needed to get NTP server information from a BOOTP server. This patch also adds NTP server information to the network configuration structure, too.
* Added #define to make this file exactly like its siblings in mpc821Joel Sherrill1999-11-091-1/+2
| | | | and mpc860 directories.
* Removed "up and over" into libbsp/.../include.Joel Sherrill1999-11-092-3/+1
|
* Moved include files to hppa1.1 subdirectory and put their sourcesJoel Sherrill1999-11-096-10/+65
| | | | in the include directory.
* Removed runway directory and moved contents to include.Joel Sherrill1999-11-092-77/+0
|