source: rtems/cpukit/rtems/ChangeLog @ 7b705dc3

4.104.114.84.95
Last change on this file since 7b705dc3 was 7b705dc3, checked in by Joel Sherrill <joel.sherrill@…>, on 04/08/02 at 17:02:27

2002-04-08 Chris Johns <ccj@…>

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