summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-16 21:15:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-16 21:15:27 +0000
commit3dfe9f3ba541f759e690bc112cb9025737970d5a (patch)
tree966aa2197272d9b52e3e25177cd78cea2751ade2 /nuttx/ChangeLog
parent2fe1350cbd4c9deefa22a2c5785621a258e7a81c (diff)
downloadnuttx-3dfe9f3ba541f759e690bc112cb9025737970d5a.tar.gz
nuttx-3dfe9f3ba541f759e690bc112cb9025737970d5a.tar.bz2
nuttx-3dfe9f3ba541f759e690bc112cb9025737970d5a.zip
Add basic hooks to support a PATH variable (more is needed)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5440 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 11e8b200b..c61b28f69 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3782,4 +3782,13 @@
* arch/z80/src/z180/z180_mmu.*: Add MMU support for z180 tasks.
* configs/p112: Add very basic board support and an examples/ostest
configuration for the venerable P112 board.
+ * sched/os_bringup.c: If CONFIG_PATH_INITIAL is defined, then the initial
+ environment of the task started by os_bringup() will have the PATH
+ environment variable defined to be that string.
+ * binfmt/binfmt_exepath.c: If CONFIG_BINFMT_EXEPATH is defined, then this
+ file will be built. In contains logic to search for regular files at
+ the absolutes paths found in the current PATH environment variable
+ setting. This is untested and not yet hooked into the binfmt exec()
+ logic on initial check-in
+