source: rtems/cpukit/score/cpu/unix/ChangeLog @ 810720b6

4.104.114.84.95
Last change on this file since 810720b6 was 810720b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:28:02

2003-12-12 Ralf Corsepius <corsepiu@…>

  • configure.ac: Require automake >= 1.8, autoconf >= 2.59.
  • Property mode set to 100644
File size: 6.3 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
4
52003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Remove TMPINSTALL_FILES.
8
92003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Add $(dirstamp) to preinstallation rules.
12
132003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Don't use gmake rules for preinstallation.
16
172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove RTEMS_CANONICAL_HOST.
20
212003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Remove RTEMS_CHECK_CPU.
24
252003-09-26      Joel Sherrill <joel@OARcorp.com>
26
27        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
28        references.
29
302003-09-04      Joel Sherrill <joel@OARcorp.com>
31
32        * cpu.c, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
33        URL for license changed.
34
352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
38
392003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Add PREINSTALL_FILES and TMPINSTALL_FILES to
42        all-local (Sync with other Makefile.ams).
43
442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Remove AC_CONFIG_AUX_DIR.
47
482003-01-03      Joel Sherrill <joel@OARcorp.com>
49
50        * rtems/score/cpu.h: Per PR315, eliminate warning for structure
51        alignment requests that are too large.
52
532002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
56        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
57
582002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Fix package name.
61
622002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Generate unixsize.h on the fly, filter out
65        autoconf-2.53 PACKAGE crap.
66        * rtems/score/.cvsignore: unixsize*
67
682002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
71
722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * .cvsignore: Reformat.
75        Add autom4te*cache.
76        Remove autom4te.cache.
77
782002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
81
822002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Use .$(OBJEXT) instead of .o.
85
862002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: RTEMS_TOP(../../../..).
89
902002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Remove RTEMS_PROJECT_ROOT.
93
942002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
97        Add AC_PROG_RANLIB.
98
992002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Remove references to RTEMS_BSP.
102
1032002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
106        Use ../../../aclocal.
107
1082001-04-03      Joel Sherrill <joel@OARcorp.com>
109
110        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
111        * rtems/score/unixtypes.h: Removed.
112        * rtems/score/types.h: New file via CVS magic.
113        * Makefile.am, rtems/score/cpu.h: Account for name change.
114
1152001-03-28      Joel Sherrill <joel@OARcorp.com>
116
117        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
118
1192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac:
122        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
123        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
124        * Makefile.am: Remove AUTOMAKE_OPTIONS.
125
1262002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Fix the test to determine cpu context size.
129
1302001-02-05      Joel Sherrill <joel@OARcorp.com>
131
132        * .cvsignore: Added stamp-h.in.
133
1342002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Merge in rtems/Makefile.am and
137        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
138        * rtems/Makefile.am: Removed.
139        * rtems/score/Makefile.am: Removed.
140        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
141        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
142        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
143        SIZEOF_CPU_CONTEXT.
144
1452001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Add multilib support.
148
1492001-11-28      Joel Sherrill <joel@OARcorp.com>,
150
151        This was tracked as PR91.
152        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
153        is used to specify if the port uses the standard macro for this (FALSE).
154        A TRUE setting indicates the port provides its own implementation.
155
1562001-11-28      Joel Sherrill <joel@OARcorp.com>,
157
158        This was tracked as PR91.
159        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
160        is used to specify if the port uses the standard macro for this (FALSE).
161        A TRUE setting indicates the port provides its own implementation.
162
1632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
166        * configure.in: Remove.
167        * configure.ac: New file, generated from configure.in by autoupdate.
168
1692001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
172
1732001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
176
1772001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am, rtems/score/Makefile.am:
180        Apply include_*HEADERS instead of H_FILES.
181
1822001-01-25      Joel Sherrill <joel@OARcorp.com>
183
184        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
185        <peter.o.mueller@gmx.de> because of not correcting for the ISR
186        vector table now being allocated from the workspace.
187
1882001-01-03      Joel Sherrill <joel@OARcorp.com>
189
190        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
191
1922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
195
1962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
199
2002000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
203        Switch to GNU canonicalization.
204
2052000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Use += to set up AM_CPPFLAGS.
208
2092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
212
2132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Include compile.am.
216
2172000-08-10      Joel Sherrill <joel@OARcorp.com>
218
219        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.