Timeline



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.

04/16/02:

23:45 Changeset in rtems [13e6a4c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-16 Joel Sherrill <joel@…> * .cvsignore: Added missing files. * setup.def: New shot using gcc 3.0.4 RPMs. * sparc-solaris-binutils.spec.in: Switched to bz2 file. * sparc-solaris-gcc.spec.in: Use gcc3 file naming for archive and use find to pick up all files.
23:43 Changeset in rtems [3f60b2aa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-16 Joel Sherrill <joel@…> * .cvsignore: Added files added by automake 1.6.1. * setup.def: New shot at gcc 3.0.4 RPMs. * binutils/Makefile.am, gdb/Makefile.am, rtems/Makefile.am: Deleted m68k-rtemself. * gcc3newlib/gccnewlib.add: Commented out host/target OS check.
22:14 Ticket #189 (RTEMS User environment to use a user extension.) created by Chris Johns
The RTEMS user environment is currently implemented using task …
22:07 Ticket #188 (POSIX signal handler post switch handler dynamically install) created by Chris Johns
The POSIX signal handler requires a post switch handler. While an …
22:04 Ticket #187 (Task ASR post switch handler dynamically installed.) created by Chris Johns
The classic API task supports ASR functions. This requires a post …
22:01 Ticket #186 (Post switch handler requires separate chain.) created by Chris Johns
The post context switch handler should be on a separate chain similar …
22:00 Ticket #185 (Task vars switch thread handler dynamically installed.) created by Chris Johns
The classic API task variables use a context switch handler to copy …
18:33 Changeset in rtems [1daced6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-14 Ralf Corsepius <corsepiu@…> * autotools/automake-rtems.spec.in: Update to automake-1.6.1. Use *.tar.bz2.
17:38 Changeset in rtems [f054b51]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-13 Ralf Corsepius <corsepiu@…> * shared/include/cpuIdent.h: New. * shared/include/cpuIdent.c: Reflect having added cpuIdent.h. * shared/include/cpu.h: Ditto. * shared/include/Makefile.am: Add cpuIndent.h. Fix EXTRA_DIST.
17:37 Changeset in rtems [fd2bc17a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-16 Ralf Corsepius <corsepiu@…> * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove ENABLE_GCC28.
17:35 Changeset in rtems [5376ca1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-15 Ralf Corsepius <corsepiu@…> * configure.ac: Remove ENABLE_GCC28.
17:33 Ticket #183 (Update to automake-1.6.1) closed by Joel Sherrill
State-Changed-From-To: analyzed->closed State-Changed-Why: Patch merged.
13:53 Changeset in rtems [978f59a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-14 Ralf Corsepius <corsepiu@…> * automake/compile.am: Remove GCC272 support. Remove *.sh rule (unused). * configure.ac: Remove ENABLE_GCC28. Remove ENABLE_LIBCDIR.
13:53 Changeset in rtems [cb9b2bfc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-14 Ralf Corsepius <corsepiu@…> * configure.ac: Remove ENABLE_GCC28.
13:42 Changeset in rtems [f918e74]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-16 Chris Johns <ccj@…> * src/threadinitialize.c: Per PR181, clear the array of user extension pointers. This lets user extensions that have hooked the switch handler know if a task has been processed by the user extension before. If a user extension is created after a task is started it may not know it.
13:23 Changeset in rtems [485e80fa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-16 Ralf Corsepius <corsepiu@…> * include/Makefile.am: Add stdint.h and inttypes.h. (reported by Mike Siers <mikes@…>) * include/stdint.h: New file. * include/inttypes.h: New file.
12:54 Ticket #184 (Abandon gcc-2.7.x support) closed by Joel Sherrill
State-Changed-From-To: analyzed->closed State-Changed-Why: patch applied
12:43 Ticket #181 (Task extension pointers not cleared.) closed by Joel Sherrill
State-Changed-From-To: analyzed->closed State-Changed-Why: patch applied
12:24 Ticket #93 (stdint.h and inttypes.h are missing) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch committed. Ralf.. if you want to change this to depend on rtems/score/types.h, it is now safe to do so since I renamed all the CPUtypes.h files to types.h
05:59 Ticket #184 (Abandon gcc-2.7.x support) created by Ralf Corsepius
The patches in the attachment is a first batch of patches to disable …
05:55 Ticket #183 (Update to automake-1.6.1) created by Ralf Corsepius
Update rtems/scripts to use automake-1.6.1 Release: CVS Environment: All
Note: See TracTimeline for information about the timeline view.