Timeline



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 …

04/01/02:

13:45 Changeset in rtems [c13dee8b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-30 Ralf Corsepius <corsepiu@…> * configure.ac: Update, remove code rott.
13:27 Changeset in rtems [51301198]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-30 Ralf Corsepius <corsepiu@…> * libc/rcmd.c: Replace rtems w/ rtems.
12:28 Ticket #166 (libnetworking/libc/rcmd.c is not gcc-3-ready) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: committed.

03/31/02:

05:30 Ticket #167 (Adding mv8 multilib variant to sparc-gcc-3.0.4) created by Ralf Corsepius
Jiri mentioned a sparc/mv8 multilib variant to be useful. Release: …
05:16 Ticket #166 (libnetworking/libc/rcmd.c is not gcc-3-ready) created by Ralf Corsepius
rcmd.c uses the non-POSIX compliant define rtems gcc >= 3 requires …

03/29/02:

18:35 Ticket #150 (tools/cpu/unix is obsolete) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: I seem to have removed the directory successfully.
16:47 Changeset in rtems [88f3393]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-03-29 Joel Sherrill <joel@…> * Per PR150, unix directory and contents removed. * unix/, unix/ChangeLog, unix/Makefile.am, unix/configure.ac, unix/gensize.c: Deleted.
15:32 Changeset in rtems [894d01c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-03-29 Joel Sherrill <joel@…> * Per PR147 addressed problems when reseting and inserting a timer into a timer chain that did not honor time passage since the last time the timer server was scheduled and the new insertion. * include/rtems/rtems/timer.h, src/timerreset.c, src/timerserver.c, src/timerserverfireafter.c, src/timerserverfirewhen.c: Broke up the "reset server" routine into a set of very specific routines that allowed the server to be unscheduled, timer chains to be "synchronized" with the current time before inserting a new timer.
15:32 Changeset in rtems [5729f62]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-03-29 Joel Sherrill <joel@…> * Per PR147 addressed problems when reseting and inserting a timer into a timer chain that did not honor time passage since the last time the timer server was scheduled and the new insertion. * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
14:32 Ticket #147 (server based time fires incorrectly) closed by Joel Sherrill
State-Changed-From-To: working->closed State-Changed-Why: Patch applied.
14:22 Changeset in rtems [82e1e997]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-28 Ralf Corsepius <corsepiu@…> * tbr/Makefile.am: New file. * tbr/.cvsignore: New file. * tbr/tbr.c: New file. * tbr/tbr.h: New file. * configure.ac: Add tbr subdir. * Makefile.am: Add tbr subdir.
14:18 Changeset in rtems [8c1756e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-28 Ralf Corsepius <corsepiu@…> * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE). Add BSPOPTS_*(FPU_REVB). * wrapup/Makefile.am: Add tbr.
14:17 Changeset in rtems [21c468b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-28 Ralf Corsepius <corsepiu@…> * cpu.c: Replace NO_TABLE_MOVE-support by external function (code moved to libcpu/sparc/tbr/tbr.c). * cpu.h: Replace NO_TABLE_MOVE-support by external function (code moved to libcpu/sparc/tbr/tbr.h). * sparc.h: Add sparc_init_tbr (implemented in libcpu/sparc/tbr/tbr.c).
14:17 Changeset in rtems [04e6ba42]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-28 Ralf Corsepius <corsepiu@…> * custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB. * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB. * custom/leon2.cfg: Remove NO_TABLE_MOVE.
14:16 Changeset in rtems [d3c2a04]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-03-29 Joel Sherrill <joel@…> * .cvsignore: Added mkgcc3newlib.
14:15 Changeset in rtems [ff47e5b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-03-29 Joel Sherrill <joel@…> * gcc3newlib/.cvsignore: New file.
14:04 Ticket #152 (clean up librdbg for other supported processor platform) closed by Joel Sherrill
State-Changed-From-To: analyzed->closed State-Changed-Why: It is not clear that this problem still applies after a series of patches were applied.

03/28/02:

19:32 Changeset in rtems [96e6a86c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-03-28 Joel Sherrill <joel@…> * PR132 requested some tinkering ot lower memory. * include/confdefs.h: Lowered footprint of device driver table and statically configure user extensions. Now if no static extensions are configured, then the table is not instantiated.
19:30 Changeset in rtems [0a32a21]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-03-28 Joel Sherrill <joel@…> * Side-effect of PR132. * sp21/system.h: Now must explicitly request NULL driver.
18:17 Changeset in rtems [afe5cac]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-03-28 Joel Sherrill <joel@…> * Per PR64 added support for gcc 3.x RPMs * Makefile.am, configure.ac, mkspec, setup, setup.def: Modified. * mkgcc3newlibspec.in: New file. * gcc3newlib: New subdirectory. * base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add, gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am, README, target-g77.add, target-gcc.add, target-gcj.add, target-objc.add: New files.
18:13 Changeset in rtems [c2778fa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-03-28 Joel Sherrill <joel@…> * binutils/binutils.add: Commented out patch since binutils 2.12 does not require one.
18:10 Changeset in rtems [652aa30]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-03-28 Joel Sherrill <joel@…> * cpu.c: Define fix_syscall_errno() to nothing so MP links.
17:16 Ticket #64 (Add gcc3 directory in scripts) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: scripts/gcc3newlib directory added. RPMs will be made available shortly.
14:25 Changeset in rtems [321f5ff]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * aclocal/version.m4: New file. * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/ aclocal/version.m4. * bootstrap: Use aclocal/version.m4 instead of VERSION. * configure.ac: Use aclocal/version.m4 instead of VERSION.
13:53 Changeset in rtems [76d527ec]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * aclocal/version.m4: New file. * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/ aclocal/version.m4. * bootstrap: Use aclocal/version.m4 instead of VERSION. * configure.ac: Use aclocal/version.m4 instead of VERSION.
13:52 Changeset in rtems [9fff6bf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * src/dosfs/fat_file.c: Remove bsp.h. fat_file_write(.. const char*buf ..). * src/dosfs/fat_file.h: fat_file_write(.. const char*buf ..).
13:52 Changeset in rtems [b7d8cb7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * include/bsp.h: include <libcpu/cpu.h>.
13:52 Changeset in rtems [5098898]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * include/bsp.h: include <libcpu/cpu.h>. * console/console.c: Remove unused variable console_open_count.
13:51 Changeset in rtems [99f04d9d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-26 Ralf Corsepius <corsepiu@…> * custom/cvme961.cfg: Remove GCC272 support. * custom/dmv152.cfg: Remove GCC272 support. * custom/efi332.cfg: Remove GCC272 support. * custom/efi68k.cfg: Remove GCC272 support. * custom/eth_comm.cfg: Remove GCC272 support. * custom/gen405.cfg: Remove GCC272 support. * custom/gen68302.cfg: Remove GCC272 support. * custom/gen68340.cfg: Remove GCC272 support. * custom/gen68360.cfg: Remove GCC272 support. * custom/genmongoosev.cfg: Remove GCC272 support. * custom/helas403.cfg: Remove GCC272 support. * custom/i386ex.cfg: Remove GCC272 support. * custom/i960sim.cfg: Remove GCC272 support. * custom/idp.cfg: Remove GCC272 support. * custom/leon2.cfg: Remove GCC272 support. * custom/mbx8xx.cfg: Remove GCC272 support. * custom/mcf5206elite.cfg: Remove GCC272 support. * custom/mpc8260ads.cfg: Remove GCC272 support. * custom/mrm332.cfg: Remove GCC272 support. * custom/mvme136.cfg: Remove GCC272 support. * custom/mvme147.cfg: Remove GCC272 support. * custom/mvme167.cfg: Remove GCC272 support. * custom/ods68302.cfg: Remove GCC272 support. * custom/p4000.cfg: Remove GCC272 support. * custom/p4600.cfg: Remove GCC272 support. * custom/p4650.cfg: Remove GCC272 support. * custom/pc386.cfg: Remove GCC272 support. * custom/portsw.cfg: Remove GCC272 support. * custom/psim.cfg: Remove GCC272 support. * custom/rxgen960.cfg: Remove GCC272 support. * custom/score603e.cfg: Remove GCC272 support. * custom/sim68000.cfg: Remove GCC272 support. * custom/simhppa.cfg: Remove GCC272 support. * custom/simsh4.cfg: Remove GCC272 support. * custom/ts_386ex.cfg: Remove GCC272 support.
13:01 Ticket #97 (Colors bad on GNATSweb) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: It appears to be machine/monitor specific.
02:26 Changeset in rtems [5aece64c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Eric Norum <eric.norum@…> * intr.t: Per PR165, now correctly states that passing a NULL pointer for the return argument is an error.
01:27 Ticket #165 (rtems_interrupt_catch documentation wrong) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Fixed.
00:55 Changeset in rtems [579f14cc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS. * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:54 Changeset in rtems [7273b6e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS.
00:54 Changeset in rtems [b2145d92]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS. * gnatnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:54 Changeset in rtems [d7c8239]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * autotools/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS. * gccnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS. * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:54 Changeset in rtems [8b14331a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * Templates/Makefile?.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS. * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:54 Changeset in rtems [3ba40b46]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * Makefile.am: Remove AUTOMAKE_OPTIONS.
00:54 Changeset in rtems [902d710]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * Ctags/Makefile?.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * FreeBSD/Makefile.am: Remove AUTOMAKE_OPTIONS. * ctags-emacs/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:53 Changeset in rtems [72b5b666]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * pictures/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS.
00:49 Changeset in rtems [7eeb2376]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:49 Changeset in rtems [c9500675]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS. * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS. * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:49 Changeset in rtems [ae5a0ce1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:49 Changeset in rtems [00a9ac1d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:49 Changeset in rtems [dbba1d6d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/powerpc/new_exception_processing/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:49 Changeset in rtems [01d48bf8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS. * kern/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * lib/Makefile.am: Remove AUTOMAKE_OPTIONS. * libc/Makefile.am: Remove AUTOMAKE_OPTIONS. * machine/Makefile.am: Remove AUTOMAKE_OPTIONS. * net/Makefile.am: Remove AUTOMAKE_OPTIONS. * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS. * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS. * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS. * sys/Makefile.am: Remove AUTOMAKE_OPTIONS. * vm/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:49 Changeset in rtems [be2cd08]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS. * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS. * devnull/Makefile.am: Remove AUTOMAKE_OPTIONS. * dummy/Makefile.am: Remove AUTOMAKE_OPTIONS. * dumpbuf/Makefile.am: Remove AUTOMAKE_OPTIONS. * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS. * mw-fb/Makefile.am: Remove AUTOMAKE_OPTIONS. * rootfs/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS. * shell/Makefile.am: Remove AUTOMAKE_OPTIONS. * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS. * untar/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:49 Changeset in rtems [05b8b60]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * src/dosfs/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/imfs/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:49 Changeset in rtems [657af74]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * network/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS. * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:48 Changeset in rtems [b449267]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * libc/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:48 Changeset in rtems [094051bd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * cache/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * reg_win/Makefile.am: Remove AUTOMAKE_OPTIONS. * syscall/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:48 Changeset in rtems [4cf920c4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * sci/Makefile.am: Remove AUTOMAKE_OPTIONS. * score/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:48 Changeset in rtems [6e431ba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * delay/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * sci/Makefile.am: Remove AUTOMAKE_OPTIONS. * score/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:48 Changeset in rtems [80bbfb9a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * mpc505/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc505/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc505/timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc505/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc6xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc6xx/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc6xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc6xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc6xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc6xx/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8260/clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8260/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8260/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8260/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8260/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8260/include/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8260/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8260/timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8xx/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8xx/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8xx/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8xx/include/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS. * mpc8xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * ppc403/clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * ppc403/Makefile.am: Remove AUTOMAKE_OPTIONS. * ppc403/console/Makefile.am: Remove AUTOMAKE_OPTIONS. * ppc403/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS. * ppc403/timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * ppc403/tty_drv/Makefile.am: Remove AUTOMAKE_OPTIONS. * ppc403/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS. * shared/include/Makefile.am: Remove AUTOMAKE_OPTIONS. * shared/Makefile.am: Remove AUTOMAKE_OPTIONS. * shared/src/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:48 Changeset in rtems [9269ef8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:48 Changeset in rtems [5639d7cc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * mongoosev/duart/Makefile.am: Remove AUTOMAKE_OPTIONS. * mongoosev/Makefile.am: Remove AUTOMAKE_OPTIONS. * mongoosev/include/Makefile.am: Remove AUTOMAKE_OPTIONS. * mongoosev/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS. * r46xx/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS. * r46xx/Makefile.am: Remove AUTOMAKE_OPTIONS. * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS. * shared/Makefile.am: Remove AUTOMAKE_OPTIONS. * shared/interrupts/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * tx39/include/Makefile.am: Remove AUTOMAKE_OPTIONS. * tx39/Makefile.am: Remove AUTOMAKE_OPTIONS. * tx39/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:48 Changeset in rtems [e3355c71]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS. * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS. * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:48 Changeset in rtems [ebe9aef]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * mbus/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:47 Changeset in rtems [f48c0106]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * i960ca/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * i960ka/Makefile.am: Remove AUTOMAKE_OPTIONS. * i960rp/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:47 Changeset in rtems [7b16681]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * milli/Makefile.am: Remove AUTOMAKE_OPTIONS. * semaphore/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:46 Changeset in rtems [1960925d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:46 Changeset in rtems [c43484b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * cpu/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * inline/Makefile.am: Remove AUTOMAKE_OPTIONS. * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:45 Changeset in rtems [ef7ceb4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * inline/Makefile.am: Remove AUTOMAKE_OPTIONS. * macros/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:45 Changeset in rtems [58c3d04e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * src/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * inline/Makefile.am: Remove AUTOMAKE_OPTIONS. * macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:45 Changeset in rtems [87e106c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * inline/Makefile.am: Remove AUTOMAKE_OPTIONS. * macros/Makefile.am: Remove AUTOMAKE_OPTIONS. * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:44 Changeset in rtems [f66be68]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS. * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS. * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS. * tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:44 Changeset in rtems [4b01a18]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * tmitronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:44 Changeset in rtems [cb626ac8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS.
00:44 Changeset in rtems [ac2512ab]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS. * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS. * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS. * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:44 Changeset in rtems [0e9a637]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS. * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS. * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS. * hello/Makefile.am: Remove AUTOMAKE_OPTIONS. * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS. * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS. * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS. * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:44 Changeset in rtems [8dc526ef]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS. * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS. * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:44 Changeset in rtems [ed794ad]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * mp01/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp01/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp01/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp02/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp02/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp02/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * mp03/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp03/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp03/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp04/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp04/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp04/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp05/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp05/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp05/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp06/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp06/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp06/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp07/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp07/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp07/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp08/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp08/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp08/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp09/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp09/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp09/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp10/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp10/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp10/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp11/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp11/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp11/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp12/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp12/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp12/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp13/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp13/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp13/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp14/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp14/Makefile.am: Remove AUTOMAKE_OPTIONS. * mp14/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:44 Changeset in rtems [8b695b9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS. * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS. * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS. * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS. * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:44 Changeset in rtems [a7d158ab]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS. * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS. * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS. * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS. * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS. * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS. * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS. * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:43 Changeset in rtems [c42980ab]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/rtems/score/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/rtems/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * shmdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:43 Changeset in rtems [1442144d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:42 Changeset in rtems [3d15b932]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * Makefile.am: Remove AUTOMAKE_OPTIONS.
00:42 Changeset in rtems [d6ad3b5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:42 Changeset in rtems [23c49b5e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS. * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:42 Changeset in rtems [2c059912]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS.
00:42 Changeset in rtems [f9b2478]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * tools/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:42 Changeset in rtems [13219cae]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:42 Changeset in rtems [f61a85a8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:42 Changeset in rtems [7fb5793]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:42 Changeset in rtems [b23a1721]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * irq/Makefile.am: Remove AUTOMAKE_OPTIONS. * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS. * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS. * pci/Makefile.am: Remove AUTOMAKE_OPTIONS. * residual/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:42 Changeset in rtems [b51266c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * tod/Makefile.am: Remove AUTOMAKE_OPTIONS. * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:41 Changeset in rtems [9ea32e6a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:41 Changeset in rtems [fd2b7d35]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * network/Makefile.am: Remove AUTOMAKE_OPTIONS. * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS. * pci/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * tod/Makefile.am: Remove AUTOMAKE_OPTIONS. * universe/Makefile.am: Remove AUTOMAKE_OPTIONS. * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:41 Changeset in rtems [59e54c7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * irq/Makefile.am: Remove AUTOMAKE_OPTIONS. * network/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:41 Changeset in rtems [d521eaa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * irq/Makefile.am: Remove AUTOMAKE_OPTIONS. * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS. * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS. * pci/Makefile.am: Remove AUTOMAKE_OPTIONS. * residual/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:41 Changeset in rtems [8d0782a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * irq/Makefile.am: Remove AUTOMAKE_OPTIONS. * network/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:41 Changeset in rtems [aedbd45]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:41 Changeset in rtems [9d9400ac]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:41 Changeset in rtems [a616459]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * canbus/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * irq/Makefile.am: Remove AUTOMAKE_OPTIONS. * network/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:41 Changeset in rtems [bfcd473]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * scv64/Makefile.am: Remove AUTOMAKE_OPTIONS. * sonic/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * tod/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:41 Changeset in rtems [94f53a4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:41 Changeset in rtems [ddd9abf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:40 Changeset in rtems [e31ccfdd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * network/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:40 Changeset in rtems [30a4bdd3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * network/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * tod/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:40 Changeset in rtems [9a899f6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:40 Changeset in rtems [bd5c21c5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:40 Changeset in rtems [a8a8632]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * tod/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:40 Changeset in rtems [134dceb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * network/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:39 Changeset in rtems [fa46ee8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * debug_ada/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * debug_c/Makefile.am: Remove AUTOMAKE_OPTIONS. * dos_sup/Makefile.am: Remove AUTOMAKE_OPTIONS. * network_ada/adasockets/Makefile.am: Remove AUTOMAKE_OPTIONS. * network_ada/Makefile.am: Remove AUTOMAKE_OPTIONS. * network_ada/listener/Makefile.am: Remove AUTOMAKE_OPTIONS. * network_ada/tcprelay/Makefile.am: Remove AUTOMAKE_OPTIONS. * ts_1325_ada/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:39 Changeset in rtems [b35593d6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * comm/Makefile.am: Remove AUTOMAKE_OPTIONS. * io/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * irq/Makefile.am: Remove AUTOMAKE_OPTIONS. * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:39 Changeset in rtems [4f36d46]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:39 Changeset in rtems [1ed8f91d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * tty/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:38 Changeset in rtems [5e5e47f0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:38 Changeset in rtems [4de102cc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS.
00:38 Changeset in rtems [70633be1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * irq/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:38 Changeset in rtems [460c1092]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * comm/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
00:02 Changeset in rtems [337d369]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ralf Corsepius <corsepiu@…> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.

03/27/02:

19:57 Ticket #165 (rtems_interrupt_catch documentation wrong) created by Eric Norum
The documentation for rtems_interrupt_catch states, Passing a NULL …
17:35 Changeset in rtems [78287f41]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Eric Norum <eric.norum@…> * PR161 * rtmon.t: Add rtems_ prefix to directives in the example.
16:39 Ticket #161 (rate-monotonic examples missing some prefixes) closed by Joel Sherrill
State-Changed-From-To: analyzed->closed State-Changed-Why: patch applied
14:44 Changeset in rtems [9b02fa65]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Thomas.Doerfler@… * PR144 * nfs/bootp_subr.c bootpc_init(): Performs a write to memory address 0 when called for the first time. This is done when trying to clear the variable "dhcp_hostname".
14:39 Changeset in rtems [6d00095]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-22 Chris Johns <ccj@…> * io.t, conf.t: PR 160. Added the IO Manager's register and unregister interface documentation.
14:36 Changeset in rtems [f4c118d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-03-27 Ilya Alexeev <ilya@…> * PR162 * net/if_ppp.c ppp_txdaemon(), net/if_pppvar.h pppstart(): Local variables must not be used in a device write routines. Now ppp_softc structure have own character for writing to device (sc_outchar). I think that converting local variables to static is not a right solution, because problems will occur in the case of two or more ppp instances. * net/ppp_tty.c pppstart(): Type of the ioffset variable must be u_long, otherwise in the case of the big output packet endless loop may occur.
13:45 Ticket #144 (bootp accesses NULL location at startup) closed by Joel Sherrill
State-Changed-From-To: analyzed->closed State-Changed-Why: attachment 2 was applied. :)
13:39 Ticket #160 (IO Manager register/unregister documentation) closed by Joel Sherrill
State-Changed-From-To: analyzed->closed State-Changed-Why: patch applied.
13:36 Ticket #162 (ppp patch) closed by Joel Sherrill
State-Changed-From-To: analyzed->closed State-Changed-Why: Patch applied and version changed.
10:55 Ticket #164 (pthread_cancel could not stop the thread) created by ott
pthread_cancel doesn't seem to be able to stop the thread. I have …

03/26/02:

15:07 Ticket #159 (Problem with http application contained in netdemo.4.5.0) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Fixed in 4.5.1-previews
Note: See TracTimeline for information about the timeline view.