From fd56877c0a3a22fa5218dfa3df2799c914e17162 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 20 Feb 2014 18:14:02 -0600 Subject: unlink/rm can now be used on nodes in the pseudo-filesystem. There is new configuration option to suppress these costly and mostly useless operations on the pseudo-filesystem --- apps/ChangeLog.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index cd58a46c7..be52ac6b4 100644 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -798,7 +798,7 @@ (2014-1-17). * apps/nshlib/Kconfig, README.txt, nsh.h, nsh_command.c, and nsh_script.c: Add an option to conditionally compile out support for - loop and for if-then-else-fi sequence (2014-1-17). + loop and for if-then-else-fi sequence (2014-1-17). * apps/nshlib/nsh.h, nsh_command.c, and nsh_parse.c: Add a break command that can be executed with a loop to terminate the loop immediately (2014-1-17). @@ -831,6 +831,12 @@ * apps/nshlib: 'mkdir' can now be used in the pseudo-filesystem. Hence, the command needs to be available even if there are no write-able filesystem enabled (2014-2-19). - * apps/nshlib: 'rename' can now be used in the pseudo-filesystem. Hence, + * apps/nshlib: 'mv' can now be used in the pseudo-filesystem. Hence, the 'mv' command needs to be available even if there are no write-able filesystem enabled (2014-2-19). + * apps/nshlib: 'rm' can now be used to remove nodes frm the pseudo- + filesystem. Hence, the 'rm' command needs to be available even if there + are no write-able filesystem enabled (2014-2-20). + * CONFIG_DISABLE_PSEUDOFS_OPERATIONS: This new configuration setting + basically backs out the recent changes to mv, rm, mkdir, and rmdir + (2014-2-20). -- cgit v1.2.3