source: rtems/cpukit/rtems/ChangeLog @ c43484b

4.104.114.84.95
Last change on this file since c43484b was ef7ceb4, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:45:40

2002-03-27 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • src/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 6.6 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Remove AUTOMAKE_OPTIONS.
4        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
5        * inline/Makefile.am: Remove AUTOMAKE_OPTIONS.
6        * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
8
92001-01-31      Joel Sherrill <joel@OARcorp.com>
10
11        * include/rtems/rtems/timer.h: Missed merging these modifications
12        in previous merge of new timer functionality.
13
142001-01-29      Joel Sherrill <joel@OARcorp.com>
15
16        * Fixed bug where resetting a timer that was not at the head
17        of one of the task timer chains resulted in the Timer Server
18        task waking up too far in the future.
19        * Added rtems_timer_get_information() directive to support testing.
20        * src/timerserver.c, include/rtems/rtems/timer.h,
21        * src/timergetinfo.c: New file.
22        * src/Makefile.am: Modified to reflect above.
23
242001-01-22      Joel Sherrill <joel@OARcorp.com>
25
26        * include/rtems/rtems/timer.h, src/timerserver.c: Add priority
27        argument to rtems_timer_initiate_server().
28
292001-01-18      Joel Sherrill <joel@OARcorp.com>
30
31        * include/rtems/system.h: Only include cpuopts.h when building a
32        multilib configuration.  Some ports still need targopts.h but this
33        small modification lets those ports work non-multilib while
34        fixing being fixed for multilib.
35       
362001-01-16      Joel Sherrill <joel@OARcorp.com>
37
38        * Added task-based timers to the Timer Manager.  This added three
39        new directives:
40            - rtems_timer_initiate_server
41            - rtems_timer_server_fire_after
42            - rtems_timer_server_fire_when
43        In the process of doing this, a number of cleanups were made.
44        * src/timerserver.c, src/timerserverfireafter.c,
45        src/timerserverfirewhen.c: New files.
46        * include/timer/timer.h: Added new prototypes and supporting types.
47        * inline/rtems/rtems/timer.h, macros/rtems/rtems/timer.h: Enhanced
48        _Timer_Is_interval_class() to cover the class TIMER_INTERVAL_ON_TASK.
49        * src/Makefile.am: Accounted for new files.
50        * src/rtemstimer.c: Added initialization of _Timer_Server variable.
51        * src/timercancel.c, src/timerreset.c: Account for addition
52        of timer classes.  Also corrected the headers.
53        * src/timercreate.c, src/timerdelete.c, src/timerfireafter.c,
54        src/timerfireafter.c, src/timerident.c: Corrected header.
55
562001-01-16      Joel Sherrill <joel@OARcorp.com>
57
58        * src/taskmode.c: Ensure the this service does not dispatch before
59        tasking is enabled at initialization time.
60
612002-01-07      Joel Sherrill <joel@OARcorp.com>
62
63        * optman/, optman/.cvsignore, optman/Makefile.am, optman/no-dpmem.c,
64        optman/no-event.c, optman/no-mp.c, optman/no-msg.c, optman/no-part.c,
65        optman/no-region.c, optman/no-rtmon.c, optman/no-sem.c,
66        optman/no-signal.c, optman/no-timer.c: Removed entire contents of
67        optman/ directory since it has been moved.
68
692001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * src/Makefile.am: Add multilib support.
72        * optman/Makefile.am: Add multilib support.
73
742001-10-23      Joel Sherrill <joel@OARcorp.com>
75
76        * macros/rtems/rtems/asr.nil: Fixed typo.
77
782001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * macros/Makefile.am: Replace INLINES w/ MACROS (Fix stupid typo in
81        previous patch).
82
832001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * include/rtems/Makefile.am: Remove.
86        * include/rtems/rtems/Makefile.am: Remove.
87        * include/Makefile.am: Handle subdirs, require automake-1.5.
88        * inline/rtems/Makefile.am: Remove.
89        * inline/rtems/rtems/Makefile.am: Remove.
90        * inline/Makefile.am: Handle subdirs, require automake-1.5.
91        * macros/rtems/Makefile.am: Remove.
92        * macros/rtems/rtems/Makefile.am: Remove.
93        * macros: Handle subdirs, require automake-1.5.
94        * Makefile.am: require automake-1.5.
95
962001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * include/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
99        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
100        * inline/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
101        * macros/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
102
1032001-09-14      Fernando Ruiz <fernando.ruiz@ctv.es>
104
105        * src/tasks.c: Dereference pointer passed to destructor.
106
1072001-08-30      Joel Sherrill <joel@OARcorp.com>
108
109        * inline/rtems/rtems/attr.inl: Correct typo and use correct
110        attribute RTEMS_SYSTEM_TASK. Reported by Chris Johns <ccj@acm.org>.
111
1122001-08-16      Joel Sherrill <joel@OARcorp.com>
113
114        * src/msgqsubmit.c: Add a comment indicating that we do not have
115        to account for possibly blocking during the core send operation
116        because Classic API message queue send is always non-blocking.
117
1182001-08-09      Joel Sherrill <joel@OARcorp.com>
119
120        * src/msgqsubmit.c: Unblocking message queue operations should
121        NOT use _Thread_Executing for return status since it is permissible
122        to invoke message send operations from an ISR.  This was reported
123        by Suvrat Gupta <suvrat@utstar.com>.
124
1252001-03-26      Zoltan Kocsi <zoltan@bendor.com.au>
126
127
128        * src/eventsurrender.c: Clear event condition when task is unblocked.
129        This makes sure that subsequent event send thinks the task is still
130        blocked and overwrites the initial events received.
131
1322001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * include/Makefile.am, include/rtems/rtems/Makefile.am,
135        inline/rtems/rtems/Makefile.am, macros/rtems/rtems/Makefile.am,
136        rtems/optman/Makefile.am:
137        Apply include_*HEADERS instead of H_FILES.
138
1392001-01-22      Michael Hamel <mhamel@adi.co.nz>
140
141        * include/rtems.h, src/signalcatch.c: Modifications to make
142        CodeWarrior happy.
143
1442000-12-06      Joel Sherrill <joel@OARcorp.com>
145
146        * src/regiongetinfo.c: Removed unused variable to eliminate warning.
147
1482000-11-30      Joel Sherrill <joel@OARcorp.com>
149
150        * src/msgqsubmit.c: Modified multiprocessing conditional so
151        this would compile with both macros and inlines.
152
1532000-11-30      Joel Sherrill <joel@OARcorp.com>
154
155        * macros/rtems/rtems/sem.inl: Added macro implementation of
156        _Semaphore_Get_interrupt_disable().
157
1582000-10-18      Joel Sherrill <joel@OARcorp.com>
159
160        * src/regiongetinfo.c, include/rtems/rtems/region.h,
161        include/rtems/rtems/types.h, src/Makefile.am: Added
162        region_get_information() and information control block.
163        * src/regiongetinfo.c: New file.
164
1652000-09-29      Stephan Merker <merker@decrc.abb.de>
166
167        * include/rtems/rtems/ratemon.h, src/ratemonperiod.c,
168        src/ratemontimeout.c: Add next_length field so period length
169        can be changed by the the sequence period(X), period(not X)
170        with no intervening cancel or expiration.
171
1722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * optman/Makefile.am, src/Makefile.am: Include compile.am.
175
1762000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * taskstart.c: Removed 1st cut at rtems_task_start_main_style.
179        Only committed this so it could be easily revisited as we
180        discussing moving main() to user space from BSP space.
181
1822000-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
183
184        * taskstart.c: Added 1st cut at rtems_task_start_main_style.
185
1862000-08-10      Joel Sherrill <joel@OARcorp.com>
187
188        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.