source: rtems/cpukit/score/cpu/unix/ChangeLog @ 7d0eba02

4.104.114.84.95
Last change on this file since 7d0eba02 was 7d0eba02, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/03 at 07:35:52

2003-11-30 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add $(dirstamp) to preinstallation rules.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add $(dirstamp) to preinstallation rules.
4
52003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Don't use gmake rules for preinstallation.
8
92003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Remove RTEMS_CANONICAL_HOST.
12
132003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove RTEMS_CHECK_CPU.
16
172003-09-26      Joel Sherrill <joel@OARcorp.com>
18
19        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
20        references.
21
222003-09-04      Joel Sherrill <joel@OARcorp.com>
23
24        * cpu.c, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
25        URL for license changed.
26
272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
30
312003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Add PREINSTALL_FILES and TMPINSTALL_FILES to
34        all-local (Sync with other Makefile.ams).
35
362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove AC_CONFIG_AUX_DIR.
39
402003-01-03      Joel Sherrill <joel@OARcorp.com>
41
42        * rtems/score/cpu.h: Per PR315, eliminate warning for structure
43        alignment requests that are too large.
44
452002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
48        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
49
502002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Fix package name.
53
542002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Generate unixsize.h on the fly, filter out
57        autoconf-2.53 PACKAGE crap.
58        * rtems/score/.cvsignore: unixsize*
59
602002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
63
642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Reformat.
67        Add autom4te*cache.
68        Remove autom4te.cache.
69
702002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
73
742002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Use .$(OBJEXT) instead of .o.
77
782002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: RTEMS_TOP(../../../..).
81
822002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Remove RTEMS_PROJECT_ROOT.
85
862002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
89        Add AC_PROG_RANLIB.
90
912002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Remove references to RTEMS_BSP.
94
952002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
98        Use ../../../aclocal.
99
1002001-04-03      Joel Sherrill <joel@OARcorp.com>
101
102        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
103        * rtems/score/unixtypes.h: Removed.
104        * rtems/score/types.h: New file via CVS magic.
105        * Makefile.am, rtems/score/cpu.h: Account for name change.
106
1072001-03-28      Joel Sherrill <joel@OARcorp.com>
108
109        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
110
1112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac:
114        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
115        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
116        * Makefile.am: Remove AUTOMAKE_OPTIONS.
117
1182002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Fix the test to determine cpu context size.
121
1222001-02-05      Joel Sherrill <joel@OARcorp.com>
123
124        * .cvsignore: Added stamp-h.in.
125
1262002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Merge in rtems/Makefile.am and
129        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
130        * rtems/Makefile.am: Removed.
131        * rtems/score/Makefile.am: Removed.
132        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
133        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
134        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
135        SIZEOF_CPU_CONTEXT.
136
1372001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Add multilib support.
140
1412001-11-28      Joel Sherrill <joel@OARcorp.com>,
142
143        This was tracked as PR91.
144        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
145        is used to specify if the port uses the standard macro for this (FALSE).
146        A TRUE setting indicates the port provides its own implementation.
147
1482001-11-28      Joel Sherrill <joel@OARcorp.com>,
149
150        This was tracked as PR91.
151        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
152        is used to specify if the port uses the standard macro for this (FALSE).
153        A TRUE setting indicates the port provides its own implementation.
154
1552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
158        * configure.in: Remove.
159        * configure.ac: New file, generated from configure.in by autoupdate.
160
1612001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
164
1652001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
168
1692001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am, rtems/score/Makefile.am:
172        Apply include_*HEADERS instead of H_FILES.
173
1742001-01-25      Joel Sherrill <joel@OARcorp.com>
175
176        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
177        <peter.o.mueller@gmx.de> because of not correcting for the ISR
178        vector table now being allocated from the workspace.
179
1802001-01-03      Joel Sherrill <joel@OARcorp.com>
181
182        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
183
1842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
187
1882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
191
1922000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
195        Switch to GNU canonicalization.
196
1972000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Use += to set up AM_CPPFLAGS.
200
2012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
204
2052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Include compile.am.
208
2092000-08-10      Joel Sherrill <joel@OARcorp.com>
210
211        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.