summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed comment thanks to John M. Mills <jmills@tga.com>.Joel Sherrill2000-01-052-12/+0
|
* Added support for simple binary semaphores in addition to the highJoel Sherrill2000-01-0516-111/+174
| | | | | | | | | | | | power binary/mutex style semaphores already supported by RTEMS. This was done at the request of Eric Norum <eric@cls.usask.ca> in support of his effort to port EPICS to RTEMS. This change consisted of changing the nesting_allowed boolean into a lock_nesting_behavior enumerated value as well as allowing the core mutex object to optionally support ensuring that the holder of a binary semaphore released it. Finally, a more subtle enhancement was to allow the non-holder to release a priority inheritance/ceiling mutex and still allow the holding task to return to its original priority.
* Updated to reflect a time that had previously been left out due toJoel Sherrill2000-01-051-0/+37
| | | | an array sizing coding error.
* Screen updated since test runs.Joel Sherrill2000-01-051-1/+24
|
* Was not actually installing the test.Joel Sherrill2000-01-051-6/+5
|
* Added message priority parameter returned by core support routine.Joel Sherrill2000-01-051-1/+3
|
* Added new message priority parameter as returned by core support routine.Joel Sherrill2000-01-051-5/+7
|
* Increased stack space.Joel Sherrill2000-01-051-0/+1
|
* Updated to reflect change in object class numbering due to ITRON APIJoel Sherrill2000-01-053-3/+3
| | | | addition.
* Corrected test and screen to reflect implementation working.Joel Sherrill2000-01-052-5/+13
|
* Changed screen to reflect change in object class numbers with ITRONJoel Sherrill2000-01-054-19/+19
| | | | addition.
* Spacing corrected.Joel Sherrill2000-01-053-3/+3
|
* Corrected so header message is printed.Joel Sherrill2000-01-052-0/+3
|
* patch from Eric Norum <eric@cls.usask.ca> as follows:Joel Sherrill2000-01-051-0/+124
| | | | | | | | | | | At the request of kjoutwater@west.raytheon.com I'm submitting the following patch. c/src/lib/libbsp/m68k/gen68360/console/console.c Allow console baud rate to be set by debugger/downloader. c/src/lib/libbsp/m68k/gen68360/startup/init68360.c Add support for generic 68360 with static RAM.
* Patch from Eric Norum <eric@cls.usask.ca> as follows:Joel Sherrill2000-01-051-1/+6
| | | | | | | | | | | At the request of kjoutwater@west.raytheon.com I'm submitting the following patch. c/src/lib/libbsp/m68k/gen68360/console/console.c Allow console baud rate to be set by debugger/downloader. c/src/lib/libbsp/m68k/gen68360/startup/init68360.c Add support for generic 68360 with static RAM.
* Fixed recursive release for mutexes with nesting allowed.Joel Sherrill2000-01-051-1/+4
|
* Now print strings -- not error numbers.Joel Sherrill2000-01-051-2/+3
|
* + Added tests for open, close, unlink, and send.Jennifer Averett2000-01-051-53/+223
|
* + Added return priority from message seize.Jennifer Averett2000-01-051-10/+11
| | | | + Changed priority to be based off of min and max int.
* Added the recording of the submit type.Jennifer Averett2000-01-051-0/+1
|
* + Added return of the message priority.Jennifer Averett2000-01-051-6/+8
|
* Added priority conversion between POSIX and core.Jennifer Averett2000-01-051-2/+17
|
* Added priority conversion between POSIX and core priorities.Jennifer Averett2000-01-051-2/+29
|
* + Changed priority to the POSIX priority type.Jennifer Averett2000-01-051-9/+46
| | | | | | | + Added priority validation + Changed to call correct core routine. + Added priority conversion + Resolved return type problems.
* + Added check for reading from a write only queue.Jennifer Averett2000-01-051-1/+12
| | | | + Added ability to return message priority from the core.
* + Added check for name greater than PATH_MAX.Jennifer Averett2000-01-051-0/+3
|
* + Changed to resonable default values for maxmsg and msgsize.Jennifer Averett2000-01-051-3/+11
| | | | + Added oflag tracking.
* Added mqueuetranslatereturncode.c.Jennifer Averett2000-01-051-1/+1
|
* Added routines to translate to and from the core message queue return codes.Jennifer Averett2000-01-051-0/+68
|
* Added this file to contain an example program.Joel Sherrill2000-01-041-0/+27
|
* Fixed warnings.Joel Sherrill2000-01-0412-12/+11
|
* Removed warning.Joel Sherrill2000-01-041-0/+3
|
* Removed warnings.Joel Sherrill2000-01-042-4/+4
|
* Removed unitialized variable warning.Joel Sherrill2000-01-041-4/+3
|
* Added shared version of this file.Joel Sherrill2000-01-041-0/+103
|
* Made to compile again.Joel Sherrill2000-01-041-1/+1
|
* Fixed path to shared/include/coverhd.h.Joel Sherrill2000-01-0312-12/+12
|
* Comments added and some messages translated from Polish.Joel Sherrill2000-01-032-5/+51
|
* Patch from Eric Norum <eric@cls.usask.ca>:Joel Sherrill2000-01-033-1/+5
| | | | | | | | | | | | | In another attempt to get C++ exceptions working on the gen68360 target I tried building for the m68k-elf target. All the tools built and installed properly as did all of RTEMS. No applications would run, though -- not even hello.exe! It turns out the problem was in the linker script. The alignment was in the wrong place. Here's a patch. Exceptions still don't work, but at least I can get some things working with the ELF format now.
* Updated times.Joel Sherrill2000-01-032-150/+150
|
* Increased stack size to 4K per Eric Norum.Joel Sherrill2000-01-031-1/+1
|
* Patch from John Mills <jmills@tga.com> to correct some cut and pasteJoel Sherrill2000-01-031-6/+6
| | | | errors.
* Patch rtems-rc-19991203-12.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-031-5/+5
| | | | to added the bin2boot_SOURCES warning.
* Do not explicitly list pieces from libcpu used.Joel Sherrill2000-01-033-5/+8
|
* Share align_h.S from ppc403. VPATH was not picking it up. DiscoveredJoel Sherrill2000-01-035-871/+3
| | | | and reported by Ralf Corsepius <corsepiu@faw.uni-ulm.de> on the mpc505.
* Added tm27 stuff.Joel Sherrill2000-01-031-0/+48
|
* Added define to trip items that are private to tm27 in bsp.h.Joel Sherrill2000-01-031-0/+1
|
* Combination of coverhd.h cleanup and MVME23xx/MCP750 patch from Eric ValetteJoel Sherrill2000-01-039-32/+216
| | | | <valette@crf.canon.fr> and Jay Kulpinski <jskulpin@eng01.gdds.com>.
* Use shared coverhd.h.Joel Sherrill2000-01-031-1/+1
|
* Increased minimum stack size so all tests will run.Joel Sherrill2000-01-031-1/+1
|