summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-05-05 12:58:00 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-05-05 12:58:00 +0000
commit8e590b4d3bdff69a5ab4c6e0ffec88a6e498dce6 (patch)
treec94b262f0de4ba31b64d149f08fa3daba17bed2d /cpukit/ChangeLog
parentAdded check for NULL. (diff)
downloadrtems-8e590b4d3bdff69a5ab4c6e0ffec88a6e498dce6.tar.bz2
updated Changelog
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog27
1 files changed, 27 insertions, 0 deletions
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 <sebastian.huber@embedded-brains.de>
+
+ * 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 <joel.sherrill@oarcorp.com>
* telnetd/telnetd.h: Spacing.