source: rtems/cpukit/score/cpu/unix/ChangeLog @ 47c0220

4.104.114.84.95
Last change on this file since 47c0220 was 47c0220, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/19/02 at 22:23:50

2002-11-19 Ralf Corsepius <corsepiu@…>

  • configure.ac: Fix package name.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Fix package name.
4
52002-11-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Generate unixsize.h on the fly, filter out
8        autoconf-2.53 PACKAGE crap.
9        * rtems/score/.cvsignore: unixsize*
10
112002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
14
152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * .cvsignore: Reformat.
18        Add autom4te*cache.
19        Remove autom4te.cache.
20
212002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
24
252002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Use .$(OBJEXT) instead of .o.
28
292002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: RTEMS_TOP(../../../..).
32
332002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Remove RTEMS_PROJECT_ROOT.
36
372002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
40        Add AC_PROG_RANLIB.
41
422002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Remove references to RTEMS_BSP.
45
462002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
49        Use ../../../aclocal.
50
512001-04-03      Joel Sherrill <joel@OARcorp.com>
52
53        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
54        * rtems/score/unixtypes.h: Removed.
55        * rtems/score/types.h: New file via CVS magic.
56        * Makefile.am, rtems/score/cpu.h: Account for name change.
57
582001-03-28      Joel Sherrill <joel@OARcorp.com>
59
60        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
61
622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac:
65        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
66        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
67        * Makefile.am: Remove AUTOMAKE_OPTIONS.
68
692002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Fix the test to determine cpu context size.
72
732001-02-05      Joel Sherrill <joel@OARcorp.com>
74
75        * .cvsignore: Added stamp-h.in.
76
772002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Merge in rtems/Makefile.am and
80        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
81        * rtems/Makefile.am: Removed.
82        * rtems/score/Makefile.am: Removed.
83        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
84        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
85        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
86        SIZEOF_CPU_CONTEXT.
87
882001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Add multilib support.
91
922001-11-28      Joel Sherrill <joel@OARcorp.com>,
93
94        This was tracked as PR91.
95        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
96        is used to specify if the port uses the standard macro for this (FALSE).
97        A TRUE setting indicates the port provides its own implementation.
98
992001-11-28      Joel Sherrill <joel@OARcorp.com>,
100
101        This was tracked as PR91.
102        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
103        is used to specify if the port uses the standard macro for this (FALSE).
104        A TRUE setting indicates the port provides its own implementation.
105
1062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
109        * configure.in: Remove.
110        * configure.ac: New file, generated from configure.in by autoupdate.
111
1122001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
115
1162001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
119
1202001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am, rtems/score/Makefile.am:
123        Apply include_*HEADERS instead of H_FILES.
124
1252001-01-25      Joel Sherrill <joel@OARcorp.com>
126
127        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
128        <peter.o.mueller@gmx.de> because of not correcting for the ISR
129        vector table now being allocated from the workspace.
130
1312001-01-03      Joel Sherrill <joel@OARcorp.com>
132
133        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
134
1352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
138
1392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
142
1432000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
146        Switch to GNU canonicalization.
147
1482000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Use += to set up AM_CPPFLAGS.
151
1522000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
155
1562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Include compile.am.
159
1602000-08-10      Joel Sherrill <joel@OARcorp.com>
161
162        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.