source: rtems/cpukit/score/cpu/unix/ChangeLog @ 8c746fe

4.104.114.84.95
Last change on this file since 8c746fe was 8c746fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/01/02 at 09:59:55

2002-07-01 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove RTEMS_PROJECT_ROOT.
  • Property mode set to 100644
File size: 3.9 KB
Line 
12002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove RTEMS_PROJECT_ROOT.
4
52002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
8        Add AC_PROG_RANLIB.
9
102002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove references to RTEMS_BSP.
13
142002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
17        Use ../../../aclocal.
18
192001-04-03      Joel Sherrill <joel@OARcorp.com>
20
21        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
22        * rtems/score/unixtypes.h: Removed.
23        * rtems/score/types.h: New file via CVS magic.
24        * Makefile.am, rtems/score/cpu.h: Account for name change.
25
262001-03-28      Joel Sherrill <joel@OARcorp.com>
27
28        * cpu.c: Define fix_syscall_errno() to nothing so MP links.
29
302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac:
33        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
34        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
35        * Makefile.am: Remove AUTOMAKE_OPTIONS.
36
372002-02-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Fix the test to determine cpu context size.
40
412001-02-05      Joel Sherrill <joel@OARcorp.com>
42
43        * .cvsignore: Added stamp-h.in.
44
452002-01-23      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Merge in rtems/Makefile.am and
48        rtems/score/Makefile.am. Remove gensize. Require automake-1.5.
49        * rtems/Makefile.am: Removed.
50        * rtems/score/Makefile.am: Removed.
51        * rtems/score/.cvsignore: Add unixsize.h*. Add stamp-h*.
52        * configure.ac: Add AM_CONFIG_HEADER(rtems/score/unixsize.h).
53        * rtems/score/cpu.h: Replace CPU_CONTEXT_SIZE_IN_BYTES with
54        SIZEOF_CPU_CONTEXT.
55
562001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Add multilib support.
59
602001-11-28      Joel Sherrill <joel@OARcorp.com>,
61
62        This was tracked as PR91.
63        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
64        is used to specify if the port uses the standard macro for this (FALSE).
65        A TRUE setting indicates the port provides its own implementation.
66
672001-11-28      Joel Sherrill <joel@OARcorp.com>,
68
69        This was tracked as PR91.
70        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
71        is used to specify if the port uses the standard macro for this (FALSE).
72        A TRUE setting indicates the port provides its own implementation.
73
742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
77        * configure.in: Remove.
78        * configure.ac: New file, generated from configure.in by autoupdate.
79
802001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
83
842001-05-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
87
882001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am, rtems/score/Makefile.am:
91        Apply include_*HEADERS instead of H_FILES.
92
932001-01-25      Joel Sherrill <joel@OARcorp.com>
94
95        * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller
96        <peter.o.mueller@gmx.de> because of not correcting for the ISR
97        vector table now being allocated from the workspace.
98
992001-01-03      Joel Sherrill <joel@OARcorp.com>
100
101        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
102
1032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
106
1072000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
110
1112000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
114        Switch to GNU canonicalization.
115
1162000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Use += to set up AM_CPPFLAGS.
119
1202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.
123
1242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Include compile.am.
127
1282000-08-10      Joel Sherrill <joel@OARcorp.com>
129
130        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.