summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-23 13:27:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-23 13:27:00 +0000
commit2baf0d8623339709040d9aa9134c93f7cdd228b0 (patch)
treea52f92a56d8f7a93b0ef46cc34ae442f7b96ade0 /cpukit
parent2004-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2baf0d8623339709040d9aa9134c93f7cdd228b0.tar.bz2
Cleanup ChangeLog.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog560
-rw-r--r--cpukit/rtems/ChangeLog368
-rw-r--r--cpukit/sapi/ChangeLog198
3 files changed, 426 insertions, 700 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e269dc4ed4..cebb58133f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,7 +1,6 @@
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * aclocal/rtems-top.m4: Remove PROJECT_ROOT.
- Prepend ../ to $1.
+ * aclocal/rtems-top.m4: Remove PROJECT_ROOT. Prepend ../ to $1.
* aclocal/env-rtemscpu.m4: Reworked.
* configure.ac: RTEMS_TOP([.]).
@@ -11,13 +10,10 @@
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * wrapup/Makefile.am: Remove $(ARCH)/$(dirstamp).
- Add TMPINSTALL_FILES to CLEANFILES.
-
-2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
- Add PREINSTALL_FILES to CLEANFILES.
+ * wrapup/Makefile.am: Remove $(ARCH)/$(dirstamp). Add TMPINSTALL_FILES
+ to CLEANFILES.
+ * Makefile.am: Re-add dirstamps to PREINSTALL_FILES. Add
+ PREINSTALL_FILES to CLEANFILES.
* automake/local.am: Remove depend-am.
* automake/subdirs.am: Remove depend-recursive.
@@ -25,159 +21,105 @@
* configure.ac: Requires automake >= 1.8.1.
-2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * aclocal/rtems-top.m4: Don't AC_SUBST PROJECT_ROOT.
- Remove PROJECT_TOPdir (Unused).
- * aclocal/env-rtemscpu.m4: Remove PROJECT_RELEASE.
- Expand ${PROJECT_ROOT}.
- Remove RTEMS_ENABLE_BARE (Unused).
- Don't AC_SUBST RTEMS_BSP.
+ * aclocal/rtems-top.m4: Don't AC_SUBST PROJECT_ROOT. Remove
+ PROJECT_TOPdir (Unused).
+ * aclocal/env-rtemscpu.m4: Remove PROJECT_RELEASE. Expand
+ ${PROJECT_ROOT}. Remove RTEMS_ENABLE_BARE (Unused). Don't AC_SUBST
+ RTEMS_BSP.
* aclocal/enable-bare.m4: Remove (Unused).
-
-2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* aclocal/rtems-top.m4: Remove check for cpukit/aclocal/version.m4.
Remove gnu-make endif HACK (Unused).
-
-2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * wrapup/Makefile.am: Include compile.am.
- Use TMP_LIBS instead of LIBS to avoid potential conflicts with
- auto*tools' LIBS.
- Reflect new locations of libscorecpu*.a
-
-2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
+ * wrapup/Makefile.am: Include compile.am. Use TMP_LIBS instead of LIBS
+ to avoid potential conflicts with auto*tools' LIBS. Reflect new
+ locations of libscorecpu*.a.
* Makefile.am: Remove AUTOMAKE_FILES.
* automake/compile.am: Replace contents with contents of
automake/amcompile.am.
* automake/amcompile.am, automake/lib.am: Remove.
-
-2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac, aclocal/enable-bare.m4,
- aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
- aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
- aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4, aclocal/multi.m4,
- aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
- (deprecated in autoconf-2.59)
+ * configure.ac, aclocal/enable-bare.m4, aclocal/enable-inlines.m4,
+ aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
+ aclocal/enable-networking.m4, aclocal/enable-posix.m4,
+ aclocal/enable-rtems-debug.m4, aclocal/multi.m4, aclocal/multilib.m4:
+ Use AS_HELP_STRING instead of AC_HELP_STRING (deprecated in
+ autoconf-2.59).
* automake/local.am: Remove clean-local, depend-gcc.
-2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Cosmetics.
-
-2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* aclocal/enable-networking.m4: Don't AC_SUBST(RTEMS_HAS_NETWORKING).
* aclocal/check-networking.m4: Don't AC_SUBST(HAS_NETWORKING).
* automake/amcompile.am: Remove $(ARCH).
- * wrapup/Makefile.am: Add $(ARCH).
- Remove compile.am, lib.am.
- Include amcompile.am.
-
-2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
+ * wrapup/Makefile.am: Add $(ARCH). Remove compile.am, lib.am. Include
+ amcompile.am.
* wrapup/Makefile.am: Use ../*/*$(LIB_VARIANT).a instead of
$(ARCH)/lib*.a.
+ * wrapup/Makefile.am: Reflect changes to libblock/Makefile.am. Reflect
+ changes to libcsupport/Makefile.am.
-2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * wrapup/Makefile.am:
- Reflect changes to libblock/Makefile.am.
- Reflect changes to libcsupport/Makefile.am.
-
-2004-01-07 Joel Sherrill <joel@OARcorp.com>
-
- * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
- more completely covers the MIPS family.
-
-2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to library Makefile.ams.
-
-2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* automake/amcompile.am: New.
* configure.ac: Add subdir-objects, AM_PROG_CC_C_O.
-2003-12-17 Joel Sherrill <joel@OARcorp.com>
+2004-01-07 Joel Sherrill <joel@OARcorp.com>
- * aclocal/version.m4: Updated to rtems-20031217-test.
+ * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
+ more completely covers the MIPS family.
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
-2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2003-12-17 Joel Sherrill <joel@OARcorp.com>
- * aclocal/env-rtemscpu.m4: Remove stray '/' in PROJECT_LIB.
- * wrapup/Makefile.am: Remove duplicate $(PROJECT_LIB) rule.
+ * aclocal/version.m4: Updated to rtems-20031217-test.
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * aclocal/env-rtemscpu.m4: Remove stray '/' in PROJECT_LIB.
+ * wrapup/Makefile.am: Remove duplicate $(PROJECT_LIB) rule.
* aclocal/env-rtemscpu.m4: Add PROJECT_LIB.
- * wrapup/Makefile.am: Use $(PROJECT_LIB) instead of ${PROJECT_RELEASE}/lib.
+ * wrapup/Makefile.am: Use $(PROJECT_LIB) instead of
+ ${PROJECT_RELEASE}/lib.
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
* wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
-
-2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* wrapup/Makefile.am: Reworked.
-
-2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* aclocal/lead-dot.m4: Remove (Use the version in automake-1.8).
* automake/lib.am: Remove $(project_libdir)$(MULTISUBDIR).
* aclocal/env-rtemscpu.m4: Reflect new definition of project_lib.
* Makefile.am: Remove BUILT_SOURCES.
-
-2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
* wrapup/Makefile.am: Reflect $(dirstamp) changes.
-
-2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* Makefile.am: Add $(dirstamp) to preinstallation rules.
-
-2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* aclocal/lead-dot.m4: New (from automake-1.7f).
- * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
- Add AC_SUBST(dirstamp).
-
-2003-11-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Reflect having removed
- libnetworking/libc/Makefile.am, libnetworking/lib/Makefile.am.
+ * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
+ AC_SUBST(dirstamp).
2003-11-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * configure.ac: Reflect having removed libnetworking/libc/Makefile.am,
+ libnetworking/lib/Makefile.am.
* configure.ac: Reflect changes to libmisc/*.
2003-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * wrapup/Makefile.am: Merge-in former libmisc/wrapup/Makefile.am
-
-2003-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Reflect changes to libfs Makefile.ams.
- Remove libmisc/wrapup/Makefile.
-
-2003-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Use here-documents to generate cpuopts.tmp.
- Various fixes and changes to argument processing.
- Reflect changes to librpc Makefile.ams.
+ * wrapup/Makefile.am: Merge-in former libmisc/wrapup/Makefile.am.
+ * configure.ac: Reflect changes to libfs Makefile.ams. Remove
+ libmisc/wrapup/Makefile.
+ * configure.ac: Use here-documents to generate cpuopts.tmp. Various
+ fixes and changes to argument processing. Reflect changes to librpc
+ Makefile.ams.
* acinclude.m4: Use here-documents to generate cpuopts.tmp.
* aclocal/check-itron.m4: Remove HAS_IRON_API.
* aclocal/check-multiprocessing.m4: Remove HAS_MP.
@@ -192,16 +134,15 @@
aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
- aclocal/env-rtemscpu.m4, aclocal/gcc-isystem.m4,
- aclocal/gcc-pipe.m4, aclocal/multi.m4,
- aclocal/multilib.m4, aclocal/prog-cc.m4,
- aclocal/rtems-top.m4, aclocal/sysv-ipc.m4:
- Fix underquoting to silence automake-1.8.
+ aclocal/env-rtemscpu.m4, aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4,
+ aclocal/multi.m4, aclocal/multilib.m4, aclocal/prog-cc.m4,
+ aclocal/rtems-top.m4, aclocal/sysv-ipc.m4: Fix underquoting to silence
+ automake-1.8.
2003-11-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * configure.ac: Use RTEMS_INLINES instead of USE_INLINES.
- Elimimate INLINESdir.
+ * configure.ac: Use RTEMS_INLINES instead of USE_INLINES. Elimimate
+ INLINESdir.
* aclocal/enable-inlines.m4: Ditto. Remove RTEMS_USE_MACROS.
* .cvsignore: Add config.h.in.
@@ -217,29 +158,26 @@
2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: New.
- * configure.ac: Don't use AUTOHEADER to generate cpuopts.h.
- Add local autoheader config.h.
+ * configure.ac: Don't use AUTOHEADER to generate cpuopts.h. Add local
+ autoheader config.h.
* aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST.
* aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * aclocal/check-posix.m4: Add m4-quotes.
- Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
+ * aclocal/check-posix.m4: Add m4-quotes. Require
+ RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
* aclocal/canonical-host.m4: Remove.
* configure.ac: Remove RTEMS_CANONICAL_HOST.
* aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
* aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of
AC_CANONICAL_TARGET. Use $host instead of $target.
-
-2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * aclocal/check-multiprocessing.m4: Add m4-quotes.
- Remove RTEMS_CHECK_CPU.
- * aclocal/check-itron.m4: Add m4-quotes.
- Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
- * aclocal/check-networking.m4: Add m4-quotes.
- Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
+ * aclocal/check-multiprocessing.m4: Add m4-quotes. Remove
+ RTEMS_CHECK_CPU.
+ * aclocal/check-itron.m4: Add m4-quotes. Require
+ RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
+ * aclocal/check-networking.m4: Add m4-quotes. Require
+ RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
* aclocal/check-cpu.m4: Remove.
* aclocal/canonical-target-name.m4: Add m4-quotes.
* configure.ac: Merge-in former aclocal/check-cpu.m4.
@@ -247,9 +185,9 @@
2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Check for sys/cdefs.h.
- * aclocal/env-rtems-cpu.m4: Add project_includedir.
- Deprecate PROJECT_INCLUDE. Change project_includedir to
- $(PROJECT_ROOT)/include for multilibs.
+ * aclocal/env-rtems-cpu.m4: Add project_includedir. Deprecate
+ PROJECT_INCLUDE. Change project_includedir to $(PROJECT_ROOT)/include
+ for multilibs.
2003-09-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -273,19 +211,16 @@
* aclocal/rtems-debug.m4: Remove.
* aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
* aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
+ * automake/local.am: Remove "debug".
-2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * automake/local.am: Remove "debug".
+ * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
2003-08-11 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Removed duplicate entry.
-2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
-
2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add libmisc/fsmount/Makefile.
@@ -293,53 +228,26 @@
2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove '/' after $(DESTDIR).
-
-2003-07-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Merge-in librpc/configure.ac.
- * Makefile.am: Add librpc to SUBDIRS.
- Remove @subdirs@.
-
-2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
+ * Makefile.am: Add librpc to SUBDIRS. Remove @subdirs@.
* configure.ac: Merge-in libcsupport/configure.ac.
* Makefile.am: Add libcsupport to SUBDIRS.
-
-2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Merge-in posix/configure.ac.
- Merge-in itron/configure.ac.
- Misc. cosmetical changes.
+ * configure.ac: Merge-in posix/configure.ac. Merge-in
+ itron/configure.ac. Misc. cosmetical changes.
* Makefile.am: Add posix, itron to SUBDIRS.
-
-2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Merge-in libnetworking/configure.ac.
- Remove "rtems-" from RTEMS_VERSION.
- Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
+ * configure.ac: Merge-in libnetworking/configure.ac. Remove "rtems-"
+ from RTEMS_VERSION. Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
* Makefile.am: Add libmisc to SUBDIRS.
-
-2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: Merge-in libmisc/configure.ac.
* Makefile.am: Add libmisc to SUBDIRS.
-
-2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: Merge-in libfs/configure.ac.
* Makefile.am: Add libfs to SUBDIRS.
-
-2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: Merge-in libblock/configure.ac.
* Makefile.am: Add libblock to SUBDIRS.
-
-2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: Merge-in ada/configure.ac.
* Makefile.am: Add ada to SUBDIRS.
@@ -349,13 +257,10 @@
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- PR 409:
- * include/Makefile.am: Add rtems/stdint.h
+ PR 409/core
+ * include/Makefile.am: Add rtems/stdint.h.
* include/rtems/stdint.h: New.
-
-2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- PR 321:
+ PR 321/bsps
* aclocal/env-rtemscpu.m4: Remove support for profile-variant.
* automake/compile.am: Ditto.
* automake/local.am: Ditto.
@@ -369,9 +274,6 @@
* aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
* aclocal/env-rtemsbsp.m4: Remove.
* aclocal/enable-rtemsbsp.m4: Remove.
-
-2003-05-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
project_libdir.
@@ -382,49 +284,34 @@
2003-04-11 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-ss-20030411.
-
-2003-04-11 Joel Sherrill <joel@OARcorp.com>
-
* aclocal/version.m4: Updated to rtems-ss-20020411.
2003-03-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
- Cygwin mistreating paths.
+ * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around Cygwin
+ mistreating paths.
2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to project_libdir.
-
-2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * aclocal/env-rtemscpu.m4: Remove obsolete comment.
- Add MULTISUBDIR to project_libdir.
-
-2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
+ * aclocal/env-rtemscpu.m4: Remove obsolete comment. Add MULTISUBDIR to
+ project_libdir.
* aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
- * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
- Remove RTEMS_PROJECT_ROOT (Unused).
+ * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused). Remove
+ RTEMS_PROJECT_ROOT (Unused).
* aclocal/tool-paths.m4: Delete.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.
* aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
-
-2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: AC_PREREQ(2.57).
-
-2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: Remove sptables.h.in.
2003-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
- AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
+ * configure.ac: Remove AC_SUBST(RTEMS_VERSION). AC_DEFINE(RTEMS_VERSION)
+ to propagate it through cpuopts.h.
2003-02-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -434,16 +321,11 @@
* aclocal/gcc-isystem.m4: New.
* aclocal/gcc-specs.m4: Remove.
- * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
- Add RTEMS_GCC_ISYSTEM.
+ * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS. Add RTEMS_GCC_ISYSTEM.
Reformat setting up RTEMS_CPPFLAGS.
-
-2003-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * automake/local.am: Introduce depend-gcc.
- Remove ${ARCH}.
- * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
- CPP. Add ${ARCH}. depend-gcc.
+ * automake/local.am: Introduce depend-gcc. Remove ${ARCH}.
+ * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC, CPP.
+ Add ${ARCH}. depend-gcc.
* aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
* aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
* aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
@@ -458,19 +340,19 @@
2003-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * automake/local.am: Remove distclean-local.
- Remove PROJECT_TOOLS.
+ * automake/local.am: Remove distclean-local. Remove PROJECT_TOOLS.
2003-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * automake/compile.am: Remove CLEAN_DEPEND (Unused).
- Remove CLOBBER_DEPEND (Unused).
+ * automake/compile.am: Remove CLEAN_DEPEND (Unused). Remove
+ CLOBBER_DEPEND (Unused).
2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
from the 2002-12-12 patch).
@@ -480,15 +362,9 @@
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * wrapup/Makefile.am: Don't create $ARCH.
- Use install-data-local to install librtemscpu.a
-
-2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
+ * wrapup/Makefile.am: Don't create $ARCH. Use install-data-local to
+ install librtemscpu.a.
* wrapup/Makefile.am: Add libmisc.
-
-2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -496,62 +372,34 @@
* aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
* aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
* aclocal/check-bsps.m4: Remove.
-
-2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
* configure.ac: Require autoconf >= 2.54, automake-1.7.2.
-
-2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* wrapup/Makefile.am: Reflect changes to score/.
* configure.ac: Reflect changes to score/.
-
-2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* wrapup/Makefile.am: Reflect changes to sapi/.
* configure.ac: Reflect changes to sapi/.
-
-2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: Add AC_SUBST(INLINEdir).
-
-2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* wrapup/Makefile.am: Reflect changes to rtems/.
* configure.ac: Reflect changes to rtems/.
-
-2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * wrapup/Makefile.am: Reflect changes to posix/.
- Reflect changes to itron/.
+ * wrapup/Makefile.am: Reflect changes to posix/. Reflect changes to
+ itron/.
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
-
-2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
- * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
- Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
- CFLAGS_PROFILE_V.
- Hard-code RTEMS_CFLAGS_PROFILE = -pg
- * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
- Remove GCCSED.
+ * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V. Add
+ autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
+ CFLAGS_PROFILE_V. Hard-code RTEMS_CFLAGS_PROFILE = -pg.
+ * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4. Remove
+ GCCSED.
* aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
-
-2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* aclocal/rtems-flags.m4: New.
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
-
-2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
* aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
@@ -567,34 +415,28 @@
* include/rtems/userenv.h: Rely upon <limits.h> for
_POSIX_LOGIN_NAME_MAX.
-
-2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
- * automake/compile.am: Acknowledge configuration-time CFLAGS.
- Remove CFLAGS_DEFAULT.
+ * automake/compile.am: Acknowledge configuration-time CFLAGS. Remove
+ CFLAGS_DEFAULT.
2002-11-11 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-ss-20021111.
-
-2002-11-11 Joel Sherrill <joel@OARcorp.com>
-
* aclocal/version.m4: Updated to rtems-ss-20021111.
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected.
-2002-10-30 Eric Norum <eric.norum@usask.ca>
-
- * include/rtems/bspIo.h: Add vprintk function for kernel printing
- from routines which have already obtained the va_list pointer.
-
2002-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-bsp-cache.m4: Remove.
+2002-10-30 Eric Norum <eric.norum@usask.ca>
+
+ * include/rtems/bspIo.h: Add vprintk function for kernel printing from
+ routines which have already obtained the va_list pointer.
+
2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
@@ -603,15 +445,13 @@
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
-2002-10-21 Joel Sherrill <joel@OARcorp.com>
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * aclocal/version.m4: Updated to rtems-20021021-test.
+ * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
-2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2002-10-21 Joel Sherrill <joel@OARcorp.com>
- * .cvsignore: Reformat.
- Add autom4te*cache.
- Remove autom4te.cache.
+ * aclocal/version.m4: Updated to rtems-20021021-test.
2002-10-07 Joel Sherrill <joel@OARcorp.com>
@@ -620,20 +460,14 @@
2002-10-04 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-JUNK.
-
-2002-10-04 Joel Sherrill <joel@OARcorp.com>
-
* aclocal/version.m4: Updated to rtems-ss-20021004.
2002-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* score/include/Makefile.am: Remove cpuopt.h generation.
- * configure.ac: Correct package name.
- Don't build ada if POSIX is disabled.
- Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
-
-2002-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
+ * configure.ac: Correct package name. Don't build ada if POSIX is
+ disabled. Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE
+ crap.
* aclocal/prog-gnat.m4: New.
* configure.ac: Add ada subdir handling.
@@ -641,33 +475,27 @@
* aclocal/bsp-alias.m4: Remove.
-2002-08-07 Joel Sherrill <joel@OARcorp.com>
-
- * aclocal/version.m4: Updated to rtems-ss-20020807.
-
2002-08-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * configure.ac: Add missing ',' to librpc activation.
- Add AC_MSG_CHECKING/AC_MSG_RESULT.
+ * configure.ac: Add missing ',' to librpc activation. Add
+ AC_MSG_CHECKING/AC_MSG_RESULT.
* aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
-
-2002-08-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: Fix bug in librpc activation, having introduced by
yesterday's patch.
-2002-08-06 Joel Sherrill <joel@OARcorp.com>
+2002-08-07 Joel Sherrill <joel@OARcorp.com>
- * configure.ac: or32 does not currently support librpc.
+ * aclocal/version.m4: Updated to rtems-ss-20020807.
2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
+ * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP. Use AS_IF
+ instead of if/then/else/fi.
-2002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2002-08-06 Joel Sherrill <joel@OARcorp.com>
- * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
- Use AS_IF instead of if/then/else/fi.
+ * configure.ac: or32 does not currently support librpc.
2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -677,26 +505,17 @@
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Use libscore.a.
-
-2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* aclocal/canonicalize-tools.m4: Remove LD.
* automake/lib.am: Remove LD.
* Makefile.am: Put preinstall-stamp into CLEANFILES.
-
-2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
+ * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
2002-07-31 Joel Sherrill <joel@OARcorp.com>
- * aclocal/rtems-cpu-subdirs.m4: Removed the or16 port
- was just a stub and only the OR32 port is getting worked on.
-
-2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
+ * aclocal/rtems-cpu-subdirs.m4: Removed the or16 port was just a stub
+ and only the OR32 port is getting worked on.
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -705,24 +524,14 @@
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
-
-2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* wrapup/Makefile.am: Use project_libdir instead of
$(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
*.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
-
-2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * automake/lib.am: Use project_libdir instead of
- $(PROJECT_RELEASE)/lib.
-
-2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
- Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
- * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
- Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
+ * automake/lib.am: Use project_libdir instead of $(PROJECT_RELEASE)/lib.
+ * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE. Add
+ project_libdir, libdir. New GCC_SPECS. Various cleanups.
+ * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE. Add
+ project_libdir, libdir. New GCC_SPECS. Various cleanups.
* aclocal/rtems-top.m4: New PROJECT_ROOT handling.
* automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
references to bsp_specs. Use project_libdir instead of
@@ -738,47 +547,30 @@
* automake/multilib.am: Add install-multi.
* aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
- version.m4.
- Add --with-project-root.
- Reflect --with-project-root to setting up PROJECT_ROOT.
+ version.m4. Add --with-project-root. Reflect --with-project-root to
+ setting up PROJECT_ROOT.
* aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
* aclocal/check-cpu.m4: Reflect new RTEMS_TOPdir.
* aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
-
-2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: RTEMS_TOP(..).
2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
-
-2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
-
-2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: Remove RTEMS_PROJECT_ROOT.
* aclocal/project-root.m4: Remove.
-
-2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* aclocal/enable-multiprocessing.m4: Fix typo.
- * aclocal/prog-cc.m4: Remove obsolete comments.
- Comment out GCCSED.
+ * aclocal/prog-cc.m4: Remove obsolete comments. Comment out GCCSED.
2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/prog-ccas.m4: New.
* aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
- RTEMS_GCC_PRINT
+ RTEMS_GCC_PRINT.
* aclocal/check-multiprocessing.m4: Fix typo.
- * automake/compile.am: Remove CXX support.
- Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
-
-2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
+ * automake/compile.am: Remove CXX support. Replace AS by CCAS. Remove
+ LINK_LIBS, LINK_OBJS, LINK_FILES.
* configure.ac: Use AC_CONFIG_AUX_DIR(..).
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -786,18 +578,14 @@
* configure.ac: Remove references to RTEMS_BSP.
* aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
Allow building w/ --enable-multiprocessing --enable-multilib.
- * aclocal/enable-multiprocessing.m4:
- Eliminate RTEMS_HAS_MULTIPROCESSING.
+ * aclocal/enable-multiprocessing.m4: Eliminate
+ RTEMS_HAS_MULTIPROCESSING.
2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Fix stupid typo in previous patch.
-
-2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: Add librpc. AC_PROG_RANLIB.
- * wrapup/Makefile.am: Add librpc.
- Use relative path to lib*.a for
+ * wrapup/Makefile.am: Add librpc. Use relative path to lib*.a for
POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
2002-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -806,13 +594,12 @@
2002-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * wrapup/Makefile.am: Use relative path to lib*.a for
- LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
+ * wrapup/Makefile.am: Use relative path to lib*.a for LIBCSUPPORT_OBJS,
+ LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * Makefile.am: Include $(top_srcdir)/automake/*.am.
- Use aclocal.
+ * Makefile.am: Include $(top_srcdir)/automake/*.am. Use aclocal.
* sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
* sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
* sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
@@ -831,9 +618,6 @@
* rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
* rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
* rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
-
-2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* aclocal/bsp-alias.m4: Copied over from aclocal/.
* aclocal/canonical-host.m4: Ditto.
* aclocal/canonical-target-name.m4: Ditto.
@@ -893,9 +677,6 @@
* configure.ac: Add libcsupport.
* wrapup/Makefile.am: Ditto.
-
-2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* Makefile.am: Add preinstall-stamp.
2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -908,37 +689,31 @@
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * 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]).
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
-2001-01-17 Joel Sherrill <joel@OARcorp.com>
+2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * ChangeLog: Deleted duplicate blank line.
+ * Makefile.am: Readded reference to wrapup.
2002-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
ITRON_SUBDIRS.
- * configure.ac: Rework enable_unixlib handling.
- Add RTEMS_MULTILIBS to cpuopts.h.
- * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
- Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
+ * configure.ac: Rework enable_unixlib handling. Add RTEMS_MULTILIBS to
+ cpuopts.h.
+ * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h. Add
+ $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * wrapup/Makefile.am: Add install-hook.
- Remove SIZE_RTEMS.
+ * wrapup/Makefile.am: Add install-hook. Remove SIZE_RTEMS.
* include/rtems/fs.h: New, extracted from libio_.h.
* include/rtems/userenv.h: New. extracted from libio_.h.
-2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Readded reference to wrapup.
-
2002-01-06 Joel Sherrill <joel@OARcorp.com>
* wrapup/.cvsignore: Readded.
@@ -950,13 +725,12 @@
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * configure.ac: Use AS_IF instead of if/then/else.
- Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
- Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
- Add include/Makefile to CONFIG_FILES.
- Add AC_ENABLE_MULITLIB.
- Remove wrapup/rtems, wrapup/itron, wrapup/posix.
- Remove */optman/Makefile from CONFIG_FILES.
+ * configure.ac: Use AS_IF instead of if/then/else. Add
+ AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix. Add
+ AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix. Add
+ include/Makefile to CONFIG_FILES. Add AC_ENABLE_MULITLIB. Remove
+ wrapup/rtems, wrapup/itron, wrapup/posix. Remove */optman/Makefile from
+ CONFIG_FILES.
* Makefile.am: Add include to SUBDIRS.
* rtems/Makefile.am: Remove optman from SUBDIRS.
* sapi/Makefile.am: Remove optman from SUBDIRS.
@@ -974,11 +748,8 @@
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
-
-2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
- Reflect changes to configuration of rtems, score and sapi subdirs.
+ * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron. Reflect
+ changes to configuration of rtems, score and sapi subdirs.
* Makefile.am: require automake-1.5.
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -999,10 +770,14 @@
* configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
+2001-01-17 Joel Sherrill <joel@OARcorp.com>
+
+ * ChangeLog: Deleted duplicate blank line.
+
2000-12-01 Joel Sherrill <joel@OARcorp.com>
- * configure.in: Removed error check for enabling macros with
- either POSIX or ITRON API.
+ * configure.in: Removed error check for enabling macros with either
+ POSIX or ITRON API.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -1014,8 +789,8 @@
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * 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-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -1024,8 +799,9 @@
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
- wrapup/rtems/Makefile.am: Include compile.am
+ wrapup/rtems/Makefile.am: Include compile.am.
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.
+
diff --git a/cpukit/rtems/ChangeLog b/cpukit/rtems/ChangeLog
index 0094ca37c5..01a01838d9 100644
--- a/cpukit/rtems/ChangeLog
+++ b/cpukit/rtems/ChangeLog
@@ -4,24 +4,21 @@
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * 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 <corsepiu@faw.uni-ulm.de>
+2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include compile.am, again.
-2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Add libs to CLEANFILES
- Set lib*_g_a_SOURCES = lib*_a_SOURCES.
-
-2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * Makefile.am: Add libs to CLEANFILES Set lib*_g_a_SOURCES =
+ lib*_a_SOURCES.
* Makefile.am: Build librtems$(LIB_VARIANT).a instead of
$(ARCH)/librtems.a.
-2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
@@ -31,13 +28,9 @@
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * Makefile.am: Add $(dirstamp) to compilation rules.
- Add AM_CPPFLAGS += -I$(top_builddir).
-
-2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Add $(dirstamp) to preinstallation rules.
- Remove MACROS.
+ * Makefile.am: Add $(dirstamp) to compilation rules. Add AM_CPPFLAGS +=
+ -I$(top_builddir).
+ * Makefile.am: Add $(dirstamp) to preinstallation rules. Remove MACROS.
2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -45,8 +38,8 @@
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * src/regiongetsegment.c: Remove unneccessary typecast in assignment
- to thread->Wait.return_argment.
+ * src/regiongetsegment.c: Remove unneccessary typecast in assignment to
+ thread->Wait.return_argment.
2003-10-22 Joel Sherrill <joel@OARcorp.com>
@@ -92,17 +85,16 @@
macros/rtems/rtems/part.inl, macros/rtems/rtems/ratemon.inl,
macros/rtems/rtems/region.inl, macros/rtems/rtems/sem.inl,
macros/rtems/rtems/status.inl, macros/rtems/rtems/support.inl,
- macros/rtems/rtems/tasks.inl, macros/rtems/rtems/timer.inl,
- src/attr.c, src/clockget.c, src/clockset.c, src/clocktick.c,
- src/dpmem.c, src/dpmemcreate.c, src/dpmemdelete.c,
- src/dpmemexternal2internal.c, src/dpmemident.c,
- src/dpmeminternal2external.c, src/event.c, src/eventmp.c,
- src/eventreceive.c, src/eventseize.c, src/eventsend.c,
+ macros/rtems/rtems/tasks.inl, macros/rtems/rtems/timer.inl, src/attr.c,
+ src/clockget.c, src/clockset.c, src/clocktick.c, src/dpmem.c,
+ src/dpmemcreate.c, src/dpmemdelete.c, src/dpmemexternal2internal.c,
+ src/dpmemident.c, src/dpmeminternal2external.c, src/event.c,
+ src/eventmp.c, src/eventreceive.c, src/eventseize.c, src/eventsend.c,
src/eventsurrender.c, src/eventtimeout.c, src/intr.c, src/intrbody.c,
- src/intrcatch.c, src/mp.c, src/msg.c, src/msgmp.c,
- src/msgqallocate.c, src/msgqbroadcast.c, src/msgqcreate.c,
- src/msgqdelete.c, src/msgqflush.c, src/msgqgetnumberpending.c,
- src/msgqident.c, src/msgqreceive.c, src/msgqsend.c, src/msgqsubmit.c,
+ src/intrcatch.c, src/mp.c, src/msg.c, src/msgmp.c, src/msgqallocate.c,
+ src/msgqbroadcast.c, src/msgqcreate.c, src/msgqdelete.c,
+ src/msgqflush.c, src/msgqgetnumberpending.c, src/msgqident.c,
+ src/msgqreceive.c, src/msgqsend.c, src/msgqsubmit.c,
src/msgqtranslatereturncode.c, src/msgqurgent.c, src/part.c,
src/partcreate.c, src/partdelete.c, src/partgetbuffer.c,
src/partident.c, src/partmp.c, src/partreturnbuffer.c, src/ratemon.c,
@@ -110,42 +102,39 @@
src/ratemongetstatus.c, src/ratemonident.c, src/ratemonperiod.c,
src/ratemontimeout.c, src/region.c, src/regioncreate.c,
src/regiondelete.c, src/regionextend.c, src/regiongetinfo.c,
- src/regiongetsegment.c, src/regiongetsegmentsize.c,
- src/regionident.c, src/regionmp.c, src/regionreturnsegment.c,
- src/rtclock.c, src/rtemsidtoname.c, src/rtemstimer.c, src/sem.c,
- src/semcreate.c, src/semdelete.c, src/semflush.c, src/semident.c,
- src/semmp.c, src/semobtain.c, src/semrelease.c,
- src/semtranslatereturncode.c, src/signal.c, src/signalcatch.c,
- src/signalmp.c, src/signalsend.c, src/taskcreate.c, src/taskdelete.c,
- src/taskgetnote.c, src/taskident.c, src/taskinitusers.c,
- src/taskissuspended.c, src/taskmode.c, src/taskmp.c,
- src/taskrestart.c, src/taskresume.c, src/tasks.c, src/tasksetnote.c,
- src/tasksetpriority.c, src/taskstart.c, src/tasksuspend.c,
- src/taskvariableadd.c, src/taskvariabledelete.c,
+ src/regiongetsegment.c, src/regiongetsegmentsize.c, src/regionident.c,
+ src/regionmp.c, src/regionreturnsegment.c, src/rtclock.c,
+ src/rtemsidtoname.c, src/rtemstimer.c, src/sem.c, src/semcreate.c,
+ src/semdelete.c, src/semflush.c, src/semident.c, src/semmp.c,
+ src/semobtain.c, src/semrelease.c, src/semtranslatereturncode.c,
+ src/signal.c, src/signalcatch.c, src/signalmp.c, src/signalsend.c,
+ src/taskcreate.c, src/taskdelete.c, src/taskgetnote.c, src/taskident.c,
+ src/taskinitusers.c, src/taskissuspended.c, src/taskmode.c,
+ src/taskmp.c, src/taskrestart.c, src/taskresume.c, src/tasks.c,
+ src/tasksetnote.c, src/tasksetpriority.c, src/taskstart.c,
+ src/tasksuspend.c, src/taskvariableadd.c, src/taskvariabledelete.c,
src/taskvariableget.c, src/taskwakeafter.c, src/taskwakewhen.c,
src/timercancel.c, src/timercreate.c, src/timerdelete.c,
src/timerfireafter.c, src/timerfirewhen.c, src/timergetinfo.c,
src/timerident.c, src/timerreset.c, src/timerserver.c,
- src/timerserverfireafter.c, src/timerserverfirewhen.c: URL for
- license changed.
+ src/timerserverfireafter.c, src/timerserverfirewhen.c: URL for license
+ changed.
2003-08-14 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, include/rtems.h, include/rtems/rtems/status.h,
- src/dpmemident.c, src/msgqident.c, src/partident.c,
- src/ratemonident.c, src/regionident.c, src/semident.c,
- src/taskident.c, src/timerident.c: Added ID to name lookup service
- and changed name of id/name translation status code. This propagated
- to multiple functions. The user API service added was
- rtems_object_id_to_name()
+ src/dpmemident.c, src/msgqident.c, src/partident.c, src/ratemonident.c,
+ src/regionident.c, src/semident.c, src/taskident.c, src/timerident.c:
+ Added ID to name lookup service and changed name of id/name translation
+ status code. This propagated to multiple functions. The user API service
+ added was rtems_object_id_to_name().
* src/rtemsidtoname.c: New file.
2003-06-12 Joel Sherrill <joel@OARcorp.com>
* include/rtems/rtems/msgmp.h, include/rtems/rtems/partmp.h,
include/rtems/rtems/regionmp.h, include/rtems/rtems/semmp.h,
- src/msgmp.c, src/partmp.c, src/regionmp.c, src/semmp.c: Removed
- warnings.
+ src/msgmp.c, src/partmp.c, src/regionmp.c, src/semmp.c: Removed warnings.
2003-05-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -154,14 +143,13 @@
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 409:
- * include/rtems/rtems/types.h: Include rtems/stdint.h.
- Apply c99-types to typedef rtems_[un]signed[8|16|32|64].
+ * include/rtems/rtems/types.h: Include rtems/stdint.h. Apply c99-types
+ to typedef rtems_[un]signed[8|16|32|64].
2003-01-10 Joel Sherrill <joel@OARcorp.com>
- * src/msg.c, src/part.c, src/sem.c, src/tasks.c: Correct object
- class control structure initialization for multiprocessing
- configurations.
+ * src/msg.c, src/part.c, src/sem.c, src/tasks.c: Correct object class
+ control structure initialization for multiprocessing configurations.
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -178,13 +166,13 @@
2002-12-02 Joel Sherrill <joel@OARcorp.com>
- * include/rtems/rtems/support.h: Added casts to eliminate warnings
- on 16 bit targets like the h8300.
+ * include/rtems/rtems/support.h: Added casts to eliminate warnings on 16
+ bit targets like the h8300.
2002-11-13 Paul Whitfield <paulw@microsol.iinet.net.au>
- * src/regionreturnsegment.c: When RTEMS_REGION_SHRED_ON_FREE is
- set, there should have been an & in front of size.
+ * src/regionreturnsegment.c: When RTEMS_REGION_SHRED_ON_FREE is set,
+ there should have been an & in front of size.
2002-10-31 Joel Sherrill <joel@OARcorp.com>
@@ -197,11 +185,11 @@
2002-09-14 Joel Sherrill <joel@OARcorp.com>
* src/dpmemcreate.c, src/dpmemident.c, src/msgqcreate.c,
- src/msgqident.c, src/partcreate.c, src/partident.c,
- src/ratemoncreate.c, src/ratemonident.c, src/regioncreate.c,
- src/regionident.c, src/semcreate.c, src/semident.c, src/taskcreate.c,
- src/taskident.c, src/timercreate.c, src/timerident.c: Added casts
- to Objects_Name to eliminate warnings.
+ src/msgqident.c, src/partcreate.c, src/partident.c, src/ratemoncreate.c,
+ src/ratemonident.c, src/regioncreate.c, src/regionident.c,
+ src/semcreate.c, src/semident.c, src/taskcreate.c, src/taskident.c,
+ src/timercreate.c, src/timerident.c: Added casts to Objects_Name to
+ eliminate warnings.
2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -214,68 +202,42 @@
2002-07-05 Joel Sherrill <joel@OARcorp.com>
* src/dpmemident.c, src/msgqident.c, src/partident.c,
- src/ratemonident.c, src/regionident.c, src/semident.c,
- src/timerident.c: Corrected use of name parameter to
- be consistent with fixes implemented to string name processing
- which were committed with the POSIX Message Queue update.
-
-2002-07-01 Joel Sherrill <joel@OARcorp.com>
-
- * Mega patch merge to change the format of the object IDs to
- loosen the dependency between the SCORE and the various APIs.
- There was considerable work to simplify the object name management
- and it appears that the name_table field is no longer needed.
- This patch also includes the addition of the internal mutex
- which is currently only used to protect some types of allocation
- and deallocation. This significantly can reduce context
- switch latency under certain circumstances. In particular,
- some heap/region operations were O(n) and had dispatching
- disabled. This should help enormously. With this merge,
- the patch is not as clean as it should be. In particular,
- the documentation has not been modified to reflect the new object
- ID layout, the IDs in the test screens are not updated, and
- _Objects_Get_information needs to be a real routine not inlined.
- As part of this patch a lot of MP code for thread/proxy blocking
- was made conditional and cleaned up.
+ src/ratemonident.c, src/regionident.c, src/semident.c, src/timerident.c:
+ Corrected use of name parameter to be consistent with fixes implemented
+ to string name processing which were committed with the POSIX Message
+ Queue update.
+
+2002-07-01 Joel Sherrill <joel@OARcorp.com>
+
+ * Mega patch merge to change the format of the object IDs to loosen the
+ dependency between the SCORE and the various APIs. There was
+ considerable work to simplify the object name management and it appears
+ that the name_table field is no longer needed. This patch also includes
+ the addition of the internal mutex which is currently only used to
+ protect some types of allocation and deallocation. This significantly
+ can reduce context switch latency under certain circumstances. In
+ particular, some heap/region operations were O(n) and had dispatching
+ disabled. This should help enormously. With this merge, the patch is
+ not as clean as it should be. In particular, the documentation has not
+ been modified to reflect the new object ID layout, the IDs in the test
+ screens are not updated, and _Objects_Get_information needs to be a real
+ routine not inlined. As part of this patch a lot of MP code for
+ thread/proxy blocking was made conditional and cleaned up.
* include/rtems.h, inline/rtems/rtems/region.inl,
macros/rtems/rtems/region.inl, src/dpmem.c, src/dpmemcreate.c,
src/msg.c, src/msgqcreate.c, src/part.c, src/partcreate.c,
src/ratemon.c, src/ratemoncreate.c, src/region.c, src/regioncreate.c,
src/regiondelete.c, src/regionextend.c, src/regiongetinfo.c,
- src/regiongetsegment.c, src/regiongetsegmentsize.c,
- src/regionident.c, src/regionreturnsegment.c, src/rtemstimer.c,
- src/sem.c, src/semcreate.c, src/taskcreate.c, src/taskident.c,
- src/tasks.c, src/timercreate.c: Modified as part of above.
-
-2001-04-08 Joel Sherrill <joel@OARcorp.com>
+ src/regiongetsegment.c, src/regiongetsegmentsize.c, src/regionident.c,
+ src/regionreturnsegment.c, src/rtemstimer.c, src/sem.c, src/semcreate.c,
+ src/taskcreate.c, src/taskident.c, src/tasks.c, src/timercreate.c:
+ Modified as part of above.
- * src/tasks.c: Pre-initialized switch extension for list.
-
-2001-04-08 Joel Sherrill <joel@OARcorp.com>
-
- * macros/rtems/score/timer.inl: Corrected typo on end of line.
-
2002-04-08 Chris Johns <ccj@acm.org>
* Per PR142, make task switch extension its own list.
* src/tasks.c (_RTEMS_tasks_User_extensions): Reflect above.
-2001-03-29 Joel Sherrill <joel@OARcorp.com>
-
- * Per PR126, configuration structures now match docs.
- * include/rtems/rtems/config.h: Use public data types.
-
-2001-03-29 Joel Sherrill <joel@OARcorp.com>
-
- * 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.
-
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove AUTOMAKE_OPTIONS.
@@ -284,58 +246,6 @@
* macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
* src/Makefile.am: Remove AUTOMAKE_OPTIONS.
-2001-01-31 Joel Sherrill <joel@OARcorp.com>
-
- * include/rtems/rtems/timer.h: Missed merging these modifications
- in previous merge of new timer functionality.
-
-2001-01-29 Joel Sherrill <joel@OARcorp.com>
-
- * Fixed bug where resetting a timer that was not at the head
- of one of the task timer chains resulted in the Timer Server
- task waking up too far in the future.
- * Added rtems_timer_get_information() directive to support testing.
- * src/timerserver.c, include/rtems/rtems/timer.h,
- * src/timergetinfo.c: New file.
- * src/Makefile.am: Modified to reflect above.
-
-2001-01-22 Joel Sherrill <joel@OARcorp.com>
-
- * include/rtems/rtems/timer.h, src/timerserver.c: Add priority
- argument to rtems_timer_initiate_server().
-
-2001-01-18 Joel Sherrill <joel@OARcorp.com>
-
- * include/rtems/system.h: Only include cpuopts.h when building a
- multilib configuration. Some ports still need targopts.h but this
- small modification lets those ports work non-multilib while
- fixing being fixed for multilib.
-
-2001-01-16 Joel Sherrill <joel@OARcorp.com>
-
- * Added task-based timers to the Timer Manager. This added three
- new directives:
- - rtems_timer_initiate_server
- - rtems_timer_server_fire_after
- - rtems_timer_server_fire_when
- In the process of doing this, a number of cleanups were made.
- * src/timerserver.c, src/timerserverfireafter.c,
- src/timerserverfirewhen.c: New files.
- * include/timer/timer.h: Added new prototypes and supporting types.
- * inline/rtems/rtems/timer.h, macros/rtems/rtems/timer.h: Enhanced
- _Timer_Is_interval_class() to cover the class TIMER_INTERVAL_ON_TASK.
- * src/Makefile.am: Accounted for new files.
- * src/rtemstimer.c: Added initialization of _Timer_Server variable.
- * src/timercancel.c, src/timerreset.c: Account for addition
- of timer classes. Also corrected the headers.
- * src/timercreate.c, src/timerdelete.c, src/timerfireafter.c,
- src/timerfireafter.c, src/timerident.c: Corrected header.
-
-2001-01-16 Joel Sherrill <joel@OARcorp.com>
-
- * src/taskmode.c: Ensure the this service does not dispatch before
- tasking is enabled at initialization time.
-
2002-01-07 Joel Sherrill <joel@OARcorp.com>
* optman/, optman/.cvsignore, optman/Makefile.am, optman/no-dpmem.c,
@@ -349,15 +259,15 @@
* src/Makefile.am: Add multilib support.
* optman/Makefile.am: Add multilib support.
-2001-10-23 Joel Sherrill <joel@OARcorp.com>
-
- * macros/rtems/rtems/asr.nil: Fixed typo.
-
2001-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* macros/Makefile.am: Replace INLINES w/ MACROS (Fix stupid typo in
previous patch).
+2001-10-23 Joel Sherrill <joel@OARcorp.com>
+
+ * macros/rtems/rtems/asr.nil: Fixed typo.
+
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/Makefile.am: Remove.
@@ -384,24 +294,41 @@
2001-08-30 Joel Sherrill <joel@OARcorp.com>
- * inline/rtems/rtems/attr.inl: Correct typo and use correct
- attribute RTEMS_SYSTEM_TASK. Reported by Chris Johns <ccj@acm.org>.
+ * inline/rtems/rtems/attr.inl: Correct typo and use correct attribute
+ RTEMS_SYSTEM_TASK. Reported by Chris Johns <ccj@acm.org>.
2001-08-16 Joel Sherrill <joel@OARcorp.com>
- * src/msgqsubmit.c: Add a comment indicating that we do not have
- to account for possibly blocking during the core send operation
- because Classic API message queue send is always non-blocking.
+ * src/msgqsubmit.c: Add a comment indicating that we do not have to
+ account for possibly blocking during the core send operation because
+ Classic API message queue send is always non-blocking.
2001-08-09 Joel Sherrill <joel@OARcorp.com>
- * src/msgqsubmit.c: Unblocking message queue operations should
- NOT use _Thread_Executing for return status since it is permissible
- to invoke message send operations from an ISR. This was reported
- by Suvrat Gupta <suvrat@utstar.com>.
+ * src/msgqsubmit.c: Unblocking message queue operations should NOT use
+ _Thread_Executing for return status since it is permissible to invoke
+ message send operations from an ISR. This was reported by Suvrat Gupta
+ <suvrat@utstar.com>.
-2001-03-26 Zoltan Kocsi <zoltan@bendor.com.au>
+2001-04-08 Joel Sherrill <joel@OARcorp.com>
+
+ * src/tasks.c: Pre-initialized switch extension for list.
+ * macros/rtems/score/timer.inl: Corrected typo on end of line.
+
+2001-03-29 Joel Sherrill <joel@OARcorp.com>
+
+ * Per PR126, configuration structures now match docs.
+ * include/rtems/rtems/config.h: Use public data types.
+ * 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.
+2001-03-26 Zoltan Kocsi <zoltan@bendor.com.au>
* src/eventsurrender.c: Clear event condition when task is unblocked.
This makes sure that subsequent event send thinks the task is still
@@ -411,25 +338,68 @@
* include/Makefile.am, include/rtems/rtems/Makefile.am,
inline/rtems/rtems/Makefile.am, macros/rtems/rtems/Makefile.am,
- rtems/optman/Makefile.am:
- Apply include_*HEADERS instead of H_FILES.
+ rtems/optman/Makefile.am: Apply include_*HEADERS instead of H_FILES.
+
+2001-01-31 Joel Sherrill <joel@OARcorp.com>
+
+ * include/rtems/rtems/timer.h: Missed merging these modifications in
+ previous merge of new timer functionality.
+
+2001-01-29 Joel Sherrill <joel@OARcorp.com>
+
+ * Fixed bug where resetting a timer that was not at the head of one of
+ the task timer chains resulted in the Timer Server task waking up too
+ far in the future.
+ * Added rtems_timer_get_information() directive to support testing.
+ * src/timerserver.c, include/rtems/rtems/timer.h,
+ * src/timergetinfo.c: New file.
+ * src/Makefile.am: Modified to reflect above.
2001-01-22 Michael Hamel <mhamel@adi.co.nz>
- * include/rtems.h, src/signalcatch.c: Modifications to make
- CodeWarrior happy.
+ * include/rtems.h, src/signalcatch.c: Modifications to make CodeWarrior
+ happy.
-2000-12-06 Joel Sherrill <joel@OARcorp.com>
+2001-01-22 Joel Sherrill <joel@OARcorp.com>
- * src/regiongetinfo.c: Removed unused variable to eliminate warning.
+ * include/rtems/rtems/timer.h, src/timerserver.c: Add priority argument
+ to rtems_timer_initiate_server().
-2000-11-30 Joel Sherrill <joel@OARcorp.com>
+2001-01-18 Joel Sherrill <joel@OARcorp.com>
- * src/msgqsubmit.c: Modified multiprocessing conditional so
- this would compile with both macros and inlines.
+ * include/rtems/system.h: Only include cpuopts.h when building a
+ multilib configuration. Some ports still need targopts.h but this small
+ modification lets those ports work non-multilib while fixing being
+ fixed for multilib.
+
+2001-01-16 Joel Sherrill <joel@OARcorp.com>
+
+ * Added task-based timers to the Timer Manager. This added three new
+ directives: - rtems_timer_initiate_server -
+ rtems_timer_server_fire_after - rtems_timer_server_fire_when In the
+ process of doing this, a number of cleanups were made.
+ * src/timerserver.c, src/timerserverfireafter.c,
+ src/timerserverfirewhen.c: New files.
+ * include/timer/timer.h: Added new prototypes and supporting types.
+ * inline/rtems/rtems/timer.h, macros/rtems/rtems/timer.h: Enhanced
+ _Timer_Is_interval_class() to cover the class TIMER_INTERVAL_ON_TASK.
+ * src/Makefile.am: Accounted for new files.
+ * src/rtemstimer.c: Added initialization of _Timer_Server variable.
+ * src/timercancel.c, src/timerreset.c: Account for addition of timer
+ classes. Also corrected the headers.
+ * src/timercreate.c, src/timerdelete.c, src/timerfireafter.c,
+ src/timerfireafter.c, src/timerident.c: Corrected header.
+ * src/taskmode.c: Ensure the this service does not dispatch before
+ tasking is enabled at initialization time.
+
+2000-12-06 Joel Sherrill <joel@OARcorp.com>
+
+ * src/regiongetinfo.c: Removed unused variable to eliminate warning.
2000-11-30 Joel Sherrill <joel@OARcorp.com>
+ * src/msgqsubmit.c: Modified multiprocessing conditional so this would
+ compile with both macros and inlines.
* macros/rtems/rtems/sem.inl: Added macro implementation of
_Semaphore_Get_interrupt_disable().
@@ -443,9 +413,9 @@
2000-09-29 Stephan Merker <merker@decrc.abb.de>
* include/rtems/rtems/ratemon.h, src/ratemonperiod.c,
- src/ratemontimeout.c: Add next_length field so period length
- can be changed by the the sequence period(X), period(not X)
- with no intervening cancel or expiration.
+ src/ratemontimeout.c: Add next_length field so period length can be
+ changed by the the sequence period(X), period(not X) with no intervening
+ cancel or expiration.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -453,14 +423,12 @@
2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
- * taskstart.c: Removed 1st cut at rtems_task_start_main_style.
- Only committed this so it could be easily revisited as we
- discussing moving main() to user space from BSP space.
-
-2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
-
+ * taskstart.c: Removed 1st cut at rtems_task_start_main_style. Only
+ committed this so it could be easily revisited as we discussing moving
+ main() to user space from BSP space.
* taskstart.c: Added 1st cut at rtems_task_start_main_style.
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.
+
diff --git a/cpukit/sapi/ChangeLog b/cpukit/sapi/ChangeLog
index bc1db7b7ae..a945791acc 100644
--- a/cpukit/sapi/ChangeLog
+++ b/cpukit/sapi/ChangeLog
@@ -4,24 +4,21 @@
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * 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 <corsepiu@faw.uni-ulm.de>
+2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include compile.am, again.
-2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Add libs to CLEANFILES
- Set lib*_g_a_SOURCES = lib*_a_SOURCES.
-
-2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * Makefile.am: Add libs to CLEANFILES Set lib*_g_a_SOURCES =
+ lib*_a_SOURCES.
* Makefile.am: Build libsapi$(LIB_VARIANT).a instead of
$(ARCH)/libsapi.a.
-2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
@@ -31,13 +28,9 @@
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * Makefile.am: Add $(dirstamp) to compilation rules.
- Add AM_CPPFLAGS += -I$(top_builddir).
-
-2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Add $(dirstamp) to preinstallation rules.
- Remove MACROS.
+ * Makefile.am: Add $(dirstamp) to compilation rules. Add AM_CPPFLAGS +=
+ -I$(top_builddir).
+ * Makefile.am: Add $(dirstamp) to preinstallation rules. Remove MACROS.
2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -45,28 +38,24 @@
2003-09-04 Joel Sherrill <joel@OARcorp.com>
- * include/confdefs.h, include/rtems/config.h,
- include/rtems/extension.h, include/rtems/fatal.h,
- include/rtems/init.h, include/rtems/io.h, include/rtems/mptables.h,
- include/rtems/sptables.h, include/rtems/sptables.h.in,
- inline/rtems/extension.inl, macros/rtems/extension.inl, src/debug.c,
- src/exinit.c, src/extension.c, src/extensioncreate.c,
- src/extensiondelete.c, src/extensionident.c, src/fatal.c, src/io.c,
- src/itronapi.c, src/posixapi.c, src/rtemsapi.c: URL for license
- changed.
+ * include/confdefs.h, include/rtems/config.h, include/rtems/extension.h,
+ include/rtems/fatal.h, include/rtems/init.h, include/rtems/io.h,
+ include/rtems/mptables.h, include/rtems/sptables.h,
+ include/rtems/sptables.h.in, inline/rtems/extension.inl,
+ macros/rtems/extension.inl, src/debug.c, src/exinit.c, src/extension.c,
+ src/extensioncreate.c, src/extensiondelete.c, src/extensionident.c,
+ src/fatal.c, src/io.c, src/itronapi.c, src/posixapi.c, src/rtemsapi.c:
+ URL for license changed.
2003-08-14 Joel Sherrill <joel@OARcorp.com>
- * src/extensionident.c: Added ID to name lookup service and changed
- name of id/name translation status code. This propagated to multiple
- functions. The user API service added was rtems_object_id_to_name()
+ * src/extensionident.c: Added ID to name lookup service and changed name
+ of id/name translation status code. This propagated to multiple
+ functions. The user API service added was rtems_object_id_to_name().
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove stray reference to sptables.h.in.
-
-2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* include/rtems/sptables.h.in: Remove.
* include/rtems/sptables.h: New.
* include/.cvsignore: Remove.
@@ -79,14 +68,13 @@
2003-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * include/rtems/sptables.h.in: Remove RTEMS_VERSION (Moved to
- cpuopts.h).
+ * include/rtems/sptables.h.in: Remove RTEMS_VERSION (Moved to cpuopts.h).
2003-02-03 Joel Sherrill <joel@OARcorp.com>
PR 338/filesystem
- * include/rtems/io.h, src/io.c: Side-effect of fixing reentrancy
- problem with rtems_io_lookup_name() (API change).
+ * include/rtems/io.h, src/io.c: Side-effect of fixing reentrancy problem
+ with rtems_io_lookup_name() (API change).
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -119,46 +107,25 @@
* include/Makefile.am, src/Makefile.am, src/exinit.c: Modified to
reflect above.
-2002-07-01 Joel Sherrill <joel@OARcorp.com>
-
- * Mega patch merge to change the format of the object IDs to
- loosen the dependency between the SCORE and the various APIs.
- There was considerable work to simplify the object name management
- and it appears that the name_table field is no longer needed.
- This patch also includes the addition of the internal mutex
- which is currently only used to protect some types of allocation
- and deallocation. This significantly can reduce context
- switch latency under certain circumstances. In particular,
- some heap/region operations were O(n) and had dispatching
- disabled. This should help enormously. With this merge,
- the patch is not as clean as it should be. In particular,
- the documentation has not been modified to reflect the new object
- ID layout, the IDs in the test screens are not updated, and
- _Objects_Get_information needs to be a real routine not inlined.
- As part of this patch a lot of MP code for thread/proxy blocking
- was made conditional and cleaned up.
+2002-07-01 Joel Sherrill <joel@OARcorp.com>
+
+ * Mega patch merge to change the format of the object IDs to loosen the
+ dependency between the SCORE and the various APIs. There was
+ considerable work to simplify the object name management and it appears
+ that the name_table field is no longer needed. This patch also includes
+ the addition of the internal mutex which is currently only used to
+ protect some types of allocation and deallocation. This significantly
+ can reduce context switch latency under certain circumstances. In
+ particular, some heap/region operations were O(n) and had dispatching
+ disabled. This should help enormously. With this merge, the patch is
+ not as clean as it should be. In particular, the documentation has not
+ been modified to reflect the new object ID layout, the IDs in the test
+ screens are not updated, and _Objects_Get_information needs to be a real
+ routine not inlined. As part of this patch a lot of MP code for
+ thread/proxy blocking was made conditional and cleaned up.
* include/confdefs.h, src/exinit.c, src/extension.c, src/itronapi.c,
src/posixapi.c, src/rtemsapi.c: Modified as part of above.
-2001-05-09 Joel Sherrill <joel@OARcorp.com>
-
- * src/exinit.c: Slightly rework initialization so there
- is a valid thread as _Thread_Executing when the pre_tasking
- hook is called. This allows one directives and malloc
- to potentially use mutex protection.
-
-2001-03-29 Joel Sherrill <joel@OARcorp.com>
-
- * Per PR126, configuration structures now match docs.
- * include/rtems/config.h: Use public data types.
-
-2001-03-28 Joel Sherrill <joel@OARcorp.com>
-
- * 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.
-
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove AUTOMAKE_OPTIONS.
@@ -167,32 +134,17 @@
* macros/Makefile.am: Remove AUTOMAKE_OPTIONS.
* src/Makefile.am: Remove AUTOMAKE_OPTIONS.
-2001-03-15 Joel Sherrill <joel@OARcorp.com>
-
- * src/extension.c: Split to reduce minimum code size per PR134.
- * src/extensioncreate.c, src/extensiondelete.c, src/extensionident.c:
- New files.
- src/Makefile.am: Modified to reflect above.
-
2002-01-07 Joel Sherrill <joel@OARcorp.com>
* optman/, optman/.cvsignore, optman/Makefile.am, optman/no-ext.c,
- optman/no-io.c: Removed entire contents of optman/ directory since
- it has been moved.
+ optman/no-io.c: Removed entire contents of optman/ directory since it
+ has been moved.
2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* optman/Makefile.am: Add multilib support.
* src/Makefile.am: Add multilib support.
-2001-10-16 Chris Johns <ccj@acm.org>
-
- * include/confdefs.h, include/rtems/config.h, include/rtems/io.h,
- optman/no-io.c, src/exinit.c, src/io.c: Added a device driver
- register/unregister interface to allow device drivers to be
- installed and removed at runtime. This means you do not need devices
- present in the device table when you build.
-
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/Makefile.am: Remove.
@@ -202,6 +154,14 @@
* macros/rtems/Makefile.am: Remove.
* Makefile.am: require automake-1.5.
+2001-10-16 Chris Johns <ccj@acm.org>
+
+ * include/confdefs.h, include/rtems/config.h, include/rtems/io.h,
+ optman/no-io.c, src/exinit.c, src/io.c: Added a device driver
+ register/unregister interface to allow device drivers to be installed
+ and removed at runtime. This means you do not need devices present in
+ the device table when you build.
+
2001-10-12 Joel Sherrill <joel@OARcorp.com>
* include/rtems/directives.h: Fixed typo.
@@ -217,20 +177,44 @@
* optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
+2001-05-09 Joel Sherrill <joel@OARcorp.com>
+
+ * src/exinit.c: Slightly rework initialization so there is a valid
+ thread as _Thread_Executing when the pre_tasking hook is called. This
+ allows one directives and malloc to potentially use mutex protection.
+
2001-04-16 Joel Sherrill <joel@OARcorp.com>
* include/confdefs.h: Fix real-time clock support.
+2001-03-29 Joel Sherrill <joel@OARcorp.com>
+
+ * Per PR126, configuration structures now match docs.
+ * include/rtems/config.h: Use public data types.
+
+2001-03-28 Joel Sherrill <joel@OARcorp.com>
+
+ * 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.
+
+2001-03-15 Joel Sherrill <joel@OARcorp.com>
+
+ * src/extension.c: Split to reduce minimum code size per PR134.
+ * src/extensioncreate.c, src/extensiondelete.c, src/extensionident.c:
+ New files. src/Makefile.am: Modified to reflect above.
+
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am, include/rtems/Makefile.am,
- inline/rtems/Makefile.am, macros/rtems/Makefile.am:
- Apply include_*HEADERS instead of H_FILES.
+ inline/rtems/Makefile.am, macros/rtems/Makefile.am: Apply
+ include_*HEADERS instead of H_FILES.
2001-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.d>
- * include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not
- using NEWLIB, cleanup related comment.
+ * include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not using
+ NEWLIB, cleanup related comment.
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -238,32 +222,29 @@
2000-10-30 Joel Sherrill <joel@OARcorp.com>
- * POSIX include files merged into newlib. This resulted in
- some definitions moving to other files and thus some secondary
- effects in RTEMS source code.
+ * POSIX include files merged into newlib. This resulted in some
+ definitions moving to other files and thus some secondary effects in
+ RTEMS source code.
* include/confdefs.h: Replaced include of <sys/siginfo.h> with
<signal.h> since that file no longer exists.
2000-10-18 Joel Sherrill <joel@OARcorp.com>
- * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0
- if there is no Classic API Initialization Tasks Table defined.
-
-2000-10-18 Joel Sherrill <joel@OARcorp.com>
-
+ * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0 if there
+ is no Classic API Initialization Tasks Table defined.
* include/confdefs.h: Modified code that accounts for initialization
- task/threads with greater than minimum stack sizes so it would
- compile even if optional APIs are disabled.
+ task/threads with greater than minimum stack sizes so it would compile
+ even if optional APIs are disabled.
2000-10-12 Joel Sherrill <joel@OARcorp.com>
- * include/confdefs.h: Account for initialization tasks and
- threads which use larger than minimum stack sizes.
+ * include/confdefs.h: Account for initialization tasks and threads which
+ use larger than minimum stack sizes.
2000-09-28 Joel Sherrill <joel@OARcorp.com>
- * include/rtems/io.h (rtems_driver_address_table): Added "_entry"
- to all names.
+ * include/rtems/io.h (rtems_driver_address_table): Added "_entry" to all
+ names.
* src/io.c: Accounted for above.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -273,3 +254,4 @@
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.
+