From 8e590b4d3bdff69a5ab4c6e0ffec88a6e498dce6 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Tue, 5 May 2009 12:58:00 +0000 Subject: [PATCH] updated Changelog --- cpukit/ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 9d21fcc590..0abcdb89ac 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,30 @@ +2009-05-05 Sebastian Huber + + * include/rtems/endian.h: + Added functions to translate integers to/from byte streams. + * libnetworking/lib/ftpfs.c: Added timeout for active data connection + accept. Return EIO for close() errors. Changed PORT format string. + Fixed connection termination after store errors on passive connections. + Added magic device identifier for stat(). + * libmisc/uuid/clear.c, libmisc/uuid/compare.c, libmisc/uuid/copy.c, + libmisc/uuid/COPYING, libmisc/uuid/gen_uuid.c, libmisc/uuid/isnull.c, + libmisc/uuid/pack.c, libmisc/uuid/parse.c, libmisc/uuid/unpack.c, + libmisc/uuid/unparse.c, libmisc/uuid/uuidd.h, libmisc/uuid/uuid.h, + libmisc/uuid/uuidP.h, libmisc/uuid/uuid_time.c: New files. + * Makefile.am, preinstall.am, libblock/Makefile.am, + libmisc/Makefile.am: Update. + * libblock/include/rtems/bdpart.h, libblock/src/bdpart.c, + libmisc/shell/fdisk.c: New files. + * libmisc/shell/shellconfig.h: Added FDISK command. + * libblock/include/rtems/blkdev.h, libblock/include/rtems/diskdevs.h: + Documentation. + * libblock/include/rtems/ramdisk.h, libblock/src/ramdisk.c, + libmisc/fsmount/fsmount.c, libmisc/fsmount/fsmount.h: + Documentation. Changed integer types to match block device types. + Added const qualifier whenever possible. Added + rtems_fsmount_create_mount_point() prototype. + * libfs/src/dosfs/msdos_format.c: Added check for NULL. + 2009-05-04 Joel Sherrill * telnetd/telnetd.h: Spacing.