source: rtems/cpukit/rtems/ChangeLog @ 54d540f

4.104.114.84.95
Last change on this file since 54d540f was 1ab3a60, checked in by Joel Sherrill <joel.sherrill@…>, on 04/08/02 at 18:24:08

2001-04-08 Joel Sherrill <joel@…>

  • src/tasks.c: Pre-initialized switch extension for list.
  • Property mode set to 100644
File size: 7.7 KB
Line 
12001-04-08      Joel Sherrill <joel@OARcorp.com>
2
3        * src/tasks.c: Pre-initialized switch extension for list.
4 
52001-04-08      Joel Sherrill <joel@OARcorp.com>
6
7        * macros/rtems/score/timer.inl: Corrected typo on end of line.
8 
92002-04-08      Chris Johns <ccj@acm.org>
10
11        * Per PR142, make task switch extension its own list.
12        * src/tasks.c (_RTEMS_tasks_User_extensions): Reflect above.
13
142001-03-29      Joel Sherrill <joel@OARcorp.com>
15
16        * Per PR126, configuration structures now match docs.
17        * include/rtems/rtems/config.h: Use public data types.
18
192001-03-29      Joel Sherrill <joel@OARcorp.com>
20
21        * Per PR147 addressed problems when reseting and inserting a timer
22        into a timer chain that did not honor time passage since the last
23        time the timer server was scheduled and the new insertion.
24        * include/rtems/rtems/timer.h, src/timerreset.c, src/timerserver.c,
25        src/timerserverfireafter.c, src/timerserverfirewhen.c: Broke up
26        the "reset server" routine into a set of very specific routines
27        that allowed the server to be unscheduled, timer chains to be
28        "synchronized" with the current time before inserting a new timer.
29
302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
37
382001-01-31      Joel Sherrill <joel@OARcorp.com>
39
40        * include/rtems/rtems/timer.h: Missed merging these modifications
41        in previous merge of new timer functionality.
42
432001-01-29      Joel Sherrill <joel@OARcorp.com>
44
45        * Fixed bug where resetting a timer that was not at the head
46        of one of the task timer chains resulted in the Timer Server
47        task waking up too far in the future.
48        * Added rtems_timer_get_information() directive to support testing.
49        * src/timerserver.c, include/rtems/rtems/timer.h,
50        * src/timergetinfo.c: New file.
51        * src/Makefile.am: Modified to reflect above.
52
532001-01-22      Joel Sherrill <joel@OARcorp.com>
54
55        * include/rtems/rtems/timer.h, src/timerserver.c: Add priority
56        argument to rtems_timer_initiate_server().
57
582001-01-18      Joel Sherrill <joel@OARcorp.com>
59
60        * include/rtems/system.h: Only include cpuopts.h when building a
61        multilib configuration.  Some ports still need targopts.h but this
62        small modification lets those ports work non-multilib while
63        fixing being fixed for multilib.
64       
652001-01-16      Joel Sherrill <joel@OARcorp.com>
66
67        * Added task-based timers to the Timer Manager.  This added three
68        new directives:
69            - rtems_timer_initiate_server
70            - rtems_timer_server_fire_after
71            - rtems_timer_server_fire_when
72        In the process of doing this, a number of cleanups were made.
73        * src/timerserver.c, src/timerserverfireafter.c,
74        src/timerserverfirewhen.c: New files.
75        * include/timer/timer.h: Added new prototypes and supporting types.
76        * inline/rtems/rtems/timer.h, macros/rtems/rtems/timer.h: Enhanced
77        _Timer_Is_interval_class() to cover the class TIMER_INTERVAL_ON_TASK.
78        * src/Makefile.am: Accounted for new files.
79        * src/rtemstimer.c: Added initialization of _Timer_Server variable.
80        * src/timercancel.c, src/timerreset.c: Account for addition
81        of timer classes.  Also corrected the headers.
82        * src/timercreate.c, src/timerdelete.c, src/timerfireafter.c,
83        src/timerfireafter.c, src/timerident.c: Corrected header.
84
852001-01-16      Joel Sherrill <joel@OARcorp.com>
86
87        * src/taskmode.c: Ensure the this service does not dispatch before
88        tasking is enabled at initialization time.
89
902002-01-07      Joel Sherrill <joel@OARcorp.com>
91
92        * optman/, optman/.cvsignore, optman/Makefile.am, optman/no-dpmem.c,
93        optman/no-event.c, optman/no-mp.c, optman/no-msg.c, optman/no-part.c,
94        optman/no-region.c, optman/no-rtmon.c, optman/no-sem.c,
95        optman/no-signal.c, optman/no-timer.c: Removed entire contents of
96        optman/ directory since it has been moved.
97
982001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * src/Makefile.am: Add multilib support.
101        * optman/Makefile.am: Add multilib support.
102
1032001-10-23      Joel Sherrill <joel@OARcorp.com>
104
105        * macros/rtems/rtems/asr.nil: Fixed typo.
106
1072001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * macros/Makefile.am: Replace INLINES w/ MACROS (Fix stupid typo in
110        previous patch).
111
1122001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * include/rtems/Makefile.am: Remove.
115        * include/rtems/rtems/Makefile.am: Remove.
116        * include/Makefile.am: Handle subdirs, require automake-1.5.
117        * inline/rtems/Makefile.am: Remove.
118        * inline/rtems/rtems/Makefile.am: Remove.
119        * inline/Makefile.am: Handle subdirs, require automake-1.5.
120        * macros/rtems/Makefile.am: Remove.
121        * macros/rtems/rtems/Makefile.am: Remove.
122        * macros: Handle subdirs, require automake-1.5.
123        * Makefile.am: require automake-1.5.
124
1252001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * include/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
128        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
129        * inline/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
130        * macros/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
131
1322001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
133
134        * src/tasks.c: Dereference pointer passed to destructor.
135
1362001-08-30      Joel Sherrill <joel@OARcorp.com>
137
138        * inline/rtems/rtems/attr.inl: Correct typo and use correct
139        attribute RTEMS_SYSTEM_TASK. Reported by Chris Johns <ccj@acm.org>.
140
1412001-08-16      Joel Sherrill <joel@OARcorp.com>
142
143        * src/msgqsubmit.c: Add a comment indicating that we do not have
144        to account for possibly blocking during the core send operation
145        because Classic API message queue send is always non-blocking.
146
1472001-08-09      Joel Sherrill <joel@OARcorp.com>
148
149        * src/msgqsubmit.c: Unblocking message queue operations should
150        NOT use _Thread_Executing for return status since it is permissible
151        to invoke message send operations from an ISR.  This was reported
152        by Suvrat Gupta <suvrat@utstar.com>.
153
1542001-03-26      Zoltan Kocsi <zoltan@bendor.com.au>
155
156
157        * src/eventsurrender.c: Clear event condition when task is unblocked.
158        This makes sure that subsequent event send thinks the task is still
159        blocked and overwrites the initial events received.
160
1612001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * include/Makefile.am, include/rtems/rtems/Makefile.am,
164        inline/rtems/rtems/Makefile.am, macros/rtems/rtems/Makefile.am,
165        rtems/optman/Makefile.am:
166        Apply include_*HEADERS instead of H_FILES.
167
1682001-01-22      Michael Hamel <mhamel@adi.co.nz>
169
170        * include/rtems.h, src/signalcatch.c: Modifications to make
171        CodeWarrior happy.
172
1732000-12-06      Joel Sherrill <joel@OARcorp.com>
174
175        * src/regiongetinfo.c: Removed unused variable to eliminate warning.
176
1772000-11-30      Joel Sherrill <joel@OARcorp.com>
178
179        * src/msgqsubmit.c: Modified multiprocessing conditional so
180        this would compile with both macros and inlines.
181
1822000-11-30      Joel Sherrill <joel@OARcorp.com>
183
184        * macros/rtems/rtems/sem.inl: Added macro implementation of
185        _Semaphore_Get_interrupt_disable().
186
1872000-10-18      Joel Sherrill <joel@OARcorp.com>
188
189        * src/regiongetinfo.c, include/rtems/rtems/region.h,
190        include/rtems/rtems/types.h, src/Makefile.am: Added
191        region_get_information() and information control block.
192        * src/regiongetinfo.c: New file.
193
1942000-09-29      Stephan Merker <merker@decrc.abb.de>
195
196        * include/rtems/rtems/ratemon.h, src/ratemonperiod.c,
197        src/ratemontimeout.c: Add next_length field so period length
198        can be changed by the the sequence period(X), period(not X)
199        with no intervening cancel or expiration.
200
2012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * optman/Makefile.am, src/Makefile.am: Include compile.am.
204
2052000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
206
207        * taskstart.c: Removed 1st cut at rtems_task_start_main_style.
208        Only committed this so it could be easily revisited as we
209        discussing moving main() to user space from BSP space.
210
2112000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
212
213        * taskstart.c: Added 1st cut at rtems_task_start_main_style.
214
2152000-08-10      Joel Sherrill <joel@OARcorp.com>
216
217        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.