source: rtems/c/ChangeLog @ 9847e4a0

4.104.114.84.95
Last change on this file since 9847e4a0 was 9847e4a0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/10/07 at 18:39:03

2007-05-10 Joel Sherrill <joel.sherrill@…>

PR 1237/rtems

  • src/lib/libbsp/shared/bsplibc.c: Add logic to prevent stack creep when interrupts occur at a sufficient rate that the interrupted thread never gets to clean its stack. This patch ensures that an interrupted thread will not nest ISR dispatches on its stack.
  • Property mode set to 100644
File size: 6.2 KB
Line 
12007-05-10      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        PR 1237/rtems
4        * src/lib/libbsp/shared/bsplibc.c: Add logic to prevent stack creep
5        when interrupts occur at a sufficient rate that the interrupted
6        thread never gets to clean its stack. This patch ensures that an
7        interrupted thread will not nest ISR dispatches on its stack.
8
92007-03-27      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Use MKDIR_P instead of mkdir_p.
12
132006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: New BUG-REPORT address.
16
172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * configure.ac: Require autoconf-2.60. Require automake-1.10.
20
212006-08-09      Kolja Waschk <waschk@telos.de>
22
23        * TOOL_TARGETS: New port to Altera NIOS II.
24
252005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Remove depend-am.
28
292004-10-18      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * configure.ac: Rework checking for BSPs.
32
332004-10-18      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * acinclude.m4: Remove RTEMS_CHECK_CPU.
36        * configure.ac: Remove RTEMS_CHECK_CPU, RTEMS_ENABLE_BARE.
37
382004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * configure.ac: Require automake > 1.9.
41
422004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * configure.ac: Add --with-project-root, --with-project-top to
45        rtems_bsp_configure.
46
472004-02-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Cosmetics.
50        * configure.ac: Add support for --disable-rtemsbsp. Cosmetics.
51
522004-01-07      Joel Sherrill <joel@OARcorp.com>
53
54        * ACKNOWLEDGEMENTS: Remove efi68k and efi332 references as they are no
55        longer in the tree.
56
572003-12-17      Joel Sherrill <joel@OARcorp.com>
58
59        * release_support: Removed -- accidentally added to wrong directory.
60
612003-12-17      Joel Sherrill <joel@OARcorp.com>
62
63        * release_support: New file -- assistant to new cut_release script.
64
652003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Remove RTEMS_BSP-subdir rule.
68        * configure.ac: Let AC_CONFIG_FILES(Makefile..) append explictit
69        rules for RTEMS_BSP-subdirs.
70
712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Use mkdir_p instead of mkinstalldirs.
74
752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
78
792003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Cosmetics.
82        * Makefile.am: Cosmetics.
83
842003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * acinclude.m4: Fix underquoting to silence automake-1.8.
87
882003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * acinclude.m4: Merge-in former ../aclocal/config-subdirs.m4.
91        * configure.ac: remove RTEMS_CANONICAL_HOST.
92
932003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Don't explictly invoke $MAKE preinstall.
96
972003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * acinclude.m4: New.
100        Add RTEMS_CHECK_CPU.
101
1022003-09-26      Joel Sherrill <joel@OARcorp.com>
103
104        * ACKNOWLEDGEMENTS: Obsoleting HP PA-RISC port and removing all
105        references.
106
1072003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
110
1112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Remove AC_CONFIG_AUX_DIR.
114
1152003-02-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Remove references to obsolete files
118        README.DOS REQUIRES PROBLEMS TESTED README UPDATE_HELP.
119        Add TOOL_TARGETS.
120
1212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
124
1252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: AC_PREREQ(2.57).
128
1292002-11-07      Joel Sherrill <joel@OARcorp.com>
130
131        * TOOL_TARGETS: Updated.
132        * PROBLEMS, README, REQUIRES, TESTED, UPDATE_HELP: Removed
133        since they were obsolete.
134
1352002-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Use mkinstalldirs instead of mkdir.
138
1392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Fix --enable-rtemsbsp= handling.
142
1432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * .cvsignore: Reformat.
146        Add autom4te*cache.
147        Remove autom4te.cache.
148
1492002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
152
1532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac:
156        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
157        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
158        * Makefile.am: Remove AUTOMAKE_OPTIONS.
159
1602002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Remove make from SUBDIRS.
163        * configure.ac: Remove make from CONFIG_SUBDIRS, cosmetics.
164
1652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
168        * configure.in: Remove.
169        * configure.ac: New file, generated from configure.in by autoupdate.
170
1712001-05-25      Joel Sherrill <joel@OARcorp.com>
172
173        * TESTED: Corrected the name of the MRM332 BSP.
174
1752001-05-25      Joel Sherrill <joel@OARcorp.com>
176
177        * TESTED: Updated the list of BSPs.
178        * TOOLS_TARGETS: Updated the list of tools and object formats.
179
1802001-03-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.in: Use ${MAKE} in message at the end of the
183        configure.in.
184
1852001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.in: Apply _RTEMS_ADJUST_SRCDIR.
188
1892000-12-14      Joel Sherrill <joel@OARcorp.com>
190
191        * TESTED: Added comment on 68en302 now that there is a network driver.
192
1932000-11-25      Joel Sherrill <joel@OARcorp.com>
194
195        * TESTED: Added jmr3904 entry.
196
1972000-11-20      Joel Sherrill <joel@OARcorp.com>
198
199        * TESTED: Added new sparc variations (erc32, leon, and Tharsys).
200
2012000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.in: catch -enable-rtemsbsp (Allowed by autoconf).
204        Autoconf allows one to pass -enable-*, but this file expected --enable*.
205
2062000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
209
2102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
213
2142000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Switch to GNU-canonicalization.
217
2182000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Make sure $SHELL inside of Makefiles does not get
221        propagated to the BSP-subdirectories if a user specified CONFIG_SHELL.
222
2232000-08-10      Joel Sherrill <joel@OARcorp.com>
224
225        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.