summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-31 12:06:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-31 12:06:52 -0600
commitadc627c7952737d9bd8ddb64075524c04416bf92 (patch)
tree53d5eb3e91c81d40b0a39e087b354d12c4d58eb5 /nuttx
parent55d36381bc6eab1df5724b770d849f647fc82c33 (diff)
downloadpx4-nuttx-adc627c7952737d9bd8ddb64075524c04416bf92.tar.gz
px4-nuttx-adc627c7952737d9bd8ddb64075524c04416bf92.tar.bz2
px4-nuttx-adc627c7952737d9bd8ddb64075524c04416bf92.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3a37fb658..e57cbf509 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9605,3 +9605,7 @@
the driver, then the driver resources will be stranded. On the unlink
call, the driver has the opportunity (1) check if there an any open
references, and (2) if not free the driver resources (2015-01-31).
+ * drivers/pipes: Implement the unlink method. If the pipe/FIFO is
+ unlinked, it will marked the pipe/FIFO as unlinked. If/when all open
+ references to the driver are closed, all of the driver resources will
+ be freed (2015-01-31).