summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-128-33/+36
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-1311-0/+22
* 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
* First attempt at adding simple binary semaphore in addition to the currentJoel Sherrill1999-12-135-5/+38
* 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-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-231-0/+79
* Patch rtems-rc-19991117-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-11-221-6/+6
* Updated copyright notice.Joel Sherrill1999-11-17165-330/+165
* 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-123-3/+222
* 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
* Split Heap and Time of Day Handlers.Joel Sherrill1999-11-022-0/+129
* 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
* Removed warning.Joel Sherrill1999-10-211-0/+2
* Added rtems_semaphore_flush directive.Joel Sherrill1999-10-212-0/+104
* Added prototype for rtems_task_is_suspended at request ofJoel Sherrill1999-10-201-1/+12
* New directive added -- rtems_task_is_suspended.Joel Sherrill1999-10-071-0/+76
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1999-10-044-12/+12
* Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill1999-09-074-0/+57
* Removed definition of NO_IMPLICIT_EXTERN_C since it is supposed to beJoel Sherrill1999-08-301-2/+0
* Added NO_IMPLICIT_EXTERN_C at suggestion of Jason Merrill.Joel Sherrill1999-08-101-0/+2
* Modified to return an error when a bogus return address for theJoel Sherrill1999-06-091-0/+3
* Corrected macro names.Joel Sherrill1999-05-271-2/+6
* Fixed some typos.Joel Sherrill1999-05-171-4/+4
* Split Interrupt Manager into one routine per file.Joel Sherrill1999-05-172-36/+55
* Split Signal Manager into one routine per file.Joel Sherrill1999-05-173-108/+154
* Dual-Ported Memory Manager split into one routine per file.Joel Sherrill1999-05-176-236/+346
* Split Partition Manager into one routine per file.Joel Sherrill1999-05-176-299/+414
* Split Timer Manager into one routine per file.Joel Sherrill1999-05-178-308/+469
* Split Event Manager into one routine per file.Joel Sherrill1999-05-176-342/+456