source: rtems/cpukit/score/cpu/unix/ChangeLog @ 50650ed

4.104.114.84.95
Last change on this file since 50650ed was 50650ed, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/17/07 at 05:02:29

2007-04-17 Ralf Corsépius <ralf.corsepius@…>

  • rtems/score/cpu.h: Use Context_Control_fp* instead of void* for fp_contexts. Eliminate evil casts.
  • Property mode set to 100644
File size: 10.1 KB
Line 
12007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/cpu.h:
4          Use Context_Control_fp* instead of void* for fp_contexts.
5          Eliminate evil casts.
6
72006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * rtems/score/types.h: Remove unsigned64, signed64.
10
112006-01-16      Joel Sherrill <joel@OARcorp.com>
12
13        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
14        As a side-effect, grammar and spelling errors were corrected, spacing
15        errors were address, and some variable names were improved.
16
172005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
20
212005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * rtems/score/cpu.h: Remove traces from NO_CPU.
24
252005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Split out preinstallation rules.
28        * preinstall.am: New (Split out from Makefile.am).
29
302005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        PR 754/rtems
33        * rtems/asm.h: New (relocated from .).
34        * asm.h: Remove (moved to rtems/asm.h).
35        * Makefile.am: Reflect changes above.
36
372004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
38
39        * asm.h, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
40        New header guards.
41
422005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * rtems/score/types.h: Remove signed8, signed16, signed32,
45        unsigned8, unsigned16, unsigned32.
46
472005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
50
512005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * rtems/score/types.h: #include <rtems/stdint.h>.
54
552005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
58
592005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Remove build-variant support.
62
632004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
66        guard.
67
682004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * asm.h: Add doxygen preamble.
71
722004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * rtems/score/cpu.h: Add doxygen preamble.
75        * rtems/score/types.h: Add doxygen preamble.
76        * rtems/score/unix.h: Add doxygen preamble.
77
782004-09-29      Joel Sherrill <joel@OARcorp.com>
79
80        * rtems/score/cpu.h: i960 obsoleted and all references removed.
81
822004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * asm.h: New (stub file. For consistency with other ports, only).
85        * Makefile.am: Add asm.h.
86
872004-04-12      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        * rtems/score/cpu.h: Remove defining _POSIX_C_SOURCE for solaris.
90
912004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
92
93        * Makefile.am: Remove LIBC_DEFINES (Unsupported).
94
952004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
96
97        * rtems/score/cpu.h: Remove unixsize.h.
98        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
99        * Makefile.am: Remove unixsize.h.
100        Don't include multilib.am.
101        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
102
1032004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
106
1072004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
108
109        * configure.ac: RTEMS_TOP([../../../..]).
110
1112004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Move RTEMS_TOP one subdir down.
114
1152004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Add PREINSTALL_DIRS.
118
1192004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
122        Add PREINSTALL_FILES to CLEANFILES.
123
1242004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Requires automake >= 1.8.1.
127
1282004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Include compile.am, again.
131
1322004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Convert to using automake compilation rules.
135
1362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
139
1402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
143
1442003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Remove TMPINSTALL_FILES.
147
1482003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Add $(dirstamp) to preinstallation rules.
151
1522003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Don't use gmake rules for preinstallation.
155
1562003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Remove RTEMS_CANONICAL_HOST.
159
1602003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Remove RTEMS_CHECK_CPU.
163
1642003-09-26      Joel Sherrill <joel@OARcorp.com>
165
166        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
167        references.
168
1692003-09-04      Joel Sherrill <joel@OARcorp.com>
170
171        * cpu.c, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
172        URL for license changed.
173
1742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
177
1782003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Add PREINSTALL_FILES and TMPINSTALL_FILES to
181        all-local (Sync with other Makefile.ams).
182
1832003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Remove AC_CONFIG_AUX_DIR.
186
1872003-01-03      Joel Sherrill <joel@OARcorp.com>
188
189        * rtems/score/cpu.h: Per PR315, eliminate warning for structure
190        alignment requests that are too large.
191
1922002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
195        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
196
1972002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Fix package name.
200
2012002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Generate unixsize.h on the fly, filter out
204        autoconf-2.53 PACKAGE crap.
205        * rtems/score/.cvsignore: unixsize*
206
2072002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
210
2112002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * .cvsignore: Reformat.
214        Add autom4te*cache.
215        Remove autom4te.cache.
216
2172002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
220
2212002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Use .$(OBJEXT) instead of .o.
224
2252002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: RTEMS_TOP(../../../..).
228
2292002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Remove RTEMS_PROJECT_ROOT.
232
2332002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
236        Add AC_PROG_RANLIB.
237
2382002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: Remove references to RTEMS_BSP.
241
2422002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
245        Use ../../../aclocal.
246
2472001-04-03      Joel Sherrill <joel@OARcorp.com>
248
249        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
250        * rtems/score/unixtypes.h: Removed.
251        * rtems/score/types.h: New file via CVS magic.
252        * Makefile.am, rtems/score/cpu.h: Account for name change.
253
2542001-03-28      Joel Sherrill <joel@OARcorp.com>
255
256        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
257
2582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac:
261        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
262        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
263        * Makefile.am: Remove AUTOMAKE_OPTIONS.
264
2652002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Fix the test to determine cpu context size.
268
2692001-02-05      Joel Sherrill <joel@OARcorp.com>
270
271        * .cvsignore: Added stamp-h.in.
272
2732002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Merge in rtems/Makefile.am and
276        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
277        * rtems/Makefile.am: Removed.
278        * rtems/score/Makefile.am: Removed.
279        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
280        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
281        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
282        SIZEOF_CPU_CONTEXT.
283
2842001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Add multilib support.
287
2882001-11-28      Joel Sherrill <joel@OARcorp.com>,
289
290        This was tracked as PR91.
291        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
292        is used to specify if the port uses the standard macro for this (FALSE).
293        A TRUE setting indicates the port provides its own implementation.
294
2952001-11-28      Joel Sherrill <joel@OARcorp.com>,
296
297        This was tracked as PR91.
298        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
299        is used to specify if the port uses the standard macro for this (FALSE).
300        A TRUE setting indicates the port provides its own implementation.
301
3022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
305        * configure.in: Remove.
306        * configure.ac: New file, generated from configure.in by autoupdate.
307
3082001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
311
3122001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
315
3162001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am, rtems/score/Makefile.am:
319        Apply include_*HEADERS instead of H_FILES.
320
3212001-01-25      Joel Sherrill <joel@OARcorp.com>
322
323        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
324        <peter.o.mueller@gmx.de> because of not correcting for the ISR
325        vector table now being allocated from the workspace.
326
3272001-01-03      Joel Sherrill <joel@OARcorp.com>
328
329        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
330
3312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
334
3352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
338
3392000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
342        Switch to GNU canonicalization.
343
3442000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Use += to set up AM_CPPFLAGS.
347
3482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
351
3522000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: Include compile.am.
355
3562000-08-10      Joel Sherrill <joel@OARcorp.com>
357
358        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.