summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-26 15:00:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-26 15:00:35 +0000
commitb1236cf9e33dc521db487911b38d5441a220d7ba (patch)
treeb23f5485d292150d73b40bd01730a22b1677a574 /nuttx/ChangeLog
parent5145ba33ec23c19f84c0d56dc182ea90f7a437d6 (diff)
downloadnuttx-b1236cf9e33dc521db487911b38d5441a220d7ba.tar.gz
nuttx-b1236cf9e33dc521db487911b38d5441a220d7ba.tar.bz2
nuttx-b1236cf9e33dc521db487911b38d5441a220d7ba.zip
Add interfaces to support getting/setting of thread/task names
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4658 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 919ad1778..31b84665a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2686,4 +2686,6 @@
* arch/arm/src/stm32/stm32_otgfs.c: The driver needs to reset the software (in
order to flush the requests) and to disable the software connection when the
device is unregistered.
+ * include/sys/prctl.h, sched/prctl.c, include/pthread.h: Add interfaces to
+ support getting and setting of the thread or task name.