summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/libfs/ChangeLog435
-rw-r--r--cpukit/librpc/ChangeLog134
-rw-r--r--cpukit/posix/ChangeLog342
3 files changed, 387 insertions, 524 deletions
diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog
index 2b4eb7b821..0c2ba86b97 100644
--- a/cpukit/libfs/ChangeLog
+++ b/cpukit/libfs/ChangeLog
@@ -4,25 +4,20 @@
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.
- Reformat/Cleanup.
+ * Makefile.am: Include compile.am, again. Reformat/Cleanup.
-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: 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 <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Build lib*$(LIB_VARIANT).a instead of
- $(ARCH)/lib*.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.
@@ -30,33 +25,28 @@
* Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
-2003-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Cosmetics.
-
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add $(dirstamp) to compilation rules.
-
-2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* Makefile.am: Add $(dirstamp) to preinstallation rules.
2003-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in src/Makefile.am, src/imfs/Makefile.am,
src/dosfs/Makefile.am.
- * src/Makefile.am, src/imfs/Makefile.am, src/dosfs/Makefile.am:
- Removed.
+ * src/Makefile.am, src/imfs/Makefile.am, src/dosfs/Makefile.am: Removed.
2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/config.h: Remove.
- * src/dosfs/Makefile.am: Remove config.h
- AM_CPPFLAGS += -I$(top_builddir).
+ * src/dosfs/Makefile.am: Remove config.h AM_CPPFLAGS +=
+ -I$(top_builddir).
* src/imfs/config.h: Remove.
- * src/imfs/Makefile.am: Remove config.h
- AM_CPPFLAGS += -I$(top_builddir).
+ * src/imfs/Makefile.am: Remove config.h AM_CPPFLAGS += -I$(top_builddir).
+
+2003-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Cosmetics.
2003-10-22 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
@@ -75,22 +65,13 @@
PR 440/filesystem
* src/dosfs/fat_fat_operations.c: Improve write speed with FAT12 and
FAT16 filesystems. Previously merged on 4.6 branch.
-
-2003-10-22 Joel Sherrill <joel@OARcorp.com>
-
* ChangeLog: Correct line length.
2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * src/dosfs/Makefile.am: noinst_HEADERS += fat.h
-
-2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * src/dosfs/msdos_file.c (msdos_file_read, msdos_file_write):
- Use '0' as initial value for ret instead of RC_OK.
-
-2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
+ * src/dosfs/Makefile.am: noinst_HEADERS += fat.h.
+ * src/dosfs/msdos_file.c (msdos_file_read, msdos_file_write): Use '0' as
+ initial value for ret instead of RC_OK.
* src/dosfs/msdos_conv.c: Remove isupper, islower, toupper, tolower
(Unused).
@@ -108,90 +89,82 @@
* src/dosfs/dosfs.h, src/dosfs/fat.h, src/dosfs/fat_fat_operations.h,
src/dosfs/fat_file.h, src/dosfs/msdos.h, src/dosfs/msdos_create.c,
- src/dosfs/msdos_dir.c, src/dosfs/msdos_eval.c,
- src/dosfs/msdos_file.c, src/dosfs/msdos_free.c,
- src/dosfs/msdos_fsunmount.c, src/dosfs/msdos_handlers_dir.c,
- src/dosfs/msdos_handlers_file.c, src/dosfs/msdos_init.c,
- src/dosfs/msdos_initsupp.c, src/dosfs/msdos_misc.c,
- src/dosfs/msdos_mknod.c, src/dosfs/msdos_node_type.c,
- src/imfs/deviceio.c, src/imfs/imfs.h, src/imfs/imfs_chown.c,
- src/imfs/imfs_config.c, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
- src/imfs/imfs_directory.c, src/imfs/imfs_eval.c,
+ src/dosfs/msdos_dir.c, src/dosfs/msdos_eval.c, src/dosfs/msdos_file.c,
+ src/dosfs/msdos_free.c, src/dosfs/msdos_fsunmount.c,
+ src/dosfs/msdos_handlers_dir.c, src/dosfs/msdos_handlers_file.c,
+ src/dosfs/msdos_init.c, src/dosfs/msdos_initsupp.c,
+ src/dosfs/msdos_misc.c, src/dosfs/msdos_mknod.c,
+ src/dosfs/msdos_node_type.c, src/imfs/deviceio.c, src/imfs/imfs.h,
+ src/imfs/imfs_chown.c, src/imfs/imfs_config.c, src/imfs/imfs_creat.c,
+ src/imfs/imfs_debug.c, src/imfs/imfs_directory.c, src/imfs/imfs_eval.c,
src/imfs/imfs_fchmod.c, src/imfs/imfs_fcntl.c,
src/imfs/imfs_fdatasync.c, src/imfs/imfs_free.c,
src/imfs/imfs_fsunmount.c, src/imfs/imfs_getchild.c,
src/imfs/imfs_gtkn.c, src/imfs/imfs_handlers_device.c,
src/imfs/imfs_handlers_directory.c, src/imfs/imfs_handlers_link.c,
src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c,
- src/imfs/imfs_initsupp.c, src/imfs/imfs_link.c,
- src/imfs/imfs_mknod.c, src/imfs/imfs_mount.c, src/imfs/imfs_ntype.c,
- src/imfs/imfs_readlink.c, src/imfs/imfs_rmnod.c,
- src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c,
+ src/imfs/imfs_initsupp.c, src/imfs/imfs_link.c, src/imfs/imfs_mknod.c,
+ src/imfs/imfs_mount.c, src/imfs/imfs_ntype.c, src/imfs/imfs_readlink.c,
+ src/imfs/imfs_rmnod.c, src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c,
src/imfs/imfs_unixstub.c, src/imfs/imfs_unlink.c,
src/imfs/imfs_unmount.c, src/imfs/imfs_utime.c, src/imfs/ioman.c,
- src/imfs/linearfile.c, src/imfs/memfile.c, src/imfs/miniimfs_init.c:
- URL for license changed.
+ src/imfs/linearfile.c, src/imfs/memfile.c, src/imfs/miniimfs_init.c: URL
+ for license changed.
2003-09-03 Joel Sherrill <joel@OARcorp.com>
* msdos_create.c: Remove unused variable warning.
-2003-08-05 <djc915@mail.usask.ca>
-
- PR 443/filesystem
- * src/imfs/deviceio.c: deviceio.c mishandles return codes
-
2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 440/filesystem
- * src/dosfs/fat_fat_operations.c: Improve write data speed for
- DOSFS FAT12/FAT16 systems.
+ * src/dosfs/fat_fat_operations.c: Improve write data speed for DOSFS
+ FAT12/FAT16 systems.
+ PR 439/filesystem
+ * src/dosfs/fat_file.c: flush temporary buffer when closing files.
-2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
+2003-08-05 <djc915@mail.usask.ca>
- PR 439/filesystem
- * src/dosfs/fat_file.c: flush temporary buffer when closing files
+ PR 443/filesystem
+ * src/imfs/deviceio.c: deviceio.c mishandles return codes.
-2003-08-04 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
+2003-08-04 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
- PR 441/filesystem
- * src/dosfs/msdos.h: add rename support to DOSFS
- * src/dosfs/msdos_create.c: add rename support to DOSFS
- * src/dosfs/msdos_file.c: add rename support to DOSFS
- * src/dosfs/msdos_init.c: add rename support to DOSFS
- * src/dosfs/msdos_mknod.c: add rename support to DOSFS
+ PR 441/filesystem
+ * src/dosfs/msdos.h: add rename support to DOSFS.
+ * src/dosfs/msdos_create.c: add rename support to DOSFS.
+ * src/dosfs/msdos_file.c: add rename support to DOSFS.
+ * src/dosfs/msdos_init.c: add rename support to DOSFS.
+ * src/dosfs/msdos_mknod.c: add rename support to DOSFS.
2003-07-24 Jennifer Averett <jennifer.averett@OARcorp.com>
PR 434/filesystem
- * src/imfs/imfs_init.c: Modified to return error code
- * src/imfs/miniimfs_init.c: Modified to return error code
- * src/imfs/imfs_initsup.c: Modified to set error upon memory failure.
+ * src/imfs/imfs_init.c: Modified to return error code.
+ * src/imfs/miniimfs_init.c: Modified to return error code.
+ * src/imfs/imfs_initsup.c: Modified to set error upon memory failure.
2003-07-16 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Correct format.
2003-07-15 Chris Johns <cjohns@cybertec.com.au>
-
+
PR 431/filesystem
- * src/dosfs/msdos.h: MSDOS Volume semaphore timeout is now
- NO TIMEOUT. MSDOS volume opertations will wait for ever.
+ * src/dosfs/msdos.h: MSDOS Volume semaphore timeout is now NO TIMEOUT.
+ MSDOS volume opertations will wait for ever.
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * configure.ac: Remove (Merged-in into ../configure.ac)
+ * configure.ac: Remove (Merged-in into ../configure.ac).
* Makefile.am, src/Makefile.am, src/dosfs/Makefile.am,
src/imfs/Makefile.am: Reflect having merged configure.ac into
../configure.ac.
* src/dosfs/config.h: New.
* src/dosfs/Makefile.am: Add config.h.
* src/imfsfs/config.h: New.
- * src/imfs/Makefile.am: Add config.h.
- Remove COMMON_C_FILES, DOC_FILES (Unused).
-
-2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
+ * src/imfs/Makefile.am: Add config.h. Remove COMMON_C_FILES, DOC_FILES
+ (Unused).
* src/dosfs/fat.c: include config-header "config.h".
* src/dosfs/fat_fat_operations.c: Ditto.
* src/dosfs/fat_file.c: Ditto.
@@ -199,29 +172,26 @@
2003-07-02 Chris Johns <cjohns@cybertec.com.au>
- * src/dosfs/Makefile.am, src/dosfs/msdos.h,
- src/dosfs/msdos_conv.c, src/dosfs/msdos_create.c,
- src/dosfs/msdos_dir.c, src/dosfs/msdos_misc.c: Patch from Victor
- V. Vengerov <vvv@oktet.ru> to remove Linux code.
+ * src/dosfs/Makefile.am, src/dosfs/msdos.h, src/dosfs/msdos_conv.c,
+ src/dosfs/msdos_create.c, src/dosfs/msdos_dir.c, src/dosfs/msdos_misc.c:
+ Patch from Victor V. Vengerov <vvv@oktet.ru> to remove Linux code.
* src/dosfs/fat.c, src/dosfs/fat.h: Comment have been updated.
2003-06-10 Phil Torre <ptorre@zetron.com>
PR 411/filesystem
- * src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and
- then unlinking it causes a memory leak.
+ * src/imfs/imfs_unlink.c: Fix bug where renaming a memfile and then
+ unlinking it causes a memory leak.
2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 367/filesystem
* src/dosfs/Makefile.am, src/dosfs/fat.c, src/dosfs/fat.h,
- src/dosfs/fat_fat_operations.c, src/dosfs/fat_file.c,
- src/dosfs/msdos.h, src/dosfs/msdos_dir.c: Some bugs were still
- present in the DOSFS implementation:
- - FAT12 did not work properly on Big-Endian machines
- - Some synchronization and error handling problems were present
- - Some legal codings for EOC were not recognized
-
+ src/dosfs/fat_fat_operations.c, src/dosfs/fat_file.c, src/dosfs/msdos.h,
+ src/dosfs/msdos_dir.c: Some bugs were still present in the DOSFS
+ implementation: - FAT12 did not work properly on Big-Endian machines. -
+ Some synchronization and error handling problems were present. - Some
+ legal codings for EOC were not recognized.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -230,16 +200,13 @@
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
-
-2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: AC_PREREQ(2.57).
2003-02-03 Steven Johnson <sjohnson@neurizon.net>
PR 338/filesystem
- * src/imfs/ioman.c: Fix reentrancy problem with
- rtems_io_lookup_name() (API change).
+ * src/imfs/ioman.c: Fix reentrancy problem with rtems_io_lookup_name()
+ (API change).
2003-01-03 Eugeny S. Mints <Eugeny.Mints@oktet.ru>
@@ -253,15 +220,12 @@
2002-12-02 Joel Sherrill <joel@OARcorp.com>
- * src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings
- on 16 bit targets like the h8300.
+ * src/dosfs/fat.h, src/dosfs/msdos.h: Added casts to remove warnings on
+ 16 bit targets like the h8300.
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Cosmetical fixes.
-
-2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: Fix package name.
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -270,23 +234,20 @@
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * .cvsignore: Reformat.
- Add autom4te*cache.
- Remove autom4te.cache.
+ * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2002-10-02 Jennifer Averett <jennifer@OARcorp.com>
- * src/imfs/memfile.c: Fixed case where last close of unlinked file
- did not remove the resources associated with that file. Reported
- by Till Straumann <strauman@slac.stanford.edu> on the mailing list.
+ * src/imfs/memfile.c: Fixed case where last close of unlinked file did
+ not remove the resources associated with that file. Reported by Till
+ Straumann <strauman@slac.stanford.edu> on the mailing list.
2002-09-14 Joel Sherrill <joel@OARcorp.com>
* src/dosfs/fat.c, src/imfs/deviceio.c, src/imfs/imfs.h,
- src/imfs/imfs_directory.c, src/imfs/imfs_fchmod.c,
- src/imfs/memfile.c: Eliminated warnings. A lot of this focus
- was on changing read and write entry points to return ssize_t
- as read(2) and write(2) now do.
+ src/imfs/imfs_directory.c, src/imfs/imfs_fchmod.c, src/imfs/memfile.c:
+ Eliminated warnings. A lot of this focus was on changing read and write
+ entry points to return ssize_t as read(2) and write(2) now do.
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -305,8 +266,7 @@
2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
- Add AC_PROG_RANLIB.
+ * configure.ac: Use AC_CONFIG_AUX_DIR(../..). Add AC_PROG_RANLIB.
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -317,8 +277,7 @@
* src/dosfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* src/imfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
- * Makefile.am: Include $(top_srcdir)/../automake/*.am.
- Use ../aclocal.
+ * Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal.
* wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -339,32 +298,18 @@
* src/imfs/linearfile.c: Include <string.h>.
* src/imfs/memfile.c: Include <string.h>.
-2001-04-04 Joel Sherrill <joel@OARcorp.com>
-
- * src/dosfs/Makefile.am: Per PR129 do not install as many files
- to the $(includedir).
-
-2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * src/dosfs/fat.h: Include <string.h>.
- Remove DBG1 and DBG2 (unused).
-
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * src/dosfs/fat.h: Include <string.h>. Remove DBG1 and DBG2 (unused).
* Per PR169.
* src/dosfs/config.h.in, src/dosfs/stamp-h2.in: Removed from CVS.
-
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * src/dosfs/fat_file.c: Remove bsp.h.
- fat_file_write(.. const char*buf ..).
+ * src/dosfs/fat_file.c: Remove bsp.h. fat_file_write(.. const char*buf
+ ..).
* src/dosfs/fat_file.h: fat_file_write(.. const char*buf ..).
-
-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]).
* src/dosfs/Makefile.am: Remove AUTOMAKE_OPTIONS.
* src/Makefile.am: Remove AUTOMAKE_OPTIONS.
@@ -378,12 +323,11 @@
* src/dosfs/config.h.in: Removed.
* src/dosfs/stamp-h2.in: Removed.
* .cvsignore: Add config.h*, stamp-h*.
- * configure.ac: Remove AC_SRC_DIR(.../dosfs.h).
- Remove AM_CONFIG_HEADER(src/dosfs/config.h).
- Remove AM_CONFIG_HEADER(src/imfs/config.h).
- Add AM_CONFIG_HEADER(config.h).
- * src/dosfs/Makefile.am: INCLUDES = -I../.. .
- * src/imfs/Makefile.am: INCLUDES = -I../.. .
+ * configure.ac: Remove AC_SRC_DIR(.../dosfs.h). Remove
+ AM_CONFIG_HEADER(src/dosfs/config.h). Remove
+ AM_CONFIG_HEADER(src/imfs/config.h). Add AM_CONFIG_HEADER(config.h).
+ * src/dosfs/Makefile.am: INCLUDES = -I../...
+ * src/imfs/Makefile.am: INCLUDES = -I../...
2002-03-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -391,10 +335,6 @@
* src/dosfs/Makefile.am: Reworked, Disable dosfs for UNIX.
* wrapup/Makefile.am: Disable dosfs for UNIX.
-2001-03-01 Joel Sherrill <joel@OARcorp.com>
-
- * src/imfs/.cvsignore: Added stamp-h1.in
-
2002-02-28 Victor V. Vengerov <vvv@oktet.ru>
* DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
@@ -409,49 +349,49 @@
src/dosfs/msdos_init.c, src/dosfs/msdos_initsupp.c,
src/dosfs/msdos_misc.c, src/dosfs/msdos_mknod.c,
src/dosfs/msdos_node_type.c, src/dosfs/.cvsignore: New files.
- * configure.ac, src/Makefile.am, wrapup/Makefile.am: Modified to
- reflect addition.
+ * configure.ac, src/Makefile.am, wrapup/Makefile.am: Modified to reflect
+ addition.
2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * src/imfs/imfs_load_tar.c: Add include <sys/types.h>.
- Add include <sys/stat.h>. Add include <fcntl.h>.
+ * src/imfs/imfs_load_tar.c: Add include <sys/types.h>. Add include
+ <sys/stat.h>. Add include <fcntl.h>.
* src/imfs/imfs_rmnod.c: Add include <stdlib.h>.
2002-01-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * src/imfs/imfs_eval.c: Include <rtems/seterr.h>.
- Apply rtems_set_errno_and_return_minus_one.
- * src/imfs/memfile.c: Include <rtems/seterr.h>.
- Apply rtems_set_errno_and_return_minus_one.
- * src/imfs/imfs_readlink.c: Include <rtems/seterr.h>.
- Apply rtems_set_errno_and_return_minus_one.
- * src/imfs/imfs_unlink.c: Include <rtems/seterr.h>.
- Apply rtems_set_errno_and_return_minus_one.
- * src/imfs/imfs_link.c: Include <rtems/seterr.h>.
- Apply rtems_set_errno_and_return_minus_one.
- * src/imfs/imfs_chown.c: Include <rtems/seterr.h>.
- Apply rtems_set_errno_and_return_minus_one.
- * src/imfs/ioman.c: Include <rtems/seterr.h>.
- Apply rtems_set_errno_and_return_minus_one.
- * src/imfs/imfs_mount.c: Include <rtems/seterr.h>.
- Apply rtems_set_errno_and_return_minus_one.
- * src/imfs/imfs_directory.c: Include <rtems/seterr.h>.
- Apply rtems_set_errno_and_return_minus_one.
- * src/imfs/imfs_stat.c: Include <rtems/seterr.h>.
- Apply rtems_set_errno_and_return_minus_one.
- * src/imfs/imfs_fchmod.c: Include <rtems/seterr.h>.
- Apply rtems_set_errno_and_return_minus_one.
- * src/imfs/imfs_symlink.c: Include <rtems/seterr.h>.
- Apply rtems_set_errno_and_return_minus_one.
- * src/imfs/imfs_mknod.c: Include <rtems/seterr.h>.
- Apply rtems_set_errno_and_return_minus_one.
- * src/imfs/linearfile.c: Include <rtems/seterr.h>.
- Apply rtems_set_errno_and_return_minus_one.
- * src/imfs/imfs_unmount.c: Include <rtems/seterr.h>.
- Apply rtems_set_errno_and_return_minus_one.
- * src/imfs/imfs.h: Apply rtems_set_errno_and_return_minus_one.
- Comment out increment_and_check_linkcounts.
+ * src/imfs/imfs_eval.c: Include <rtems/seterr.h>. Apply
+ rtems_set_errno_and_return_minus_one.
+ * src/imfs/memfile.c: Include <rtems/seterr.h>. Apply
+ rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_readlink.c: Include <rtems/seterr.h>. Apply
+ rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_unlink.c: Include <rtems/seterr.h>. Apply
+ rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_link.c: Include <rtems/seterr.h>. Apply
+ rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_chown.c: Include <rtems/seterr.h>. Apply
+ rtems_set_errno_and_return_minus_one.
+ * src/imfs/ioman.c: Include <rtems/seterr.h>. Apply
+ rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_mount.c: Include <rtems/seterr.h>. Apply
+ rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_directory.c: Include <rtems/seterr.h>. Apply
+ rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_stat.c: Include <rtems/seterr.h>. Apply
+ rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_fchmod.c: Include <rtems/seterr.h>. Apply
+ rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_symlink.c: Include <rtems/seterr.h>. Apply
+ rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_mknod.c: Include <rtems/seterr.h>. Apply
+ rtems_set_errno_and_return_minus_one.
+ * src/imfs/linearfile.c: Include <rtems/seterr.h>. Apply
+ rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs_unmount.c: Include <rtems/seterr.h>. Apply
+ rtems_set_errno_and_return_minus_one.
+ * src/imfs/imfs.h: Apply rtems_set_errno_and_return_minus_one. Comment
+ out increment_and_check_linkcounts.
2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -468,13 +408,13 @@
2001-10-26 Victor V. Vengerov <vvv@oktet.ru>
- * src/imfs/imfs_load_tar.c: Minor modification so this will
- compile with gcc-2.95.3 with the arguments "-m5200 -O4".
+ * src/imfs/imfs_load_tar.c: Minor modification so this will compile with
+ gcc-2.95.3 with the arguments "-m5200 -O4".
2001-10-16 Chris Johns <ccj@acm.org>
- * imfs/imfs_load_tar.c: Changed the code around to remove an
- internal compiler error on the Coldfire target.
+ * imfs/imfs_load_tar.c: Changed the code around to remove an internal
+ compiler error on the Coldfire target.
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -484,8 +424,8 @@
2001-10-10 Joel Sherrill <joel@OARcorp.com>
- * src/imfs/imfs_getchild.c: Correct length of static string
- as reported by Ibragimov Ilya <ibr@oktet.ru>.
+ * src/imfs/imfs_getchild.c: Correct length of static string as reported
+ by Ibragimov Ilya <ibr@oktet.ru>.
2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -498,20 +438,20 @@
2001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com>
- * src/imfs/imfs_eval.c: The CD_UP problem in imfs_eval has been
- touched. The order of the questions is the key.
+ * src/imfs/imfs_eval.c: The CD_UP problem in imfs_eval has been touched.
+ The order of the questions is the key.
2001-07-06 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
- * src/imfs/deviceio.c: Make sure errno gets set to reflect
- the status from the driver.
+ * src/imfs/deviceio.c: Make sure errno gets set to reflect the status
+ from the driver.
2001-05-25 Joel Sherrill <joel@OARcorp.com>
- * src/imfs/imfs_initsupp.c: Create the root node with the
- desired permissions. Nodes should be created with the right
- permissions because chmod() is not supported by the miniIMFS
- so changing after creation is not possible.
+ * src/imfs/imfs_initsupp.c: Create the root node with the desired
+ permissions. Nodes should be created with the right permissions because
+ chmod() is not supported by the miniIMFS so changing after creation is
+ not possible.
2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -519,27 +459,34 @@
2001-04-24 Joel Sherrill <joel@OARcorp.com>
- * src/imfs/memfile.c (memfile_open): Did not set iop->size
- and thus the value was incorrect. Before this field was cleared,
- this resulted in the value from the last time that IOP was used
- being still in place. Discovered by Andrew Bythell
- <abythell@nortelnetworks.com>.
+ * src/imfs/memfile.c (memfile_open): Did not set iop->size and thus the
+ value was incorrect. Before this field was cleared, this resulted in
+ the value from the last time that IOP was used being still in place.
+ Discovered by Andrew Bythell <abythell@nortelnetworks.com>.
2001-04-20 Joel Sherrill <joel@OARcorp.com>
- * src/imfs/imfs_debug.c (IMFS_print_jnode): Modified to print
- only information that does not vary based on target or memory
- configuration. The old prints are still there in case they
- are needed in the future to debug. Printing target dependent
- addresses makes the test output vary by target unnecessarily.
+ * src/imfs/imfs_debug.c (IMFS_print_jnode): Modified to print only
+ information that does not vary based on target or memory configuration.
+ The old prints are still there in case they are needed in the future to
+ debug. Printing target dependent addresses makes the test output vary
+ by target unnecessarily.
+
+2001-04-04 Joel Sherrill <joel@OARcorp.com>
+
+ * src/dosfs/Makefile.am: Per PR129 do not install as many files to the
+ $(includedir).
2001-03-23 Joel Sherrill <joel@OARcorp.com>
- * src/imfs/memfile.c: Reapply fix from bug report from
- Jose Sturniolo <jsturnio@nec.com.ar> where NULL pointer
- was dereferenced when freeing a triply indirect file.
- The fix was applied to the 4.5 release branch and not
- the development branch.
+ * src/imfs/memfile.c: Reapply fix from bug report from Jose Sturniolo
+ <jsturnio@nec.com.ar> where NULL pointer was dereferenced when freeing a
+ triply indirect file. The fix was applied to the 4.5 release branch
+ and not the development branch.
+
+2001-03-01 Joel Sherrill <joel@OARcorp.com>
+
+ * src/imfs/.cvsignore: Added stamp-h1.in.
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -547,9 +494,9 @@
2001-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * configure.in: Add src/imfs/config.h
- * src/imfs/Makefile.am: Add INCLUDES += -I. to pickup config.h
- * src/imfs/.cvsignore: Add config.h and stamp-h
+ * configure.in: Add src/imfs/config.h.
+ * src/imfs/Makefile.am: Add INCLUDES += -I. to pickup config.h.
+ * src/imfs/.cvsignore: Add config.h and stamp-h.
* src/imfs/*.c: Add config.h support.
2001-01-12 Jake Janovetz <janovetz@uiuc.edu>
@@ -558,26 +505,25 @@
src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c,
src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c,
src/imfs/imfs_initsupp.c, src/imfs/imfs_stat.c, src/imfs/memfile.c,
- src/imfs/miniimfs_init.c: Final developmental update to "tarfs".
- When rtems_tarfs_load() is called, it checks the permissions
- on each file. If there is write permission, it just creates a
- standard file using "creat()" and therefore, uses the IMFS MEMORY_FILE.
- If there is no write permission, it creates a LINEAR_FILE node
- with the appropriate properties. If the permission is ever changed
- to writeable, IMFS_fchmod converts it to a regular memory file.
+ src/imfs/miniimfs_init.c: Final developmental update to "tarfs". When
+ rtems_tarfs_load() is called, it checks the permissions on each file.
+ If there is write permission, it just creates a standard file using
+ "creat()" and therefore, uses the IMFS MEMORY_FILE. If there is no write
+ permission, it creates a LINEAR_FILE node with the appropriate
+ properties. If the permission is ever changed to writeable, IMFS_fchmod
+ converts it to a regular memory file.
2000-12-12 Jake Janovetz <janovetz@uiuc.edu>
* src/imfs/linearfile.c, src/imfs/imfs_load_tar.c: New files.
- * src/imfs/Makefile.am, src/imfs/imfs.h,
- src/imfs/imfs_creat.c, src/imfs/imfs_debug.c,
- src/imfs/imfs_eval.c, src/imfs/imfs_handlers_memfile.c,
- src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c,
- src/imfs/imfs_stat.c, src/imfs/miniimfs_init.c: Added "tarfs".
- This is not really a tar filesystem. It is a way to load a tar
- image into the IMFS but actually leave bulky file contents in the
- original tar image. It essentially adds the linear file type and
- associated support and a loader routine.
+ * src/imfs/Makefile.am, src/imfs/imfs.h, src/imfs/imfs_creat.c,
+ src/imfs/imfs_debug.c, src/imfs/imfs_eval.c,
+ src/imfs/imfs_handlers_memfile.c, src/imfs/imfs_init.c,
+ src/imfs/imfs_initsupp.c, src/imfs/imfs_stat.c,
+ src/imfs/miniimfs_init.c: Added "tarfs". This is not really a tar
+ filesystem. It is a way to load a tar image into the IMFS but actually
+ leave bulky file contents in the original tar image. It essentially
+ adds the linear file type and associated support and a loader routine.
2000-11-28 Joel Sherrill <joel@OARcorp.com>
@@ -607,11 +553,17 @@
src/imfs/imfs_rmnod.c, src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c,
src/imfs/imfs_unixstub.c, src/imfs/imfs_unlink.c,
src/imfs/imfs_unmount.c, src/imfs/imfs_utime.c, src/imfs/ioman.c,
- src/imfs/memfile.c, src/imfs/miniimfs_init.c:
- assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
- from libc to lib/include/rtems and now must be referenced as
- <rtems/XXX.h>. Now we do not have to reach up and over to
- libc to pick them up.
+ src/imfs/memfile.c, src/imfs/miniimfs_init.c: assoc.h, error.h,
+ libio_.h, libio.h, and libcsupport.h moved from libc to
+ lib/include/rtems and now must be referenced as <rtems/XXX.h>. Now we
+ do not have to reach up and over to libc to pick them up.
+
+2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am, configure.in: Introduce GNU canonicalization to libfs/.
+ The approach is currently a bit of a hack as GNU canonicalization does
+ not support the per-BSP build some of the other directories require. As
+ more of the tree is converted, this will become less of an issue.
2000-10-24 Joel Sherrill <joel@OARcorp.com>
@@ -620,14 +572,6 @@
* src/imfs/ioman.c: New file. Moved from lib/libc. Missed previously.
* src/imfs/Makefile.am: Added imfs_config.c and ioman.c.
-2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am, configure.in: Introduce GNU canonicalization to libfs/.
- The approach is currently a bit of a hack as GNU canonicalization
- does not support the per-BSP build some of the other directories
- require. As more of the tree is converted, this will become less
- of an issue.
-
2000-10-19 Joel Sherrill <joel@OARcorp.com>
* .cvsignore, src/.cvsignore, src/imfs/.cvsignore, wrapup/.cvsignore:
@@ -654,3 +598,4 @@
src/imfs/imfs_mknod.c, src/imfs/miniimfs_init.c, src/imfs/imfs_free.c,
src/imfs/imfs_mount.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_ntype.c:
New files. Moved from libc.
+
diff --git a/cpukit/librpc/ChangeLog b/cpukit/librpc/ChangeLog
index 5e81cf1024..6d2b33f1ac 100644
--- a/cpukit/librpc/ChangeLog
+++ b/cpukit/librpc/ChangeLog
@@ -4,27 +4,22 @@
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.
- Put man-pages into EXTRA_DIST to work around automake not
- distributing conditionally installed *_MANS.
+ * Makefile.am: Include compile.am, again. Put man-pages into EXTRA_DIST
+ to work around automake not distributing conditionally installed *_MANS.
Distribute include/rpcsvc.
-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: 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 <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Build lib*$(LIB_VARIANT).a instead of
- $(ARCH)/lib*.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.
@@ -35,37 +30,29 @@
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add $(dirstamp) to compilation rules.
-
-2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* Makefile.am: Add $(dirstamp) to preinstallation rules.
2003-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * src/rpc/Makefile.am, src/xdr/Makefile.am, src/Makefile.am:
- Removed.
+ * src/rpc/Makefile.am, src/xdr/Makefile.am, src/Makefile.am: Removed.
* Makefile.am: Merge-in src/rpc/Makefile.am, src/xdr/Makefile.am,
- src/Makefile.am.
- Various fixes. Reformat.
-
-2003-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
+ src/Makefile.am. Various fixes. Reformat.
* include/rpc/rpc.hinclude/rpc/rpc.h: Rename struct
- rtems_rpc_task_variables into struct _rtems_rpc_task_variables
- (Avoid symbol conflict between struct and variable).
- struct _rtems_rpc_task_variables *rtems_rpc_task_variables;
- Reflect changes above.
+ rtems_rpc_task_variables into struct _rtems_rpc_task_variables (Avoid
+ symbol conflict between struct and variable). struct
+ _rtems_rpc_task_variables *rtems_rpc_task_variables; Reflect changes
+ above.
* src/rpc/clnt_perror.c, src/rpc/clnt_raw.c, src/rpc/clnt_simple.c,
src/rpc/rpcdname.c, src/rpc/rtems_rpc.c, src/rpc/svc.c,
- src/rpc/svc_auth.c, src/rpc/svc_raw.c, src/rpc/svc_simple.c:
- Reflect changes above.
+ src/rpc/svc_auth.c, src/rpc/svc_raw.c, src/rpc/svc_simple.c: Reflect
+ changes above.
2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * src/rpc/Makefile.am: Remove __P from AM_CPPFLAGS.
- Rely on sys/cdefs.h providing it.
- * src/xdr/Makefile.am: Remove __P from AM_CPPFLAGS.
- Rely on sys/cdefs.h providing it.
+ * src/rpc/Makefile.am: Remove __P from AM_CPPFLAGS. Rely on sys/cdefs.h
+ providing it.
+ * src/xdr/Makefile.am: Remove __P from AM_CPPFLAGS. Rely on sys/cdefs.h
+ providing it.
2003-09-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -74,17 +61,14 @@
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * configure.ac: Remove (Merged-in into ../configure.ac)
+ * configure.ac: Remove (Merged-in into ../configure.ac).
* Makefile.am, include/Makefile.am, src/Makefile.am,
- src/rpc/Makefile.am, src/xdr/Makefile.am:
- Reflect having merged configure.ac into ../configure.ac.
+ src/rpc/Makefile.am, src/xdr/Makefile.am: Reflect having merged
+ configure.ac into ../configure.ac.
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
-
-2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: AC_PREREQ(2.57).
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -102,8 +86,8 @@
2002-10-28 Joel Sherrill <joel@OARcorp.com>
* src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c,
- src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h>
- to eliminate warning.
+ src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h> to
+ eliminate warning.
* src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate
warning.
@@ -113,14 +97,12 @@
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * .cvsignore: Reformat.
- Add autom4te*cache.
- Remove autom4te.cache.
+ * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2002-08-20 Joel Sherrill <joel@OARcorp.com>
- * src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h>
- to avoid warning on ntohl().
+ * src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h> to avoid
+ warning on ntohl().
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -134,15 +116,14 @@
2002-07-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
- * include/Makefile.am: Merge include/rpc/Makefile.am.
- Merge include/rpcsvc/Makefile.am.
+ * include/Makefile.am: Merge include/rpc/Makefile.am. Merge
+ include/rpcsvc/Makefile.am.
* include/rpc/Makefile.am: Remove.
* include/rpcsvc/Makefile.am: Remove.
* src/rpc/PSD.doc/Makefile.am: Remove.
- * configure.ac: Remove duplicate AC_PROG_RANLIB.
- Remove include/rpc/Makefile.
- Remove include/rpcsvc/Makefile.
- Remove src/rpc/PSD.doc/Makefile.
+ * configure.ac: Remove duplicate AC_PROG_RANLIB. Remove
+ include/rpc/Makefile. Remove include/rpcsvc/Makefile. Remove
+ src/rpc/PSD.doc/Makefile.
2002-07-23 Joel Sherrill <joel@OARcorp.com>
@@ -152,9 +133,6 @@
* src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
* src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
-
-2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* src/xdr/Makefile.am: Eliminate LIBNAME.
* src/rpc/Makefile.am: Eliminate LIBNAME.
@@ -168,21 +146,17 @@
2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
- Add AC_PROG_RANLIB.
+ * configure.ac: Use AC_CONFIG_AUX_DIR(../..). Add AC_PROG_RANLIB.
2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * configure.ac: RTEMS_TOP(../../../..).
- AC_CONFIG_AUX_DIR(../../../..).
- Remove RTEMS_CANONICAL_HOST.
- Use RTEMS_ENV_RTEMSCPU.
- Add AC_PROG_RANLIB.
+ * configure.ac: RTEMS_TOP(../../../..). AC_CONFIG_AUX_DIR(../../../..).
+ Remove RTEMS_CANONICAL_HOST. Use RTEMS_ENV_RTEMSCPU. Add AC_PROG_RANLIB.
* include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
- * Makefile.am: Include $(top_srcdir)/../automake/*.am.
- ACLOCAL_AMFLAGS = -I ../aclocal.
+ * Makefile.am: Include $(top_srcdir)/../automake/*.am. ACLOCAL_AMFLAGS =
+ -I ../aclocal.
* src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
@@ -190,8 +164,7 @@
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/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
@@ -214,8 +187,7 @@
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * include/rpc/Makefile.am: Apply include_*HEADERS instead of
- H_FILES.
+ * include/rpc/Makefile.am: Apply include_*HEADERS instead of H_FILES.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -227,22 +199,21 @@
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.
* src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
- src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
- Use of _read, _write, and _close as macros conflicted with
- newlib's use of these as routine names. They were renamed to
- include "_RPC_" prefix.
+ src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c: Use of _read,
+ _write, and _close as macros conflicted with newlib's use of these as
+ routine names. They were renamed to include "_RPC_" prefix.
-2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+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-22 Joel Sherrill <joel@OARcorp.com>
@@ -250,8 +221,9 @@
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
+ * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am.
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.
+
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index ce78193c02..a1a7281aa8 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/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 libposix$(LIB_VARIANT).a instead of
$(ARCH)/libposix.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.
@@ -32,11 +29,7 @@
2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add $(dirstamp) to compilation rules.
-
-2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Add $(dirstamp) to preinstallation rules.
- Remove MACROS.
+ * Makefile.am: Add $(dirstamp) to preinstallation rules. Remove MACROS.
2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -45,8 +38,7 @@
2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/config.h: Remove.
- * Makefile.am: Remove src/config.h
- AM_CPPFLAGS += -I$(top_builddir).
+ * Makefile.am: Remove src/config.h AM_CPPFLAGS += -I$(top_builddir).
2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -76,27 +68,25 @@
macros/rtems/posix/intr.inl, macros/rtems/posix/key.inl,
macros/rtems/posix/mqueue.inl, macros/rtems/posix/mutex.inl,
macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
- macros/rtems/posix/timer.inl, src/alarm.c, src/kill.c,
- src/killinfo.c, src/mqueuetranslatereturncode.c, src/pause.c,
- src/pthreadattrdestroy.c, src/pthreadattrgetdetachstate.c,
- src/pthreadattrgetinheritsched.c, src/pthreadattrgetschedparam.c,
- src/pthreadattrgetschedpolicy.c, src/pthreadattrgetscope.c,
- src/pthreadattrgetstackaddr.c, src/pthreadattrgetstacksize.c,
- src/pthreadattrinit.c, src/pthreadattrsetdetachstate.c,
- src/pthreadattrsetinheritsched.c, src/pthreadattrsetschedparam.c,
- src/pthreadattrsetschedpolicy.c, src/pthreadattrsetscope.c,
- src/pthreadattrsetstackaddr.c, src/pthreadattrsetstacksize.c,
- src/pthreadcreate.c, src/pthreaddetach.c, src/pthreadequal.c,
- src/pthreadexit.c, src/pthreadgetcpuclockid.c,
- src/pthreadgetcputime.c, src/pthreadgetschedparam.c,
- src/pthreadjoin.c, src/pthreadkill.c, src/pthreadonce.c,
- src/pthreadself.c, src/pthreadsetcputime.c,
- src/pthreadsetschedparam.c, src/pthreadsigmask.c, src/sigaction.c,
- src/sigaddset.c, src/sigdelset.c, src/sigemptyset.c,
- src/sigfillset.c, src/sigismember.c, src/signal_2.c,
- src/sigpending.c, src/sigprocmask.c, src/sigqueue.c,
- src/sigsuspend.c, src/sigtimedwait.c, src/sigwait.c,
- src/sigwaitinfo.c, src/ualarm.c: URL for license changed.
+ macros/rtems/posix/timer.inl, src/alarm.c, src/kill.c, src/killinfo.c,
+ src/mqueuetranslatereturncode.c, src/pause.c, src/pthreadattrdestroy.c,
+ src/pthreadattrgetdetachstate.c, src/pthreadattrgetinheritsched.c,
+ src/pthreadattrgetschedparam.c, src/pthreadattrgetschedpolicy.c,
+ src/pthreadattrgetscope.c, src/pthreadattrgetstackaddr.c,
+ src/pthreadattrgetstacksize.c, src/pthreadattrinit.c,
+ src/pthreadattrsetdetachstate.c, src/pthreadattrsetinheritsched.c,
+ src/pthreadattrsetschedparam.c, src/pthreadattrsetschedpolicy.c,
+ src/pthreadattrsetscope.c, src/pthreadattrsetstackaddr.c,
+ src/pthreadattrsetstacksize.c, src/pthreadcreate.c, src/pthreaddetach.c,
+ src/pthreadequal.c, src/pthreadexit.c, src/pthreadgetcpuclockid.c,
+ src/pthreadgetcputime.c, src/pthreadgetschedparam.c, src/pthreadjoin.c,
+ src/pthreadkill.c, src/pthreadonce.c, src/pthreadself.c,
+ src/pthreadsetcputime.c, src/pthreadsetschedparam.c,
+ src/pthreadsigmask.c, src/sigaction.c, src/sigaddset.c, src/sigdelset.c,
+ src/sigemptyset.c, src/sigfillset.c, src/sigismember.c, src/signal_2.c,
+ src/sigpending.c, src/sigprocmask.c, src/sigqueue.c, src/sigsuspend.c,
+ src/sigtimedwait.c, src/sigwait.c, src/sigwaitinfo.c, src/ualarm.c: URL
+ for license changed.
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -112,34 +102,27 @@
* src/getuid.c: Remove (Moved to ../libcsupport/src).
* src/setpgid.c: Remove (Moved to ../libcsupport/src).
* src/setsid.c: Remove (Moved to ../libcsupport/src).
- * Makefile.am: Reflect changes above
-
-2003-08-14 Joel Sherrill <joel@OARcorp.com>
-
- * src/mqueuenametoid.c, src/semaphorenametoid.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()
+ * Makefile.am: Reflect changes above.
2003-08-14 Joel Sherrill <joel@OARcorp.com>
+ * src/mqueuenametoid.c, src/semaphorenametoid.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().
PR 92/rtems
* Makefile.am, src/alarm.c, src/psignal.c: Added ualarm() and usleep().
* src/ualarm.c, src/usleep.c: New files.
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * configure.ac: Remove (Merged-in into ../configure.ac)
- * Makefile.am:
- Reflect having merged configure.ac into ../configure.ac.
+ * configure.ac: Remove (Merged-in into ../configure.ac).
+ * Makefile.am: Reflect having merged configure.ac into ../configure.ac.
* src/config.h: New.
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
-
-2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: AC_PREREQ(2.57).
2003-01-27 Juan Zamorano <jzamora@fi.upm.es>
@@ -153,8 +136,8 @@
2003-01-03 Jay Monkman <jtm@smoothsmoothie.com>
- * src/mqueueopen.c: Actually open the message queue descriptor
- so it is available for others to use.
+ * src/mqueueopen.c: Actually open the message queue descriptor so it is
+ available for others to use.
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -176,41 +159,34 @@
2002-12-06 Vladimir Nesic <vnesic@dkts.co.yu>
- * inline/rtems/posix/cond.inl, macros/rtems/posix/cond.inl:
- Implemented PTHREAD_COND_INITIALIZER support. Vladimir implemented
- the inline version and Joel adapted it to the macro version.
+ * inline/rtems/posix/cond.inl, macros/rtems/posix/cond.inl: Implemented
+ PTHREAD_COND_INITIALIZER support. Vladimir implemented the inline
+ version and Joel adapted it to the macro version.
2002-12-02 Joel Sherrill <joel@OARcorp.com>
* include/rtems/posix/timer.h, src/keygetspecific.c,
- src/posixtimespecsubtract.c, src/ptimer1.c, src/semunlink.c:
- Added casts to eliminate warnings on 16-bit targets like the h8300.
+ src/posixtimespecsubtract.c, src/ptimer1.c, src/semunlink.c: Added casts
+ to eliminate warnings on 16-bit targets like the h8300.
2002-11-29 Eric Norum <eric.norum@usask.ca>
- * src/sysconf.c: Add support for _SC_GETPW_R_SIZE_MAX.
- Return error rather than panic if argument is unsupported.
- This was tracked as PR316.
+ * src/sysconf.c: Add support for _SC_GETPW_R_SIZE_MAX. Return error
+ rather than panic if argument is unsupported. This was tracked as PR316.
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Cosmetical fixes.
-
-2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
* configure.ac: Fix package name.
-2002-10-30 Eric Norum <eric.norum@usask.ca>
-
- * src/psignal.c: Fix counting problem which resulted in too many
- entries being in the POSIX signals default behavior table.
-
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected.
2002-10-30 Eric Norum <eric.norum@usask.ca>
+ * src/psignal.c: Fix counting problem which resulted in too many entries
+ being in the POSIX signals default behavior table.
* src/psignal.c: Reflect changes to signal names in newlib.
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -219,9 +195,7 @@
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * .cvsignore: Reformat.
- Add autom4te*cache.
- Remove autom4te.cache.
+ * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2002-09-14 Joel Sherrill <joel@OARcorp.com>
@@ -229,8 +203,8 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
- * src/adjtime.c: New file -- adjtime() support required by the
- Network Time Protocol (NTP) port to RTEMS.
+ * src/adjtime.c: New file -- adjtime() support required by the Network
+ Time Protocol (NTP) port to RTEMS.
* src/Makefile.am: Modified to reflect above.
2002-08-09 Joel Sherrill <joel@OARcorp.com>
@@ -245,10 +219,11 @@
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Use .$(OBJEXT) instead of .o.
+ * src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
-2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
+ * configure.ac: RTEMS_TOP(../..).
2002-07-05 Joel Sherrill <joel@OARcorp.com>
@@ -257,42 +232,35 @@
src/setcanceltype.c, src/testcancel.c: Per PR164, corrected the
behavior of thread cancellation and did some cleanup as a side-effect.
-2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * configure.ac: RTEMS_TOP(../..).
+ * configure.ac: Remove RTEMS_PROJECT_ROOT.
-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/rtems/posix/key.h, src/cond.c, src/condinit.c, src/intr.c,
src/key.c, src/keycreate.c, src/keydelete.c, src/killinfo.c,
src/mqueue.c, src/mqueuecreatesupp.c, src/mutex.c, src/mutexinit.c,
src/psignal.c, src/pthread.c, src/semaphore.c,
src/semaphorecreatesupp.c: Modified as part of above.
-2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Remove RTEMS_PROJECT_ROOT.
-
2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
- Add AC_PROG_RANLIB.
+ * configure.ac: Use AC_CONFIG_AUX_DIR(../..). Add AC_PROG_RANLIB.
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -302,17 +270,11 @@
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
- * Makefile.am: Include $(top_srcdir)/../automake/*.am.
- Use ../aclocal.
+ * Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal.
* inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
-2001-05-17 Joel Sherrill <joel@OARcorp.com>
-
- * macros/rtems/posix/mqueue.inl: Implemented missing routines
- to support message queue FDs.
-
2002-05-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/sys/utsname.h: Remove.
@@ -320,25 +282,15 @@
* src/utsname.c: Remove.
* src/Makefile.am: Reflect changes above.
-2001-04-26 Joel Sherrill <joel@OARcorp.com>
-
- * include/rtems/posix/mqueue.h, inline/rtems/posix/mqueue.inl,
- src/mqueue.c, src/mqueueclose.c, src/mqueuecreatesupp.c,
- src/mqueuegetattr.c, src/mqueuenotify.c, src/mqueueopen.c,
- src/mqueuerecvsupp.c, src/mqueuesendsupp.c, src/mqueuesetattr.c:
- Per PR81 reworked to add a message queue descriptor separate from
- the underlying message queue. This allows non-blocking to follow
- the "open" not the underlying queue.
-
-2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * src/psignal.c: Include <stdlib.h>.
-
2002-04-08 Chris Johns <ccj@acm.org>
* Per PR142, make task switch extension its own list.
* src/pthread.c (_POSIX_Threads_User_extensions): Reflect above.
+2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * src/psignal.c: Include <stdlib.h>.
+
2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/getegid.c: Remove <errno.h>.
@@ -349,8 +301,7 @@
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]).
* src/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
@@ -361,34 +312,28 @@
2002-03-01 Eric Norum <eric.norum@usask.ca>
* src/pthreadonce.c: Task is not preemptable while running a
- pthread_once init function. This is slightly less heavy handed
- than disabling dispatching and seems better than consuming a mutex.
+ pthread_once init function. This is slightly less heavy handed than
+ disabling dispatching and seems better than consuming a mutex.
2002-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * src/getegid.c: Add #include <rtems/userenv.h>.
- Remove #include <rtems/libio_.h>.
+ * src/getegid.c: Add #include <rtems/userenv.h>. Remove #include
+ <rtems/libio_.h>.
* src/geteuid.c: Ditto.
* src/getgid.c: Ditto.
* src/getlogin.c: Ditto.
* src/getuid.c: Ditto.
+2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-2001-01-16 Joel Sherrill <joel@OARcorp.com>
-
- * inline/rtems/posix/mutex.inl (_POSIX_Mutex_Get_support): Corrected
- name of routine in header.
+ * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c]).
+ * src/psignal.c: #include <string.h>.
2002-01-07 Joel Sherrill <joel@OARcorp.com>
* optman/, optman/.cvsignore, optman/Makefile.am: Removed entire
contents of optman/ directory since it has been moved.
-2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])
- * src/psignal.c: #include <string.h>.
-
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove optman/Makefile from CONFIG_FILES.
@@ -439,9 +384,6 @@
2001-09-13 Joel Sherrill <joel@OARcorp.com>
* src/sysconf.c: Fix typo syntax error accidentally committed.
-
-2001-09-13 Joel Sherrill <joel@OARcorp.com>
-
* src/mprotect.c: New file. Stub required by some gcc's to pass tests.
In particular, about 350 ACATS tests fail if this is not present.
* src/getpagesize.c: Ditto.
@@ -455,25 +397,35 @@
2001-08-16 Joel Sherrill <joel@OARcorp.com>
- * src/mqueuesendsupp.c: Account for possibly blocking during the
- core send operation.
+ * src/mqueuesendsupp.c: Account for possibly blocking during the core
+ send operation.
2001-08-09 Joel Sherrill <joel@OARcorp.com>
- * src/mqueuesendsupp.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/mqueuesendsupp.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>.
-2000-05-24 Fernando Ruiz Casas <fernando.ruiz@ctv.es>
+2001-05-17 Joel Sherrill <joel@OARcorp.com>
- * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
- src/getuid.c: Now save their values in private user environment.
+ * macros/rtems/posix/mqueue.inl: Implemented missing routines to support
+ message queue FDs.
2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
+2001-04-26 Joel Sherrill <joel@OARcorp.com>
+
+ * include/rtems/posix/mqueue.h, inline/rtems/posix/mqueue.inl,
+ src/mqueue.c, src/mqueueclose.c, src/mqueuecreatesupp.c,
+ src/mqueuegetattr.c, src/mqueuenotify.c, src/mqueueopen.c,
+ src/mqueuerecvsupp.c, src/mqueuesendsupp.c, src/mqueuesetattr.c: Per
+ PR81 reworked to add a message queue descriptor separate from the
+ underlying message queue. This allows non-blocking to follow the "open"
+ not the underlying queue.
+
2001-03-19 Joel Sherrill <joel@OARcorp.com>
* sys/utsname.h: Added C++ wrapper.
@@ -482,42 +434,43 @@
* include/Makefile.am, include/rtems/posix/Makefile.am,
include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
- macros/rtems/posix/Makefile.am:
- Apply include_*HEADERS instead of H_FILES.
+ macros/rtems/posix/Makefile.am: Apply include_*HEADERS instead of
+ H_FILES.
2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
- * configure.in: Add src/config.h
- * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
- * src/.cvsignore: Add config.h and stamp-h
+ * configure.in: Add src/config.h.
+ * src/Makefile.am: Add INCLUDES += -I. to pickup config.h.
+ * src/.cvsignore: Add config.h and stamp-h.
* src/*.c: Add config.h support.
2001-01-23 Joel Sherrill <joel@OARcorp.com>
* src/alarm.c: Eliminated use of C++ style comments.
-2001-01-12 Joel Sherrill <joel@OARcorp.com>
-
- * src/clockgetres.c: Fixed match problem. We are not converting
- an interval to a timespec -- it is actually a real number of
- microseconds.
-
2001-01-22 Michael Hamel <mhamel@adi.co.nz>
* include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
src/ptimer1.c, include/rtems/posix/semaphore.h,
inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
- src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
- Modifications to make CodeWarrior happy.
+ src/semaphorenametoid.c, src/semopen.c, src/semunlink.c: Modifications
+ to make CodeWarrior happy.
+
+2001-01-16 Joel Sherrill <joel@OARcorp.com>
+
+ * inline/rtems/posix/mutex.inl (_POSIX_Mutex_Get_support): Corrected
+ name of routine in header.
2001-01-12 Joel Sherrill <joel@OARcorp.com>
+ * src/clockgetres.c: Fixed match problem. We are not converting an
+ interval to a timespec -- it is actually a real number of microseconds.
* src/README.mqueue: Enhanced example.
2000-12-19 Joel Sherrill <joel@OARcorp.com>
- * src/pthreadgetschedparam.c: Do not set output parameters if
- the pointers are NULL.
+ * src/pthreadgetschedparam.c: Do not set output parameters if the
+ pointers are NULL.
2000-12-06 Joel Sherrill <joel@OARcorp.com>
@@ -529,9 +482,6 @@
* include/rtems/posix/cond.h: #if 0'ed out prototype of
_POSIX_Condition_variables_Get to avoid conflict with macro
implementation.
-
-2000-12-01 Joel Sherrill <joel@OARcorp.com>
-
* Added macro support to POSIX API. This is known to compile.
* macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
@@ -560,22 +510,22 @@
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
+
* configure.in: Cleanup comments.
2000-10-30 Joel Sherrill <joel@OARcorp.com>
- * include/Makefile.am: Updated to reflect files merged into newlib.
- This resulted in some definitions moving to other files and thus
- some secondary effects in RTEMS source code.
+ * include/Makefile.am: Updated to reflect files merged into newlib. This
+ resulted in some definitions moving to other files and thus some
+ secondary effects in RTEMS source code.
* include/unistd.h: Removed. Now use newlib's.
* include/rtems/posix/mqueue.h: Add include of <signal.h>.
- * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
+ * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>.
* src/execv.c: Corrected prototype to agree with newlib.
* src/execve.c: Corrected prototype to agree with newlib.
* src/execvp.c: Corrected prototype to agree with newlib.
- * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
- that file no longer exists.
+ * src/psignal.c: Rewrote reference to <siginfo.h> in comment since that
+ file no longer exists.
* src/pthreadkill.c: Added include of <signal.h>.
* src/sigaction.c: Added include of <signal.h>.
* src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
@@ -583,8 +533,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-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
@@ -593,39 +543,35 @@
2000-08-30 Joel Sherrill <joel@OARcorp.com>
* Many files: Moved posix/include/rtems/posix/seterr.h to
- score/include/rtems/seterr.h so it would be available within
- all APIs.
+ score/include/rtems/seterr.h so it would be available within all APIs.
2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
- inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
- style of src/ptimer1.c. Continued effort to make the
- POSIX Timer implementation match that of other managers.
- Added data structures required to use SuperCore Object Handler.
+ inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the style of
+ src/ptimer1.c. Continued effort to make the POSIX Timer implementation
+ match that of other managers. Added data structures required to use
+ SuperCore Object Handler.
2000-08-15 Joel Sherrill <joel@OARcorp.com>
* src/ptimer1.c: Minor formatting fixes.
-
-2000-08-15 Joel Sherrill <joel@OARcorp.com>
-
* src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
- * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
- and used structure copy instead.
+ * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S and used
+ structure copy instead.
* src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
* include/rtems/posix/timer.h: Ditto.
+ * src/ptimer1.c: Switched to using set_errno_and_return_minus_one() to
+ ensure that errno was always set.
+ * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get to use
+ SuperCore _TOD_Current variable.
-2000-08-15 Joel Sherrill <joel@OARcorp.com>
-
- * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
- to ensure that errno was always set.
+2000-08-10 Joel Sherrill <joel@OARcorp.com>
-2000-08-15 Joel Sherrill <joel@OARcorp.com>
+ * ChangeLog: New file.
- * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
- to use SuperCore _TOD_Current variable.
+2000-05-24 Fernando Ruiz Casas <fernando.ruiz@ctv.es>
-2000-08-10 Joel Sherrill <joel@OARcorp.com>
+ * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
+ src/getuid.c: Now save their values in private user environment.
- * ChangeLog: New file.