source: rtems/cpukit/score/cpu/unix/ChangeLog @ 2bc49cf7

4.104.114.84.95
Last change on this file since 2bc49cf7 was f8cb04a5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:04:36

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
10
112002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Use .$(OBJEXT) instead of .o.
14
152002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: RTEMS_TOP(../../../..).
18
192002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Remove RTEMS_PROJECT_ROOT.
22
232002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
26        Add AC_PROG_RANLIB.
27
282002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Remove references to RTEMS_BSP.
31
322002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
35        Use ../../../aclocal.
36
372001-04-03      Joel Sherrill <joel@OARcorp.com>
38
39        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
40        * rtems/score/unixtypes.h: Removed.
41        * rtems/score/types.h: New file via CVS magic.
42        * Makefile.am, rtems/score/cpu.h: Account for name change.
43
442001-03-28      Joel Sherrill <joel@OARcorp.com>
45
46        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
47
482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac:
51        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
52        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
53        * Makefile.am: Remove AUTOMAKE_OPTIONS.
54
552002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Fix the test to determine cpu context size.
58
592001-02-05      Joel Sherrill <joel@OARcorp.com>
60
61        * .cvsignore: Added stamp-h.in.
62
632002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Merge in rtems/Makefile.am and
66        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
67        * rtems/Makefile.am: Removed.
68        * rtems/score/Makefile.am: Removed.
69        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
70        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
71        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
72        SIZEOF_CPU_CONTEXT.
73
742001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Add multilib support.
77
782001-11-28      Joel Sherrill <joel@OARcorp.com>,
79
80        This was tracked as PR91.
81        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
82        is used to specify if the port uses the standard macro for this (FALSE).
83        A TRUE setting indicates the port provides its own implementation.
84
852001-11-28      Joel Sherrill <joel@OARcorp.com>,
86
87        This was tracked as PR91.
88        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
89        is used to specify if the port uses the standard macro for this (FALSE).
90        A TRUE setting indicates the port provides its own implementation.
91
922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
95        * configure.in: Remove.
96        * configure.ac: New file, generated from configure.in by autoupdate.
97
982001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
101
1022001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
105
1062001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am, rtems/score/Makefile.am:
109        Apply include_*HEADERS instead of H_FILES.
110
1112001-01-25      Joel Sherrill <joel@OARcorp.com>
112
113        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
114        <peter.o.mueller@gmx.de> because of not correcting for the ISR
115        vector table now being allocated from the workspace.
116
1172001-01-03      Joel Sherrill <joel@OARcorp.com>
118
119        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
120
1212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
124
1252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
128
1292000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
132        Switch to GNU canonicalization.
133
1342000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Use += to set up AM_CPPFLAGS.
137
1382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
141
1422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Include compile.am.
145
1462000-08-10      Joel Sherrill <joel@OARcorp.com>
147
148        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.