summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2000-10-182000-10-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+22
2000-09-292000-09-29 Stephan Merker <merker@decrc.abb.de>Joel Sherrill1-0/+1
2000-06-16Patch from John Cotton <john.cotton@nrc.ca> to correct style ofJoel Sherrill1-16/+16
2000-06-13New file.Joel Sherrill1-0/+137
2000-06-13Moved i386 and m68k cache management code to libcpu. EverythingJoel Sherrill1-140/+0
2000-06-12Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill1-0/+140
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-1/+3
2000-04-13Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2-0/+4
2000-01-23Directive rtems_task_variable_get() added by Eric Norum.Joel Sherrill1-0/+12
2000-01-21Patch from Eric Norum <eric@cls.usask.ca> to implement this:Joel Sherrill1-2/+3
2000-01-05Added support for simple binary semaphores in addition to the highJoel Sherrill1-7/+6
1999-12-13First attempt at adding simple binary semaphore in addition to the currentJoel Sherrill1-1/+5
1999-11-29Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+14
1999-11-17Updated copyright notice.Joel Sherrill30-60/+30
1999-11-16Moved task_variable pointer to basic shared part of TCB instead ofJoel Sherrill1-15/+0
1999-11-12Corrected remaining references to struct rtems_task_variable_t sinceJoel Sherrill1-5/+9
1999-11-12Used typedef so all "struct rtems_task_variable_t" uses are nowJoel Sherrill1-7/+7
1999-11-12Added per-task variable data stucture (rtems_task_variable_t),Joel Sherrill1-4/+36
1999-10-21Added rtems_semaphore_flush directive.Joel Sherrill1-0/+11
1999-10-20Added prototype for rtems_task_is_suspended at request ofJoel Sherrill1-1/+12
1999-02-10Comments fixed after problem report from Ian Lance Taylor <ian@airs.com>.Joel Sherrill1-19/+10
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill8-0/+24
1998-08-21Added system task attribute to allow one to create a task with "0" priorityJoel Sherrill1-0/+3
1998-02-17updated copyright to 1998Joel Sherrill30-30/+30
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill30-60/+60
1997-08-28Added RTEMS_IO_ERROR status code.Joel Sherrill1-1/+2
1997-07-31Added rtems_message_queue_get_number_pending directive.Joel Sherrill2-13/+32
1997-07-09Corrected typos and spacing.Joel Sherrill1-3/+3
1997-05-28Added support for context switching the data used by the gcc m68kJoel Sherrill1-1/+1
1997-04-25Added to comment header block to include new status directive.Joel Sherrill1-0/+1
1997-04-22promote TOD_MICROSECONDS_TO_TICKS through API as RTEMS_MICROSECONDS_PER_TICK.Joel Sherrill1-0/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill30-150/+150
1997-04-09added support for statistics on rate monotonic periods.Joel Sherrill1-5/+32
1996-12-02Suggested changes from Mark Jordan which eliminate warnings and errorsJoel Sherrill1-2/+3
1996-05-28split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill10-12/+13
1996-05-28added initial posix configuration supportJoel Sherrill2-0/+55
1996-04-19event.h: _Event_Manager_initialization no longer a static inlineJoel Sherrill2-0/+12
1996-03-06Removed prototyes for static inline routines and moved the comments intoJoel Sherrill16-1031/+34
1996-02-09added rtems_interrupt_is_in_progressJoel Sherrill1-0/+14
1996-02-08changed synchronization algorithm to be a single list of enumerated statesJoel Sherrill1-2/+2
1996-01-15updates from Tony Bennett for PA and UNIX portsJoel Sherrill1-1/+7
1995-12-05new states added and _Rate_monotonic_Set_State removed.Joel Sherrill1-17/+7
1995-12-01spurious blank line removedJoel Sherrill1-1/+0
1995-12-01Made _Event_Sync volatileJoel Sherrill1-2/+15
1995-09-26posix support initially addedJoel Sherrill21-60/+60
1995-09-19Minor bug fixes to get all targets compilable and running. TheJoel Sherrill2-169/+50
1995-09-11The word "RTEMS" almost completely removed from the core.Joel Sherrill29-204/+519
1995-08-28Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill7-32/+62
1995-08-23Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1-0/+19
1995-08-23Support for variable length names added to Object Handler. This supportsJoel Sherrill17-44/+188