OSDN Git Service

Don't remove "remount" from the option list during early parsing, the mount
[android-x86/external-toybox.git] / scripts /
2017-06-13 Rob Landleyconfig2help.c: Rename trim() to skip_spaces(), fluff...
2017-05-14 Rob LandleyMinor tweaks to install.sh.
2017-04-30 Rob LandleyAndroid NDK doesn't have cutils/sched_policy.h so add...
2017-04-30 Elliott HughesAndroid needs -llog to link.
2017-04-30 Elliott HughesImplement zlib-based gzip/gunzip/zcat.
2017-04-18 Rob LandleyThe kernel needs bc to build because
2017-04-04 Rob LandleyAdd "testcmd" function as an alternative to "testing...
2017-03-20 Rob LandleyAdd TOYBOX_PEDANTIC_ARGS to check arguments when there...
2017-02-01 Rob LandleyBuild dependency tweak.
2016-12-09 Rob LandleyHave make airlock just warn about missing commands...
2016-12-09 Rob LandleyWorkaround for Centos' "which" complaining if it can...
2016-12-08 Rob LandleyThinko in recent longopt commit.
2016-12-08 Rob LandleyChange error test to actually exit if first attempt...
2016-12-08 Rob LandleyPeople keep wanting to cross-compile from macs, where...
2016-12-08 Rob LandleyBugfix: configuring out a longopt confused the option...
2016-10-20 Rob LandleyAlways regenerate config.h for now, so make single...
2016-10-18 Rob LandleyTest infrastructure: collate make "test_single" and...
2016-10-03 Rob LandleyAdd install_airlock target for hermetic build environme...
2016-09-28 Rob LandleyKernels between 2006 and 2010 (such as the one in Cento...
2016-09-05 Rob Landleymake test_cmp caused the make invocation to exit with...
2016-07-17 Rob LandleyThe recent option parsing changes broke the multiplexer...
2016-07-15 Rob LandleyAdd optional openssl accelerated versions of hash funct...
2016-07-06 Rob LandleyFix generated/make.sh. (Quotes in TOYBOX_VERSION need...
2016-07-01 Rob LandleyFix option parsing infrastructure bug.
2016-06-30 Rob LandleyAdd NOSPACE=1 to allow tests to pass with diff -b
2016-05-26 Elliott HughesStabilize another sort.
2016-05-20 Rob LandleyMake build dependencies more granular. This should...
2016-04-23 Rob LandleyAllow EVAL= to run test under a different shell (for...
2016-04-20 Rob LandleyReplace list_working with just list, "make list list_pe...
2016-03-23 Rob LandleyFix bzcat.test (as noted by Andy Chu), wean tests off...
2016-03-23 Rob LandleyRedo build stuff in response to Andy Chu's suggestions.
2016-03-12 Rob LandleyUpdate scripts/single.sh and cp.c so "make mv" isn...
2016-03-02 Rob LandleyFactor out command name at the start of test name,...
2016-03-02 Rob LandleyThe last-ever release of uClibc hasn't got prlimit...
2016-03-02 Rob LandleyUse shell builtins instead of calling wc/awk/sed. ...
2016-03-01 Mike Frysingerconfig2help: add missing ctype.h include
2016-02-26 Rob LandleySwitch to $! for make.sh process enumeration.
2016-02-25 Rob LandleyMusl needs an extra #include.
2016-02-19 Rob LandleyAdd test_COMMAND for each command, update "make help...
2016-02-14 Rob LandleyAdd "make list", rename make working->list_working...
2016-02-11 Rob LandleyWean scripts/install.c off toys.h so cross compiling...
2016-02-11 Rob LandleyDon't include toys.h from config2help.c (so cross-compi...
2016-02-08 Rob LandleyDependencies for "make COMMAND"
2016-02-08 Rob LandleyAdd "make ls" and friends targets, with "make working...
2016-02-07 Rob LandleyAdd a warning when building commands out of pending.
2016-02-05 Rob LandleyDebian unstable is even more pedantic than previous...
2016-02-04 Rob LandleyMerge branch 'master' of ssh://github.com/landley/toybox
2016-02-02 Rob LandleyUpdate to status.html and some test suite cosmetic...
2016-01-18 Rob LandleyImplement basic pkill plumbing, and fix FORCE_FLAGS...
2016-01-15 Rob LandleyLocale setting is case sensitive.
2016-01-15 Rob LandleyFix sort -f, add tests, make TEST_HOST pass new tests.
2016-01-10 Rob LandleyMake cursor left/right change sort type in iotop.
2015-12-27 Rob LandleyAdd scan_key_getsize() doing the ANSI probe, switch...
2015-12-18 Rob LandleyNext giant chunk of ps work: add _NAME_TAG bitmask...
2015-12-17 Rob LandleyDon't discard previous block when mkstatus finds anothe...
2015-12-13 Rob LandleyStart of TAGGED_ARRAY() infrastructure.
2015-12-10 Rob LandleyExpand toys.optargs to 64 bits so people adding more...
2015-11-02 Rob LandleyDon't pass target $CFLAGS to host builds (telling x86...
2015-10-31 Rob LandleyNow that toybox is chmod -w, mv needs -f to overwrite it.
2015-10-29 Rob LandleyTweak permissions of toybox binary.
2015-10-15 Alejandro Joyamake.sh: missing cflags for config2help
2015-09-29 Rob LandleyMake defconfig build for nommu.
2015-09-24 Rob LandleyThe -o /dev/null trick in probing isn't compatible...
2015-09-11 Rob LandleyReplace toys.exithelp with help_exit() in lib.
2015-08-30 Rob LandleyBuild updates: make change should use top level .config...
2015-08-30 Rob LandleyMenuconfig option for musl-libc pretending mmu is just...
2015-08-08 Isaac Dunhamscripts/mkflags.c: add missing unistd.h, ctype.h
2015-08-06 Rob LandleyCosmetic tweak: newline at the end of "make change".
2015-07-06 Rob LandleySave failure reason for each make change .bad file.
2015-07-03 Rob LandleyProbe for fork() instead of relying on a distro-specifi...
2015-06-25 Rob LandleySuggestion from Elliott Hughes: tweak test infrastructu...
2015-05-31 Rob LandleyRedo mkstatus.py to grep pending for pending data and...
2015-05-09 Rob LandleyProbe for -Wno-string-plus-int.
2015-05-04 Rob LandleyYank smack from singleconfig.
2015-05-03 Rob LandleyIf a shortopt is configured out right before a bare...
2015-04-20 Rob LandleyCleanup getprop, add qstrcmp() to lib for qsort (becaus...
2015-04-18 Xavier RocheLink against libattr and libsmack.
2015-04-17 Rob LandleyMake toybox --version use the "git describe" info if...
2015-03-06 Rob LandleyYank $STRIP from config (and STRIP=no weirdness) and...
2015-03-04 Hyejin Kimscripts/mkflags.c : main function need return 0 if...
2015-02-28 Rob LandleyAdd LDFLAGS and STRIP=no support.
2015-02-14 Rob LandleyFix --help for single.sh builds.
2015-02-14 Rob LandleyMove guts of "make change" to scripts/change.sh, don...
2015-02-07 Rob LandleyBuild standalone commands where "depends on" config...
2015-01-16 Elliott HughesAOSP master has <pty.h> and builds netcat/nc.
2015-01-02 Rob LandleyNeed to update install.c for the changed OLDTOY() argum...
2015-01-01 Rob LandleyTweak status.html
2015-01-01 Rob LandleyRedo option parsing infrastructure so #define FORCE_FLA...
2014-12-24 Elliott Hughesthose of us who need to check in generated files find...
2014-12-13 Rob LandleyOops. xfork() moved to portability.c and the config2hel...
2014-12-12 Elliott Hugheshere's a patch that should let us replace toolbox's...
2014-11-28 Rob LandleyImprove error reporting in parallel build. (On error...
2014-11-28 Rob LandleyWhen running a test, the diff is always an ascii diff...
2014-11-28 Rob LandleyAdd "make change" target to build the big toybox binary...
2014-11-19 Rob LandleyFixups for the android/bionic build probes patch.
2014-11-19 Isaac Dunhamprobe for getspnam(), forkpty(), utmpx, replace sethost...
2014-11-14 Rob LandleyAdd color support for scripts/test.sh and new SKIP_HOST...
2014-09-28 Rob LandleyMulti-build single.sh should exit with an error when...
2014-09-28 Rob LandleyAllow single.sh to build more than one command per...
2014-09-20 Rob LandleyDelete generated/README.txt (the contents are in code...
next