Timeline



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

04/15/02:

12:34 Ticket #167 (Adding mv8 multilib variant to sparc-gcc-3.0.4) closed by Joel Sherrill
State-Changed-From-To: analyzed->closed State-Changed-Why: Patch merged into RTEMS 3.0.4 patch and RPMs started. Patch committed to gcc 3.1 and 3.2 branches. Nuff Sed.

04/14/02:

22:43 Ticket #182 (rtems_shutdown_executive cannot be called before multitasking.) created by Chris Johns
Calling rtems_shutdown_executive before the executive state has …
01:28 Ticket #181 (Task extension pointers not cleared.) created by Chris Johns
The user extension area allocated from the workspace need to be …

04/13/02:

16:47 Changeset in rtems [b5c5bbcf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-12 Chris Johns <ccj@…> * doc/user/userext.t: Per PR138, updated the documentation to show how to obtain an extension table index. Also provided some extra background on the user extension API.
16:42 Changeset in rtems [18b6986]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-11 Chris Johns <ccj@…> * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver control block field to the ifconfig network driver structure. This field is needed by the i82586 driver which was ported from NetBSD as it had better hardware abstraction.
16:41 Changeset in rtems [5bfc8912]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-11 Chris Johns <ccj@…> * c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver control block field to the ifconfig network driver structure. This field is needed by the i82586 driver which was ported from NetBSD as it had better hardware abstraction.
15:47 Ticket #138 (User extension TCB extension index allocation.) closed by Joel Sherrill
State-Changed-From-To: analyzed->closed State-Changed-Why: Patch applied.
15:44 Ticket #59 (libchip i82586 has hack) closed by Joel Sherrill
State-Changed-From-To: analyzed->closed State-Changed-Why: Applied patch. Thanks.

04/12/02:

17:24 Ticket #180 (Patch to remove newlines in asm source strings) created by Eric Norum
The latest version of gcc (destined to be released as gcc-3.1) is more …
16:31 Changeset in rtems [fc8685d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-28 Ralf Corsepius <corsepiu@…> * tbr/Makefile.am: Remove. * tbr/.cvsignore: Remove. * tbr/tbr.c: Remove. * tbr/tbr.h: Remove. * configure.ac: Remove tbr subdir. * Makefile.am: Remove tbr subdir.
16:22 Ticket #179 (Last test) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: done
16:22 Ticket #179 (Last test) created by Jeff Mayes
Release: RTEMS-4.5
16:19 Ticket #178 (bugs alias test) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: done
16:18 Ticket #178 (bugs alias test) created by Jeff Mayes
Release: RTEMS-4.5
15:43 Ticket #176 (test) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Mail works
15:11 Changeset in rtems [231fccb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-12 Ralf Corsepius <corsepiu@…> * include/rtems/system.h: Add i386 to multilib-able targets.
15:10 Changeset in rtems [43f67aa4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-29 Ralf Corsepius <corsepiu@…> * cache.c: Include <rtems/score/registers.h> instead of <libcpu/registers.h>. * cpu.h: Ditto. Remove parts moved to score/cpu/i386. * registers.h: Add BIG-FAT warning.
15:08 Changeset in rtems [a324355]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-29 Ralf Corsepius <corsepiu@…> * rtems/score/idtr.h: New file, extracted from libcpu/cpu.h. * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h. * rtems/score/registers.h: New file, moved from libcpu. * Makefile.am: Reflect changes above. * cpu.c: Don't include cpuModel.h, #include <rtems.h>, #include <rtems/score/i386types.h>, #include <rtems/score/idtr.h>. * rtems/score/cpu.h: Don't include libcpu/cpu.h. #include <rtems/score/interrupts.h>, #include <rtems/score/registers.h>.

04/11/02:

13:52 Changeset in rtems [5ad4692]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-10 Ralf Corsepius <corsepiu@…> * VERSION, bootstrap: Removed as unneeded.
13:51 Changeset in rtems [ed11413b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-11 Joel Sherrill <joel@…> * macros/rtems/score/userext.inl: Now works after merging patch for functionality requested in PR174. * inline/rtems/score/userext.inl: Added a comment explaining the order in which routines appear since it is not the obvious order.

04/10/02:

21:08 Changeset in rtems [6568b90]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-06 Ralf Corsepius <corsepiu@…> * .cvsignore: Added mdate-sh and texinfo.tex.
19:33 Ticket #177 (TEST) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: test
19:33 Ticket #176 (test) created by Joel Sherrill
Release: CVS
19:33 Ticket #177 (TEST) created by Joel Sherrill
Release: CVS

04/09/02:

19:19 Changeset in rtems [02a200d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-08 Chris Johns <ccj@…> * Per PR141 and PR174, make task switch extension its own list and fix all odd problems introduced by providing macro version. * inline/rtems/score/userext.inl: Fix.
12:31 Ticket #174 (_User_extensions_Add_API_set) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Bug introduced as part of implementing macro version. Patch attached.
12:17 Ticket #175 (doc/VERSION doc/bootstrap) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Files now removed from cvs.
03:45 Ticket #175 (doc/VERSION doc/bootstrap) created by Ralf Corsepius
Orphanized files in CVS Release: CVS
03:33 Ticket #174 (_User_extensions_Add_API_set) created by Ralf Corsepius
sh-rtems-gcc --pipe -B../../../../../lib/ -B../../../../../gensh1/lib/ …

04/08/02:

18:29 Changeset in rtems [cf10399]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-06 Ralf Corsepius <corsepiu@…> * bootstrap: Remove. * VERSION: Remove. * Makefile.am: Remove bootstrap. Add ACLOCAL_AMFLAGS. * configure.ac: Add RTEMS_TOP.
18:29 Changeset in rtems [df2b589]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-06 Ralf Corsepius <corsepiu@…> * mkbinutilspec.in: Fix PATCH2.
18:29 Changeset in rtems [29fd4e38]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-06 Ralf Corsepius <corsepiu@…> * libc/stat.c: include <string.h>. * libc/printk.c: Remove libcpu/cpu.h.
18:29 Changeset in rtems [228587bb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-06 Ralf Corsepius <corsepiu@…> * src/ramdisk.c: include <string.h>. * src/blkdev.c: include <string.h>.
18:28 Changeset in rtems [c873f40]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-06 Ralf Corsepius <corsepiu@…> * src/imfs/imfs_getchild.c: include <string.h>. * src/imfs/imfs_gtkn.c: Include <string.h>. * src/imfs/ioman.c: Include <string.h>. * src/imfs/linearfile.c: Include <string.h>. * src/imfs/memfile.c: Include <string.h>.
18:28 Changeset in rtems [4b05b38f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-06 Ralf Corsepius <corsepiu@…> * console-generic/console-generic.c: Remove unused variable "res".
18:28 Changeset in rtems [f206b46]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-06 Ralf Corsepius <corsepiu@…> * score/cpu_asm.c: Adapt inline asm to gcc-3.0.4.
18:28 Changeset in rtems [e77a00a5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-06 Ralf Corsepius <corsepiu@…> * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
18:28 Changeset in rtems [34338a2f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-06 Ralf Corsepius <corsepiu@…> * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT). Remove RTEMS_ENABLE_LIBCDIR.
18:28 Changeset in rtems [962140dd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-06 Ralf Corsepius <corsepiu@…> * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
18:27 Changeset in rtems [34fd745]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-06 Ralf Corsepius <corsepiu@…> * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
18:27 Changeset in rtems [2ef3f93]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-06 Ralf Corsepius <corsepiu@…> * rtems.c: Adaptation to gcc-3.0.x.
18:27 Changeset in rtems [72d42737]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-06 Ralf Corsepius <corsepiu@…> * src/psignal.c: Include <stdlib.h>.
18:27 Changeset in rtems [25b4446]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-06 Ralf Corsepius <corsepiu@…> * ChangeLog?: Fix dates.
18:24 Changeset in rtems [1ab3a60]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-08 Joel Sherrill <joel@…> * src/tasks.c: Pre-initialized switch extension for list.
18:23 Changeset in rtems [a87104e6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-08 Joel Sherrill <joel@…> * macros/rtems/score/timer.inl: Corrected typo on end of line.
18:23 Changeset in rtems [ab377aa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-08 Joel Sherrill <joel@…> * macros/rtems/score/object.inl: Corrected arguments.
18:21 Changeset in rtems [aadb6b0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-08 Joel Sherrill <joel@…> * macros/rtems/score/userext.inl: Updated to reflect modifications to inline version from PR142. * inline/rtems/score/userext.inl: Cleanup as side-effect of above.
18:20 Changeset in rtems [e2c488a4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-08 Chris Johns <ccj@…> * Per PR142, make task switch extension its own list. * include/rtems/score/userext.h: Reflect above by adding User_extensions_Switch_control and adding it to User_extenions_Control. * inline/rtems/score/userext.inl: Allocate all memory in one chunk to minimize overhead. Address processing dedicated switch chain.
17:26 Changeset in rtems [40c24d32]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-08 Chris Johns <ccj@…> * Per PR142, make task switch extension its own list. * include/rtems/score/userext.h: Reflect above by adding User_extensions_Switch_control and adding it to User_extenions_Control. * inline/rtems/score/userext.inl: Allocate all memory in one chunk to minimize overhead. Address processing dedicated switch chain.
17:23 Changeset in rtems [7af623bf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-08 Chris Johns <ccj@…> * Per PR142, make task switch extension its own list. * include/rtems/score/userext.h: Reflect above by adding User_extensions_Switch_control and adding it to User_extenions_Control. * inline/rtems/score/userext.inl: Allocate all memory in one chunk to minimize overhead. Address processing dedicated switch chain.
17:02 Changeset in rtems [7b705dc3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-08 Chris Johns <ccj@…> * Per PR142, make task switch extension its own list. * src/tasks.c (_RTEMS_tasks_User_extensions): Reflect above.
17:02 Changeset in rtems [aa08739a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-08 Chris Johns <ccj@…> * Per PR142, make task switch extension its own list. * src/pthread.c (_POSIX_Threads_User_extensions): Reflect above.
16:28 Ticket #142 (User Extension context switch callout cost is high.) closed by Joel Sherrill
State-Changed-From-To: analyzed->closed State-Changed-Why: Chris' patch committed. Thanks.
15:56 Changeset in rtems [0b5da30a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-08 Joel Sherrill <joel@…> * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172 add .eh_frame.
15:56 Changeset in rtems [238f450]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-08 Joel Sherrill <joel@…> * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
14:58 Ticket #173 (powerpc/psim: .eh_frame) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: All PowerPC BSPs now have this section in their linkcmds.
14:57 Ticket #172 (powerpc/motorola_powerpc: .eh_frame) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: All PowerPC BSPs now have this section in their linkcmds.
14:57 Ticket #171 (powerpc/mpc8260ads: invalid -mcpu=8260) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: All PowerPC BSPs now have this section in their linkcmds.
14:57 Ticket #170 (powerpc/dmv177 + gcc3.0.4: no memory region specified for section ...) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: All PowerPC BSPs now have this section in their linkcmds.

04/07/02:

09:55 Ticket #173 (powerpc/psim: .eh_frame) created by Ralf Corsepius
/opt/rtems/lib/gcc-lib/powerpc-rtems/3.0.4/../../../../powerpc-rtems/bi …
08:09 Ticket #172 (powerpc/motorola_powerpc: .eh_frame) created by Ralf Corsepius
# powerpc-rtems-gcc --pipe -B../../../../../lib/ …
08:02 Ticket #171 (powerpc/mpc8260ads: invalid -mcpu=8260) created by Ralf Corsepius
make/custom/mpc8260ads.cfg uses CPU_CFLAGS = -mcpu=8260 Gcc-3.0.4 …
07:48 Ticket #170 (powerpc/dmv177 + gcc3.0.4: no memory region specified for section ...) created by Ralf Corsepius
/opt/rtems/lib/gcc-lib/powerpc-rtems/3.0.4/../../../../powerpc-rtems/bi …

04/04/02:

22:29 Changeset in rtems [beaa47bc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-04 Joel Sherrill <joel@…> * spsize/size.c: Reflect SPARC modifcation to get rid of NO_TABLE_MOVE and references to _CPU_Trap_Table_area.
22:17 Changeset in rtems [6940f507]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-04 Joel Sherrill <joel@…> * src/dosfs/Makefile.am: Per PR129 do not install as many files to the $(includedir).
21:16 Ticket #129 (dosfs installs headers to includedir) closed by Joel Sherrill
State-Changed-From-To: working->closed State-Changed-Why: Fix committed which reduces the files installed to "dosfs.h". This file is needed to mount a dos FS so even if it is not 100% in the right place, it is required to be in the public install point.
21:00 Ticket #69 (add htdig support) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Turned into internal IT PR for further action.
18:22 Changeset in rtems [55f4d3d4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-04 Ralf Corsepius <corsepiu@…> * gcc3newlib/gccnewlib.add: Add -Bgcc/ when collecting multilibs.
18:22 Changeset in rtems [3559e90]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-04 Ralf Corsepius <corsepiu@…> * monitor/mon-monitor.c: Replace done with return (gcc3).
18:22 Changeset in rtems [aed1f02a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-04 Ralf Corsepius <corsepiu@…> * src/dosfs/fat.h: Include <string.h>. Remove DBG1 and DBG2 (unused).
18:22 Changeset in rtems [9c6a99f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-04 Ralf Corsepius <corsepiu@…> * network/i82586.c: Include <string.h>. * network/sonic.c: Ditto.
18:21 Changeset in rtems [792c6f7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-04 Ralf Corsepius <corsepiu@…> * custom/gen405.cfg: Remove -Dpowerpc.
18:20 Changeset in rtems [0d211e81]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-04 Ralf Corsepius <corsepiu@…> * gcc3newlib/gccnewlib.spec.in: Removed from CVS.
12:18 Changeset in rtems [d0ad2b3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-04 Ralf Corsepius <corsepiu@…> * Per PR169. * src/dosfs/config.h.in, src/dosfs/stamp-h2.in: Removed from CVS.
11:18 Ticket #169 (libfs: bogus files in CVS) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Request performed.
07:24 Ticket #169 (libfs: bogus files in CVS) created by Ralf Corsepius
Bogus config files in CVS. Release: CVS

04/03/02:

19:08 Changeset in rtems [b05938a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Closed PR57. The hack is OK as it allows a BSP to override or not at its discretion. * mpc8xx/timer/timer.c: Removed #warning declaring providing a default definition for the macros rtems_cpu_configuration_get_timer_least_valid and rtems_cpu_configuration_get_timer_average_overhead.
18:09 Ticket #57 (libcpu powerpc mpc8xx timer hacked) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: As this hack allowed the bsp to decide what to do, it was still OK. It did not disable or break anything.
18:00 Changeset in rtems [becf77e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-03 Ralf Corsepius <corsepiu@…> * mkbinutilspec.in: Add support for empty patch-version (no patch). * mkgcc3newlibspec.in: Ditto. * setup: Fix gcc3*_versions handling. * setup.def: binutils_patch_version=. * binutils/binutils.add: Reflect changes to mkbinutilspec.in, Use "%{_target_os}" != "%{_build_os}" to detect cross-building. * binutils/target-binutils.add: Comment out c++filt. * gcc3newlib/base-gcc.add: Remove duplicate libm.info. * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in. Use "%{_target_os}" != "%{_build_os}" to detect cross-building. Comment out gcc-2.95.x hacks. Remove *.la from installed files. * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
17:58 Changeset in rtems [75db5285]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-03 Ralf Corsepius <corsepiu@…> * io.t: Fix typo @sybsection.
17:58 Changeset in rtems [df1f734]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-03 Ralf Corsepius <corsepiu@…> * mkbinutilspec.in: Add support for empty patch-version (no patch). * mkgcc3newlibspec.in: Ditto. * setup: Fix gcc3*_versions handling. * setup.def: binutils_patch_version=. * binutils/binutils.add: Reflect changes to mkbinutilspec.in, Use "%{_target_os}" != "%{_build_os}" to detect cross-building. * binutils/target-binutils.add: Comment out c++filt. * gcc3newlib/base-gcc.add: Remove duplicate libm.info. * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in. Use "%{_target_os}" != "%{_build_os}" to detect cross-building. Comment out gcc-2.95.x hacks. Remove *.la from installed files. * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
16:47 Ticket #45 (shsim does not build) closed by Joel Sherrill
State-Changed-From-To: working->closed State-Changed-Why: shsim builds so this report has to be out of date.
14:22 Changeset in rtems [47f7dc5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-02 Ralf Corsepius <corsepiu@…> * libc/ctermid.c: Include <string.h>. * libc/ttyname.c: Ditto. * libc/ttyname_r.c: Ditto.
14:22 Changeset in rtems [30337d2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-02-04 Ralf Corsepius <corsepiu@…> * shared/include/byteorder.h: Use unsigned instead of unsigned (GCC-3.0.x compatibility).
14:22 Changeset in rtems [20603d1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-02 Ralf Corsepius <corsepiu@…> * residual/residual.c: Include <string.h>. * vectors/vectors_init.c: Include <rtems/bspIo.h> for printk. * bootloader/mm.c: Ditto. * bootloader/pci.c: Ditto. * console/console.c: Ditto. * openpic/openpic.c: Ditto.
14:22 Changeset in rtems [6d3d6a0e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-02 Ralf Corsepius <corsepiu@…> * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
14:21 Changeset in rtems [8eb825e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-02 Ralf Corsepius <corsepiu@…> * src/getegid.c: Remove <errno.h>. * src/geteuid.c: Ditto. * src/getgid.c: Ditto. * src/getuid.c: Ditto. * src/getlogin.c: Move <errno.h>.
14:19 Changeset in rtems [a2ddad1a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-01 Ralf Corsepius <corsepiu@…> * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
14:18 Changeset in rtems [ff0fab66]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-28 Ralf Corsepius <corsepiu@…> * tbr/Makefile.am: Remove. * tbr/.cvsignore: Remove. * tbr/tbr.c: Remove. * tbr/tbr.h: Remove. * configure.ac: Remove tbr subdir. * Makefile.am: Remove tbr subdir.
14:17 Changeset in rtems [ed90f754]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-01 Ralf Corsepius <corsepiu@…> * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE). Remove BSPOPTS_*(FPU_REVB). * wrapup/Makefile.am: Remove tbr.
14:17 Changeset in rtems [cdd2ffd3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-01 Ralf Corsepius <corsepiu@…> * configure.ac: Remove AC_EXEEXT (obsolete).
14:16 Changeset in rtems [8e87c6e9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-01 Ralf Corsepius <corsepiu@…> * cpu.c: Remove call to sparc_init_tbr/NO_TABLE_MOVE. * rtems/score/cpu.h: Remove NO_TABLE_MOVE conditional code.
14:16 Changeset in rtems [ee31c09]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-01 Ralf Corsepius <corsepiu@…> * custom/erc32nfp.cfg: Remove CPU_U32_FIX. * custom/erc32.cfg: Ditto. * custom/leon2.cfg: Ditto.
14:13 Changeset in rtems [ce3c6f3e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * include/rtems/score/ispsh7750.h, score/ispsh7750.c: Account for name change.
14:09 Changeset in rtems [d911f16c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * include/ispsh7045.h, score/ispsh7045.c: Account for name change.
14:09 Changeset in rtems [49d52e0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * include/ispsh7032.h, score/ispsh7032.c: Account for name change.
14:08 Changeset in rtems [2b3f641]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/cpu.h: Account for name change.
14:07 Changeset in rtems [fa1dbc0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/unixtypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
14:07 Changeset in rtems [22ed9d0f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/sparctypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
14:06 Changeset in rtems [ae87ce4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/shtypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
14:06 Changeset in rtems [6f53a921]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/ppctypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
14:06 Changeset in rtems [6e8a1652]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/or32types.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
14:05 Changeset in rtems [64ef77cd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/or16types.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
14:05 Changeset in rtems [14c8ef9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/no_cputypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
14:05 Changeset in rtems [eb4536c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/mipstypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
14:04 Changeset in rtems [fb0fd6f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/m68ktypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
14:04 Changeset in rtems [e91f992]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/i960types.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
14:04 Changeset in rtems [8c82fa79]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/i386types.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
14:03 Changeset in rtems [fc9d36c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/hppa1.1types.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
14:03 Changeset in rtems [b03055e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/h8300types.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
14:02 Changeset in rtems [3a9516b2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/c4xtypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
14:02 Changeset in rtems [68f0058]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/a29ktypes.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
13:56 Changeset in rtems [7b559c41]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-04-03 Alexander Kukuta <kam@…> * include/rtems/bdbuf.h: Address PR168 by changing bdbuf_buffer.avl.bal and bdbuf_buffer.avl.cache to signed char instead of char.
13:11 Ticket #94 (rtems/score/<cpu>types.h) closed by Joel Sherrill
State-Changed-From-To: working->closed State-Changed-Why: Fix committed. Too odd to generate a patch for. I used CVS magic to retain history for renamed files.
12:57 Ticket #168 (libblock vs. mcp750) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Fix attached was committed.
12:07 Changeset in rtems [6a37329]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-03 Joel Sherrill <joel@…> * sh/COPYING: Readded. Deleting this violated GPL on shgen.

04/02/02:

23:51 Changeset in rtems [5fd3ff86]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-03-29 Joel Sherrill <joel@…> * Per PR126, configuration structures now match docs. * include/rtems/config.h: Use public data types.
23:50 Changeset in rtems [6c3cfc0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-02 Joel Sherrill <joel@…> * sh/COPYING: Deleted.
23:49 Changeset in rtems [7f866a9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-02 Joel Sherrill <joel@…> * sh/Makefile.am: Use "./shgen" not "shgen" so current directory does not have to be in the PATH.
23:48 Changeset in rtems [ed7d7eb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-02 Joel Sherrill <joel@…> * Makefile.am: Remove unix from DIST_SUBDIRS.
23:48 Changeset in rtems [349a01cc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-02 Joel Sherrill <joel@…> * buildall.in: Correct logic for detecting 0 RTEMS RPMS installed.
23:47 Changeset in rtems [133a020]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-02 Joel Sherrill <joel@…> * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
23:42 Changeset in rtems [4b2d7c6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-03-29 Joel Sherrill <joel@…> * Per PR126, configuration structures now match docs. * include/rtems/rtems/config.h: Use public data types.
22:45 Ticket #126 (Configuration table fields do not match.) closed by Joel Sherrill
State-Changed-From-To: working->closed State-Changed-Why: Fix committed. Patch attached.
22:39 Ticket #132 (User extension and condefs.h change to save memory.) closed by Joel Sherrill
State-Changed-From-To: suspended->closed State-Changed-Why: The fix for this was committed. Moving it to suspended was a mistake.
15:18 Ticket #168 (libblock vs. mcp750) created by Ralf Corsepius
gmake[1]: Entering directory …
Note: See TracTimeline for information about the timeline view.