[PATCH] tsort: new applet

David Leonard d+busybox at adaptive-enterprises.com
Sun Feb 20 15:00:32 UTC 2022



Hi,
I was recently after tsort to do some init ordering on a small system.
Hope this patch is acceptable.
Thanks,
David


function                                         old     new   delta
packed_usage                                   34414   34433     +19
applet_main                                     3192    3200      +8
applet_names                                    2747    2753      +6
tsort_main                                               737    +737
---
  coreutils/tsort.c          | 196 +++++++++++++++++++++++++++++++++++++
  docs/posix_conformance.txt |   2 +-
  testsuite/tsort.tests      | 110 +++++++++++++++++++++
  3 files changed, 307 insertions(+), 1 deletion(-)
  create mode 100644 coreutils/tsort.c
  create mode 100755 testsuite/tsort.tests
-------------- next part --------------
A non-text attachment was scrubbed...
Name: busybox-tsort.patch
Type: text/x-diff
Size: 9286 bytes
Desc: 
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20220221/2d122b89/attachment.patch>


More information about the busybox mailing list