summaryrefslogtreecommitdiffstats
path: root/c/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* + Modified correct return path to call _ITRON_return_errorno( E_OK ) insteadJoel Sherrill1999-11-121-5/+2
* 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
* 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
* Added per-task variable data stucture (rtems_task_variable_t),Joel Sherrill1999-11-121-4/+36
* 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
* Test name changed to reflect placement after merger.Joel Sherrill1999-11-124-5/+9
* Added per task variables based on patch from Eric Norum <eric@cls.usask.ca>.Joel Sherrill1999-11-124-4/+224
* 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
* Corrected to account for the way memory is divided up inJoel Sherrill1999-11-101-7/+9
* 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
* Combination of committing some new files which had been overlookedJoel Sherrill1999-11-1013-1/+463
* Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill1999-11-1035-289/+696
* 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
* Commented out single letter type names since they conflict withJoel Sherrill1999-11-091-0/+6
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-097-14/+12
* 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
* Fixed warning where initialized default POSIX API structure didJoel Sherrill1999-11-091-0/+2
* 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
* Added #define to make this file exactly like its siblings in mpc821Joel Sherrill1999-11-091-1/+2
* 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
* Removed runway directory and moved contents to include.Joel Sherrill1999-11-092-77/+0
* Correctly set and called handlers table for the link.Jennifer Averett1999-11-053-3/+9