summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/src/extensiondelete.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-07-22Remove, moved to cpukit.Ralf Corsepius1-56/+0
2002-03-152001-03-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-19/+14
* src/extension.c: Split to reduce minimum code size per PR134. * src/extensioncreate.c, src/extensiondelete.c, src/extensionident.c: New files. src/Makefile.am: Modified to reflect above.
2002-01-162001-01-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-3/+3
* Added task-based timers to the Timer Manager. This added three new directives: - rtems_timer_initiate_server - rtems_timer_server_fire_after - rtems_timer_server_fire_when In the process of doing this, a number of cleanups were made. * src/timerserver.c, src/timerserverfireafter.c, src/timerserverfirewhen.c: New files. * include/timer/timer.h: Added new prototypes and supporting types. * inline/rtems/rtems/timer.h, macros/rtems/rtems/timer.h: Enhanced _Timer_Is_interval_class() to cover the class TIMER_INTERVAL_ON_TASK. * src/Makefile.am: Accounted for new files. * src/rtemstimer.c: Added initialization of _Timer_Server variable. * src/timercancel.c, src/timerreset.c: Account for addition of timer classes. Also corrected the headers. * src/timercreate.c, src/timerdelete.c, src/timerfireafter.c, src/timerfireafter.c, src/timerident.c: Corrected header.
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-05-17Split Timer Manager into one routine per file.Joel Sherrill1-15/+14
1999-05-17Split Rate Monotonic Manager into one routine per file.Joel Sherrill1-0/+63