Home
last modified time | relevance | path

Searched refs:toybox (Results 1 – 25 of 27) sorted by relevance

12

/external/toybox/www/
Drelease.txt1 VERBOSE=fail make distclean defconfig toybox tests
10 git archive --prefix=toybox-$VER/ $VER | gzip -9 > toybox-$VER.tar.gz
11 scp toybox-$VER.tar.gz landley.net:landley.net/toybox/downloads
12 scp www/news.html landley.net:landley.net/toybox/
15 git pull ../toybox
17 mkdir send; for i in root/*/fs/bin/toybox; do X=${i#*/}; X=${X%%/*}; cp $i send/toybox-$X; done
18 ssh landley.net "mkdir landley.net/toybox/downloads/binaries/$VER"
19 scp send/toybox-* landley.net:landley.net/toybox/downloads/binaries/$VER/
23 (./toybox --version && ./toybox help -ah) > www/help.html
24 scp www/help.html landley.net:landley.net/toybox/
[all …]
D0bsd-mckusick.txt84 > For toybox what I did was take the OpenBSD suggested template license
87 > license made it past Google's lawyers! My toybox project has been
94 > https://github.com/landley/toybox/commit/92b359f00057
116 > toybox license under a different name, then asked SPDX to retroactively
/external/toybox/tests/
Dman.test21 cat >banana/man1/toybox.1 <<EOF
37 cat >banana/man1/toybox.1 <<EOF
43 cat >banana/man1/toybox.1 <<EOF
50 echo "\\*(lq\\-\\^\\-\\*(rq" >banana/man1/toybox.1
53 cat >banana/man1/toybox.1 <<EOF
59 cat >banana/man1/toybox.1 <<EOF
65 cat >banana/man1/toybox.1 <<EOF
71 echo "\\*(AK language. The \\*(PX standard" >banana/man1/toybox.1
74 cat >banana/man1/toybox.1 <<EOF
81 cat >banana/man1/toybox.1 <<EOF
[all …]
Dkillall.test7 echo -e "#!$(which sh)\nwhile true; do sleep 0.1; done" > toybox.test
8 chmod a+x toybox.test
9 cp toybox.test toybox.killall.test.script
11 tst=toybox.test
16 tst=toybox.killall.test.script
21 rm -f toybox.killall.test.script toybox.test
Dpidof.test13 cp pidof-$$.test toybox.pidof-$$.test.script
20 (./toybox.pidof-$$.test.script & echo $! > pid.txt)
26 rm -f toybox.pidof-$$.test.script pidof-$$.test pid.txt
Dsh.test590 #- IS_TOYBOX_RE='(toybox|This is not GNU).*'
/external/toybox/
DREADME7 http://landley.net/toybox/bin
13 wget http://landley.net/toybox/bin/toybox-x86_64
14 chmod +x toybox-x86_64
15 ./toybox-x86_64 echo hello world
17 --- Building toybox
30 LDFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox
34 that control the toybox build; if export any these variables into your
38 toybox to run on the current machine. Cross compiling requires an appropriately
40 the file "scripts/mcm-buildall.sh" in the toybox source) are available at:
51 https://landley.net/toybox/faq.html#cross
[all …]
DMakefile12 all: toybox
16 toybox generated/unstripped/toybox: $(KCONFIG_CONFIG) *.[ch] lib/*.[ch] toys/*/*.c scripts/*.sh Con… target
37 baseline: generated/unstripped/toybox
38 @cp generated/unstripped/toybox generated/unstripped/toybox_old
40 bloatcheck: generated/unstripped/toybox_old generated/unstripped/toybox
41 @scripts/bloatcheck generated/unstripped/toybox_old generated/unstripped/toybox
67 @rm -rf toybox generated change .singleconfig*
72 @rm -f toybox* .config* .singlemake
Drun-tests-on-android.sh9 adb shell su root rm -rf /data/local/tmp/toybox-tests/
11 adb shell rm -rf /data/local/tmp/toybox-tests/
12 adb shell mkdir /data/local/tmp/toybox-tests/
13 adb push tests/ /data/local/tmp/toybox-tests/
14 adb push scripts/runtest.sh /data/local/tmp/toybox-tests/
17 tmp_dir=`adb shell mktemp --directory /data/local/tmp/toybox-tests-tmp.XXXXXXXXXX`
DConfig.in16 usage: toybox [--long | --help | --version | [COMMAND] [ARGUMENTS...]]
18 With no arguments, "toybox" shows available COMMAND names. Add --long
20 https://landley.net/toybox/faq.html#install for details.
23 to that command. Most toybox commands also understand:
26 --version Show toybox version (only)
41 Support for the Set User ID bit, to install toybox suid root and drop
46 chown root:root toybox; chmod +s toybox
107 as "help command". --version shows toybox version.
114 (free memory, close files, etc). To save size, toybox usually relies
115 on this behavior. If you're running toybox under a debugger or
[all …]
DAndroid.bp5 git remote add toybox https://github.com/landley/toybox.git
6 git fetch toybox && git merge toybox/master && ./regenerate.sh
31 # If you just want to use the toy via "toybox x" rather than "x", you can
421 name: "toybox-defaults",
455 // You can't have toybox cp(1) on macOS before 10.13.
479 // toybox for /system, /vendor, and /recovery
483 name: "toybox-shared-defaults",
484 defaults: ["toybox-defaults"],
509 name: "toybox",
510 defaults: ["toybox-shared-defaults"],
[all …]
DTEST_MAPPING4 "name": "toybox-tests"
D.gitignore16 toybox
/external/toybox/scripts/
Dhelp.txt1 toybox - Build toybox.
2 COMMANDNAME - Build individual toybox command as a standalone binary.
14 install_airlock - Install toybox and host toolchain into $PREFIX directory
16 install_flat - Install toybox into $PREFIX directory.
17 install - Install toybox into subdirectories of $PREFIX.
18 uninstall_flat - Remove toybox from $PREFIX directory.
19 uninstall - Remove toybox from subdirectories of $PREFIX.
25 example: make defconfig toybox install CFLAGS="--static" CROSS_COMPILE=armv5l-
Dinstall.sh46 cp toybox"${TARGET:+-$TARGET}" ${PREFIX}/${LONG_PATH} || exit 1
Dmkroot.sh62 make clean defconfig toybox install_airlock && rm "$TOP"/.airlock ||exit 1
120 announce toybox
124 LDFLAGS=--static PREFIX="$ROOT" make toybox install || exit 1
Druntest.sh87 toybox*) ;;
Dmake.sh23 [ -z "$OUTNAME" ] && OUTNAME=toybox"${TARGET:+-$TARGET}"
/external/toybox/kconfig/
DREADME26 checklist item for the 1.0 toybox release. This directory contains the only
/external/boringssl/
DAndroid.bp275 // Strictly, only the *static* toybox for legacy devices should have
277 "//external/toybox",
/external/bc/
DREADME.md332 * [toybox `bc`][9]. The maintainer has also made his own changes, so bugs in the
333 toybox `bc` should be reported there.
398 [9]: https://github.com/landley/toybox/blob/master/toys/pending/bc.c
/external/toybox/android/device/generated/
Dnewtoys.h1 USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))
Dflags.h6289 #define TT this.toybox
/external/toybox/android/linux/generated/
Dnewtoys.h1 USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))
/external/toybox/android/mac/generated/
Dnewtoys.h1 USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))

12