summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* + Added commentsJennifer Averett2000-01-133-8/+46
* + Added and yellow line tested _CORE_message_queue_Flush_waiting_threadsJennifer Averett2000-01-133-1/+174
* Added comment.Jennifer Averett2000-01-131-0/+1
* + Added code for waiting sendJennifer Averett2000-01-121-4/+39
* Corrected spacing.Joel Sherrill2000-01-061-3/+2
* Fixed comment thanks to John M. Mills <jmills@tga.com>.Joel Sherrill2000-01-051-6/+0
* Added support for simple binary semaphores in addition to the highJoel Sherrill2000-01-057-63/+77
* Fixed recursive release for mutexes with nesting allowed.Joel Sherrill2000-01-051-1/+4
* + Added return priority from message seize.Jennifer Averett2000-01-051-10/+11
* 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
* Removed unitialized variable warning.Joel Sherrill2000-01-041-4/+3
* Increased stack size to 4K per Eric Norum.Joel Sherrill2000-01-031-1/+1
* Increased minimum stack size so all tests will run.Joel Sherrill2000-01-031-1/+1
* Moved PPC_Set_decrementer() and PPC_Get_timebase_register() toJoel Sherrill1999-12-211-32/+0
* Patch rtems-rc-19991203-9.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-12-211-7/+0
* Patch rtems-rc-19991203-5.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-12-211-1/+1
* Patch from Silverio Diquigiovanni <silverio.di@qem.it> to correctJoel Sherrill1999-12-131-1/+1
* Patch from Jepsen Hans Peter <hans_peter_jepsen@Danfoss.com> toJoel Sherrill1999-12-131-1/+1
* First attempt at adding simple binary semaphore in addition to the currentJoel Sherrill1999-12-132-12/+20
* Patch rtems-rc-19991123-rc-3.diff from Ralf CorsepiusJoel Sherrill1999-12-031-0/+44
* Patch rtems-rc-19991123-rc-3.diff from Ralf CorsepiusJoel Sherrill1999-12-034-69/+4
* Patch rtems-rc-19991123-rc-2.diff from Ralf CorsepiusJoel Sherrill1999-12-0211-429/+198
* Merged of mcp750 and mvme2307 BSP by Eric Valette <valette@crf.canon.fr>.Joel Sherrill1999-12-0219-10/+5105
* Merged of mcp750 and mvme2307 BSP by Eric Valette <valette@crf.canon.fr>.Joel Sherrill1999-12-021-90/+0
* Merged of mcp750 and mvme2307 BSP by Eric Valette <valette@crf.canon.fr>.Joel Sherrill1999-12-024-1500/+0
* Merged of mcp750 and mvme2307 BSP by Eric Valette <valette@crf.canon.fr>.Joel Sherrill1999-12-0210-3503/+0
* Patch rtems-rc-19991123-rc-2.diff from Ralf CorsepiusJoel Sherrill1999-12-0133-629/+534
* Patch rtems-rc-19991123-rc-2.diff from Ralf CorsepiusJoel Sherrill1999-12-0110-361/+240
* Patch rtems-rc-19991123-rc-2.diff from Ralf CorsepiusJoel Sherrill1999-12-011-90/+0
* Patch rtems-rc-19991123-rc-1.diff from Ralf CorsepiusJoel Sherrill1999-12-0136-629/+651
* Patch rtems-rc-19991123-rc-1.diff from Ralf CorsepiusJoel Sherrill1999-12-012-180/+0
* Readding files mistakenly removed.Joel Sherrill1999-11-2340-0/+2289
* Readding Makefile.in's accidentally removed.Joel Sherrill1999-11-231-0/+33
* Patch rtems-rc-19991117-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-2347-2475/+150
* Changed name of W, X, and Y macros for fields in the ClockJoel Sherrill1999-11-221-9/+9
* Adding files not added as part of merger of SH2 port.Joel Sherrill1999-11-223-0/+853
* Patch rtems-rc-19991117-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-11-2225-46/+48
* Small patch (rtems-rc-19991117-5.diff) from Ralf CorsepiusJoel Sherrill1999-11-221-1/+1
* Minor cleanup to reduce the code space.Joel Sherrill1999-11-181-14/+9
* Patch from "John M. Mills" <jmills@tga.com> with subsequent cleanup fromJoel Sherrill1999-11-1810-651/+35
* Added routine to remove an object from the namespace. It just clearsJennifer Averett1999-11-181-0/+17
* Comment added.Jennifer Averett1999-11-171-1/+2
* Updated copyright notice.Joel Sherrill1999-11-17239-472/+241
* Moved task_variable pointer to basic shared part of TCB instead ofJoel Sherrill1999-11-161-0/+15
* Added comments.Joel Sherrill1999-11-163-3/+10
* Now use _Thread_Reset().Joel Sherrill1999-11-161-19/+4
* Added threadreset.c.Joel Sherrill1999-11-161-1/+1
* Added prototype for _Thread_Reset() and numerous comments.Joel Sherrill1999-11-161-4/+28
* Only check for System V IPC if multiprocessing is enabled. The unixJoel Sherrill1999-11-163-2/+15