summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-04-30 08:55:41 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-04-30 08:55:41 +0000
commit068a8240c67cb1dff6237c475828123dae0889c3 (patch)
tree0cfac94253076eb7a5167f21c9a527f16b5f88cb /cpukit/ChangeLog
parent2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-068a8240c67cb1dff6237c475828123dae0889c3.tar.bz2
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/include/rtems/libio_.h, libcsupport/src/envlock.c, libcsupport/src/libio.c: Added and use rtems_libio_lock() and rtems_libio_unlock(). Cleaned up includes and declarations. Do not use RTEMS_NO_PRIORITY for unused ceiling priority in rtems_semaphore_create().
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 77e1594a63..4a60abd41c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ * libcsupport/include/rtems/libio_.h, libcsupport/src/envlock.c,
+ libcsupport/src/libio.c: Added and use rtems_libio_lock() and
+ rtems_libio_unlock(). Cleaned up includes and declarations. Do not
+ use RTEMS_NO_PRIORITY for unused ceiling priority in
+ rtems_semaphore_create().
+
+2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
* libnetworking/lib/ftpfs.c: Format changes. Fixed pathname
allocation in rtems_ftpfs_eval_path(). Send QUIT command during
file close.