source: rtems/cpukit/score/cpu/unix/ChangeLog @ 411b065

4.104.114.84.95
Last change on this file since 411b065 was 411b065, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/06/04 at 02:13:21

2004-04-06 Ralf Corsepius <ralf_corsepius@…>

  • rtems/score/cpu.h: Remove unixsize.h.
  • configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
  • Makefile.am: Remove unixsize.h. Don't include multilib.am. Reflect merging configure.ac into $(top_srcdir)/configure.ac.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * rtems/score/cpu.h: Remove unixsize.h.
4        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
5        * Makefile.am: Remove unixsize.h.
6        Don't include multilib.am.
7        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
8
92004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
12
132004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        * configure.ac: RTEMS_TOP([../../../..]).
16
172004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Move RTEMS_TOP one subdir down.
20
212004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Add PREINSTALL_DIRS.
24
252004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
28        Add PREINSTALL_FILES to CLEANFILES.
29
302004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Requires automake >= 1.8.1.
33
342004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Include compile.am, again.
37
382004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Convert to using automake compilation rules.
41
422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
45
462003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
49
502003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Remove TMPINSTALL_FILES.
53
542003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Add $(dirstamp) to preinstallation rules.
57
582003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Don't use gmake rules for preinstallation.
61
622003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Remove RTEMS_CANONICAL_HOST.
65
662003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Remove RTEMS_CHECK_CPU.
69
702003-09-26      Joel Sherrill <joel@OARcorp.com>
71
72        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
73        references.
74
752003-09-04      Joel Sherrill <joel@OARcorp.com>
76
77        * cpu.c, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
78        URL for license changed.
79
802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
83
842003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Add PREINSTALL_FILES and TMPINSTALL_FILES to
87        all-local (Sync with other Makefile.ams).
88
892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Remove AC_CONFIG_AUX_DIR.
92
932003-01-03      Joel Sherrill <joel@OARcorp.com>
94
95        * rtems/score/cpu.h: Per PR315, eliminate warning for structure
96        alignment requests that are too large.
97
982002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
101        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
102
1032002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Fix package name.
106
1072002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Generate unixsize.h on the fly, filter out
110        autoconf-2.53 PACKAGE crap.
111        * rtems/score/.cvsignore: unixsize*
112
1132002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
116
1172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * .cvsignore: Reformat.
120        Add autom4te*cache.
121        Remove autom4te.cache.
122
1232002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
126
1272002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Use .$(OBJEXT) instead of .o.
130
1312002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: RTEMS_TOP(../../../..).
134
1352002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Remove RTEMS_PROJECT_ROOT.
138
1392002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
142        Add AC_PROG_RANLIB.
143
1442002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove references to RTEMS_BSP.
147
1482002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
151        Use ../../../aclocal.
152
1532001-04-03      Joel Sherrill <joel@OARcorp.com>
154
155        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
156        * rtems/score/unixtypes.h: Removed.
157        * rtems/score/types.h: New file via CVS magic.
158        * Makefile.am, rtems/score/cpu.h: Account for name change.
159
1602001-03-28      Joel Sherrill <joel@OARcorp.com>
161
162        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
163
1642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac:
167        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
168        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
169        * Makefile.am: Remove AUTOMAKE_OPTIONS.
170
1712002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Fix the test to determine cpu context size.
174
1752001-02-05      Joel Sherrill <joel@OARcorp.com>
176
177        * .cvsignore: Added stamp-h.in.
178
1792002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Merge in rtems/Makefile.am and
182        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
183        * rtems/Makefile.am: Removed.
184        * rtems/score/Makefile.am: Removed.
185        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
186        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
187        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
188        SIZEOF_CPU_CONTEXT.
189
1902001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Add multilib support.
193
1942001-11-28      Joel Sherrill <joel@OARcorp.com>,
195
196        This was tracked as PR91.
197        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
198        is used to specify if the port uses the standard macro for this (FALSE).
199        A TRUE setting indicates the port provides its own implementation.
200
2012001-11-28      Joel Sherrill <joel@OARcorp.com>,
202
203        This was tracked as PR91.
204        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
205        is used to specify if the port uses the standard macro for this (FALSE).
206        A TRUE setting indicates the port provides its own implementation.
207
2082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
211        * configure.in: Remove.
212        * configure.ac: New file, generated from configure.in by autoupdate.
213
2142001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
217
2182001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
221
2222001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am, rtems/score/Makefile.am:
225        Apply include_*HEADERS instead of H_FILES.
226
2272001-01-25      Joel Sherrill <joel@OARcorp.com>
228
229        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
230        <peter.o.mueller@gmx.de> because of not correcting for the ISR
231        vector table now being allocated from the workspace.
232
2332001-01-03      Joel Sherrill <joel@OARcorp.com>
234
235        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
236
2372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
240
2412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
244
2452000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
248        Switch to GNU canonicalization.
249
2502000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Use += to set up AM_CPPFLAGS.
253
2542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
257
2582000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Include compile.am.
261
2622000-08-10      Joel Sherrill <joel@OARcorp.com>
263
264        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.