Timeline
05/01/02:
- 23:14 Changeset in rtems [907ef1f6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-05-01 Joel Sherrill <joel@…> * lock-directory.in, unlock-directory.in: Removed. * Makefile.am, README, .cvsignore: Updated to reflect above.
- 23:11 Changeset in rtems [4619da9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-24 Ralf Corsepius <corsepiu@…> * custom/Makefile.am: Remove. * compilers/Makefile.am: Remove. * compilers/.cvsignore: Remove. * Makefile.am: Merge-in former */Makefile.ams. Add more vars to <BSP>.cache. * configure.ac: Reflect changes above. Cosmetic fixes.
- 23:09 Changeset in rtems [51b39864]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-05-01 Eric Norum <eric.norum@…> * machine/in_cksum.h: Per PR200 fix multi-line inline assembly to satisfy gcc 3.1 and newer.
- 23:09 Changeset in rtems [4f38ab05]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-05-01 Eric Norum <eric.norum@…> * console/console.c, fatal/bspfatal.c, startup/bspclean.c, startup/page_table.c: Per PR200 fix multi-line inline assembly to satisfy gcc 3.1 and newer.
- 23:05 Changeset in rtems [1c07f582]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-30 Ralf Corsepius <corsepiu@…> * rtems/powerpc/cache.h: New file (extracted from old-exceptions/cpu.h) * Makefile.am: Relect changes above.
- 23:05 Changeset in rtems [b97b2202]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-30 Ralf Corsepius <corsepiu@…> * cpu.c: Include <rtems/powerpc/cache.h>.
- 22:35 Changeset in rtems [5a715de]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-30 Ralf Corsepius <corsepiu@…> * rtems/score/ppc.h: Remove rtems_multilib. Add mpc555 (Based on comments from Sergei Organov <osv@…>). * rtems/old-exceptions/cpu.h: Remove _CPU_Data_Cache_Block_Flush. Remove _CPU_Data_Cache_Block_Invalidate.
- 22:33 Changeset in rtems [80fe968c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-03-20 Chris Johns <ccj@…> * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything lowercase. The capture engine need to set triggers or watches on task with uppercase names. Also stop the monitor repeating command when enter is pressed.
- 22:31 Changeset in rtems [f4153d1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-22 Ralf Corsepius <corsepiu@…> * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
- 22:14 Ticket #197 (unlock-directory/lock-directory) closed by Joel Sherrill
- State-Changed-From-To: open->closed State-Changed-Why: Request implemented.
- 22:11 Ticket #199 (c/src/make cleanups) closed by Joel Sherrill
- State-Changed-From-To: open->closed State-Changed-Why: Patch applied
- 22:10 Ticket #200 (gcc-3.1 does not accept newlines in string literals) closed by Joel Sherrill
- State-Changed-From-To: open->closed State-Changed-Why: Patch applied -- was in Macbinary format. Luckily I could hack it and make it apply.
- 22:06 Ticket #201 (MPC555 / old-exceptions cache-handling) closed by Joel Sherrill
- State-Changed-From-To: open->closed State-Changed-Why: Patch applied
- 21:34 Ticket #192 (RTEMS monitor always lowercase and enter repeats command.) closed by Joel Sherrill
- State-Changed-From-To: analyzed->closed State-Changed-Why: patch applied
- 21:32 Ticket #193 (powerpc: -Dmpc604 vs. -Dppc604) closed by Joel Sherrill
- State-Changed-From-To: analyzed->closed State-Changed-Why: Patches applied.
04/30/02:
- 21:03 Ticket #201 (MPC555 / old-exceptions cache-handling) created by Ralf Corsepius
- The patches in the attachment move the ppc/old-exception handling's …
- 14:44 Ticket #200 (gcc-3.1 does not accept newlines in string literals) created by Eric Norum
- RTEMS has several places where string literals contain newlines. …
- 08:48 Ticket #199 (c/src/make cleanups) created by Ralf Corsepius
- The patch in the attachment remove several Makefile.ams, simpilifies …
- 08:14 Ticket #198 (gcc-3.1's configure emits segfault from ld during configuration) created by Ralf Corsepius
- According to Jakub Jelinek, the cause is using insufficient binutils. …
- 08:08 Ticket #197 (unlock-directory/lock-directory) created by Ralf Corsepius
- lock_directory and unlock_directory have been unused for ages. …
- 00:07 Ticket #196 (linkcmds changes for use with GCC-3.1) created by Eric Norum
- GCC-3.1 uses some different linker sections. Release: RTEMS-4.5
04/27/02:
- 00:20 Changeset in rtems [bf99393f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2001-04-26 Joel Sherrill <joel@…> * src/objectcomparenamestring.c: Fix typos.
04/26/02:
- 23:56 Changeset in rtems [2b454fa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2001-04-26 Joel Sherrill <joel@…> * include/rtems/score/object.h, inline/rtems/score/object.inl, src/objectcomparenamestring.c: Address PR81 that reworked POSIX message queues to add a descriptor separate from the underlying message queue. This allows non-blocking to follow the "open" not the underlying queue. As part of debugging this it became clear that _Objects_Compare_name_string was broken and a simple version using strncmp() was substituted.
- 23:41 Changeset in rtems [7ae7cf7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2001-04-26 Joel Sherrill <joel@…> * psxmsgq01/init.c: Reflect changes made to address PR81 that reworked POSIX message queues to add a descriptor separate from the underlying message queue. This allows non-blocking to follow the "open" not the underlying queue.
- 23:39 Changeset in rtems [53092d1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2001-04-26 Joel Sherrill <joel@…> * include/rtems/posix/mqueue.h, inline/rtems/posix/mqueue.inl, src/mqueue.c, src/mqueueclose.c, src/mqueuecreatesupp.c, src/mqueuegetattr.c, src/mqueuenotify.c, src/mqueueopen.c, src/mqueuerecvsupp.c, src/mqueuesendsupp.c, src/mqueuesetattr.c: Per PR81 reworked to add a message queue descriptor separate from the underlying message queue. This allows non-blocking to follow the "open" not the underlying queue.
- 23:35 Changeset in rtems [e6ff222]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2001-04-26 Joel Sherrill <joel@…> * include/bsp.h: Change SIS to ERC32_BSP.
- 23:24 Changeset in rtems [616b9f5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2001-04-26 Joel Sherrill <joel@…> * libc/gxx_wrappers.c: Fix to keep prototype same as in gcc and remove warning.
- 22:47 Ticket #81 (POSIX message queue compatability) closed by Joel Sherrill
- State-Changed-From-To: working->closed State-Changed-Why: The patch that fixes this is now merged in the tree. The test code is mostly fixed. It will be easier to deal with now that it is in the tree. We can open another PR for further mods and test improvements.
- 21:34 Changeset in rtems [d50c0d2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-26 Eric Norum <eric.norum@…> * netinet/in_cksum_i386.c: Add volatile so the more agressive optimization in gcc 3.1 does not reorder things.
04/23/02:
- 23:47 Ticket #195 (powerpc: ABI confusion) created by Ralf Corsepius
- The ABI used by GCC is sysv4, Several parts in powerpc-RTEMS however …
- 14:07 Ticket #194 (RTEMS Capture) created by Chris Johns
- RTEMS Performance Monitoring and Measurement Framework is a capture …
04/22/02:
- 12:17 Changeset in rtems [6236b47]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2001-04-22 Joel Sherrill <joel@…> * src/task.c (_ITRON_Task_User_extensions): Add new fields to be correct in respect to newly added fields for separate switch list.
- 10:32 Ticket #193 (powerpc: -Dmpc604 vs. -Dppc604) created by Ralf Corsepius
- Some files in RTEMS/powerpc use #ifdef ppc604, others use #ifdef …
04/19/02:
- 16:17 Changeset in rtems [28abd141]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2001-04-19 Joel Sherrill <joel@…> * src/powerpc/rdbg_f.c: Always include <rtems.h> instead of internal include files.
- 13:25 Changeset in rtems [fb43067]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * start/start.S: remove targopts.h.
- 13:25 Changeset in rtems [2c030296]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * asm.h: Use cpuopts.h instead of targopts.h.
- 13:25 Changeset in rtems [56ec190]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * rtems/score/hppa.h: Remove rtems/score/targopts.h.
- 01:14 Ticket #192 (RTEMS monitor always lowercase and enter repeats command.) created by Chris Johns
- The RTEMS monitor makes everything lowercase. The capture engine need …
04/18/02:
- 22:24 Changeset in rtems [ffa5b98]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * src/powerpc/rdbg_cpu_asm.S: Reflect changes to <rtems/score/cpu.h>. * src/powerpc/rdbg_f.c: Ditto.
- 22:24 Changeset in rtems [a81a8f8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * pppd/utils.c: Adapt to gcc-3.x.
- 21:01 Changeset in rtems [7c4ef9c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * network/dec21140.c: Reflect changes to powerpc's rtems/score/cpu.h. Use PPC for gcc-3.x compliance.
- 20:55 Changeset in rtems [a73a977]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * shared/include/cpu.h: Removed. * shared/include/Makefile.am: Reflect changes above. * shared/include/spr.h: Include rtems/powerpc/registers.h instead of libcpu/cpu.h. * mpc6xx/clock/c_clock.c: Reflect changes to <rtems/score/cpu.h>. * mpc6xx/exceptions/asm_utils.S: Ditto. * mpc6xx/exceptions/raw_exception.c: Ditto. * mpc6xx/mmu/mmuAsm.S: Ditto. * mpc6xx/timer/timer.c: Ditto. * mpc8260/exceptions/asm_utils.S: Ditto. * mpc8260/exceptions/raw_exception.c: Ditto. * mpc8xx/exceptions/asm_utils.S: Ditto. * mpc8xx/exceptions/raw_exception.c: Ditto. * ppc403/vectors/vectors.S: Include <asm.h> instead of "asm.h".
- 20:55 Changeset in rtems [c178d34]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * rtems/score/cpu.h: Removed. * Makefile.am: Reflect changes above.
- 20:55 Changeset in rtems [cd35cf9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * bootloader/exception.S: Reflect changes to <rtems/score/cpu.h>. * bootloader/head.S: Ditto. * bootloader/misc.c: Ditto. * console/polled_io.c: Ditto. * irq/irq.c: Ditto. * irq/irq_asm.S: Ditto. * irq/irq_init.c: Include <rtems/bspIo.h>. * start/start.S: Reflect changes to <rtems/score/cpu.h>. * vectors/vectors.S: Ditto.
- 20:55 Changeset in rtems [95975111]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * vectors/vectors.S: Include <asm.h>.
- 20:55 Changeset in rtems [f844cfcc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * startup/bspstart.c: Include <rtems/bspIo.h>. * vectors/align_h.S: Use <> instead of "" for include files.
- 20:55 Changeset in rtems [1628414]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * irq/irq.c: Reflect changes to <rtems/score/cpu.h>. * irq/irq_asm.S: Ditto. * network/network.c: Include <rtems/bspIo.h>. * start/start.S: Include <asm.h> instead of "asm.h". * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
- 20:54 Changeset in rtems [8038731]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * irq/irq.c: Reflect changes to <rtems/score/cpu.h>. Fix loopCounter. * irq/irq_asm.S: Reflect changes to <rtems/score/cpu.h>. * vectors/vectors.S: Ditto. * vectors/vectors_init.c: Include <rtems/bspIo.h>.
- 20:54 Changeset in rtems [600e77a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * irq/irq.c: Reflect changed to <rtems/score/cpu.h>. * irq/irq_asm.S: Ditto. * vectors/vectors.S: Ditto. * vectors/vectors_init.c: Include <rtems/bspIo.h>.
- 20:54 Changeset in rtems [4a0d87e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * asm.h: Include cpuopts.h instead of targopts.h. * rtems/new-exceptions/cpu.h: Relocated from libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h * rtems/old-exceptions/cpu.h: Relocated from c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h * rtems/powerpc/registers.h: Relocated and renamed from libcpu/powerpc/shared/include/cpu.h. * rtems/score/cpu.h: New. * Makefile.am: Reflect changes above.
- 20:40 Changeset in rtems [0117487]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-20 Ralf Corsepius <corsepiu@…> * startup/nulsystbl.c: Fix braces. * startup/Makefile.am: Remove types.h. * startup/types.h: Remove.
- 13:18 Changeset in rtems [e80ac7f6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Jay Monkman <jtm@…> * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them where they correctly inform the compiler about the register they are modifying.
- 13:07 Changeset in rtems [383e974]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-20 Ralf Corsepius <corsepiu@…> * gcc3newlib/gccnewlib.add: Add gcc_update --touch to fix timestamps.
- 13:07 Changeset in rtems [d16e950]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-20 Ralf Corsepius <corsepiu@…> * startup/nulsystbl.c: Fix braces. * startup/Makefile.am: Remove types.h. * startup/types.h: Remove.
- 13:07 Changeset in rtems [9779f3d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * include/rtems/system.h: Remove targopts.h.
- 13:07 Changeset in rtems [8b9f8b8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-18 Ralf Corsepius <corsepiu@…> * custom/dmv177.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS. Remove obsolete comments. * custom/eth_comm.cfg: Remove make-target-options. Add -Dmpc$(CPU_TYPE) -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to CPU_CFLAGS. * custom/gen405.cfg: Add -D_OLD_EXCEPTIONS -Dppc405 to CPU_CFLAGS. * custom/helas403.cfg: Add -D_OLD_EXCEPTIONS -Dppc403 to CPU_CFLAGS. * custom/mbx8xx.cfg: Remove make-target-options. Add -Dmpc$(CPU_TYPE) -D$(RTEMS_MBX_MODEL) to CPU_CFLAGS. Remove obsolete comments. * custom/mcp750.cfg: Add -Dmpc750 to CPU_CFLAGS. Remove obsolete comments. * custom/mpc8260ads.cfg: Remove make-target-options. Add -Dmpc8260 -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF to CPU_CFLAGS. * custom/mvme2307.cfg: Add -Dmpc604 to CPU_CFLAGS. Remove obsolete comments. * custom/ppcn_60x.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS. Remove obsolete comments. * custom/psim.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS. Remove obsolete comments. * custom/score603e.cfg: Add -D_OLD_EXCEPTIONS -Dppc603e to CPU_CFLAGS. Remove obsolete comments.
- 05:50 Ticket #191 (powerpc: gen405: .eh_frame) created by Ralf Corsepius
- owerpc-rtems-gcc --pipe -B../../../../../lib/ …
04/17/02:
- 20:08 Ticket #190 (libmisc/dummy.rel incorrectly built on all targets) created by Joel Sherrill
- The gcc/ld r trick is resulting in a mangled file for dummy.rel for …
- 19:39 Changeset in rtems [b929c2de]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2001-04-17 Joel Sherrill <joel@…> * shared/include/cpu.h: Added ifndef ASM.
- 14:01 Changeset in rtems [d25d17b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-17 Ralf Corsepius <corsepiu@…> * base_sp/apptask.c: Include <stdlib.h>. * hello/init.c: Ditto. * paranoia/init.c: Ditto. * ticker/tasks.c: Ditto. * unlimited/init.c: Ditto. * unlimited/test1.c: Ditto. * unlimited/test2.c: Ditto. * unlimited/test3.c: Ditto.
- 14:01 Changeset in rtems [1216c9c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-17 Ralf Corsepius <corsepiu@…> * libc/scandir.c: Initialize nitems = 0.
- 14:01 Changeset in rtems [cf80584]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-17 Ralf Corsepius <corsepiu@…> * include/rtems/system.h: Add the sparc to the target supporting multlibs.
- 14:00 Changeset in rtems [942f981]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-16 Ralf Corsepius <corsepiu@…> * irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set. * startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>, <rtems/bspIo.h>
- 13:58 Changeset in rtems [cad8694]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2001-04-17 Joel Sherrill <joel@…> * ChangeLog?: Corrected paths on past few commits.
- 13:55 Changeset in rtems [1f2fca7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-16 Ralf Corsepius <corsepiu@…> * shared/include/cpu.h: Don't include cpuIdent.h.
- 13:54 Changeset in rtems [e05f4315]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-16 Ralf Corsepius <corsepiu@…> * exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
- 13:54 Changeset in rtems [ca4f3ffc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-16 Ralf Corsepius <corsepiu@…> * exceptions/raw_exception.c: Include <libcpu/cpuIdent.h>.
- 13:30 Changeset in rtems [fb19f111]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-16 Ralf Corsepius <corsepiu@…> * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
- 13:30 Changeset in rtems [70f1268d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-16 Ralf Corsepius <corsepiu@…> * startup/bspstart.c: Include <libcpu/cpuIdent.h>.
- 13:30 Changeset in rtems [1d8d3b2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-16 Ralf Corsepius <corsepiu@…> * irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set. * startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>, <rtems/bspIo.h>
- 13:27 Changeset in rtems [53eb191]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- 2002-04-15 Ralf Corsepius <corsepiu@…> * aclocal/prog-cc.m4: Remove GCC272 support. Remove ENABLE_LIBCDIR. * aclocal/prog-cxx.m4: Ditto. * aclocal/enable-gcc28.m4: Remove. * aclocal/enable-libcdir.m4: Ditto.
Note: See TracTimeline
for information about the timeline view.