source: rtems/cpukit/rtems/ChangeLog @ 8560ed94

4.104.114.84.95
Last change on this file since 8560ed94 was 8560ed94, checked in by Joel Sherrill <joel.sherrill@…>, on 01/18/02 at 18:57:48

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

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