summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2010-02-16 01:47:46 +0000
committerChris Johns <chrisj@rtems.org>2010-02-16 01:47:46 +0000
commitb3b8add4b425709c711ff1515754b09b755aad11 (patch)
tree2c6dc1a1570eeb26066acb2a76b013d5251eebeb /cpukit/ChangeLog
parentThis commit was generated by cvs2svn to compensate for changes in r22653, (diff)
downloadrtems-b3b8add4b425709c711ff1515754b09b755aad11.tar.bz2
2010-02-16 Chris Johns <chrisj@rtems.org>
* libcsupport/src/open.c: Tighten the open handler check. 2010-02-16 Sebastian Huber <sebastian.huber@embedded-brains.de> * libcsupport/src/rmdir.c, libcsupport/src/unlink.c: Free the allocated pathloc.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b25b836c06..5f1856004c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-16 Chris Johns <chrisj@rtems.org>
+
+ * libcsupport/src/open.c: Tighten the open handler check.
+
+2010-02-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * libcsupport/src/rmdir.c, libcsupport/src/unlink.c: Free the
+ allocated pathloc.
+
2010-02-01 Chris Johns <chrisj@rtems.org>
* libmisc/shell/fts.c: Updated to the latest NetBSD version to