Timeline



01/20/05:

19:45 Changeset in rtems [c6bc9d8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-20 Sergei Organov <osv@@topconrd.ru> PR 536/rtems Heap manager re-implementation to consume less memory and still satisfy alignment requirements. * score/src/heap.c, score/src/heapallocate.c, score/src/heapextend.c, score/src/heapfree.c, score/src/heapgetinfo.c, score/src/heapgetfreeinfo.c, core/src/heapsizeofuserarea.c, score/src/heapwalk.c, core/macros/rtems/score/heap.inl, score/inline/rtems/score/heap.inl, score/include/rtems/score/heap.h: Reimplemented. * score/src/heapallocatealigned.c: new file * score/Makefile.am: HEAP_C_FILES: add score/src/heapallocatealigned.c
19:37 Changeset in rtems [b4a0a8d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-20 Joel Sherrill <joel@…> * include/commproc.h: The variable cpmp was not used anywhere but console.c and was static in console.c, so should not have been in this file as extern.
18:28 Changeset in rtems [3e528b7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-20 Sergei Organov <osv@@topconrd.ru> PR 536/rtems Heap manager re-implementation to consume less memory and still satisfy alignment requirements. * score/src/heap.c, score/src/heapallocate.c, score/src/heapextend.c, score/src/heapfree.c, score/src/heapgetinfo.c, score/src/heapgetfreeinfo.c, core/src/heapsizeofuserarea.c, score/src/heapwalk.c, core/macros/rtems/score/heap.inl, score/inline/rtems/score/heap.inl, score/include/rtems/score/heap.h: Reimplemented. * score/src/heapallocatealigned.c: new file * score/Makefile.am: HEAP_C_FILES: add score/src/heapallocatealigned.c
18:22 Changeset in rtems [962e894f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-20 Sergei Organov <osv@…> PR 536/rtems Heap manager re-implementation to consume less memory and still satisfy alignment requirements. * score/src/heap.c, score/src/heapallocate.c, score/src/heapextend.c, score/src/heapfree.c, score/src/heapgetinfo.c, score/src/heapgetfreeinfo.c, core/src/heapsizeofuserarea.c, score/src/heapwalk.c, core/macros/rtems/score/heap.inl, score/inline/rtems/score/heap.inl, score/include/rtems/score/heap.h: Reimplemented. * score/src/heapallocatealigned.c: new file * score/Makefile.am: HEAP_C_FILES: add score/src/heapallocatealigned.c
18:22 Changeset in rtems [f3b7be3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-20 Joel Sherrill <joel@…> PR 745/rtems * rtems/src/ratemoncreate.c, rtems/src/timercreate.c: Make sure internal timer structures are initialized so object control reuse is safe.
18:12 Changeset in rtems [e68206a1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-20 Joel Sherrill <joel@…> * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/csb336.cfg, custom/csb337.cfg, custom/edb7312.cfg, custom/jmr3904.cfg, custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg, custom/pck6.cfg, custom/vegaplus.cfg: Correct use of arguments for gcc 4.x. Hopefully they are still OK for gcc 3.3.5.
17:30 Ticket #536 (Heap manager uses memory excessively.) closed by Joel Sherrill
17:21 Changeset in rtems [25bcb1dd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-20 Joel Sherrill <joel@…> PR 740/rtems * score/src/heapgetfreeinfo.c: Return size of largest not of last block.
17:17 Ticket #745 (internal timers are not always reinitialized) created by e-kawaguchi
There were a couple of paths where an object control block was not …
17:07 Changeset in rtems [1147a65]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-20 Joel Sherrill <joel@…> * bsp_specs: Conditionalize inclusion of crtend/crtn.
17:00 Changeset in rtems [4ca43d72]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-20 Joel Sherrill <joel@…> PR 736/pppd * libnetworking/pppd/chat.c, libnetworking/pppd/demand.c, libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c, libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd should not be static and should have a name more specific to pppd.
16:54 Changeset in rtems [44eb0beb] by Joel Sherrill <joel.sherrill@…>
2005-01-20 Joel Sherrill <joel@…> PR 743/bsps * clock/Makefile.am: Did not install tod.h.
16:22 Ticket #740 (_Heap_Get_free_information() bug, -- wrong info->largest.) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied. Code soon to be replaced by new heap which uses less memory and provides aligned allocation. Only fixed for completeness and because the new free info fix needs to be in the 4.6 branch before 4.6.3.
16:13 Ticket #272 (/opt/rtems/include/c++/3.2/bits/locale_facets.tcc won't compile) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: This is on an old gcc version and won't be fixed in official gcc 3.2. We can re-report it against gcc 4.x if it still applies.
16:08 Ticket #735 (tools/psim is installed twice) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Fix so psim and psim-gdb are installed.
16:01 Ticket #736 (ttyfd conflicts) closed by Joel Sherrill
15:56 Ticket #743 (pc386 BSP build fails on rtems-4-6-branch) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch committed.
15:15 Changeset in rtems [982c61cc]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Cosmetics.
14:58 Changeset in rtems [d873fd4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-20 Joel Sherrill <joel@…> * Makefile.am: Fix typo.
14:45 Ticket #744 (fix unlink for dosfs) created by snob
Currently unlink implementation don't work with dosfs. dosfs …

01/19/05:

21:27 Changeset in rtems [16cc328]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-19 Joel Sherrill <joel@…> * pc386/console/vgainit.c, pc386/wd8003/wd8003.c, shared/comm/uart.c: Fix errors caught by gcc 4.x.
05:10 Changeset in rtems [adc829ed]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-18 Ralf Corsepius <ralf.corsepius@…> * libfs/src/dosfs/msdos_create.c, libfs/src/dosfs/msdos_misc.c: Eliminate warnings.
04:54 Changeset in rtems [0247c6c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-18 Ralf Corsepius <ralf.corsepius@…> * libfs/src/dosfs/fat.c (fat_init_volume_info): Reflect fs_info->sec_buf being a uint8_t.
03:44 Changeset in rtems [fb8f0bc]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Cosmetics.
02:36 Changeset in rtems [e7b1b05]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-18 Ralf Corsepius <ralf.corsepius@…> * libfs/src/dosfs/msdos_misc.c (msdos_get_dotdot_dir_info_cluster_num_and_offset): Remove cur_node (Unused).
02:31 Changeset in rtems [c3bb0619]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Fix typos in comment.

01/18/05:

15:49 Changeset in rtems [1b42bdb6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-18 Ralf Corsepius <ralf.corsepius@…> * libcsupport/src/termios.c: Remove unnecessary type casts.
12:30 Changeset in rtems [52399be]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-18 Ralf Corsepius <ralf.corsepius@…> * sapi/include/rtems/io.h : size_t device_name_length.
12:21 Changeset in rtems [ee081506]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-18 Ralf Corsepius <ralf.corsepius@…> * sapi/include/rtems/fatal.h, score/include/rtems/score/interr.h: Remove volatile on return type (GCC-4.0 complains about them).
10:35 Changeset in rtems [d662c8ca]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-18 Ralf Corsepius <ralf.corsepius@…> * itron/inline/rtems/itron/task.inl (_ITRON_Task_Priority_to_Core, _ITRON_tasks_Core_to_Priority): Correct return types.
10:13 Changeset in rtems [8ed53e05]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-18 Ralf Corsepius <ralf.corsepius@…> * console/vgainit.c: static graphic_on|off.
09:04 Changeset in rtems [65daade]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-18 Ralf Corsepius <ralf.corsepius@…> * rtems/src/attr.c, rtems/src/clockget.c, rtems/src/clockset.c, rtems/src/clocktick.c, rtems/src/dpmem.c, rtems/src/dpmemcreate.c, rtems/src/dpmemdelete.c, rtems/src/dpmemexternal2internal.c, rtems/src/dpmemident.c, rtems/src/dpmeminternal2external.c, rtems/src/event.c, rtems/src/eventmp.c, rtems/src/eventreceive.c, rtems/src/eventseize.c, rtems/src/eventsend.c, rtems/src/eventsurrender.c, rtems/src/eventtimeout.c, rtems/src/intr.c, rtems/src/intrbody.c, rtems/src/intrcatch.c, rtems/src/mp.c, rtems/src/msg.c, rtems/src/msgmp.c, rtems/src/msgqallocate.c, rtems/src/msgqbroadcast.c, rtems/src/msgqcreate.c, rtems/src/msgqdelete.c, rtems/src/msgqflush.c, rtems/src/msgqgetnumberpending.c, rtems/src/msgqident.c, rtems/src/msgqreceive.c, rtems/src/msgqsend.c, rtems/src/msgqsubmit.c, rtems/src/msgqtranslatereturncode.c, rtems/src/msgqurgent.c, rtems/src/part.c, rtems/src/partcreate.c, rtems/src/partdelete.c, rtems/src/partgetbuffer.c, rtems/src/partident.c, rtems/src/partmp.c, rtems/src/partreturnbuffer.c, rtems/src/ratemon.c, rtems/src/ratemoncancel.c, rtems/src/ratemoncreate.c, rtems/src/ratemondelete.c, rtems/src/ratemongetstatus.c, rtems/src/ratemonident.c, rtems/src/ratemonperiod.c, rtems/src/ratemontimeout.c, rtems/src/region.c, rtems/src/regioncreate.c, rtems/src/regiondelete.c, rtems/src/regionextend.c, rtems/src/regiongetfreeinfo.c, rtems/src/regiongetinfo.c, rtems/src/regiongetsegment.c, rtems/src/regiongetsegmentsize.c, rtems/src/regionident.c, rtems/src/regionmp.c, rtems/src/regionreturnsegment.c, rtems/src/rtclock.c, rtems/src/rtemsidtoname.c, rtems/src/rtemstimer.c, rtems/src/sem.c, rtems/src/semcreate.c, rtems/src/semdelete.c, rtems/src/semflush.c, rtems/src/semident.c, rtems/src/semmp.c, rtems/src/semobtain.c, rtems/src/semrelease.c, rtems/src/semtranslatereturncode.c, rtems/src/signal.c, rtems/src/signalcatch.c, rtems/src/signalmp.c, rtems/src/signalsend.c, rtems/src/taskcreate.c, rtems/src/taskdelete.c, rtems/src/taskgetnote.c, rtems/src/taskident.c, rtems/src/taskinitusers.c, rtems/src/taskissuspended.c, rtems/src/taskmode.c, rtems/src/taskmp.c, rtems/src/taskrestart.c, rtems/src/taskresume.c, rtems/src/tasks.c, rtems/src/tasksetnote.c, rtems/src/tasksetpriority.c, rtems/src/taskstart.c, rtems/src/tasksuspend.c, rtems/src/taskvariableadd.c, rtems/src/taskvariabledelete.c, rtems/src/taskvariableget.c, rtems/src/taskwakeafter.c, rtems/src/taskwakewhen.c, rtems/src/timercancel.c, rtems/src/timercreate.c, rtems/src/timerdelete.c, rtems/src/timerfireafter.c, rtems/src/timerfirewhen.c, rtems/src/timergetinfo.c, rtems/src/timerident.c, rtems/src/timerreset.c, rtems/src/timerserver.c, rtems/src/timerserverfireafter.c, rtems/src/timerserverfirewhen.c: Include config.h.
09:03 Changeset in rtems [1095ec1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Include config.h.
08:56 Changeset in rtems [6b4518aa]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Fix typo.
06:01 Changeset in rtems [9afd70e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-18 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Use ../../shared/tod.h instead of include/tod.h. * include/tod.h: Remove.
05:40 Changeset in rtems [ced98aa]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-18 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Use ../../shared/tod.h instead of include/tod.h. * include/tod.h: Remove.
05:39 Changeset in rtems [8dc9343]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-18 Ralf Corsepius <ralf.corsepius@…> * score/inline/rtems/score/userext.inl: Include <string.h>.
05:25 Changeset in rtems [5a513d4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-18 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Use ../../shared/tod.h instead of include/tod.h. * console/config.c: Remove typos from 2005-01-04 changes. * include/tod.h: Remove.

01/17/05:

14:53 Ticket #743 (pc386 BSP build fails on rtems-4-6-branch) created by kgardas
I've configured rtems with: ../rtems-4-6-branch/configure …
08:59 Changeset in rtems [7f1a915]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-17 Ralf Corsepius <ralf.corsepius@…> * gcc3newlib/gccnewlib.add: Disable Ada (Stil broken with GCC-4.0.0).

01/14/05:

05:23 Changeset in rtems [0a7bcfd] by Ralf Corsepius <ralf.corsepius@…>
2005-01-14 Ralf Corsepius <ralf.corsepius@…> PR 742/rtems * score/include/rtems/system.h: Remove stringify().
05:13 Changeset in rtems [a6d749b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-14 Ralf Corsepius <ralf.corsepius@…> PR 742/rtems * score/include/rtems/system.h: Remove stringify().
05:03 Changeset in rtems [e8ece0b] by Ralf Corsepius <ralf.corsepius@…>
2005-01-14 Ralf Corsepius <ralf.corsepius@…> * src/gxx_wrappers.c: Backport from trunk. Add support for GCC-4.0.
05:00 Changeset in rtems [ab660e77]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Fix typos.
04:24 Ticket #742 (cpukit/score/include/rtems/system.h stringify pollutes application ...) closed by Ralf Corsepius
State-Changed-From-To: open->closed State-Changed-Why: stringify() removed from trunk and rtems-4-6-branch
04:10 Ticket #742 (cpukit/score/include/rtems/system.h stringify pollutes application ...) created by Ralf Corsepius
cpukit/score/include/rtems/system.h's stringify macro is not prefixed …

01/13/05:

11:11 Ticket #741 (Issue with linking autoconf generated tests when networking is enabled) created by kgardas
The problem is discussed in a thread starting here: …
08:25 Changeset in rtems [f49a82f3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-13 Joel Sherrill <joel@…> Ralf Corsepius <ralf.corsepius@…> * libcsupport/src/gxx_wrapper.c: Reflect GCC-4.0's gthr-rtems.h.

01/12/05:

06:14 Changeset in rtems [83774d7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-12 Ralf Corsepius <ralf.corsepius@…> * gcc3newlib/gccnewlib.add: Change my email address. Add tic4x-*.

01/09/05:

17:12 Changeset in rtems [77b6a10]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-09 Joel Sherrill <joel@…> * librpc/include/rpc/clnt.h, librpc/src/rpc/authunix_prot.c, librpc/src/rpc/clnt_tcp.c, librpc/src/rpc/pmap_prot2.c, librpc/src/rpc/pmap_rmt.c, librpc/src/rpc/rtems_portmapper.c, librpc/src/rpc/svc_simple.c: Fix warnings.
16:59 Changeset in rtems [21023ab8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-09 Joel Sherrill <joel@…> * startup/linkcmds: Add rom section to remove warning.

01/08/05:

06:01 Changeset in rtems [dab2d6eb]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * librpc/include/rpc/auth_des.h, librpc/include/rpc/xdr.h, librpc/src/rpc/auth_des.c, librpc/src/rpc/auth_unix.c, librpc/src/rpc/rpc_prot.c, librpc/src/xdr/xdr.c: Misc. ansi-fications, misc. updates from FreeBSD.
06:00 Changeset in rtems [c9795bd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Fix typos.

01/07/05:

19:47 Changeset in rtems [0e245a1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-07 Joel Sherrill <joel@…> * libnetworking/libc/res_debug.c: Added const to eliminate warnings.
14:35 Changeset in rtems [28e9f45]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-07 Joel Sherrill <joel@…> * rtems/score/cpu.h: Remove warnings.
14:35 Changeset in rtems [dc7f3476]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fix format.
11:32 Ticket #740 (_Heap_Get_free_information() bug, -- wrong info->largest.) created by osv2
The _Heap_Get_free_information() routine returns the size of the last …
11:22 Changeset in rtems [c9165ef0]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * librpc/include/rpc/xdr.h: Remove questionable comments. * librpc/include/rpc/auth.h: Remove P, ansi-fy. * librpc/src/rpc/auth_none.c: Reflect changes above. Partial update from FreeBSD.
08:03 Changeset in rtems [5f6618e7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * posix/include/rtems/posix/cond.h, file posix/include/rtems/posix/mutex.h: Cosmetics.
07:46 Changeset in rtems [8faf4bd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * librpc/include/rpc/svc.h, librpc/include/rpc/xdr.h: Remove P(xx).
07:02 Changeset in rtems [4f647b9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * libchip/Makefile.am, libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
06:57 Changeset in rtems [844609f9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
06:34 Changeset in rtems [9cf372e5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
06:27 Changeset in rtems [7066c9f3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
06:25 Changeset in rtems [f00f70b5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
06:23 Changeset in rtems [83a0a8a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * mongoosev/Makefile.am, r46xx/Makefile.am, shared/Makefile.am, tx39/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
06:23 Changeset in rtems [2546d29]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am, shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
06:21 Changeset in rtems [b458f0dd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
06:20 Changeset in rtems [e56f1b4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
06:19 Changeset in rtems [f97f0c74]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * mpc505/Makefile.am, mpc5xx/Makefile.am, mpc6xx/Makefile.am, mpc8260/Makefile.am, mpc8xx/Makefile.am, ppc403/Makefile.am, shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
06:05 Changeset in rtems [a369ade]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * httpd/Makefile.am, itron/Makefile.am, libblock/Makefile.am, libcsupport/Makefile.am, libfs/Makefile.am, libmisc/Makefile.am, libnetworking/Makefile.am, librpc/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
06:03 Changeset in rtems [2bc236ba]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-07 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

01/06/05:

23:52 Changeset in rtems [19f26fe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-01-06 Joel Sherrill <joel@…> * Makefile.am: Fix typo.
16:37 Changeset in rtems [f8e5121e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-01-06 Ralf Corsepius <ralf.corsepius@…> * aclocal/prog-cxx.m4: Re-add amfastdepCXX conditional.
15:05 Changeset in rtems [5066b92]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-01-06 Ralf Corsepius <ralf.corsepius@…> * aclocal/rtems-flags.m4: Remove (Unused).
14:56 Changeset in rtems [a4b8a37d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-01-06 Ralf Corsepius <ralf.corsepius@…> * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V. * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up RTEMS_CFLAGS. * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove amfastdepCXX conditional.
13:41 Changeset in rtems [f002ec35]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-01-06 Ralf Corsepius <ralf.corsepius@…> * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS (Implicitly handled by automake).
11:37 Changeset in rtems [0961040]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove duplicate CCAS.
11:31 Changeset in rtems [73f5388]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-01-06 Ralf Corsepius <ralf.corsepius@…> * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS, CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*. Cleanup comments.
11:23 Changeset in rtems [b3f1873]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2004-01-06 Ralf Corsepius <ralf.corsepius@…> * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused). Remove build-variants. Hard-code ARCH=o-optimize.
10:56 Changeset in rtems [1838993]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-06 Ralf Corsepius <ralf.corsepius@…> * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Remove LIB_VARIANT.
10:55 Changeset in rtems [7010db3d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-06 Ralf Corsepius <ralf.corsepius@…> * rtems++/Makefile.am: Remove LIB_VARIANT.
10:52 Changeset in rtems [cdd071a2]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-06 Ralf Corsepius <ralf.corsepius@…> * mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Remove $(LIB_VARIANT).
10:45 Changeset in rtems [6c2b5324]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-06 Ralf Corsepius <ralf.corsepius@…> * configure.ac: Pass CFLAGS to testsuites configure. * aclocal/prog-cxx.m4: Don't invoke _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Setup CXXFLAGS from CFLAGS.
06:50 Changeset in rtems [c0ceea5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-01-06 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Remove build-variant support.
Note: See TracTimeline for information about the timeline view.