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

4.104.114.84.95
Last change on this file since c346f33d was c346f33d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/30/04 at 11:49:14

2004-03-30 Ralf Corsepius <ralf_corsepius@…>

  • cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 7.2 KB
Line 
12004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
4
52004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * configure.ac: RTEMS_TOP([../../../..]).
8
92004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Move RTEMS_TOP one subdir down.
12
132004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Add PREINSTALL_DIRS.
16
172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
20        Add PREINSTALL_FILES to CLEANFILES.
21
222004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Requires automake >= 1.8.1.
25
262004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Include compile.am, again.
29
302004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Convert to using automake compilation rules.
33
342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
37
382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
41
422003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Remove TMPINSTALL_FILES.
45
462003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Add $(dirstamp) to preinstallation rules.
49
502003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Don't use gmake rules for preinstallation.
53
542003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove RTEMS_CANONICAL_HOST.
57
582003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Remove RTEMS_CHECK_CPU.
61
622003-09-26      Joel Sherrill <joel@OARcorp.com>
63
64        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
65        references.
66
672003-09-04      Joel Sherrill <joel@OARcorp.com>
68
69        * cpu.c, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
70        URL for license changed.
71
722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
75
762003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Add PREINSTALL_FILES and TMPINSTALL_FILES to
79        all-local (Sync with other Makefile.ams).
80
812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Remove AC_CONFIG_AUX_DIR.
84
852003-01-03      Joel Sherrill <joel@OARcorp.com>
86
87        * rtems/score/cpu.h: Per PR315, eliminate warning for structure
88        alignment requests that are too large.
89
902002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
93        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
94
952002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Fix package name.
98
992002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Generate unixsize.h on the fly, filter out
102        autoconf-2.53 PACKAGE crap.
103        * rtems/score/.cvsignore: unixsize*
104
1052002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
108
1092002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * .cvsignore: Reformat.
112        Add autom4te*cache.
113        Remove autom4te.cache.
114
1152002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
118
1192002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Use .$(OBJEXT) instead of .o.
122
1232002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: RTEMS_TOP(../../../..).
126
1272002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Remove RTEMS_PROJECT_ROOT.
130
1312002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
134        Add AC_PROG_RANLIB.
135
1362002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Remove references to RTEMS_BSP.
139
1402002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
143        Use ../../../aclocal.
144
1452001-04-03      Joel Sherrill <joel@OARcorp.com>
146
147        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
148        * rtems/score/unixtypes.h: Removed.
149        * rtems/score/types.h: New file via CVS magic.
150        * Makefile.am, rtems/score/cpu.h: Account for name change.
151
1522001-03-28      Joel Sherrill <joel@OARcorp.com>
153
154        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
155
1562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac:
159        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
160        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
161        * Makefile.am: Remove AUTOMAKE_OPTIONS.
162
1632002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Fix the test to determine cpu context size.
166
1672001-02-05      Joel Sherrill <joel@OARcorp.com>
168
169        * .cvsignore: Added stamp-h.in.
170
1712002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Merge in rtems/Makefile.am and
174        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
175        * rtems/Makefile.am: Removed.
176        * rtems/score/Makefile.am: Removed.
177        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
178        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
179        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
180        SIZEOF_CPU_CONTEXT.
181
1822001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Add multilib support.
185
1862001-11-28      Joel Sherrill <joel@OARcorp.com>,
187
188        This was tracked as PR91.
189        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
190        is used to specify if the port uses the standard macro for this (FALSE).
191        A TRUE setting indicates the port provides its own implementation.
192
1932001-11-28      Joel Sherrill <joel@OARcorp.com>,
194
195        This was tracked as PR91.
196        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
197        is used to specify if the port uses the standard macro for this (FALSE).
198        A TRUE setting indicates the port provides its own implementation.
199
2002001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
203        * configure.in: Remove.
204        * configure.ac: New file, generated from configure.in by autoupdate.
205
2062001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
209
2102001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
213
2142001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am, rtems/score/Makefile.am:
217        Apply include_*HEADERS instead of H_FILES.
218
2192001-01-25      Joel Sherrill <joel@OARcorp.com>
220
221        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
222        <peter.o.mueller@gmx.de> because of not correcting for the ISR
223        vector table now being allocated from the workspace.
224
2252001-01-03      Joel Sherrill <joel@OARcorp.com>
226
227        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
228
2292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
232
2332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
236
2372000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
240        Switch to GNU canonicalization.
241
2422000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Use += to set up AM_CPPFLAGS.
245
2462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
249
2502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Include compile.am.
253
2542000-08-10      Joel Sherrill <joel@OARcorp.com>
255
256        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.