summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-12Test name changed to reflect placement after merger.Joel Sherrill4-5/+9
Increased stack space.
1999-11-12Added per task variables based on patch from Eric Norum <eric@cls.usask.ca>.Joel Sherrill4-4/+224
After being submitted, this support was rewritten to be inside the executive rather than layered on top of it using an extension.
1999-11-12Cleaned up style.Joel Sherrill1-243/+239
1999-11-12Removed redundant line.Joel Sherrill1-1/+0
1999-11-12Enabled after merging message buffer code.Joel Sherrill1-6/+2
1999-11-12Added comment block and removed include of deleted file.Joel Sherrill1-1/+4
1999-11-11Updated.Joel Sherrill1-4/+15
1999-11-11Screen updated.Joel Sherrill1-0/+2
1999-11-11Added new test sp28 to test the task variable directives.Joel Sherrill6-1/+180
1999-11-10General cleanup. Test documentation improved. The message buffer testJoel Sherrill15-22/+81
prints a message instead of actually testing since the message buffer implementation is not in yet.
1999-11-10Corrected to account for the way memory is divided up inJoel Sherrill1-7/+9
_Object_Extend_information. This change is a side-effect of the change made to that file to fix an alignment problem.
1999-11-10Added line to make sure HAS_ITRON_API is defined in Makefile.Joel Sherrill1-2/+1
1999-11-10Added call to _Thread_Enable_dispatch() and did some cleanup.Joel Sherrill1-2/+9
1999-11-10rtems_semaphore_flush test from Eric Norum <eric@cls.usask.ca>.Joel Sherrill7-28/+186
1999-11-10Patch from Eric Norum <eric@cls.usask.ca> which includes:Joel Sherrill7-17/+327
Patches against 1105 snapshot to add NTP server support to network configuration/BOOTP.
1999-11-10Combination of committing some new files which had been overlookedJoel Sherrill13-1/+463
and adding code which installed screens for itron tests.
1999-11-10Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill35-289/+696
Working Group. Included are tests.
1999-11-10Added support for ITRON tests.Joel Sherrill1-0/+2
1999-11-09Added more tasking tests.Joel Sherrill2-1/+5
1999-11-09Merged tests from Task group.Joel Sherrill36-38/+2031
1999-11-09Added nesting count for suspend/resume.Joel Sherrill1-1/+1
1999-11-09Changed B, H, and W variables to BVar, HVar, and WVar to avoid conflictsJoel Sherrill1-35/+35
with ITRON 3.0 data types regardless of how dumb it is to name types with a simple letter.
1999-11-09Commented out single letter type names since they conflict withJoel Sherrill1-0/+6
numerous other uses of the same variable.
1999-11-09This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill7-14/+12
for RTEMS.
1999-11-09Removed.Joel Sherrill5-298/+0
1999-11-09Renamed classes to avoid single letter class names.Joel Sherrill1-10/+10
1999-11-09This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill126-41/+9601
for RTEMS.
1999-11-09Fixed warning where initialized default POSIX API structure didJoel Sherrill1-0/+2
have have semaphores and message queue fields.
1999-11-09Removed unused variable warning.Joel Sherrill1-1/+0
1999-11-09Now using libchip instead of local precursor to libchip. Untested.Joel Sherrill10-2274/+86
1999-11-09Removed reaching "up and over" to install BSP header files.Joel Sherrill3-6/+3
1999-11-09Added imfs_unixstub.c to satisfy linker problems on UNIX port.Joel Sherrill4-1/+215
1999-11-09sem_close was accidentally lost in the split.Joel Sherrill2-1/+48
1999-11-09New test for POSIX Message Queues added.Joel Sherrill6-1/+171
1999-11-09New files.Joel Sherrill4-0/+303
1999-11-09Patch from Eric Norum <eric@cls.usask.ca> to add NTP BOOTP support becauseJoel Sherrill6-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.
1999-11-09Added #define to make this file exactly like its siblings in mpc821Joel Sherrill1-1/+2
and mpc860 directories.
1999-11-09Removed "up and over" into libbsp/.../include.Joel Sherrill2-3/+1
1999-11-09Moved include files to hppa1.1 subdirectory and put their sourcesJoel Sherrill6-10/+65
in the include directory.
1999-11-09Removed runway directory and moved contents to include.Joel Sherrill2-77/+0
1999-11-05Correctly set and called handlers table for the link.Jennifer Averett3-3/+9
1999-11-05Fixed commentJennifer Averett3-3/+3
1999-11-05Moved imfs set handlers prototype to the imfs.h file.Jennifer Averett6-18/+12
1999-11-05New file. Added as part of adding a formal API to this object.Joel Sherrill1-0/+54
1999-11-05New file.Joel Sherrill3-0/+114
1999-11-05Unmount was failing as a side-effect of splitting the rmnod handlerJoel Sherrill22-191/+309
and not handling every case properly.
1999-11-05Split unistd.c file into sysconf.c and sleep.c.Joel Sherrill3-2/+29
1999-11-05Following comments from Eric Norum <eric@cls.usask.ca>, a fairlyJoel Sherrill7-572/+522
substantial upgrade of newlibc.c occurred. Now the user extension data area is used rather than notepads and as many routines as possible were split into other files further reducing the minimum footprint of an RTEMS executable.
1999-11-05Patch from Eric Valette <valette@crf.canon.fr> so this will buildJoel Sherrill9-463/+94
independently of a BSP.
1999-11-05Fixed typo.Joel Sherrill1-3/+3