From 49ebb83610da0ad388c6e0e820afd9dfd69b28ed Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 23 Jan 2004 17:13:42 +0000 Subject: Cleanup ChangeLog. --- cpukit/libmisc/ChangeLog | 536 ++++++++++++++++++++--------------------------- 1 file changed, 228 insertions(+), 308 deletions(-) (limited to 'cpukit/libmisc/ChangeLog') diff --git a/cpukit/libmisc/ChangeLog b/cpukit/libmisc/ChangeLog index 7c30365225..fd4e8a54e2 100644 --- a/cpukit/libmisc/ChangeLog +++ b/cpukit/libmisc/ChangeLog @@ -4,24 +4,20 @@ 2004-01-14 Ralf Corsepius - * Makefile.am: Re-add dirstamps to PREINSTALL_FILES. - Add PREINSTALL_FILES to CLEANFILES. + * Makefile.am: Re-add dirstamps to PREINSTALL_FILES. Add + PREINSTALL_FILES to CLEANFILES. -2004-01-11 Ralf Corsepius +2004-01-11 Ralf Corsepius * Makefile.am: Include compile.am again. Misc fixes. -2004-01-08 Ralf Corsepius +2004-01-08 Ralf Corsepius - * Makefile.am: Add libs to CLEANFILES - Set lib*_g_a_SOURCES = lib*_a_SOURCES. + * Makefile.am: Add libs to CLEANFILES Set lib*_g_a_SOURCES = + lib*_a_SOURCES. + * Makefile.am: Build lib*$(LIB_VARIANT).a instead of $(ARCH)/lib*.a. -2004-01-08 Ralf Corsepius - - * Makefile.am: Build lib*$(LIB_VARIANT).a instead of - $(ARCH)/lib*.a. - -2004-01-07 Ralf Corsepius +2004-01-07 Ralf Corsepius * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules. @@ -37,27 +33,17 @@ PR 540/rtems_misc * cpuuse/cpuuse.c, rtmonuse/rtmonuse.c: Correct object name printing. - -2003-12-11 Joel Sherrill - PR 531/rtems_misc * rtmonuse/rtmonuse.c, stackchk/check.c: Correct indexing. 2003-11-30 Ralf Corsepius - * Makefile.am: Add $(dirstamp) to compilation rules. - Fix misc. typos. - -2003-11-30 Ralf Corsepius - + * Makefile.am: Add $(dirstamp) to compilation rules. Fix misc. typos. * Makefile.am: Add $(dirstamp) to preinstallation rules. 2003-11-28 Ralf Corsepius * Makefile.am: Reformat. - -2003-11-28 Ralf Corsepius - * capture/Makefile.am: Remove. * cpuuse/Makefile.am: Remove. * devnull/Makefile.am: Remove. @@ -82,41 +68,31 @@ 2003-11-20 Ralf Corsepius * capture/config.h: Remove. - * capture/Makefile.am: Remove config.h. - AM_CPPFLAGS += -I$(top_builddir). + * capture/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * cpuuse/config.h: Remove. - * cpuuse/Makefile.am: Remove config.h. - AM_CPPFLAGS += -I$(top_builddir). + * cpuuse/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * devnull/config.h: Remove. - * devnull/Makefile.am: Remove config.h. - AM_CPPFLAGS += -I$(top_builddir). + * devnull/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * dummy/config.h: Remove. - * dummy/Makefile.am: Remove config.h. - AM_CPPFLAGS += -I$(top_builddir). + * dummy/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * dumpbuf/config.h: Remove. - * dumpbuf/Makefile.am: Remove config.h. - AM_CPPFLAGS += -I$(top_builddir). + * dumpbuf/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * monitor/config.h: Remove. - * monitor/Makefile.am: Remove config.h. - AM_CPPFLAGS += -I$(top_builddir). + * monitor/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * mw-fb/config.h: Remove. - * mw-fb/Makefile.am: Remove config.h. - AM_CPPFLAGS += -I$(top_builddir). + * mw-fb/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * rtmonuse/config.h: Remove. - * rtmonuse/Makefile.am: Remove config.h. - AM_CPPFLAGS += -I$(top_builddir). + * rtmonuse/Makefile.am: Remove config.h. AM_CPPFLAGS += + -I$(top_builddir). * serdbg/config.h: Remove. - * serdbg/Makefile.am: Remove config.h. - AM_CPPFLAGS += -I$(top_builddir). + * serdbg/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * shell/config.h: Remove. - * shell/Makefile.am: Remove config.h. - AM_CPPFLAGS += -I$(top_builddir). + * shell/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * stackchk/config.h: Remove. - * stackchk/Makefile.am: Remove config.h. - AM_CPPFLAGS += -I$(top_builddir). + * stackchk/Makefile.am: Remove config.h. AM_CPPFLAGS += + -I$(top_builddir). * untar/config.h: Remove. - * untar/Makefile.am: Remove config.h. - AM_CPPFLAGS += -I$(top_builddir). + * untar/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). 2003-10-21 Ralf Corsepius @@ -127,16 +103,13 @@ PR 495/rtems_misc * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c, monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c, - monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit - clean. + monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit clean. 2003-09-22 Ralf Corsepius - * monitor/monitor.h: - Add rtems_monitor_commands[] (Illegally applied by shell/). - Remove ifdef(__mips64) (Make broken code visible again). - * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid - warnings. + * monitor/monitor.h: Add rtems_monitor_commands[] (Illegally applied by + shell/). Remove ifdef(__mips64) (Make broken code visible again). + * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid warnings. * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make broken code visible again). * shell/cmds.c: Remove local decls of rtems_monitor_commands[]. @@ -147,37 +120,34 @@ RTEMS_MONITOR_PROMPT (pollutes namespace, useless). * monitor/mon-command.c: Add RTEMS_MONITOR_PROMPT. * monitor/mon-monitor.c: Apply private version of STREQ. - -2003-09-19 Ralf Corsepius - * monitor/symbols.h: Convert to private header. - * monitor/monitor.h: Don't include symbols.h. - Add forward decls. for symbols from symbols.h. + * monitor/monitor.h: Don't include symbols.h. Add forward decls. for + symbols from symbols.h. * monitor/Makefile.am: Don't install symbols.h. * monitor/mon-symbols.c: Include "symbols.h". 2003-09-04 Joel Sherrill * cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c, - devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c, - dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h, - serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c, - stackchk/internal.h, stackchk/stackchk.h, untar/untar.c, - untar/untar.h: URL for license changed. - -2003-08-14 Joel Sherrill - - PR 408/filesystem - * cpuuse/cpuuse.c: Added sync() service. As part of adding this - service, the new RTEMS service rtems_iterate_over_all_threads() was - also added. This new service makes it easier to iterate over all the - tasks/threads in a system and perform an action on them. This change - is to use the new thread iteration service. + devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c, dumpbuf/dumpbuf.h, + fsmount/fsmount.c, fsmount/fsmount.h, serdbg/serdbgio.c, + serdbg/termios_printk.c, stackchk/check.c, stackchk/internal.h, + stackchk/stackchk.h, untar/untar.c, untar/untar.h: URL for license + changed. 2003-08-14 Ralf Corsepius * fsmount/Makefile.am: Fix path to automake-includes. +2003-08-14 Joel Sherrill + + PR 408/filesystem + * cpuuse/cpuuse.c: Added sync() service. As part of adding this service, + the new RTEMS service rtems_iterate_over_all_threads() was also added. + This new service makes it easier to iterate over all the tasks/threads + in a system and perform an action on them. This change is to use the new + thread iteration service. + 2003-08-13 Joel Sherrill * fsmount/.cvsignore: New file. @@ -186,61 +156,58 @@ PR 369/filesystem * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to - show the use of the DOSFS functions + show the use of the DOSFS functions. * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c, fsmount/fsmount.h: New files. 2003-08-05 Till Strauman PR 436/rtems_misc - * monitor/mon-monitor.c: monitor registered commands list manipulation bugs + * monitor/mon-monitor.c: monitor registered commands list manipulation + bugs. 2003-07-08 Ralf Corsepius * configure.ac: Remove (Merged into ../configure.ac). - * Makefile.am: - Reflect having merged configure.ac into ../configure.ac. + * Makefile.am: Reflect having merged configure.ac into ../configure.ac. * capture/config.h: New. - * capture/Makefile.am: Add config.h. - Reflect having merged configure.ac into ../configure.ac. + * capture/Makefile.am: Add config.h. Reflect having merged configure.ac + into ../configure.ac. * cpuuse/config.h: New. - * cpuuse/Makefile.am: Add config.h. - Reflect having merged configure.ac into ../configure.ac. + * cpuuse/Makefile.am: Add config.h. Reflect having merged configure.ac + into ../configure.ac. * devnull/config.h: New. - * devnull/Makefile.am: Add config.h. - Reflect having merged configure.ac into ../configure.ac. + * devnull/Makefile.am: Add config.h. Reflect having merged configure.ac + into ../configure.ac. * dummy/config.h: New. - * dummy/Makefile.am: Add config.h. - Reflect having merged configure.ac into ../configure.ac. + * dummy/Makefile.am: Add config.h. Reflect having merged configure.ac + into ../configure.ac. * dumpbuf/config.h: New. - * dumpbuf/Makefile.am: Add config.h. - Reflect having merged configure.ac into ../configure.ac. + * dumpbuf/Makefile.am: Add config.h. Reflect having merged configure.ac + into ../configure.ac. * monitor/config.h: New. - * monitor/Makefile.am: Add config.h. - Reflect having merged configure.ac into ../configure.ac. + * monitor/Makefile.am: Add config.h. Reflect having merged configure.ac + into ../configure.ac. * mw-fb/config.h: New. - * mw-fb/Makefile.am: Add config.h. - Reflect having merged configure.ac into ../configure.ac. + * mw-fb/Makefile.am: Add config.h. Reflect having merged configure.ac + into ../configure.ac. * rtmonuse/config.h: New. - * rtmonuse/Makefile.am: Add config.h. - Reflect having merged configure.ac into ../configure.ac. + * rtmonuse/Makefile.am: Add config.h. Reflect having merged configure.ac + into ../configure.ac. * serdbg/config.h: New. - * serdbg/Makefile.am: Add config.h. - Reflect having merged configure.ac into ../configure.ac. + * serdbg/Makefile.am: Add config.h. Reflect having merged configure.ac + into ../configure.ac. * shell/config.h: New. - * shell/Makefile.am: Add config.h. - Reflect having merged configure.ac into ../configure.ac. + * shell/Makefile.am: Add config.h. Reflect having merged configure.ac + into ../configure.ac. * stackchk/config.h: New. - * stackchk/Makefile.am: Add config.h. - Reflect having merged configure.ac into ../configure.ac. + * stackchk/Makefile.am: Add config.h. Reflect having merged configure.ac + into ../configure.ac. * untar/config.h: New. - * untar/Makefile.am: Add config.h. - Reflect having merged configure.ac into ../configure.ac. - * wrapup/Makefile.am: - Reflect having merged configure.ac into ../configure.ac. - -2003-07-08 Ralf Corsepius - + * untar/Makefile.am: Add config.h. Reflect having merged configure.ac + into ../configure.ac. + * wrapup/Makefile.am: Reflect having merged configure.ac into + ../configure.ac. * capture/capture-cli.c: Add config-header support. * capture/capture.c: Add config-header support. * cpuuse/cpuuse.c: Add config-header support. @@ -300,39 +267,11 @@ 2003-01-27 Dan Smisko - * stackchk/check.c: Fix problem where _Objects_Get_information() - will dereference a null pointer when checking the interrupt stack. - If there's something at 0, you may be ok at run time but it is wrong. - -2003-01-27 Dan Smisko - + * stackchk/check.c: Fix problem where _Objects_Get_information() will + dereference a null pointer when checking the interrupt stack. If there's + something at 0, you may be ok at run time but it is wrong. * monitor/mon-command.c: Correct two potential NULL references. -2002-01-25 Ralf Corsepius - - * configure.ac: Fix tests for GCC. - -2002-01-24 Ralf Corsepius - - * configure.ac: Add check for weak function attribute. - Remove AM_CONDITIONAL([RTEMS_LIBSHELL]. - Add AM_CONDITIONAL(LIBSHELL), AM_CONDITIONAL(LIBSERDBG). - * capture/Makefile.am: Use *.a instead of *-tmp.a. - * cpuuse/Makefile.am: Use *.a instead of *-tmp.a. - * devnull/Makefile.am: Use *.a instead of *-tmp.a. - * dummy/Makefile.am: Use *.a instead of *-tmp.a. - * dumpbuf/Makefile.am: Use *.a instead of *-tmp.a. - * monitor/Makefile.am: Use *.a instead of *-tmp.a. - * mw-fb/Makefile.am: Use *.a instead of *-tmp.a. - * rtmonuse/Makefile.am: Use *.a instead of *-tmp.a. - * serdbg/Makefile.am: Use *.a instead of *-tmp.a. - Build iff LIBSERDBG is true. - * shell/Makefile.am: Use *.a instead of *-tmp.a. - Build iff LIBSHELL is true. - * stackchk/Makefile.am: Use *.a instead of *-tmp.a. - * untar/Makefile.am: Use *.a instead of *-tmp.a. - * wrapup/Makefile.am: Reflect changes above. - 2002-12-12 Ralf Corsepius * configure.ac: Require autoconf-2.57+automake-1.7.2. @@ -347,19 +286,12 @@ * shell/Makefile.am: Ditto. * stackchk/Makefile.am: Ditto. * untar/Makefile.am: Ditto. - * mw-fb/Makefile.am: Eliminate C_O_FILES. - Eliminate SRCS. - -2002-12-12 Ralf Corsepius - - Moving libmisc from rtems/c/src to rtems/cpukit. - + * mw-fb/Makefile.am: Eliminate C_O_FILES. Eliminate SRCS. Moving libmisc + from rtems/c/src to rtems/cpukit. * Makefile.am: Reflect new path. - * configure.ac: Reflect new path. - Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP. - Remove RTEMS_PROJECT_ROOT. - * capture/Makefile.am: Reflect new path. - Remove OBJS from all-local. + * configure.ac: Reflect new path. Use RTEMS_ENV_RTEMSCPU instead of + RTEMS_ENV_RTEMSBSP. Remove RTEMS_PROJECT_ROOT. + * capture/Makefile.am: Reflect new path. Remove OBJS from all-local. * cpuuse/Makefile.am: Ditto. * devnull/Makefile.am: Ditto. * dummy/Makefile.am: Ditto. @@ -376,9 +308,6 @@ 2002-12-10 Ralf Corsepius * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP. - -2002-12-10 Ralf Corsepius - * capture/Makefile.am: Don't include @RTEMS_BSP@.cfg. * cpuuse/Makefile.am: Don't include @RTEMS_BSP@.cfg. * devnull/Makefile.am: Don't include @RTEMS_BSP@.cfg. @@ -408,8 +337,8 @@ * serdbg/serdbgio.c: Add #include . * shell/Makefile.am: Add RTEMS_LIBSHELL conditional. * wrapup/Makefile.am: Add RTEMS_LIBSHELL conditional. - * configure.ac: Check for stdio assignments. - Add RTEMS_LIBSHELL conditional. + * configure.ac: Check for stdio assignments. Add RTEMS_LIBSHELL + conditional. 2002-11-01 Joel Sherrill @@ -426,34 +355,32 @@ 2002-10-24 Fabrizio Pirovano - * capture/capture.c, monitor/mon-manager.c, stackchk/check.c: - Patch to remove problems introduced by object name rework. + * capture/capture.c, monitor/mon-manager.c, stackchk/check.c: Patch to + remove problems introduced by object name rework. 2002-10-21 Ralf Corsepius - * .cvsignore: Reformat. - Add autom4te*cache. - Remove autom4te.cache. + * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache. 2002-08-30 Ralf Corsepius - * shell/shell.c: #include + * shell/shell.c: #include . * wrapup/Makefile.am: Eliminate LIBNAME. 2002-08-11 Ralf Corsepius * capture/Makefile.am: Use .$(OBJEXT) instead of .o. - * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o. - * devnull/Makefile.am: Use .$(OBJEXT) instead of .o. - * dummy/Makefile.am: Use .$(OBJEXT) instead of .o. - * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o. - * monitor/Makefile.am: Use .$(OBJEXT) instead of .o. - * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o. - * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o. - * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o. - * shell/Makefile.am: Use .$(OBJEXT) instead of .o. - * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o. - * untar/Makefile.am: Use .$(OBJEXT) instead of .o. + * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o. + * devnull/Makefile.am: Use .$(OBJEXT) instead of .o. + * dummy/Makefile.am: Use .$(OBJEXT) instead of .o. + * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o. + * monitor/Makefile.am: Use .$(OBJEXT) instead of .o. + * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o. + * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o. + * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o. + * shell/Makefile.am: Use .$(OBJEXT) instead of .o. + * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o. + * untar/Makefile.am: Use .$(OBJEXT) instead of .o. 2002-08-09 Ralf Corsepius @@ -466,13 +393,13 @@ 2002-07-30 Joel Sherrill - * stackchk/check.c: Don't reference the RTEMS allocated interrupt - stack if the port doesn't configure using it. + * stackchk/check.c: Don't reference the RTEMS allocated interrupt stack + if the port doesn't configure using it. 2002-07-24 Joel Sherrill - * wrapup/Makefile.am: Temporarily don't include serdbg since it - causes some BSPs to not link "main(){}" as required by autoconf. + * wrapup/Makefile.am: Temporarily don't include serdbg since it causes + some BSPs to not link "main(){}" as required by autoconf. 2002-07-20 Ralf Corsepius @@ -483,31 +410,27 @@ * capture/capture-cli.c, cpuuse/cpuuse.c, monitor/mon-monitor.c, monitor/mon-object.c, monitor/monitor.h: Corrected use of - _Objects_Information_table now that it is a two dimensional - array based upon API and class. In addition, in the monitor, - corrected an error which occured when a target has 64 bit pointers. + _Objects_Information_table now that it is a two dimensional array based + upon API and class. In addition, in the monitor, corrected an error + which occured when a target has 64 bit pointers. + * stackchk/check.c: Corrected use of _Objects_Information_table now that + it is a two dimensional array based upon API and class. -2002-07-01 Joel Sherrill +2002-06-26 Ralf Corsepius - * stackchk/check.c: Corrected use of - _Objects_Information_table now that it is a two dimensional - array based upon API and class. + * wrapup/Makefile.am: Don't preinstall libmisc.a. 2002-06-25 Thomas Doerfler - * With the addition of serdbg, the standard polled I/O functions - for gdbstub and/or printk are optionally routed to any termios-aware - device driver, that supports polled mode. See libmisc/serdbg/README. + * With the addition of serdbg, the standard polled I/O functions for + gdbstub and/or printk are optionally routed to any termios-aware device + driver, that supports polled mode. See libmisc/serdbg/README. * serdbg/Makefile.am, serdbg/README, serdbg/serdbg.c, serdbg/serdbg.h, serdbg/serdbgcnf.h, serdbg/serdbgio.c, serdbg/termios_printk.c, - serdbg/termios_printk.h, serdbg/termios_printk_cnf.h, - serdbg/.cvsignore: New files. - * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to - reflect addition. - -2002-06-26 Ralf Corsepius - - * wrapup/Makefile.am: Don't preinstall libmisc.a. + serdbg/termios_printk.h, serdbg/termios_printk_cnf.h, serdbg/.cvsignore: + New files. + * configure.ac, Makefile.am, wrapup/Makefile.am: Modified to reflect + addition. 2002-05-24 Ralf Corsepius @@ -528,20 +451,8 @@ * capture/Makefile.am, capture/README, capture/capture-cli.c, capture/capture-cli.h, capture/capture.c, capture/capture.h, capture/.cvsignore: New files. - * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to - reflect addition. - -2001-05-14 Joel Sherrill - - * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate - a library of the same name. - -2002-03-20 Chris Johns - - * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything - lowercase. The capture engine need to set triggers or watches on task - with uppercase names. - Also stop the monitor repeating command when enter is pressed. + * Makefile.am, configure.ac, wrapup/Makefile.am: Modified to reflect + addition. 2002-04-04 Ralf Corsepius @@ -549,8 +460,7 @@ 2002-03-27 Ralf Corsepius - * configure.ac: - AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). + * 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. @@ -568,6 +478,10 @@ 2002-03-20 Chris Johns + * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything + lowercase. The capture engine need to set triggers or watches on task + with uppercase names. Also stop the monitor repeating command when + enter is pressed. * PR148. * monitor/mon-prmisc.c: Fixed to print task states correctly. @@ -575,6 +489,31 @@ * shell/shell.c: Remove #undef __STRICT_ANSI__. +2002-01-25 Ralf Corsepius + + * configure.ac: Fix tests for GCC. + +2002-01-24 Ralf Corsepius + + * configure.ac: Add check for weak function attribute. Remove + AM_CONDITIONAL([RTEMS_LIBSHELL]. Add AM_CONDITIONAL(LIBSHELL), + AM_CONDITIONAL(LIBSERDBG). + * capture/Makefile.am: Use *.a instead of *-tmp.a. + * cpuuse/Makefile.am: Use *.a instead of *-tmp.a. + * devnull/Makefile.am: Use *.a instead of *-tmp.a. + * dummy/Makefile.am: Use *.a instead of *-tmp.a. + * dumpbuf/Makefile.am: Use *.a instead of *-tmp.a. + * monitor/Makefile.am: Use *.a instead of *-tmp.a. + * mw-fb/Makefile.am: Use *.a instead of *-tmp.a. + * rtmonuse/Makefile.am: Use *.a instead of *-tmp.a. + * serdbg/Makefile.am: Use *.a instead of *-tmp.a. Build iff LIBSERDBG + is true. + * shell/Makefile.am: Use *.a instead of *-tmp.a. Build iff LIBSHELL is + true. + * stackchk/Makefile.am: Use *.a instead of *-tmp.a. + * untar/Makefile.am: Use *.a instead of *-tmp.a. + * wrapup/Makefile.am: Reflect changes above. + 2002-01-07 Ralf Corsepius * rootfs/Makefile.am: Use include_rtems_HEADERS instead of H_FILES. @@ -593,12 +532,6 @@ * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate. -2001-09-28 Joel Sherrill - - * dummy/dummy.c: Now a useful configuration that starts main(). - * wrapup/Makefile.am: Include a base level configuration in - RTEMS library. - 2001-09-28 Ralf Corsepius * untar/Makefile.am: Use 'PREINSTALL_FILES ='. @@ -612,6 +545,12 @@ * cpuuse/Makefile.am: Use 'PREINSTALL_FILES ='. * rootfs/Makefile.am: Use 'PREINSTALL_FILES ='. +2001-09-28 Joel Sherrill + + * dummy/dummy.c: Now a useful configuration that starts main(). + * wrapup/Makefile.am: Include a base level configuration in RTEMS + library. + 2001-09-27 Joel Sherrill * ChangeLog: Fixed typo in date. @@ -619,128 +558,113 @@ 2001-09-21 Joel Sherrill * configure.in, rootfs/Makefile.am: Added conditional to make sure - rootfs does not get built with networking is disabled. Also - added include of compile.am to rootfs/Makefile.am. + rootfs does not get built with networking is disabled. Also added + include of compile.am to rootfs/Makefile.am. * wrapup/Makefile.am: Added rootfs conditionally if networking enabled. 2001-09-19 Chris Johns - * Added support for populating the initial "root" filesystem - with information obtained via the DHCP response. + * Added support for populating the initial "root" filesystem with + information obtained via the DHCP response. * rootfs: New directory. * rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c, rootfs/mkrootfs.h: New files. * configure.in, Makefile.am: Modified to reflect addition. -2001-09-14 Fernando Ruiz - - * shell/shell.c: Don't close file it wasn't open. - 2001-09-14 Ralf Corsepius - * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead - of AC_CANONICAL_SYSTEM. - * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of - mkinstalldirs and mkdir. - * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS, - hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce - _RTEMS_OUTPUT_BUILD_SUBDIRS. + * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead of + AC_CANONICAL_SYSTEM. + * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of mkinstalldirs and + mkdir. + * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS, hack + RTEMS_CONFIG_BUILD_SUBDIRS, introduce _RTEMS_OUTPUT_BUILD_SUBDIRS. + * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead of + AC_CANONICAL_SYSTEM. + * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of mkinstalldirs and + mkdir. + * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS, hack + RTEMS_CONFIG_BUILD_SUBDIRS, introduce _RTEMS_OUTPUT_BUILD_SUBDIRS. 2001-09-14 Joel Sherrill * ChangeLog: Fixed some mistakes. - -2001-09-14 Joel Sherrill - * ChangeLog: Fixed some mistakes. - -2001-09-14 Ralf Corsepius - - * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead - of AC_CANONICAL_SYSTEM. - * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of - mkinstalldirs and mkdir. - * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS, - hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce - _RTEMS_OUTPUT_BUILD_SUBDIRS. - -2001-09-14 Joel Sherrill - + * ChangeLog: Fixed some mistakes. * ChangeLog: Fixed some mistakes. -2001-09-14 Joel Sherrill +2001-09-14 Fernando Ruiz - * ChangeLog: Fixed some mistakes. + * shell/shell.c: Don't close file it wasn't open. 2001-09-13 Joel Sherrill * devnull/devnull.c: Eliminate warning. -2001-08-09 Fernando-Ruiz Casas +2001-08-09 Keith Outwater - * shell/pty.c: Moved to libnetworking/rtems_telnetd. + * monitor/mon-command.c: Add support for partial command matching. The + monitor used to have this functionality before it was overhauled to + support addition of user commands. 2001-08-09 Fernando-Ruiz Casas + * shell/pty.c: Moved to libnetworking/rtems_telnetd. * shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c, shell/shell.h: Updates. -2001-08-09 Keith Outwater - - * monitor/mon-command.c: Add support for partial command matching. - The monitor used to have this functionality before it was overhauled - to support addition of user commands. - 2001-06-14 Joel Sherrill - * shell/telnetd.c, shell/telnetd.h: Moved to - libnetworking/rtems_servers so the network stack to address network - depenendency. + * shell/telnetd.c, shell/telnetd.h: Moved to libnetworking/rtems_servers + so the network stack to address network depenendency. * shell/Makefile.am: Modified to reflect above. 2001-05-25 Joel Sherrill - * shell/cmds.c: Removed code from inappropriate source. + * shell/cmds.c: Removed code from inappropriate source. -2000-05-24 Fernando Ruiz Casas +2001-05-24 Fernando Ruiz Casas * monitor/mon-prmisc.c: Correct print line. * shell/Makefile.am: Added new file telnetd.c. * shell/telnetd.c, shell/telnetd.h, shell/pty.c: New files. - * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments: - - The shell_init has a new parameter 'forever' because in - /dev/console you need that this process runs forever but in - tcp/ip not. (respawn?) - - A new task for every session opened trought tcp/ip telnet client. - (the chargen,daytime and more are possible of implementation but - I ask me if they are necesary) - - Exit from the session delete the task and when the client fails too. - - More cmds have been implemented. (very reduced version of these) - umask, chmod, id, whoami, rm, cat, ... - - A reduced line edit has been implemented. - Ctrl-C abort the input, - Ctrl-d in the first position gives EOF (logout). - '\b' and DEL makes the rubout operation. - I think that readline() for every session spents a lot of resources. + * shell/shell.c, shell/cmds.c, shell/shell.h: Numerous improvments: - + The shell_init has a new parameter 'forever' because in /dev/console you + need that this process runs forever but in tcp/ip not. (respawn?) - A + new task for every session opened trought tcp/ip telnet client. (the + chargen,daytime and more are possible of implementation but I ask me if + they are necesary) - Exit from the session delete the task and when the + client fails too. - More cmds have been implemented. (very reduced + version of these) umask, chmod, id, whoami, rm, cat, ... - A reduced + line edit has been implemented. Ctrl-C abort the input, Ctrl-d in the + first position gives EOF (logout). '\b' and DEL makes the rubout + operation. I think that readline() for every session spents a lot of + resources. + +2001-05-14 Joel Sherrill + + * dummy/Makefile.am, wrapup/Makefile.am: Fixed to generate a library of + the same name. 2001-04-28 Ralf Corsepius * shell/cmds.c, shell/shell.c: Remove fileno-hacks. * monitor/mon-symbols.c: Remove #undef __STRICT_ANSI__. -2001-04-20 Fernando Ruiz Casas +2001-04-20 Joel Sherrill - * Added initial shell functionality. - * Makefile.am, configure.in, wrapup/Makefile.am: - * shell/.cvsignore, shell/Makefile.am, shell/README, - shell/cmds.c, shell/shell.c, shell/shell.h: New files. + * devnull/devnull.c (null_initialize): Added check to ensure that the + driver is only initialized once. Otherwise, it will abort when the + device /dev/null is present. (null_write): Do not dereference a NULL + pointer. -2001-04-20 Joel Sherrill +2001-04-20 Fernando Ruiz Casas - * devnull/devnull.c (null_initialize): Added check to - ensure that the driver is only initialized once. Otherwise, - it will abort when the device /dev/null is present. - (null_write): Do not dereference a NULL pointer. + * Added initial shell functionality. + * Makefile.am, configure.in, wrapup/Makefile.am: Reflect having added + shell. + * shell/.cvsignore, shell/Makefile.am, shell/README, shell/cmds.c, + shell/shell.c, shell/shell.h: New files. 2001-02-06 Ralf Corsepius @@ -750,8 +674,8 @@ * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am, devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am, - stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am: - Apply include_*HEADERS instead of H_FILES. + stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am: Apply + include_*HEADERS instead of H_FILES. 2001-01-05 Joel Sherrill @@ -773,41 +697,36 @@ * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. -2000-10-25 Ralf Corsepius +2000-10-25 Ralf Corsepius - * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. - Switch to GNU canonicalization. + * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU + canonicalization. 2000-09-28 Joel Sherrill - * monitor/mon-driver.c: Accounted for addition of "_entry" to - fields in rtems_driver_address_table. + * monitor/mon-driver.c: Accounted for addition of "_entry" to fields in + rtems_driver_address_table. 2000-09-04 Ralf Corsepius - + * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am, monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, - untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am: - Include compile.am. + untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am: Include + compile.am. 2000-08-30 Joel Sherrill * Many files: Moved posix/include/rtems/posix/seterr.h to - score/include/rtems/seterr.h so it would be available within - all APIs. - -2000-08-30 Joel Sherrill - + score/include/rtems/seterr.h so it would be available within all APIs. * mw-fb/.cvsignore: New file. -2000-08-26 Rosimildo da Silva +2000-08-26 Rosimildo da Silva - * Added generic Micro FrameBuffer interface for MicroWindows. - This interface allows MicroWindows to under RTEMS. A sample - driver has been developed for the pc386 BSP. See - pc386/fb_vga.c as a sample. - * Added Uniform Input Device interface for MicroWindows. - See PC386 bsp for sample drivers for mouse and keyboard (console). + * Added generic Micro FrameBuffer interface for MicroWindows. This + interface allows MicroWindows to under RTEMS. A sample driver has been + developed for the pc386 BSP. See pc386/fb_vga.c as a sample. + * Added Uniform Input Device interface for MicroWindows. See PC386 bsp + for sample drivers for mouse and keyboard (console). * mw-bf: New directory. * Makefile.am, configure.in, wrapup/Makefile.am: Account for mw-fb. * mw-fb/Makefile.am: New file. @@ -819,3 +738,4 @@ 2000-08-10 Joel Sherrill * ChangeLog: New file. + -- cgit v1.2.3