source: rtems/c/src/lib/libbsp/unix/posix/ChangeLog @ 5cb24705

4.104.114.84.95
Last change on this file since 5cb24705 was 5cb24705, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/03 at 12:46:51

2003-12-11 Ralf Corsepius <corsepiu@…>

  • startup/Makefile.am: Add custom compilation rule for rtems-ctor$(LIB_VARIANT).$(OBJEXT).
  • Property mode set to 100644
File size: 6.6 KB
Line 
12003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Add custom compilation rule for
4        rtems-ctor$(LIB_VARIANT).$(OBJEXT).
5
62003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * startup/Makefile.am: Misc cleanups and fixes.
9        * wrapup/Makefile.am: Misc cleanups and fixes.
10
112003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Add preinstallation dirstamp support.
14        * clock/Makefile.am: Cosmetics.
15        * console/Makefile.am: Cosmetics.
16        * shmsupp/Makefile.am: Cosmetics.
17        * startup/Makefile.am: Cosmetics.
18        * timer/Makefile.am: Cosmetics.
19        * wrapup/Makefile.am: Cosmetics.
20
212003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * clock/Makefile.am: Remove all-local: $(ARCH).
24        * console/Makefile.am: Remove all-local: $(ARCH).
25        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
26        * startup/Makefile.am: Remove all-local: $(ARCH).
27        * timer/Makefile.am: Remove all-local: $(ARCH).
28        * wrapup/Makefile.am: Remove all-local: $(ARCH).
29
302003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Merge-in include/Makefile.am.
33        Reflect changes to bsp.am.
34        * include/Makefile.am: Remove.
35        * configure.ac: Reflect changes above.
36
372003-09-26      Joel Sherrill <joel@OARcorp.com>
38
39        * timer/timer.c: Obsoleting HP PA-RISC port and removing all
40        references.
41
422003-09-04      Joel Sherrill <joel@OARcorp.com>
43
44        * clock/clock.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
45        shmsupp/cause_intr.c, shmsupp/getcfg.c, shmsupp/lock.c,
46        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
47        startup/exit.c, startup/setvec.c, timer/timer.c: URL for license
48        changed.
49
502003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Reflect having moved aclocal/.
53
542003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Reflect having moved automake/.
57        * clock/Makefile.am: Reflect having moved automake/.
58        * console/Makefile.am: Reflect having moved automake/.
59        * include/Makefile.am: Reflect having moved automake/.
60        * shmsupp/Makefile.am: Reflect having moved automake/.
61        * startup/Makefile.am: Reflect having moved automake/.
62        * timer/Makefile.am: Reflect having moved automake/.
63        * wrapup/Makefile.am: Reflect having moved automake/.
64
652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
68
692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove AC_CONFIG_AUX_DIR.
72
732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
76
772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: AC_PREREQ(2.57).
80
812003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Add BSPOPTS (WORKSPACE_MB, HEAPSPACE_MB).
84        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
85        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
86        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
87        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89
902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
93
942002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
97        changes.
98
992002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Unconditionally check for CXX (Hack to bug in
102        autoconf > 2.54).
103
1042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * .cvsignore: Reformat.
107        Add autom4te*cache.
108        Remove autom4te.cache.
109
1102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
118
1192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
122        Remove $(OBJS) from all-local.
123
1242002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
127
1282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac:
131        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
132        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
133        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
141
1422001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
145
1462001-11-07      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/Makefile.am: Do NOT use the standard bootcard.c.
149        NOTE: With this fix all test including the mptest ran as expected.
150
1512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
154        * configure.in: Remove.
155        * configure.ac: New file, generated from configure.in by autoupdate.
156
1572001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * include/Makefile.am: Use 'CLEANFILES ='.
160        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
161
1622001-08-17      Joel Sherrill <joel@OARcorp.com>
163
164        * include/Makefile.am: Include coverhd.h so tmtests will compile.
165
1662001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.in: Add bspopts.h.
169        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h.
170        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
171        * include/bsp.h: Include bspopts.h.
172
1732001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
174
175        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
176
1772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
180
1812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
184
1852000-11-01      Joel Sherrill <joel@OARcorp.com>
186
187        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
188        and libcsupport.h moved from libc to lib/include/rtems and
189        now must be referenced as <rtems/XXX.h>.   Header file order
190        was cleaned up while doing this.
191
1922000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * bsp_specs: Add qnolinkcmds.
195
1962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
199        Switch to GNU canonicalization.
200
2012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
204        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
205        compile.am
206
2072000-08-10      Joel Sherrill <joel@OARcorp.com>
208
209        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.