klibc-utils: new applets: resume, nuke, minips
minips is a pure alias to ps, just in case someone needs 100% klibc-utils compat. nuke is a primitive version of "rm -rf" without options and error checks. ~30 bytes. resume is a tool for initramfs which resumes from a given block device. function old new delta resume_main - 582 +582 packed_usage 31640 31712 +72 nuke_main - 28 +28 xstrtoull - 24 +24 applet_names 2646 2665 +19 applet_main 1532 1544 +12 applet_suid 96 97 +1 applet_install_loc 192 193 +1 applet_flags 96 97 +1 ------------------------------------------------------------------------------ (add/remove: 5/0 grow/shrink: 6/0 up/down: 740/0) Total: 740 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
79747415d6
commit
ab77e81a85
9 changed files with 201 additions and 1 deletions
|
@ -115,6 +115,9 @@ lib-y:=
|
|||
include debianutils/Kbuild
|
||||
lib-all-y += $(patsubst %,debianutils/%,$(sort $(lib-y)))
|
||||
lib-y:=
|
||||
include klibc-utils/Kbuild
|
||||
lib-all-y += $(patsubst %,klibc-utils/%,$(sort $(lib-y)))
|
||||
lib-y:=
|
||||
include runit/Kbuild
|
||||
lib-all-y += $(patsubst %,runit/%,$(sort $(lib-y)))
|
||||
lib-y:=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue