aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2018-11-30macOS: Apple's ancient linker doesn't have --as-needed or --gc-sections.Elliott Hughes
2018-11-28macOS: use -E rather than -r for sed extended regular expressions.Elliott Hughes
2018-11-20Skip tests that don't have the executable bit set unless $TEST_ALL set.Rob Landley
2018-11-01Discard harmless error messages.Rob Landley
2018-10-27Don't unnecessarily recalculate library list.Rob Landley
2018-10-27Fix "make distclean defconfig toybox" all on one line (good of $CROSS_COMPILERRob Landley
2018-10-27Allow unstripped build to overwrite read-only output file.Rob Landley
2018-10-21Add % to lib/args.c (long time in milliseconds), add xmillitime(), redoRob Landley
2018-10-06Check for cross compiler before creating any generated/* files w/probed vals.Rob Landley
2018-10-05getconf: fix glibc NPROCESSORS_ONLN.Elliott Hughes
2018-08-03Don't include toys.h and lib/*.c in config2help.c, the host vs cross compilerRob Landley
2018-07-04Add xgetrandom() with probe for new system call (else open/read /dev/{,u}random)Rob Landley
2018-06-26The prlimit probe broke when implicit function declarations became an errorRob Landley
2018-06-21Elliott pointed out that ping's been promoted, not needed in airlock list.Rob Landley
2018-06-19The kernel's old kconfig had _shipped files, the new one should too, but untilRob Landley
2018-06-03call strip as $STRIPFrancesco Valla
2018-04-13Add getconf.Rob Landley
2018-04-08Add -- to "eval".Rob Landley
2018-04-08Fix error message: update $NAME before complaining about test with wrong # args.Rob Landley
2018-04-02Library probes need $LDFLAGS (for --static)Rob Landley
2018-03-19Ryan Prichard pointed out that du -d0 should act like du -s, but the plumbingRob Landley
2018-01-21Fix variables in help.txtReverend Homer
2018-01-10Move make help text out of Makefile.Rob Landley
2017-10-03Workaround from Patrick Oppenlander for a bug in config2help.h that resulted0.7.5Rob Landley
2017-08-06Check for .git before setting GITHASH.Rob Landley
2017-08-05Allow GITHASH to be set on the command line, to work around a yocto bug.Rob Landley
2017-07-22testcmd should only use absolute path to command when not doing TEST_HOST.Rob Landley
2017-06-13config2help.c: Rename trim() to skip_spaces(), fluff out comments a bit.Rob Landley
2017-05-14Minor tweaks to install.sh.Rob Landley
2017-04-30Android NDK doesn't have cutils/sched_policy.h so add a probed config symbol.Rob Landley
2017-04-30Android needs -llog to link.Elliott Hughes
2017-04-30Implement zlib-based gzip/gunzip/zcat.Elliott Hughes
2017-04-18The kernel needs bc to build becauseRob Landley
2017-04-04Add "testcmd" function as an alternative to "testing" for tests/*.test, andRob Landley
2017-03-20Add TOYBOX_PEDANTIC_ARGS to check arguments when there are no arguments,Rob Landley
2017-02-01Build dependency tweak.Rob Landley
2016-12-08Have make airlock just warn about missing commands unless $PEDANTIC is sent.Rob Landley
2016-12-08Workaround for Centos' "which" complaining if it can't find the commandRob Landley
2016-12-07Thinko in recent longopt commit.Rob Landley
2016-12-07Change error test to actually exit if first attempt to use .config fails.Rob Landley
2016-12-07People keep wanting to cross-compile from macs, where the stock sed is broken.Rob Landley
2016-12-07Bugfix: configuring out a longopt confused the option parsing.Rob Landley
2016-10-20Always regenerate config.h for now, so make single and make don't clash.Rob Landley
2016-10-18Test infrastructure: collate make "test_single" and "make tests" into commonRob Landley
2016-10-02Add install_airlock target for hermetic build environment setup, and rebuildRob Landley
2016-09-28Kernels between 2006 and 2010 (such as the one in Centos 6.6) provide unshare()Rob Landley
2016-09-04make test_cmp caused the make invocation to exit with an error because theRob Landley
2016-07-17The recent option parsing changes broke the multiplexer, because the "toybox"Rob Landley
2016-07-15Add optional openssl accelerated versions of hash functions, loosely based onRob Landley
2016-07-05Fix generated/make.sh. (Quotes in TOYBOX_VERSION need to wind up inRob Landley