summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2000-09-29 Stephan Merker <merker@decrc.abb.de>Joel Sherrill2000-09-294-3/+21
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-054-3/+9
* 2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2000-08-302-38/+11
* 2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2000-08-302-5/+42
* Adding ChangeLogs.Joel Sherrill2000-08-101-0/+3
* Switched to faster implementation.Joel Sherrill2000-07-061-25/+20
* Modfied to execute faster and have fewer instructions.Joel Sherrill2000-07-061-38/+38
* Switched to using isr disable version of _Objects_Get. When theJoel Sherrill2000-07-061-13/+15
* Added _Semaphore_Get_interrupt_disable.Joel Sherrill2000-07-061-0/+10
* Cleaned up to avoid disruptive use of inline conditionals.Joel Sherrill2000-07-061-18/+16
* Patch from John Cotton <john.cotton@nrc.ca> to correct style ofJoel Sherrill2000-06-161-16/+16
* Added include of options.h since it was not being picked upJoel Sherrill2000-06-141-0/+1
* New file.Joel Sherrill2000-06-131-0/+137
* Moved i386 and m68k cache management code to libcpu. EverythingJoel Sherrill2000-06-134-393/+2
* Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill2000-06-124-4/+396
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-1213-62/+56
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-1312-0/+24
* Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-081-2/+1
* Incorrect error status returned. Noted by Andrew KlossnerJoel Sherrill2000-02-041-1/+1
* Incorrect error status returned. Noted by Andrew KlossnerJoel Sherrill2000-02-041-1/+1
* Changed behavior to match that expected by EPICS test code. Reported byJoel Sherrill2000-02-031-2/+1
* Fixed spelling errors.Joel Sherrill2000-02-031-2/+2
* Directive rtems_task_variable_get() added by Eric Norum.Joel Sherrill2000-01-233-1/+86
* Patch from Eric Norum <eric@cls.usask.ca> to implement this:Joel Sherrill2000-01-214-5/+10
* Removed unused variable warning.Joel Sherrill2000-01-141-1/+0
* POSIX message queues now include complete functionality includingJoel Sherrill2000-01-133-30/+31
* Added comment to indicate this path does not occur.Jennifer Averett2000-01-131-1/+2
* Added support for simple binary semaphores in addition to the highJoel Sherrill2000-01-058-47/+92
* Added message priority parameter returned by core support routine.Joel Sherrill2000-01-051-1/+3
* Patch rtems-rc-19991203-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-12-211-4/+3
* First attempt at adding simple binary semaphore in addition to the currentJoel Sherrill1999-12-135-5/+38
* Patch rtems-rc-19991123-rc-3.diff from Ralf CorsepiusJoel Sherrill1999-12-031-5/+1
* Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-291-0/+14
* Patch rtems-rc-19991117-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-11-232-2/+2
* Patch rtems-rc-19991117-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-236-164/+132
* Patch rtems-rc-19991117-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-11-224-27/+28
* Updated copyright notice.Joel Sherrill1999-11-17173-346/+173
* Moved task_variable pointer to basic shared part of TCB instead ofJoel Sherrill1999-11-164-38/+11
* Corrected remaining references to struct rtems_task_variable_t sinceJoel Sherrill1999-11-122-7/+11
* 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
* Added per task variables based on patch from Eric Norum <eric@cls.usask.ca>.Joel Sherrill1999-11-124-4/+224
* Added call to _Thread_Enable_dispatch() and did some cleanup.Joel Sherrill1999-11-101-2/+9
* Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill1999-11-102-2/+2
* Removed unused variable warning.Joel Sherrill1999-11-091-1/+0
* The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill1999-11-041-1/+0
* Added comment to make sure Classic API priority to Core priorityJoel Sherrill1999-11-021-0/+1
* Added comments for _RTEMS_tasks_Create_extension,Joel Sherrill1999-11-021-4/+9
* Added a case to support the core semaphore error returned when theJoel Sherrill1999-11-021-0/+8
* Added code to utilize the maximum_count attribute of core semaphoresJoel Sherrill1999-11-021-0/+7