source: rtems/cpukit/score/cpu/unix/ChangeLog @ ece004d

4.104.114.84.95
Last change on this file since ece004d was ece004d, checked in by Joel Sherrill <joel.sherrill@…>, on 01/16/06 at 15:12:44

2006-01-16 Joel Sherrill <joel@…>

  • rtems/score/cpu.h: Part of a large patch to improve Doxygen output. As a side-effect, grammar and spelling errors were corrected, spacing errors were address, and some variable names were improved.
  • Property mode set to 100644
File size: 9.9 KB
Line 
12006-01-16      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
4        As a side-effect, grammar and spelling errors were corrected, spacing
5        errors were address, and some variable names were improved.
6
72005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
8
9        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
10
112005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * rtems/score/cpu.h: Remove traces from NO_CPU.
14
152005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Split out preinstallation rules.
18        * preinstall.am: New (Split out from Makefile.am).
19
202005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
21
22        PR 754/rtems
23        * rtems/asm.h: New (relocated from .).
24        * asm.h: Remove (moved to rtems/asm.h).
25        * Makefile.am: Reflect changes above.
26
272004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
28
29        * asm.h, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
30        New header guards.
31
322005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * rtems/score/types.h: Remove signed8, signed16, signed32,
35        unsigned8, unsigned16, unsigned32.
36
372005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
40
412005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * rtems/score/types.h: #include <rtems/stdint.h>.
44
452005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
48
492005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Remove build-variant support.
52
532004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
56        guard.
57
582004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * asm.h: Add doxygen preamble.
61
622004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * rtems/score/cpu.h: Add doxygen preamble.
65        * rtems/score/types.h: Add doxygen preamble.
66        * rtems/score/unix.h: Add doxygen preamble.
67
682004-09-29      Joel Sherrill <joel@OARcorp.com>
69
70        * rtems/score/cpu.h: i960 obsoleted and all references removed.
71
722004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * asm.h: New (stub file. For consistency with other ports, only).
75        * Makefile.am: Add asm.h.
76
772004-04-12      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        * rtems/score/cpu.h: Remove defining _POSIX_C_SOURCE for solaris.
80
812004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        * Makefile.am: Remove LIBC_DEFINES (Unsupported).
84
852004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
86
87        * rtems/score/cpu.h: Remove unixsize.h.
88        * configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
89        * Makefile.am: Remove unixsize.h.
90        Don't include multilib.am.
91        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
92
932004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
94
95        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
96
972004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * configure.ac: RTEMS_TOP([../../../..]).
100
1012004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Move RTEMS_TOP one subdir down.
104
1052004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Add PREINSTALL_DIRS.
108
1092004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
112        Add PREINSTALL_FILES to CLEANFILES.
113
1142004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Requires automake >= 1.8.1.
117
1182004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Include compile.am, again.
121
1222004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Convert to using automake compilation rules.
125
1262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
129
1302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
133
1342003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Remove TMPINSTALL_FILES.
137
1382003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Add $(dirstamp) to preinstallation rules.
141
1422003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Don't use gmake rules for preinstallation.
145
1462003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Remove RTEMS_CANONICAL_HOST.
149
1502003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Remove RTEMS_CHECK_CPU.
153
1542003-09-26      Joel Sherrill <joel@OARcorp.com>
155
156        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
157        references.
158
1592003-09-04      Joel Sherrill <joel@OARcorp.com>
160
161        * cpu.c, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
162        URL for license changed.
163
1642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
167
1682003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Add PREINSTALL_FILES and TMPINSTALL_FILES to
171        all-local (Sync with other Makefile.ams).
172
1732003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Remove AC_CONFIG_AUX_DIR.
176
1772003-01-03      Joel Sherrill <joel@OARcorp.com>
178
179        * rtems/score/cpu.h: Per PR315, eliminate warning for structure
180        alignment requests that are too large.
181
1822002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
185        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
186
1872002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Fix package name.
190
1912002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Generate unixsize.h on the fly, filter out
194        autoconf-2.53 PACKAGE crap.
195        * rtems/score/.cvsignore: unixsize*
196
1972002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
200
2012002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * .cvsignore: Reformat.
204        Add autom4te*cache.
205        Remove autom4te.cache.
206
2072002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
210
2112002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Use .$(OBJEXT) instead of .o.
214
2152002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: RTEMS_TOP(../../../..).
218
2192002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Remove RTEMS_PROJECT_ROOT.
222
2232002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
226        Add AC_PROG_RANLIB.
227
2282002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Remove references to RTEMS_BSP.
231
2322002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
235        Use ../../../aclocal.
236
2372001-04-03      Joel Sherrill <joel@OARcorp.com>
238
239        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
240        * rtems/score/unixtypes.h: Removed.
241        * rtems/score/types.h: New file via CVS magic.
242        * Makefile.am, rtems/score/cpu.h: Account for name change.
243
2442001-03-28      Joel Sherrill <joel@OARcorp.com>
245
246        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
247
2482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac:
251        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
252        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
253        * Makefile.am: Remove AUTOMAKE_OPTIONS.
254
2552002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Fix the test to determine cpu context size.
258
2592001-02-05      Joel Sherrill <joel@OARcorp.com>
260
261        * .cvsignore: Added stamp-h.in.
262
2632002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Merge in rtems/Makefile.am and
266        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
267        * rtems/Makefile.am: Removed.
268        * rtems/score/Makefile.am: Removed.
269        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
270        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
271        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
272        SIZEOF_CPU_CONTEXT.
273
2742001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Add multilib support.
277
2782001-11-28      Joel Sherrill <joel@OARcorp.com>,
279
280        This was tracked as PR91.
281        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
282        is used to specify if the port uses the standard macro for this (FALSE).
283        A TRUE setting indicates the port provides its own implementation.
284
2852001-11-28      Joel Sherrill <joel@OARcorp.com>,
286
287        This was tracked as PR91.
288        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
289        is used to specify if the port uses the standard macro for this (FALSE).
290        A TRUE setting indicates the port provides its own implementation.
291
2922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
295        * configure.in: Remove.
296        * configure.ac: New file, generated from configure.in by autoupdate.
297
2982001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
301
3022001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
305
3062001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am, rtems/score/Makefile.am:
309        Apply include_*HEADERS instead of H_FILES.
310
3112001-01-25      Joel Sherrill <joel@OARcorp.com>
312
313        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
314        <peter.o.mueller@gmx.de> because of not correcting for the ISR
315        vector table now being allocated from the workspace.
316
3172001-01-03      Joel Sherrill <joel@OARcorp.com>
318
319        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
320
3212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
324
3252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
328
3292000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
332        Switch to GNU canonicalization.
333
3342000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Use += to set up AM_CPPFLAGS.
337
3382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
341
3422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Include compile.am.
345
3462000-08-10      Joel Sherrill <joel@OARcorp.com>
347
348        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.