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

4.104.114.84.95
Last change on this file since d2c26e4b was d2c26e4b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 08:10:00

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 5.1 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-01-03      Joel Sherrill <joel@OARcorp.com>
6
7        * rtems/score/cpu.h: Per PR315, eliminate warning for structure
8        alignment requests that are too large.
9
102002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
13        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
14
152002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Fix package name.
18
192002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Generate unixsize.h on the fly, filter out
22        autoconf-2.53 PACKAGE crap.
23        * rtems/score/.cvsignore: unixsize*
24
252002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
28
292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * .cvsignore: Reformat.
32        Add autom4te*cache.
33        Remove autom4te.cache.
34
352002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
38
392002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Use .$(OBJEXT) instead of .o.
42
432002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: RTEMS_TOP(../../../..).
46
472002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Remove RTEMS_PROJECT_ROOT.
50
512002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
54        Add AC_PROG_RANLIB.
55
562002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Remove references to RTEMS_BSP.
59
602002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
63        Use ../../../aclocal.
64
652001-04-03      Joel Sherrill <joel@OARcorp.com>
66
67        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
68        * rtems/score/unixtypes.h: Removed.
69        * rtems/score/types.h: New file via CVS magic.
70        * Makefile.am, rtems/score/cpu.h: Account for name change.
71
722001-03-28      Joel Sherrill <joel@OARcorp.com>
73
74        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
75
762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac:
79        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
80        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
81        * Makefile.am: Remove AUTOMAKE_OPTIONS.
82
832002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Fix the test to determine cpu context size.
86
872001-02-05      Joel Sherrill <joel@OARcorp.com>
88
89        * .cvsignore: Added stamp-h.in.
90
912002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Merge in rtems/Makefile.am and
94        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
95        * rtems/Makefile.am: Removed.
96        * rtems/score/Makefile.am: Removed.
97        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
98        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
99        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
100        SIZEOF_CPU_CONTEXT.
101
1022001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Add multilib support.
105
1062001-11-28      Joel Sherrill <joel@OARcorp.com>,
107
108        This was tracked as PR91.
109        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
110        is used to specify if the port uses the standard macro for this (FALSE).
111        A TRUE setting indicates the port provides its own implementation.
112
1132001-11-28      Joel Sherrill <joel@OARcorp.com>,
114
115        This was tracked as PR91.
116        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
117        is used to specify if the port uses the standard macro for this (FALSE).
118        A TRUE setting indicates the port provides its own implementation.
119
1202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
123        * configure.in: Remove.
124        * configure.ac: New file, generated from configure.in by autoupdate.
125
1262001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
129
1302001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
133
1342001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am, rtems/score/Makefile.am:
137        Apply include_*HEADERS instead of H_FILES.
138
1392001-01-25      Joel Sherrill <joel@OARcorp.com>
140
141        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
142        <peter.o.mueller@gmx.de> because of not correcting for the ISR
143        vector table now being allocated from the workspace.
144
1452001-01-03      Joel Sherrill <joel@OARcorp.com>
146
147        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
148
1492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
152
1532000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
156
1572000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
160        Switch to GNU canonicalization.
161
1622000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Use += to set up AM_CPPFLAGS.
165
1662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
169
1702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Include compile.am.
173
1742000-08-10      Joel Sherrill <joel@OARcorp.com>
175
176        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.