From bf95ccb5068543b453c1dfbf5e8ae7b6c814e1e4 Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Tue, 27 May 2008 10:34:15 +0000 Subject: Added const qualifier to various pointers and data tables to reduce size of data area. IMFS: Fixed creation of symbolic links to avoid a compiler warning. DOSFS: Use LibBlock instead of read() to read the boot record. --- cpukit/ChangeLog | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index b4379342f7..9cc1e2449c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,69 @@ + +2008-05-27 Sebastian Huber + + * score/include/rtems/score/object.h, + rtems/include/rtems/rtems/types.h: Added new defines OBJECTS_ID_NONE + and RTEMS_ID_NONE. No object can have this ID. + +2008-05-27 Sebastian Huber + + * include/rtems/fs.h, + libblock/include/rtems/diskdevs.h, + libblock/src/diskdevs.c, + libcsupport/include/rtems/libio.h, + libcsupport/src/base_fs.c, + libcsupport/src/error.c, + libcsupport/src/libio.c, + libcsupport/src/mount.c, + libfs/src/dosfs/fat.c, + libfs/src/dosfs/msdos.h, + libfs/src/dosfs/msdos_handlers_dir.c, + libfs/src/dosfs/msdos_handlers_file.c, + libfs/src/dosfs/msdos_init.c, + libfs/src/dosfs/msdos_initsupp.c, + libfs/src/imfs/deviceio.c, + libfs/src/imfs/imfs.h, + libfs/src/imfs/imfs_config.c, + libfs/src/imfs/imfs_creat.c, + libfs/src/imfs/imfs_getchild.c, + libfs/src/imfs/imfs_handlers_device.c, + libfs/src/imfs/imfs_handlers_directory.c, + libfs/src/imfs/imfs_handlers_link.c, + libfs/src/imfs/imfs_handlers_memfile.c, + libfs/src/imfs/imfs_init.c, + libfs/src/imfs/imfs_initsupp.c, + libfs/src/imfs/imfs_symlink.c, + libfs/src/imfs/imfs_unixstub.c, + libfs/src/imfs/miniimfs_init.c, + posix/include/rtems/posix/psignal.h, + posix/src/psignal.c, + rtems/include/rtems/rtems/status.h, + rtems/src/semtranslatereturncode.c, + sapi/include/confdefs.h, + sapi/include/rtems/io.h, + sapi/src/ioregisterdriver.c, + sapi/src/itronapi.c, + sapi/src/posixapi.c: + Added const qualifier to various pointers and data tables to + reduce size of data area. + IMFS: Fixed creation of symbolic links to avoid a compiler warning. + DOSFS: Use LibBlock instead of read() to read the boot record. + +2008-05-27 Sebastian Huber + + * libcsupport/include/console.h: + New define: CONSOLE_DEVICE_NAME. + +2008-05-27 Sebastian Huber + + * libcsupport/src/printk.c: + Bugfix: String output without width option. + +2008-05-27 Sebastian Huber + + * libnetworking/net/if_ppp.c, libnetworking/net/if_pppvar.h: + Bugfix: Moved definition of ppp_softc into source file. + 2008-05-23 Till Straumann * libnetworking/netinet/ip_output.c: when fragmenting -- cgit v1.2.3