source: rtems/cpukit/score/cpu/unix/ChangeLog @ 52ca649

4.104.114.95
Last change on this file since 52ca649 was 52ca649, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/07 at 16:12:47

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

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