aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2016-06-30Fix option parsing infrastructure bug.Rob Landley
2016-06-30Add NOSPACE=1 to allow tests to pass with diff -bRob Landley
2016-05-26Stabilize another sort.Elliott Hughes
2016-05-20Make build dependencies more granular. This should fix the problem whereRob Landley
2016-04-22Allow EVAL= to run test under a different shell (for sh.test)Rob Landley
2016-04-20Replace list_working with just list, "make list list_pending" shows combined ...Rob Landley
2016-03-23Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILESRob Landley
2016-03-23Redo build stuff in response to Andy Chu's suggestions.Rob Landley
2016-03-12Update scripts/single.sh and cp.c so "make mv" isn't actually building cp.Rob Landley
2016-03-02Factor out command name at the start of test name, have runtest.sh print it.Rob Landley
2016-03-01The last-ever release of uClibc hasn't got prlimit, so probe.Rob Landley
2016-03-01Use shell builtins instead of calling wc/awk/sed. (Fewer forks in build loop.)Rob Landley
2016-03-01config2help: add missing ctype.h includeMike Frysinger
2016-02-26Switch to $! for make.sh process enumeration.Rob Landley
2016-02-25Musl needs an extra #include.Rob Landley
2016-02-19Add test_COMMAND for each command, update "make help" to describe TEST_HOSTRob Landley
2016-02-14Add "make list", rename make working->list_working and pending->list_pending,Rob Landley
2016-02-10Wean scripts/install.c off toys.h so cross compiling less brittle.Rob Landley
2016-02-10Don't include toys.h from config2help.c (so cross-compiling from systems weRob Landley
2016-02-07Dependencies for "make COMMAND"Rob Landley
2016-02-07Add "make ls" and friends targets, with "make working" and "make pending" lists.Rob Landley
2016-02-07Add a warning when building commands out of pending.Rob Landley
2016-02-05Debian unstable is even more pedantic than previous debian.Rob Landley
2016-02-02Update to status.html and some test suite cosmetic tweaks.Rob Landley
2016-01-18Implement basic pkill plumbing, and fix FORCE_FLAGS on flag context switch.Rob Landley
2016-01-15Locale setting is case sensitive.Rob Landley
2016-01-15Fix sort -f, add tests, make TEST_HOST pass new tests.Rob Landley
2016-01-10Make cursor left/right change sort type in iotop.Rob Landley
2015-12-27Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY,Rob Landley
2015-12-18Next giant chunk of ps work: add _NAME_TAG bitmask values to tags.hRob Landley
2015-12-16Don't discard previous block when mkstatus finds another span tag with same id.Rob Landley
2015-12-13Start of TAGGED_ARRAY() infrastructure.Rob Landley
2015-12-10Expand toys.optargs to 64 bits so people adding more options to ls don't run ...Rob Landley
2015-11-02Don't pass target $CFLAGS to host builds (telling x86 compiler to be big-endianRob Landley
2015-10-30Now that toybox is chmod -w, mv needs -f to overwrite it.Rob Landley
2015-10-29Tweak permissions of toybox binary.Rob Landley
2015-10-14make.sh: missing cflags for config2helpAlejandro Joya
2015-09-29Make defconfig build for nommu.Rob Landley
2015-09-23The -o /dev/null trick in probing isn't compatible with elf2flt, so use tempf...Rob Landley
2015-09-11Replace toys.exithelp with help_exit() in lib.Rob Landley
2015-08-30Build updates: make change should use top level .config for global settings,Rob Landley
2015-08-29Menuconfig option for musl-libc pretending mmu is just pining for the fijords.Rob Landley
2015-08-08scripts/mkflags.c: add missing unistd.h, ctype.hIsaac Dunham
2015-08-05Cosmetic tweak: newline at the end of "make change".Rob Landley
2015-07-06Save failure reason for each make change .bad file.Rob Landley
2015-07-03Probe for fork() instead of relying on a distro-specific #define.Rob Landley
2015-06-25Suggestion from Elliott Hughes: tweak test infrastructure to notice ifRob Landley
2015-05-31Redo mkstatus.py to grep pending for pending data and trust toyboxRob Landley
2015-05-09Probe for -Wno-string-plus-int.Rob Landley
2015-05-03Yank smack from singleconfig.Rob Landley