source: rtems/cpukit/rtems/ChangeLog @ 4b2d7c6

4.104.114.84.95
Last change on this file since 4b2d7c6 was 4b2d7c6, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/02 at 23:42:20

2001-03-29 Joel Sherrill <joel@…>

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