source: rtems/cpukit/score/cpu/unix/ChangeLog @ 0ca6d0d9

4.104.114.95
Last change on this file since 0ca6d0d9 was 0ca6d0d9, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/07 at 22:35:25

2007-12-17 Joel Sherrill <joel.sherrill@…>

  • rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
  • Property mode set to 100644
File size: 11.5 KB
Line 
12007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
4
52007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * rtems/asm.h: Sweep to make sure grep for COPYRIGHT passes.
8
92007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
12        Table to Configuration Table. Eliminate CPU Table from all ports.
13        Delete references to CPU Table in all forms.
14
152007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
18        the Configuration Table. This included pretasking_hook,
19        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
20        extra_mpci_receive_server_stack, stack_allocate_hook, and
21        stack_free_hook. As a side-effect of this effort some multiprocessing
22        code was made conditional and some style clean up occurred.
23
242007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * cpu.c: Comment out may_alias so this compiles without a compiler
27        error.
28
292007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * cpu.c: Merge patch from Till Straumann which would work except gcc
32        core dumps with an ICE when may_alias is used in this code. I filed a
33        GCC PR and reduced optimization to -O0 and it does run again.
34
352007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
38
392007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * rtems/score/cpu.h:
42          Use Context_Control_fp* instead of void* for fp_contexts.
43          Eliminate evil casts.
44
452006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * rtems/score/types.h: Remove unsigned64, signed64.
48
492006-01-16      Joel Sherrill <joel@OARcorp.com>
50
51        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
52        As a side-effect, grammar and spelling errors were corrected, spacing
53        errors were address, and some variable names were improved.
54
552005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
58
592005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * rtems/score/cpu.h: Remove traces from NO_CPU.
62
632005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Split out preinstallation rules.
66        * preinstall.am: New (Split out from Makefile.am).
67
682005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        PR 754/rtems
71        * rtems/asm.h: New (relocated from .).
72        * asm.h: Remove (moved to rtems/asm.h).
73        * Makefile.am: Reflect changes above.
74
752004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
76
77        * asm.h, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
78        New header guards.
79
802005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        * rtems/score/types.h: Remove signed8, signed16, signed32,
83        unsigned8, unsigned16, unsigned32.
84
852005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
88
892005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * rtems/score/types.h: #include <rtems/stdint.h>.
92
932005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
96
972005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * Makefile.am: Remove build-variant support.
100
1012004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
102
103        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
104        guard.
105
1062004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * asm.h: Add doxygen preamble.
109
1102004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
111
112        * rtems/score/cpu.h: Add doxygen preamble.
113        * rtems/score/types.h: Add doxygen preamble.
114        * rtems/score/unix.h: Add doxygen preamble.
115
1162004-09-29      Joel Sherrill <joel@OARcorp.com>
117
118        * rtems/score/cpu.h: i960 obsoleted and all references removed.
119
1202004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
121
122        * asm.h: New (stub file. For consistency with other ports, only).
123        * Makefile.am: Add asm.h.
124
1252004-04-12      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * rtems/score/cpu.h: Remove defining _POSIX_C_SOURCE for solaris.
128
1292004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
130
131        * Makefile.am: Remove LIBC_DEFINES (Unsupported).
132
1332004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
134
135        * rtems/score/cpu.h: Remove unixsize.h.
136        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
137        * Makefile.am: Remove unixsize.h.
138        Don't include multilib.am.
139        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
140
1412004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
144
1452004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        * configure.ac: RTEMS_TOP([../../../..]).
148
1492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Move RTEMS_TOP one subdir down.
152
1532004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Add PREINSTALL_DIRS.
156
1572004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
160        Add PREINSTALL_FILES to CLEANFILES.
161
1622004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Requires automake >= 1.8.1.
165
1662004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Include compile.am, again.
169
1702004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Convert to using automake compilation rules.
173
1742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
177
1782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
181
1822003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Remove TMPINSTALL_FILES.
185
1862003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Add $(dirstamp) to preinstallation rules.
189
1902003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Don't use gmake rules for preinstallation.
193
1942003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove RTEMS_CANONICAL_HOST.
197
1982003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Remove RTEMS_CHECK_CPU.
201
2022003-09-26      Joel Sherrill <joel@OARcorp.com>
203
204        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
205        references.
206
2072003-09-04      Joel Sherrill <joel@OARcorp.com>
208
209        * cpu.c, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
210        URL for license changed.
211
2122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
215
2162003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Add PREINSTALL_FILES and TMPINSTALL_FILES to
219        all-local (Sync with other Makefile.ams).
220
2212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Remove AC_CONFIG_AUX_DIR.
224
2252003-01-03      Joel Sherrill <joel@OARcorp.com>
226
227        * rtems/score/cpu.h: Per PR315, eliminate warning for structure
228        alignment requests that are too large.
229
2302002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
233        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
234
2352002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Fix package name.
238
2392002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Generate unixsize.h on the fly, filter out
242        autoconf-2.53 PACKAGE crap.
243        * rtems/score/.cvsignore: unixsize*
244
2452002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
248
2492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * .cvsignore: Reformat.
252        Add autom4te*cache.
253        Remove autom4te.cache.
254
2552002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
258
2592002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Use .$(OBJEXT) instead of .o.
262
2632002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: RTEMS_TOP(../../../..).
266
2672002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Remove RTEMS_PROJECT_ROOT.
270
2712002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
274        Add AC_PROG_RANLIB.
275
2762002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac: Remove references to RTEMS_BSP.
279
2802002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
283        Use ../../../aclocal.
284
2852001-04-03      Joel Sherrill <joel@OARcorp.com>
286
287        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
288        * rtems/score/unixtypes.h: Removed.
289        * rtems/score/types.h: New file via CVS magic.
290        * Makefile.am, rtems/score/cpu.h: Account for name change.
291
2922001-03-28      Joel Sherrill <joel@OARcorp.com>
293
294        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
295
2962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac:
299        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
300        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
301        * Makefile.am: Remove AUTOMAKE_OPTIONS.
302
3032002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac: Fix the test to determine cpu context size.
306
3072001-02-05      Joel Sherrill <joel@OARcorp.com>
308
309        * .cvsignore: Added stamp-h.in.
310
3112002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Merge in rtems/Makefile.am and
314        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
315        * rtems/Makefile.am: Removed.
316        * rtems/score/Makefile.am: Removed.
317        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
318        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
319        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
320        SIZEOF_CPU_CONTEXT.
321
3222001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Add multilib support.
325
3262001-11-28      Joel Sherrill <joel@OARcorp.com>,
327
328        This was tracked as PR91.
329        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
330        is used to specify if the port uses the standard macro for this (FALSE).
331        A TRUE setting indicates the port provides its own implementation.
332
3332001-11-28      Joel Sherrill <joel@OARcorp.com>,
334
335        This was tracked as PR91.
336        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
337        is used to specify if the port uses the standard macro for this (FALSE).
338        A TRUE setting indicates the port provides its own implementation.
339
3402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
343        * configure.in: Remove.
344        * configure.ac: New file, generated from configure.in by autoupdate.
345
3462001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
349
3502001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
353
3542001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am, rtems/score/Makefile.am:
357        Apply include_*HEADERS instead of H_FILES.
358
3592001-01-25      Joel Sherrill <joel@OARcorp.com>
360
361        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
362        <peter.o.mueller@gmx.de> because of not correcting for the ISR
363        vector table now being allocated from the workspace.
364
3652001-01-03      Joel Sherrill <joel@OARcorp.com>
366
367        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
368
3692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
372
3732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
376
3772000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
380        Switch to GNU canonicalization.
381
3822000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Use += to set up AM_CPPFLAGS.
385
3862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
389
3902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Include compile.am.
393
3942000-08-10      Joel Sherrill <joel@OARcorp.com>
395
396        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.