busybox/miscutils
Roger Knecht 20a4f70eca 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>
2022-06-30 17:18:12 +02:00
..
adjtimex.c more --help text tweaks 2020-12-13 19:18:28 +01:00
ascii.c ascii: new applet 2021-06-21 17:52:50 +02:00
bbconfig.c libarchive: add a function to unpack embedded data 2018-11-02 14:14:51 +01:00
bc.c *: slap on a few ALIGN* where appropriate 2022-02-06 19:53:10 +01:00
beep.c libbb: introduce and use msleep() 2020-11-29 12:40:25 +01:00
chat.c chat: hopefully fix infinite spinning on input EOF 2021-09-06 17:38:18 +02:00
Config.src restore documentation on the build config language 2018-06-06 15:16:48 +02:00
conspy.c libbb: introduce and use fputs_stdout 2021-02-03 20:52:40 +01:00
crond.c crond: implement support for setting PATH in crontab files 2022-05-02 12:28:48 +02:00
crontab.c libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR 2022-01-13 12:50:48 +01:00
dc.c timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators 2021-03-23 13:50:02 +01:00
devfsd.c *: slap on a few ALIGN_PTR where appropriate 2022-02-06 20:07:12 +01:00
devmem.c libbb: add and use infrastructure for fixed page size optimization 2020-12-14 18:54:30 +01:00
fbsplash.c build system: drop PLATFORM_LINUX 2020-08-13 17:12:56 +02:00
fbsplash.cfg fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfg 2008-03-26 15:12:11 +00:00
flash_eraseall.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
flash_lock_unlock.c whitespace and comment format fixes, no code changes 2017-10-05 15:33:28 +02:00
flashcp.c *: --help tweaks 2021-06-14 20:47:20 +02:00
hdparm.c libbb: code shrink: introduce and use [_]exit_SUCCESS() 2022-01-05 22:16:06 +01:00
hexedit.c ash,hush: fix handling of SIGINT while waiting for interactive input 2022-01-17 11:46:23 +01:00
i2c_tools.c fix "defined but not used" warnings 2022-01-17 23:59:46 +01:00
inotifyd.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
Kbuild.src Remove trailing empty lines 2016-11-23 10:43:39 +01:00
less.c ash,hush: fix handling of SIGINT while waiting for interactive input 2022-01-17 11:46:23 +01:00
lsscsi.c build system: drop PLATFORM_LINUX 2020-08-13 17:12:56 +02:00
makedevs.c config: update size information 2018-12-28 03:20:17 +01:00
man.c *: slap on a few ALIGN* where appropriate 2022-02-06 19:53:10 +01:00
microcom.c *: --help tweaks 2021-06-13 01:08:48 +02:00
mim.c mim: run scripts from a specification file 2020-04-30 17:23:08 +02:00
mt.c *: more --help tweaking 2021-06-13 03:51:55 +02:00
nandwrite.c build system: drop PLATFORM_LINUX 2020-08-13 17:12:56 +02:00
partprobe.c build system: drop PLATFORM_LINUX 2020-08-13 17:12:56 +02:00
raidautorun.c build system: drop PLATFORM_LINUX 2020-08-13 17:12:56 +02:00
readahead.c build system: drop PLATFORM_LINUX 2020-08-13 17:12:56 +02:00
rfkill.c build system: drop PLATFORM_LINUX 2020-08-13 17:12:56 +02:00
runlevel.c config: more tweaks 2018-12-28 17:52:43 +01:00
rx.c build system: drop PLATFORM_LINUX 2020-08-13 17:12:56 +02:00
seedrng.c seedrng: do not hash in a constant string, it's not adding entropy 2022-05-03 12:48:50 +02:00
setfattr.c config: update size information 2018-12-28 03:20:17 +01:00
setserial.c decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly 2020-11-30 13:03:03 +01:00
strings.c shuf: simplify check that we have at least one FILE 2021-06-15 10:39:33 +02:00
time.c platform.h: fix for Bionic >= 21 not having wait3() 2021-04-14 22:14:36 +02:00
tree.c tree: new applet 2022-06-30 17:18:12 +02:00
ts.c *: more --help tweaks, mostly expanding ts --help 2021-06-13 03:12:09 +02:00
ttysize.c config: update size information 2018-12-28 03:20:17 +01:00
ubi_tools.c *: more --help tweaks 2021-06-15 10:00:18 +02:00
ubirename.c build system: drop PLATFORM_LINUX 2020-08-13 17:12:56 +02:00
volname.c config: update size information 2018-12-28 03:20:17 +01:00
watchdog.c libbb: code shrink: introduce and use [_]exit_SUCCESS() 2022-01-05 22:16:06 +01:00