source: rtems/cpukit/rtems/ChangeLog @ 1ad83eb

4.104.114.84.95
Last change on this file since 1ad83eb was 1ad83eb, checked in by Joel Sherrill <joel.sherrill@…>, on 01/22/02 at 19:13:10

2001-01-22 Joel Sherrill <joel@…>

  • include/rtems/rtems/timer.h, src/timerserver.c: Add priority argument to rtems_timer_initiate_server().
  • Property mode set to 100644
File size: 5.8 KB
Line 
12001-01-22      Joel Sherrill <joel@OARcorp.com>
2
3        * include/rtems/rtems/timer.h, src/timerserver.c: Add priority
4        argument to rtems_timer_initiate_server().
5
62001-01-18      Joel Sherrill <joel@OARcorp.com>
7
8        * include/rtems/system.h: Only include cpuopts.h when building a
9        multilib configuration.  Some ports still need targopts.h but this
10        small modification lets those ports work non-multilib while
11        fixing being fixed for multilib.
12       
132001-01-16      Joel Sherrill <joel@OARcorp.com>
14
15        * Added task-based timers to the Timer Manager.  This added three
16        new directives:
17            - rtems_timer_initiate_server
18            - rtems_timer_server_fire_after
19            - rtems_timer_server_fire_when
20        In the process of doing this, a number of cleanups were made.
21        * src/timerserver.c, src/timerserverfireafter.c,
22        src/timerserverfirewhen.c: New files.
23        * include/timer/timer.h: Added new prototypes and supporting types.
24        * inline/rtems/rtems/timer.h, macros/rtems/rtems/timer.h: Enhanced
25        _Timer_Is_interval_class() to cover the class TIMER_INTERVAL_ON_TASK.
26        * src/Makefile.am: Accounted for new files.
27        * src/rtemstimer.c: Added initialization of _Timer_Server variable.
28        * src/timercancel.c, src/timerreset.c: Account for addition
29        of timer classes.  Also corrected the headers.
30        * src/timercreate.c, src/timerdelete.c, src/timerfireafter.c,
31        src/timerfireafter.c, src/timerident.c: Corrected header.
32
332001-01-16      Joel Sherrill <joel@OARcorp.com>
34
35        * src/taskmode.c: Ensure the this service does not dispatch before
36        tasking is enabled at initialization time.
37
382002-01-07      Joel Sherrill <joel@OARcorp.com>
39
40        * optman/, optman/.cvsignore, optman/Makefile.am, optman/no-dpmem.c,
41        optman/no-event.c, optman/no-mp.c, optman/no-msg.c, optman/no-part.c,
42        optman/no-region.c, optman/no-rtmon.c, optman/no-sem.c,
43        optman/no-signal.c, optman/no-timer.c: Removed entire contents of
44        optman/ directory since it has been moved.
45
462001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * src/Makefile.am: Add multilib support.
49        * optman/Makefile.am: Add multilib support.
50
512001-10-23      Joel Sherrill <joel@OARcorp.com>
52
53        * macros/rtems/rtems/asr.nil: Fixed typo.
54
552001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * macros/Makefile.am: Replace INLINES w/ MACROS (Fix stupid typo in
58        previous patch).
59
602001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * include/rtems/Makefile.am: Remove.
63        * include/rtems/rtems/Makefile.am: Remove.
64        * include/Makefile.am: Handle subdirs, require automake-1.5.
65        * inline/rtems/Makefile.am: Remove.
66        * inline/rtems/rtems/Makefile.am: Remove.
67        * inline/Makefile.am: Handle subdirs, require automake-1.5.
68        * macros/rtems/Makefile.am: Remove.
69        * macros/rtems/rtems/Makefile.am: Remove.
70        * macros: Handle subdirs, require automake-1.5.
71        * Makefile.am: require automake-1.5.
72
732001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * include/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
76        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
77        * inline/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
78        * macros/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
79
802001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
81
82        * src/tasks.c: Dereference pointer passed to destructor.
83
842001-08-30      Joel Sherrill <joel@OARcorp.com>
85
86        * inline/rtems/rtems/attr.inl: Correct typo and use correct
87        attribute RTEMS_SYSTEM_TASK. Reported by Chris Johns <ccj@acm.org>.
88
892001-08-16      Joel Sherrill <joel@OARcorp.com>
90
91        * src/msgqsubmit.c: Add a comment indicating that we do not have
92        to account for possibly blocking during the core send operation
93        because Classic API message queue send is always non-blocking.
94
952001-08-09      Joel Sherrill <joel@OARcorp.com>
96
97        * src/msgqsubmit.c: Unblocking message queue operations should
98        NOT use _Thread_Executing for return status since it is permissible
99        to invoke message send operations from an ISR.  This was reported
100        by Suvrat Gupta <suvrat@utstar.com>.
101
1022001-03-26      Zoltan Kocsi <zoltan@bendor.com.au>
103
104
105        * src/eventsurrender.c: Clear event condition when task is unblocked.
106        This makes sure that subsequent event send thinks the task is still
107        blocked and overwrites the initial events received.
108
1092001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * include/Makefile.am, include/rtems/rtems/Makefile.am,
112        inline/rtems/rtems/Makefile.am, macros/rtems/rtems/Makefile.am,
113        rtems/optman/Makefile.am:
114        Apply include_*HEADERS instead of H_FILES.
115
1162001-01-22      Michael Hamel <mhamel@adi.co.nz>
117
118        * include/rtems.h, src/signalcatch.c: Modifications to make
119        CodeWarrior happy.
120
1212000-12-06      Joel Sherrill <joel@OARcorp.com>
122
123        * src/regiongetinfo.c: Removed unused variable to eliminate warning.
124
1252000-11-30      Joel Sherrill <joel@OARcorp.com>
126
127        * src/msgqsubmit.c: Modified multiprocessing conditional so
128        this would compile with both macros and inlines.
129
1302000-11-30      Joel Sherrill <joel@OARcorp.com>
131
132        * macros/rtems/rtems/sem.inl: Added macro implementation of
133        _Semaphore_Get_interrupt_disable().
134
1352000-10-18      Joel Sherrill <joel@OARcorp.com>
136
137        * src/regiongetinfo.c, include/rtems/rtems/region.h,
138        include/rtems/rtems/types.h, src/Makefile.am: Added
139        region_get_information() and information control block.
140        * src/regiongetinfo.c: New file.
141
1422000-09-29      Stephan Merker <merker@decrc.abb.de>
143
144        * include/rtems/rtems/ratemon.h, src/ratemonperiod.c,
145        src/ratemontimeout.c: Add next_length field so period length
146        can be changed by the the sequence period(X), period(not X)
147        with no intervening cancel or expiration.
148
1492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * optman/Makefile.am, src/Makefile.am: Include compile.am.
152
1532000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * taskstart.c: Removed 1st cut at rtems_task_start_main_style.
156        Only committed this so it could be easily revisited as we
157        discussing moving main() to user space from BSP space.
158
1592000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * taskstart.c: Added 1st cut at rtems_task_start_main_style.
162
1632000-08-10      Joel Sherrill <joel@OARcorp.com>
164
165        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.