summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorRoger Knecht2022-04-18 12:54:20 +0000
committerDenys Vlasenko2022-06-30 17:18:12 +0200
commit20a4f70ecaad79bb932af09b7317a058872cd867 (patch)
treeaaf6a3b29f415615dc7d185b041bc0a31ae98360 /AUTHORS
parent2617a5e4c600b4577b2c18f794701276e55da43b (diff)
downloadbusybox-20a4f70ecaad79bb932af09b7317a058872cd867.zip
busybox-20a4f70ecaad79bb932af09b7317a058872cd867.tar.gz
tree: new applet
Adds the tree program to list directories and files in a tree structure. function old new delta tree_print - 343 +343 scandir64 - 330 +330 scandir - 330 +330 tree_main - 86 +86 .rodata 105150 105228 +78 packed_usage 34511 34557 +46 alphasort64 - 31 +31 alphasort - 31 +31 strcoll - 5 +5 applet_names 2801 2806 +5 applet_main 1616 1620 +4 applet_suid 101 102 +1 applet_install_loc 202 203 +1 ------------------------------------------------------------------------------ (add/remove: 11/0 grow/shrink: 6/0 up/down: 1291/0) Total: 1291 bytes Signed-off-by: Roger Knecht <rknecht@pm.me> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS3
1 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 5c9a634..9ec0e2e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -181,3 +181,6 @@ Jie Zhang <jie.zhang@analog.com>
Maxime Coste <mawww@kakoune.org>
paste implementation
+
+Roger Knecht <rknecht@pm.me>
+ tree