summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Correctly set and called handlers table for the link.Jennifer Averett1999-11-053-3/+9
|
* Fixed commentJennifer Averett1999-11-053-3/+3
|
* Moved imfs set handlers prototype to the imfs.h file.Jennifer Averett1999-11-056-18/+12
|
* New file. Added as part of adding a formal API to this object.Joel Sherrill1999-11-051-0/+54
|
* New file.Joel Sherrill1999-11-053-0/+114
|
* Unmount was failing as a side-effect of splitting the rmnod handlerJoel Sherrill1999-11-0522-191/+309
| | | | and not handling every case properly.
* Split unistd.c file into sysconf.c and sleep.c.Joel Sherrill1999-11-053-2/+29
|
* Following comments from Eric Norum <eric@cls.usask.ca>, a fairlyJoel Sherrill1999-11-057-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.
* Patch from Eric Valette <valette@crf.canon.fr> so this will buildJoel Sherrill1999-11-059-463/+94
| | | | independently of a BSP.
* Fixed typo.Joel Sherrill1999-11-051-3/+3
|