1. 1934fdd Fix off by one error that treats bit 31 as negative (so ls --color sets by Rob Landley · 4 years, 4 months ago
  2. dc16c11 Make ASAN=1 affect the HOSTCC-built tools too. by Elliott Hughes · 4 years, 4 months ago
  3. f428c2c mkflags: fix a sscanf buffer off-by-one. by Elliott Hughes · 4 years, 4 months ago
  4. a242957 Rename config symbol now that we've worked around the worst of the breakage. by Rob Landley · 4 years, 4 months ago
  5. bc287a2 Work around kernel build bug where "make distclean" doesn't work in cp -sfR by Rob Landley · 4 years, 4 months ago
  6. d8565e8 Tighten up build script a little. by Rob Landley · 4 years, 4 months ago
  7. 0676d0a For "cross.sh all" announce each target in title bar. by Rob Landley · 4 years, 4 months ago
  8. 3300fa5 Fix musl-cross-make nommu build (at least for sh2eb). by Rob Landley · 4 years, 4 months ago
  9. c3fe030 gcc 8.3 requires different config to build the same toolchain, because gcc. by Rob Landley · 4 years, 4 months ago
  10. 4422e90 Denys Nykula noticed leftover debris from trying to turn the /etc/passwd by Rob Landley · 4 years, 5 months ago
  11. 24ae822 Convert to smaller config format. by Rob Landley · 4 years, 5 months ago
  12. 4e256c3 Use /root as root's home dir and create /dev/fd and /dev/shm in devtmpfs by Rob Landley · 4 years, 5 months ago
  13. 11de552 Add VERBOSE=xpect by Rob Landley · 4 years, 6 months ago
  14. 908584d Toysh passes two tests now! Woo! (Otherwise, does not remotely work right now.) by Rob Landley · 4 years, 6 months ago
  15. f2e9d72 Add "texpect" and add a couple simple examples to sh.test. by Rob Landley · 4 years, 6 months ago
  16. c795f1b Making sh single build work broke other single builds. Fix them again. by Rob Landley · 4 years, 6 months ago
  17. 7c3881b Any substitute EVAL should supply its own -- by Rob Landley · 4 years, 6 months ago
  18. 348df2b Teach "make sh" to make the multiplexer and builtins, even though it's "single". by Rob Landley · 4 years, 6 months ago
  19. cbab19b Sigh. Third attempt to fix trailing slashes in singlemake PREFIX. by Rob Landley · 4 years, 7 months ago
  20. 1f14e20 Ahem: work when PREFIX hasn't got trailing / OR when PREFIX is blank. by Rob Landley · 4 years, 7 months ago
  21. 54a2d04 Work when PREFIX hasn't got trailing / by Rob Landley · 4 years, 7 months ago
  22. 78a4be9 Only create test file "input" when input argument isn't empty. by Rob Landley · 4 years, 8 months ago
  23. 336dff9 fallocate: remove uClibc workaround to benefit macOS. by Elliott Hughes · 4 years, 8 months ago
  24. 84f5ee5 Fix NOSPACE tests. by Rob Landley · 4 years, 8 months ago
  25. 84cf40d Add example to help text. by Rob Landley · 4 years, 8 months ago
  26. eb63b11 Better comments and help text. by Rob Landley · 4 years, 8 months ago
  27. bd27720 Let "llvm-cross" be an acceptable cross compiler directory name. by Rob Landley · 4 years, 8 months ago
  28. abddc3b ASAN=1 implies NOSTRIP=1, and don't say strip failed for NOSTRIP. by Rob Landley · 4 years, 9 months ago
  29. 4d24876 More work on mkroot.sh. by Rob Landley · 4 years, 9 months ago
  30. 339da65 airlock still needs gzip compression side for kernel build. by Rob Landley · 4 years, 9 months ago
  31. 20aa264 Don't have cross.sh bother with "output" directory, make root uses different by Rob Landley · 4 years, 9 months ago
  32. 504fec2 Update paths for scripts/cross.sh being in subdir instead of ./cross.sh. by Rob Landley · 4 years, 9 months ago
  33. 8781f3c Update airlock targets. by Rob Landley · 4 years, 9 months ago
  34. 3356140 Add cross.sh to cross compile for one or more targets, and tweak make.sh to by Rob Landley · 4 years, 9 months ago
  35. 09bab92 Convenience script to build gcc+musl cross compiler toolchains for various by Rob Landley · 4 years, 9 months ago
  36. 0b3e756 Add scripts/mkroot.sh and makefile changes for "make root". by Rob Landley · 4 years, 10 months ago
  37. a5977aa Quiet "make clean" so it doesn't fill a whole screen with output. by Rob Landley · 4 years, 10 months ago
  38. e7a5d61 Fix the unshare probe. by Rob Landley · 4 years, 10 months ago
  39. 71bdf7a Add ASAN=1 to the build system. by Elliott Hughes · 4 years, 11 months ago
  40. 7899160 Bash Compatibility Patch by Eric Molitor · 5 years ago
  41. c770181 testcmd shouldn't use shell builtin for TEST_HOST unless there isn't by Rob Landley · 5 years ago
  42. 8592026 Fix FAILCOUNT arithmetic for mksh. by Elliott Hughes · 5 years ago
  43. 26adf95 Make testcmd work if the path to $PWD has a space in it. by Rob Landley · 5 years ago
  44. e2551db Inverted test. by Rob Landley · 5 years ago
  45. e94952c macOS build parallelism. by Elliott Hughes · 5 years ago
  46. 01bb248 Add VERBOSE=nopass to not show successful tests. by Rob Landley · 5 years ago
  47. 3b9d89d Some "echo" variants default to -e, use printf "%s\n" to avoid that. by Rob Landley · 5 years ago
  48. d234c98 Android moved the scheduler policy functions in Q. by Elliott Hughes · 5 years ago
  49. d047140 Remove librt, which is pulling in libpthread. by Rob Landley · 5 years ago
  50. 99bca93 And same flip in the airlock install. by Rob Landley · 5 years ago
  51. b492c16 Remove some commands from airlock install PENDING that are now in defconfig. by Rob Landley · 5 years ago
  52. 63a0e7a Make help text spacing consistent. by Rob Landley · 5 years ago
  53. 35bf593 Add "toyonly" function to test suite. by Rob Landley · 5 years ago
  54. 22905c6 Add "skipnot" function to test suite, skips next test if command line fails. by Rob Landley · 5 years ago
  55. 99cd706 Test for compiler existence when sourcing portability.sh. by Rob Landley · 5 years ago
  56. fe12fb5 Do a rm -rf of testdir between each command so debris files don't accumulate. by Rob Landley · 5 years ago
  57. e9d3a2a install.c doesn't include the standard headers so hasn't got ARRAY_LEN() by Rob Landley · 5 years ago
  58. d5c1fe2 Cosmetic tweak. by Rob Landley · 5 years ago
  59. 6d1eb1c Consistently use ARRAY_LEN. by Elliott Hughes · 5 years ago
  60. b8001d1 Fix instances of "Usage:" rather than "usage:". by Elliott Hughes · 5 years ago
  61. ac61731 Fix record-commands and logwrapper.c by Rob Landley · 5 years ago
  62. 46c63ae Tweak build dependencies: rebuild toys/*/*.c when .o newer than .config. by Rob Landley · 5 years ago
  63. a242b5b Command logging wrapper to help analyze what commands scripts call and how. by Rob Landley · 5 years ago
  64. b67a5a0 Have test.sh use portability.sh too. by Rob Landley · 5 years ago
  65. 84ef908 Factor out scripts/portability.sh and have genconfig.sh use it to find sed/gsed. by Rob Landley · 5 years ago
  66. 8120782 Fix various warnings building on FreeBSD. by Rob Landley · 5 years ago
  67. d775032 Airlock: linux-s390x build grew sha256sum dependency in 420, and remove "test". by Rob Landley · 5 years ago
  68. 831266c Teach the argument plumbing how to do -@ for mkfs.vfat by Rob Landley · 5 years ago
  69. 5a670c5 Simplify the mkflags logic a bit. by Rob Landley · 5 years ago
  70. 7190074 macOS: iconv(1) needs libiconv on the mac. by Elliott Hughes · 6 years ago
  71. 80e5d01 Break runtest.sh out again: the Android devs were using it. by Rob Landley · 6 years ago
  72. b742998 Teach testcmd to say short name rather than full path. by Rob Landley · 6 years ago
  73. 01844db Merge runtest.sh into test.sh. by Rob Landley · 6 years ago
  74. 360a2bf macOS: Apple's ancient linker doesn't have --as-needed or --gc-sections. by Elliott Hughes · 6 years ago
  75. 96014d8 macOS: use -E rather than -r for sed extended regular expressions. by Elliott Hughes · 6 years ago
  76. 7f062f2 Skip tests that don't have the executable bit set unless $TEST_ALL set. by Rob Landley · 6 years ago
  77. 6a6b123 Discard harmless error messages. by Rob Landley · 6 years ago
  78. a3ebfb3 Don't unnecessarily recalculate library list. by Rob Landley · 6 years ago
  79. c957160 Fix "make distclean defconfig toybox" all on one line (good of $CROSS_COMPILER by Rob Landley · 6 years ago
  80. 71984f3 Allow unstripped build to overwrite read-only output file. by Rob Landley · 6 years ago
  81. 07a3b91 Add % to lib/args.c (long time in milliseconds), add xmillitime(), redo by Rob Landley · 6 years ago
  82. 951c733 Check for cross compiler before creating any generated/* files w/probed vals. by Rob Landley · 6 years ago
  83. 966341c getconf: fix glibc NPROCESSORS_ONLN. by Elliott Hughes · 6 years ago
  84. b51fcf8 Don't include toys.h and lib/*.c in config2help.c, the host vs cross compiler by Rob Landley · 6 years ago
  85. ff2d528 Add xgetrandom() with probe for new system call (else open/read /dev/{,u}random) by Rob Landley · 6 years ago
  86. 28d780b The prlimit probe broke when implicit function declarations became an error by Rob Landley · 6 years ago
  87. 8b0486c Elliott pointed out that ping's been promoted, not needed in airlock list. by Rob Landley · 6 years ago
  88. a236381 The kernel's old kconfig had _shipped files, the new one should too, but until by Rob Landley · 6 years ago
  89. 5efc167 call strip as $STRIP by Francesco Valla · 6 years ago
  90. 1e16847 Add getconf. by Rob Landley · 6 years ago
  91. 4f81242 Add -- to "eval". by Rob Landley · 6 years ago
  92. ef46bb7 Fix error message: update $NAME before complaining about test with wrong # args. by Rob Landley · 6 years ago
  93. c244273 Library probes need $LDFLAGS (for --static) by Rob Landley · 6 years ago
  94. aa265eb Ryan Prichard pointed out that du -d0 should act like du -s, but the plumbing by Rob Landley · 6 years ago
  95. c26d631 Fix variables in help.txt by Reverend Homer · 6 years ago
  96. e1d68f5 Move make help text out of Makefile. by Rob Landley · 6 years ago
  97. 7828920 Workaround from Patrick Oppenlander for a bug in config2help.h that resulted by Rob Landley · 7 years ago
  98. 9bde245 Check for .git before setting GITHASH. by Rob Landley · 7 years ago
  99. ec306e9 Allow GITHASH to be set on the command line, to work around a yocto bug. by Rob Landley · 7 years ago
  100. 6e2ef60 testcmd should only use absolute path to command when not doing TEST_HOST. by Rob Landley · 7 years ago