Timeline



08/05/02:

20:13 Changeset in rtems [6e242f0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Eric Norum <eric.norum@…> * pci/pcibios.c: Per PR262, removed all asserts so probes for devices that are not present will work. This lets you have multiple PCI Ethernet drivers in an application and dynamically use the one for the card othat is present.
19:20 Changeset in rtems [8b58477]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Joel Sherrill <joel@…> * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
19:19 Changeset in rtems [098755b3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Chris Ziomkowski <chris@…> * asm.h, cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/or32.h, rtems/score/types.h: Merged from OpenCores? CVS repository.
19:13 Ticket #262 (Asserts in PCI BIOS support prevent network device probing) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Fixed per instructions. See patch.
19:07 Changeset in rtems [bf1f6531]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Joel Sherrill <joel@…> * Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore? and required that the m68k optimized memcpy be moved to libcpu. * custom/gen68360.cfg: Remove make-target-options.
19:05 Changeset in rtems [4deeca3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Joel Sherrill <joel@…> * Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore? and required that the m68k optimized memcpy be moved to libcpu. * memcpy.c: Moved to libcpu. * Makefile.am: Modified to reflect above.
19:03 Changeset in rtems [3f5480c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Joel Sherrill <joel@…> * Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore? and required that the m68k optimized memcpy be moved to libcpu. * shared/misc/memcpy.c: Moved from score/cpu/m68k. * configure.ac, shared/Makefile.am: Modified to reflect new directory. * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
19:02 Changeset in rtems [75adbe5f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Joel Sherrill <joel@…> * Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore? and required that the m68k optimized memcpy be moved to libcpu. * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
18:15 Ticket #245 (Latest newlib from CVS has different _write_r prototype.) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch included in RTEMS newlib patch and applied to RTEMS source. New RPMs will be available with the next snapshot.
18:14 Ticket #240 (object ID format needs to be updated) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Fixed and PR not closed at that time.
18:12 Ticket #248 (Addon packages in snapshots directory are out of date) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: New tarball uploaded by joel
18:11 Ticket #249 (Latest snapshot fails to install properly) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: tar install has been replaced with GNU make install where each directory is responsible for installing its own components. This work appears to be finished now.
18:10 Ticket #250 (BSPs do not install all components) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: At this point Ralf has fixed the BSPs and I have augmented the test procedures and scripts to test installed images.
18:08 Ticket #260 (make-target-options) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Modifications required to move m68k memcpy done and gen68360 custom file fixed. Hopefully this is all this one required. :)
16:55 Changeset in rtems [db3ca1f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Joel Sherrill <joel@…> * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds to avoid overlapping sections and reworked the way the heap and workspace are calculated.
15:55 Ticket #247 (h8300: Ld error) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Problem resolved. Patch attached.

08/02/02:

16:19 Ticket #262 (Asserts in PCI BIOS support prevent network device probing) created by Eric Norum
I'm trying to build an application which will work on pc386 targets …
00:56 Changeset in rtems [6ada2b1e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * cdtest/init.c: Modified.
00:55 Changeset in rtems [016a926]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c, rtmonuse/task1.c, termios/init.c: Modified.
00:53 Changeset in rtems [0428ddf3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * tmitronsem01/init.c: Modified.
00:53 Changeset in rtems [6b9d16f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c, itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c, itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
00:53 Changeset in rtems [d802489]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c, psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c, psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c, psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c, psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c, psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c, psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am, psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c, psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c: Modified.
00:53 Changeset in rtems [116845e8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * mp01/task1.c, mp02/task1.c, mp03/task1.c, mp04/task1.c, mp05/task1.c, mp06/task1.c, mp07/task1.c, mp08/task1.c, mp09/task1.c, mp10/init.c, mp11/init.c, mp12/init.c, mp13/init.c, mp13/task2.c: Modified.
00:52 Changeset in rtems [b454bc9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
00:52 Changeset in rtems [3aa4c2e0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c, sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c, sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c, sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c, sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c, sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c, sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
00:51 Changeset in rtems [cd9396e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * include/buffer_test_io.h: New file.
00:48 Changeset in rtems [d9ab6d3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * machine/param.h, sys/syslimits.h: In the continued effort to eliminate .h conflicts between newlib and RTEMS, these were moved to newlib. * machine/Makefile.am, sys/Makefile.am: Reflect above.
00:45 Changeset in rtems [6c243f11]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * BSP_TIMES, wksheets.texi: Updated to reflect ARM times reported by Jay Monkman <jmonkman@…>. These times are subject to change as he tunes the ARM port and their BSP.
00:44 Changeset in rtems [90f58823]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * stamp-vti, version.texi: Regenerated.
00:43 Changeset in rtems [ca5fe67]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an object name is raw versus being a string.
00:15 Changeset in rtems [8378eae]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * include/coverhd.h: Per PR261 removed include of <rtems/score/targopts.h> because the file is no longer being generated and really wasn't being used anyway.
00:08 Changeset in rtems [f5642664]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg, mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.

08/01/02:

23:51 Changeset in rtems [65a41d61]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * custom/mvme136.cfg: Per PR260 removed make-target-options.
23:17 Ticket #261 (mbx8xx: targopts.h) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Very simple one. It is not used anymore and bspopts.h covers the case indicated by the comment. Line deleted and patch committed. Thanks Ralf.
16:15 Changeset in rtems [18dce91]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-01 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Don't install.
14:12 Ticket #261 (mbx8xx: targopts.h) created by Ralf Corsepius
This BSP still applies targopts.h …
14:08 Ticket #260 (make-target-options) created by Ralf Corsepius
These BSPs still apply make-target-options: gen68360.cfg:define …
12:01 Changeset in rtems [c8f1338f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-01 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Use librtems.a. * wrapup/Makefile.am: Use libsapi.a.
12:00 Changeset in rtems [d66ca67]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-01 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Add librtems.a.
11:59 Changeset in rtems [48dad29]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-01 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Add libsrtems.a.
08:46 Changeset in rtems [d6f4c1b6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-01 Ralf Corsepius <corsepiu@…> * Makefile.am: Clean $(PROJECT_RELEASE).

07/31/02:

19:23 Ticket #259 (PC386 RTEMS_VIDEO_80x50 incompatible with serial-line console) created by Eric Norum
I'm trying to produce an application which will work on hardware with …
15:01 Changeset in rtems [b9e6c6b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-31 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Use libscore.a.
15:01 Changeset in rtems [35fc54b1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-31 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Build into libscore.a.
14:57 Changeset in rtems [532fad28]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-31 Ralf Corsepius <corsepiu@…> * aclocal/canonicalize-tools.m4: Remove LD. * automake/lib.am: Remove LD. * Makefile.am: Put preinstall-stamp into CLEANFILES.
14:40 Changeset in rtems [4bfe135]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-31 Ralf Corsepius <corsepiu@…> * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
13:32 Changeset in rtems [79b15c1d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-31 Joel Sherrill <joel@…> * aclocal/rtems-cpu-subdirs.m4: Removed the or16 port was just a stub and only the OR32 port is getting worked on.
13:30 Changeset in rtems [35b0633]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-31 Joel Sherrill <joel@…> * .cvsignore, ChangeLog?, asm.h, configure.ac, cpu.c, cpu_asm.c, rtems/score/.cvsignore, rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/or16.h, rtems/score/types.h: Removed as the or16 port was just a stub and only the OR32 port is getting worked on.
06:22 Changeset in rtems [afc3a590]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-31 Ralf Corsepius <corsepiu@…> * src/mqueuecreatesupp.c: #include <stdlib.h> (malloc).
06:12 Changeset in rtems [0702a31]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-31 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
05:48 Changeset in rtems [b55fbf5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-31 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
05:48 Changeset in rtems [c321496]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-31 Ralf Corsepius <corsepiu@…> * Makefile.am: Merge src/Makefile.am. * src/Makefile.am: Remove. * configure.ac: Remove src/Makefile.am
05:27 Changeset in rtems [e6cf7a3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-31 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Remove. * wrapup/.cvsignore: Remove. * Makefile.am: Remove wrapup SUBDIR. * configure.ac: Remove wrapup/Makefile.
00:22 Changeset in rtems [f326d12]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * setup.def: Updated to gcc3.1/newlib 1.10.0 RPM revision 5 with the gcc3 patch 20020730a and newlib 1.10.0 patch 20020726.
00:19 Changeset in rtems [e2efc4e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * custom/vegaplus.cfg: Generate the Mapfile into $(ARCH) so it will disappear when make clean is performed.
00:18 Changeset in rtems [12107f0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * stamp-vti, version.texi: Regenerated.
00:18 Changeset in rtems [bf2f674]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * Makefile.am: Added arm subdirectory.
00:17 Changeset in rtems [0b93b978]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * intr_NOTIMES.t, timeBSP.t: Replaced XXX's with real info.
00:16 Changeset in rtems [52c5689e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * .cvsignore: Corrected some errors. * intr_NOTIMES.t, timeBSP.t: Replaced XXX's with real info.
00:14 Changeset in rtems [219432f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * timeMVME136.t, timedata.t: Replaced XXX's with real info.
00:14 Changeset in rtems [4b4d4fde]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * callconf.t: Added some markups for fonts and clarified some places.
00:13 Changeset in rtems [2d35d112]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * miscellaneous.t: Added some markups for fonts and clarified some places.
00:12 Changeset in rtems [24c63648]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * configure.ac: Added supplements/arm/Makefile.

07/30/02:

23:58 Changeset in rtems [f2dfbfa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * README: Updated.
23:57 Changeset in rtems [889b5e2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * README: Updated.
23:40 Changeset in rtems [b3f73c9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * stamp-vti, verstion.texi: Regenerated.
23:34 Changeset in rtems [fb5935b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * stamp-vti, verstion.texi: Regenerated. 2002-03-27 Ralf Corsepius <corsepiu@…> * Makefile.am: Remove AUTOMAKE_OPTIONS. 2002-01-18 Ralf Corsepius <corsepiu@…> * Makefile.am: include main.am, require automake-1.5. 2001-01-17 Joel Sherrill <joel@…> * .cvsignore: Added rtems_header.html and rtems_footer.html. 2000-08-10 Joel Sherrill <joel@…> * ChangeLog?: New file.
23:32 Changeset in rtems [08943ebf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * sys/param.h: Removed as a simpler version of this file is now part of the RTEMS newlib support. * sys/Makefile.am: Modified to reflect above.
23:31 Changeset in rtems [9fcd1a1c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * machine/types.h: Removed as a simpler version of this file is now part of the RTEMS newlib support. * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c, rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h: Minor modifications to use the simpler machine/types.h. Mostly more complete sets of #include's to account for machine/types.h no longer doing this.
23:26 Changeset in rtems [5af0cf2f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * include/sys/utime.h: Removed as file is now part of the RTEMS newlib support. * Makefile.am: Reflect above. * include/rtems/termiostypes.h: Avoid use of P.
23:26 Changeset in rtems [8d6db178]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * include/sys/utime.h: Removed as file is now part of the RTEMS newlib support. * Makefile.am: Reflect above.
23:24 Changeset in rtems [3dc936c1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * spsize/size.c: Don't reference the RTEMS allocated interrupt stack if the port doesn't configure using it.
23:24 Changeset in rtems [57c67302]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * stackchk/check.c: Don't reference the RTEMS allocated interrupt stack if the port doesn't configure using it.
23:23 Changeset in rtems [f511ae23]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * startup/Makefile.am: Added -DARM_RDI_MONITOR.
23:20 Changeset in rtems [8c408ed4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Jay Monkman <jtm@…> * irq/irq_asm.S: ARM port works well enough to run all sptests, tmtests, and ttcp. In addition to general cleanup, there has been considerable optimization to interrupt disable/enable, endian swapping, and context switching.
23:16 Changeset in rtems [fa237002]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Jay Monkman <jtm@…> * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works well enough to run all sptests, tmtests, and ttcp. In addition to general cleanup, there has been considerable optimization to interrupt disable/enable, endian swapping, and context switching.
22:48 Changeset in rtems [5ba286f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * .cvsignore: Corrected by tailoring for the ARM.
22:45 Changeset in rtems [4304cae]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * .cvsignore: New file.
21:43 Changeset in rtems [8d7393a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Joel Sherrill <joel@…> * BSP_TIMES, ChangeLog?, Makefile.am, arm.texi, bsp.t, callconv.t, cpumodel.t, cputable.t, fatalerr.t, intr_NOTIMES.t, memmodel.t, preface.texi, stamp-vti, timeBSP.t, timing.texi, version.texi, wksheets.texi: New files as ARM supplement initial version added.
16:45 Changeset in rtems [fe484110]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-30 Ralf Corsepius <corsepiu@…> * cpuModel.S: Include <rtems/score/registers.h> instead of <libcpu/registers.h>. * registers.h: Removed. * Makefile.am: Remove registers.h.
16:24 Changeset in rtems [ce97171]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-30 Ralf Corsepius <corsepiu@…> * startup/ldsegs.S: #include <asm.h>. * include/bsp.h: Remove _IBMPC_chrdy (is not a public function). Remove printk (Now in bspIo.h).
15:18 Changeset in rtems [084879d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-30 Ralf Corsepius <corsepiu@…> * autotools/automake-rtems.spec.in: Automake-1.6.3. * cpukit/.cvsignore: Add mkspec. Remove rtems.spec.
14:33 Changeset in rtems [6fd2516]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-30 Jay Monkman <jtm@…> * netinet/in_cksum.c, netinet/in_cksum_arm.c: Added ARM in_cksum support.
09:13 Changeset in rtems [4123895e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-29 Ralf Corsepius <corsepiu@…> * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am. * include/Makefile.am: Merge include/rpc/Makefile.am. Merge include/rpcsvc/Makefile.am. * include/rpc/Makefile.am: Remove. * include/rpcsvc/Makefile.am: Remove. * src/rpc/PSD.doc/Makefile.am: Remove. * configure.ac: Remove duplicate AC_PROG_RANLIB. Remove include/rpc/Makefile. Remove include/rpcsvc/Makefile. Remove src/rpc/PSD.doc/Makefile. 2002-07-23 Joel Sherrill <joel@…> * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h. 2002-07-22 Ralf Corsepius <corsepiu@…> * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o. * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o. 2002-07-22 Ralf Corsepius <corsepiu@…> * src/xdr/Makefile.am: Eliminate LIBNAME. * src/rpc/Makefile.am: Eliminate LIBNAME. 2002-07-05 Ralf Corsepius <corsepiu@…> * configure.ac: RTEMS_TOP(../..). 2002-07-01 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_PROJECT_ROOT. 2002-06-27 Ralf Corsepius <corsepiu@…> * configure.ac: Use AC_CONFIG_AUX_DIR(../..). Add AC_PROG_RANLIB. 2002-06-25 Ralf Corsepius <corsepiu@…> * configure.ac: RTEMS_TOP(../../../..). AC_CONFIG_AUX_DIR(../../../..). Remove RTEMS_CANONICAL_HOST. Use RTEMS_ENV_RTEMSCPU. Add AC_PROG_RANLIB. * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am. * include/Makefile.am: Include $(top_srcdir)/../automake/*.am. * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am. * Makefile.am: Include $(top_srcdir)/../automake/*.am. ACLOCAL_AMFLAGS = -I ../aclocal. * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am. * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am. * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am. * src/Makefile.am: Include $(top_srcdir)/../automake/*.am. 2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/Makefile.am: Remove AUTOMAKE_OPTIONS. 2001-10-11 Ralf Corsepius <corsepiu@…> * .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate. 2001-09-28 Ralf Corsepius <corsepiu@…> * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='. 2001-02-03 Ralf Corsepius <corsepiu@…> * include/rpc/Makefile.am: Apply include_*HEADERS instead of H_FILES. 2000-11-09 Ralf Corsepius <corsepiu@…> * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. 2000-11-02 Ralf Corsepius <corsepiu@…> * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. 2000-10-30 Joel Sherrill <joel@…> * POSIX include files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c, src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c, src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c, src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c, src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c: Use of _read, _write, and _close as macros conflicted with newlib's use of these as routine names. They were renamed to include "_RPC_" prefix. 2000-10-25 Ralf Corsepius <corsepiu@…> * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization. 2000-09-22 Joel Sherrill <joel@…> * src/xdr/xdr_float.c: Added A29K support. 2000-09-04 Ralf Corsepius <corsepiu@…> * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am 2000-08-10 Joel Sherrill <joel@…> * ChangeLog?: New file.
09:12 Changeset in rtems [6deb2f18]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-29 Ralf Corsepius <corsepiu@…> * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am. * include/Makefile.am: Merge include/rpc/Makefile.am. Merge include/rpcsvc/Makefile.am. * include/rpc/Makefile.am: Remove. * include/rpcsvc/Makefile.am: Remove. * src/rpc/PSD.doc/Makefile.am: Remove. * configure.ac: Remove duplicate AC_PROG_RANLIB. Remove include/rpc/Makefile. Remove include/rpcsvc/Makefile. Remove src/rpc/PSD.doc/Makefile.

07/29/02:

07:55 Changeset in rtems [3d36fe3d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-29 Ralf Corsepius <corsepiu@…> * configure.ac: Use AC_CONFIG_FILES(script, chmod +x script) to generate mk*spec scripts. * mkbspspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root. * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root. * cpukit/mkspec.in: Cosmetical changes.
07:40 Changeset in rtems [620c972]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-29 Ralf Corsepius <corsepiu@…> * ChangeLog?: Fix 2002-07-22 ChangeLog? entry bogusly referring to Joel. * cpukit/Makefile.am: New. * cpukit/mkspec.in: New. * cpukit/rtems-cpukit.spec.in: New. * cpukit/.cvsignore: New. * configure.ac: Add cpukit. Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit). * Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup RTEMS_VERSION). * setup.def: Use %{_tmppath} as default for $rpm_build_root. * mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root. * mkgccnewlibspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root. * mkgcc3newlibspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root. * mkgdbspec.in: Use ',' as pattern delimiter in sed expression for $rpm_build_root.

07/27/02:

15:57 Changeset in rtems [14102c62]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-27 Ralf Corsepius <corsepiu@…> * Makefile.am: Add transform and bsptools_bindir hacks. * configure.ac: Add RTEMS_ENV_RTEMSBSP.
15:29 Changeset in rtems [ca35b669]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-27 Ralf Corsepius <corsepiu@…> * Makefile.am: Add transform and bsptools_bindir hacks. * configure.ac: Add RTEMS_ENV_RTEMSBSP.

07/26/02:

16:05 Changeset in rtems [3c18533]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
BSPDIR=/opt/rtems/powerpc-rtems/mcp750/lib/include CPUDIR=/opt/rtems/powerpc-rtems/include cd $BSPDIR find . -name "*.h" | while read f do if [ -r ${CPUDIR}/${f} ] ; then echo Conflict on ${f} fi done
15:05 Ticket #258 (supplement/m68k does not build) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Change @ to @@ to in email address. Patch committed.
14:31 Changeset in rtems [cce1ac79]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-26 Ralf Corsepius <corsepiu@…> * Makefile.am: Add transform and bsptools_bindir hacks. * configure.ac: Add RTEMS_ENV_RTEMSBSP.
14:22 Ticket #258 (supplement/m68k does not build) created by Ralf Corsepius
doc/supplements/m68k> make cd …
13:32 Changeset in rtems [a85d8ec]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-26 Ralf Corsepius <corsepiu@…> * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
13:31 Changeset in rtems [2a582aa5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-26 Ralf Corsepius <corsepiu@…> * configure.ac: Disable LIBRPC for the c4x. Check for presence of score/cpu/${RTEMS_CPU}/cpu.c. * wrapup/Makefile.am: Reflect changes above. Let librtemscpu.a depend upon libscorecpu.a.
12:51 Changeset in rtems [c3efdb3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-26 Ralf Corsepius <corsepiu@…> * automake/compile.am: Use .$(OBJEXT) instead of .o.
05:26 Changeset in rtems [8f3cdf10]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-26 Ralf Corsepius <corsepiu@…> * Makefile.am: Add transform and bsptools_bindir hacks.

07/25/02:

21:00 Changeset in rtems [bc9037d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-25 Joel Sherrill <joel@…> * startup/linkcmds: Added EH_FRAME_BEGIN and EH_FRAME_END to remove problems linking empty main(){} with BSP.
14:53 Ticket #257 (c4sim accesses c3x function) created by Ralf Corsepius
Apparent bug in the c4xsim BSP: Making all in ticker gmake[3]: …
13:54 Changeset in rtems [a5d65440]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-25 Ralf Corsepius <corsepiu@…> * pppd/chap.c, pppd/fsm.c, pppd/fsm.h, pppd/upap.c: Per PR255 fix prototype mismatches.
13:51 Changeset in rtems [c654ac53]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-25 Ralf Corsepius <corsepiu@…> * bootloader/em86real.S: Fix syntax error in comment near line 1185.
12:55 Ticket #256 (Incorrect prototyping) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: FYI I spotted ushort and int mismatches on the h8300 where int == 16 bits and fixed those this week also. :)
12:52 Ticket #254 (c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S: syntax error?) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied. Thanks. I independently came up with the same fix before realizing you had a patch attached. asm comment looked like valid cpp directive.
12:18 Ticket #256 (Incorrect prototyping) created by Ralf Corsepius
Several prototypes/declaration mismatch. Esp. int and u_chars are used …
08:21 Ticket #255 (c4x-rtems-gcc crt0.o stupidity) created by Ralf Corsepius
From the c4x-rtems-newlib patch: you'll have to copy the object file …
05:10 Changeset in rtems [caee5a7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-25 Ralf Corsepius <corsepiu@…> * bootloader/Makefile.am: Install bootloader.o. Install bootloader/bootloader.ppcboot.lds.
04:19 Ticket #254 (c/src/lib/libbsp/powerpc/shared/bootloader/em86real.S: syntax error?) created by Ralf Corsepius
../../../../../../../../../../rtems.work/c/src/lib/libbsp/powerpc/share …
00:05 Changeset in rtems [7e111950]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-24 Joel Sherrill <joel@…> * vectors/Makefile.am: Install bsp/vectors.h.

07/24/02:

13:31 Changeset in rtems [7660fe6b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-24 Joel Sherrill <joel@…> * custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated to use gcc 3.1 arguments.
13:26 Changeset in rtems [053f9f1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-24 Joel Sherrill <joel@…> * wrapup/Makefile.am: Temporarily don't include serdbg since it causes some BSPs to not link "main(){}" as required by autoconf.
13:25 Changeset in rtems [7b43151]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-24 Joel Sherrill <joel@…> * sys/select.h: Add a prototype of select() to avoid warnings. In particular a C++ application using select() required a prototype.
13:25 Changeset in rtems [ce75da6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-24 Joel Sherrill <joel@…> * Makefile.am, libc/res_send.c: Do not install or use <poll.h> since RTEMS does not support it.
10:17 Changeset in rtems [d5fa21ef]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-24 Ralf Corsepius <corsepiu@…> * mpc6xx/mmu/pte121.c: Include <string.h> for gcc-3.1.
10:13 Changeset in rtems [115a390]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-24 Ralf Corsepius <corsepiu@…> * include/Makefile.am: Fix preinstallation. * bootloader: Eliminate $(INCLUDES).

07/23/02:

22:43 Changeset in rtems [323845bd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-22 Joel Sherrill <joel@…> * include/rtems/score/apimutex.h (_API_Mutex_Lock): Per PR253 add the missing _ISR_Disable. This fix was already applied to the old location (c/src/exec/score/...).
21:49 Ticket #253 (Current CVS version dies in initialization -- rtems_region_create) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Description is dead on. Interestingly only impacts some ports -- those which directly use _level in a status register. Fix was accidentally applied only to the old (non-cpukit) side of the tree. http://www.oarcorp.com/cgi-bin/cvsweb.cgi/rtems/c/src/exec/score/include/rtems/score/Attic/apimutex.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=u
21:06 Changeset in rtems [f6e7123d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-23 Joel Sherrill <joel@…> * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
20:46 Ticket #253 (Current CVS version dies in initialization -- rtems_region_create) created by Eric Norum
rtems_region_create calls _RTEMS_Lock_allocator which calls …
02:30 Changeset in rtems [c0198bbd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-23 Ralf Corsepius <corsepiu@…> * sapi/Makefile.am: Add bsplib_DATA = $(PGMS). Remove ASM4FLAGS. * rtems/Makefile.am: Add bsplib_DATA = $(PGMS).

07/22/02:

23:16 Changeset in rtems [c1f00ca]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-22 Till Straumann <strauman@…> * mpc6xx/mmu/bat.c: Per PR241, fix a tiny bug introduced by the fix for an earlier patch (PR213) which added support for setting BAT0 to setdbat().
22:56 Changeset in rtems [4cc3ff95]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-22 Joel Sherrill <joel@…> * Templates/Makefile?.leaf: Clarify the MANAGERS example.
22:17 Ticket #241 (fix setdbat() for BAT0 (libcpu/powerpc/mpc6xx)) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied. Thanks Till. Sorry for missing this. It got buried with all the email I got between the holiday and my week vacation. :(
16:07 Changeset in rtems [b4cde04]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * aclocal/subdirs.m4: Remove. * acinclude.m4: New (Replaces aclocal/subdirs.m4).
13:58 Changeset in rtems [305dd8bd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
13:57 Changeset in rtems [38ae496e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Use .$(OBJEXT) instead of .o.
13:55 Changeset in rtems [83864ea]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o. * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
13:51 Changeset in rtems [53f6727]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * Makefile.am: Use .$(OBJEXT) instead of .o.
13:44 Changeset in rtems [0e1dd41f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * kern/Makefile.am: Use .$(OBJEXT) instead of .o. * lib/Makefile.am: Ditto. * libc/Makefile.am: Ditto. * net/Makefile.am: Ditto. * netinet/Makefile.am: Ditto. * nfs/Makefile.am: Ditto. * rtems/Makefile.am: Ditto. * wrapup/Makefile.am: Ditto.
13:44 Changeset in rtems [239cf33]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/dosfs/Makefile.am: Use .$(OBJEXT) instead of .o. * src/src/imfs/Makefile.am: Ditto.
13:39 Changeset in rtems [4ca9353]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Use .$(OBJEXT) instead of .o.
13:39 Changeset in rtems [eb5100b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * Makefile.am: Use .$(OBJEXT) instead of .o.
12:32 Changeset in rtems [178592c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * startup/bspstart.c: Per PR252 removed hack that tripled size of RTEMS Workspace when POSIX is configured. This was probably done to account for confdefs.h missing some application requirements.
11:42 Ticket #251 (tool patches missing) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: You caught me in the middle of building new ones. :) They are there now.
11:32 Ticket #252 (i386ex/startup/bspstart.c: BSP_Configuration.work_space_size *= 3) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied. Thanks for spotting this.
10:20 Changeset in rtems [33b52ec]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * configure.ac: AC_CONFIG_SRCDIR(libmisc).
10:13 Changeset in rtems [0e08a3c3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of exec/score/cpu.
09:57 Changeset in rtems [3ad7f69d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Joel Sherrill <joel@…> * binutils/Makefile.am: Add or32-rtems-binutils.
09:56 Changeset in rtems [405c7d1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Use project_libdir instead of $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
09:53 Changeset in rtems [17e97568]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/xdr/Makefile.am: Eliminate LIBNAME. * src/rpc/Makefile.am: Eliminate LIBNAME.
09:46 Changeset in rtems [2b3e9d9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove, moved to cpukit.
09:37 Changeset in rtems [b7b3e5e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove everything.
09:36 Changeset in rtems [b9292646]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
09:36 Changeset in rtems [ae56a27]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/xdr/Makefile.am: Eliminate LIBNAME. * src/rpc/Makefile.am: Eliminate LIBNAME.
09:27 Changeset in rtems [9f6d7a3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * automake/lib.am: Use project_libdir instead of $(PROJECT_RELEASE)/lib.
09:25 Changeset in rtems [deec7a2]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING, RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES, RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG, RTEMS_CHECK_NEWLIB.
09:22 Changeset in rtems [dbaca2a7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * acinclude.m4: Add test "$multilib" != "yes". * config-ml.in: Remove.
09:21 Changeset in rtems [ac7c680]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
09:17 Changeset in rtems [35b2275]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING. * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all compilation rules (Work-around to an automake bug). * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to make-library.
09:17 Changeset in rtems [14620166]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE. Add project_libdir, libdir. New GCC_SPECS. Various cleanups. * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE. Add project_libdir, libdir. New GCC_SPECS. Various cleanups. * aclocal/rtems-top.m4: New PROJECT_ROOT handling. * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK, references to bsp_specs. Use project_libdir instead of $(PROJECT_RELEASE)/lib.
07:14 Changeset in rtems [be3e0f7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * configure.ac: Activate cpukit. Remove references to c/src/exec.
06:35 Changeset in rtems [eb4b28d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * kern/Makefile.am: Eliminate LIBNAME. * lib/Makefile.am: Ditto. * libc/Makefile.am: Ditto. * net/Makefile.am: Ditto. * netinet/Makefile.am: Ditto. * nfs/Makefile.am: Ditto. * rtems/Makefile.am: Ditto. * wrapup/Makefile.am: Use project_libdir instead of $(PROJECT_RELEASE)/lib.
06:35 Changeset in rtems [3e83325]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/dosfs/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES and AM_CFLAGS. Eliminate LIBNAME. * src/imfs/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES and AM_CFLAGS. Eliminate LIBNAME. * wrapup/Makefile.am: Eliminate LIBNAME.
06:35 Changeset in rtems [8b006a77]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of INCLUDES (Upcoming automake standard).
06:35 Changeset in rtems [ef73563f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
06:14 Changeset in rtems [8510772]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Add bsplib_DATA. Eliminate LIBNAME. Cosmetical changes.
06:01 Changeset in rtems [247874ae]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-07-22 Ralf Corsepius <corsepiu@…> * acinclude.m4: Cleanups. * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of ${srcdir}/exec/. Further adaptations to autoconf >= 2.50.
04:06 Ticket #252 (i386ex/startup/bspstart.c: BSP_Configuration.work_space_size *= 3) created by Ralf Corsepius
c/src/lib/libbsp/i386/i386ex/startup/bspstart.c contains this: #if …
03:28 Ticket #251 (tool patches missing) created by Ralf Corsepius
Some patches referred to in scripts/setup.def are not available from …
Note: See TracTimeline for information about the timeline view.