Age | Commit message (Expand) | Author |
2019-04-23 | Remove librt, which is pulling in libpthread. | Rob Landley |
2019-04-22 | And same flip in the airlock install. | Rob Landley |
2019-04-21 | Remove some commands from airlock install PENDING that are now in defconfig. | Rob Landley |
2019-04-12 | Make help text spacing consistent. | Rob Landley |
2019-04-04 | Add "toyonly" function to test suite. | Rob Landley |
2019-03-31 | Add "skipnot" function to test suite, skips next test if command line fails. | Rob Landley |
2019-03-21 | Test for compiler existence when sourcing portability.sh. | Rob Landley |
2019-03-10 | Do a rm -rf of testdir between each command so debris files don't accumulate. | Rob Landley |
2019-03-10 | install.c doesn't include the standard headers so hasn't got ARRAY_LEN() | Rob Landley |
2019-03-09 | Cosmetic tweak. | Rob Landley |
2019-03-04 | Consistently use ARRAY_LEN. | Elliott Hughes |
2019-03-02 | Fix instances of "Usage:" rather than "usage:". | Elliott Hughes |
2019-02-01 | Fix record-commands and logwrapper.c | Rob Landley |
2019-01-31 | Tweak build dependencies: rebuild toys/*/*.c when .o newer than .config. | Rob Landley |
2019-01-30 | Command logging wrapper to help analyze what commands scripts call and how. | Rob Landley |
2019-01-19 | Have test.sh use portability.sh too. | Rob Landley |
2019-01-19 | Factor out scripts/portability.sh and have genconfig.sh use it to find sed/gsed. | Rob Landley |
2019-01-19 | Fix various warnings building on FreeBSD. | Rob Landley |
2019-01-18 | Airlock: linux-s390x build grew sha256sum dependency in 420, and remove "test". | Rob Landley |
2018-12-26 | Teach the argument plumbing how to do -@ for mkfs.vfat | Rob Landley |
2018-12-25 | Simplify the mkflags logic a bit. | Rob Landley |
2018-12-05 | macOS: iconv(1) needs libiconv on the mac. | Elliott Hughes |
2018-12-03 | Break runtest.sh out again: the Android devs were using it. | Rob Landley |
2018-12-02 | Teach testcmd to say short name rather than full path. | Rob Landley |
2018-12-02 | Merge runtest.sh into test.sh. | Rob Landley |
2018-11-30 | macOS: Apple's ancient linker doesn't have --as-needed or --gc-sections. | Elliott Hughes |
2018-11-28 | macOS: use -E rather than -r for sed extended regular expressions. | Elliott Hughes |
2018-11-20 | Skip tests that don't have the executable bit set unless $TEST_ALL set. | Rob Landley |
2018-11-01 | Discard harmless error messages. | Rob Landley |
2018-10-27 | Don't unnecessarily recalculate library list. | Rob Landley |
2018-10-27 | Fix "make distclean defconfig toybox" all on one line (good of $CROSS_COMPILER | Rob Landley |
2018-10-27 | Allow unstripped build to overwrite read-only output file. | Rob Landley |
2018-10-21 | Add % to lib/args.c (long time in milliseconds), add xmillitime(), redo | Rob Landley |
2018-10-06 | Check for cross compiler before creating any generated/* files w/probed vals. | Rob Landley |
2018-10-05 | getconf: fix glibc NPROCESSORS_ONLN. | Elliott Hughes |
2018-08-03 | Don't include toys.h and lib/*.c in config2help.c, the host vs cross compiler | Rob Landley |
2018-07-04 | Add xgetrandom() with probe for new system call (else open/read /dev/{,u}random) | Rob Landley |
2018-06-26 | The prlimit probe broke when implicit function declarations became an error | Rob Landley |
2018-06-21 | Elliott pointed out that ping's been promoted, not needed in airlock list. | Rob Landley |
2018-06-19 | The kernel's old kconfig had _shipped files, the new one should too, but until | Rob Landley |
2018-06-03 | call strip as $STRIP | Francesco Valla |
2018-04-13 | Add getconf. | Rob Landley |
2018-04-08 | Add -- to "eval". | Rob Landley |
2018-04-08 | Fix error message: update $NAME before complaining about test with wrong # args. | Rob Landley |
2018-04-02 | Library probes need $LDFLAGS (for --static) | Rob Landley |
2018-03-19 | Ryan Prichard pointed out that du -d0 should act like du -s, but the plumbing | Rob Landley |
2018-01-21 | Fix variables in help.txt | Reverend Homer |
2018-01-10 | Move make help text out of Makefile. | Rob Landley |
2017-10-03 | Workaround from Patrick Oppenlander for a bug in config2help.h that resulted0.7.5 | Rob Landley |
2017-08-06 | Check for .git before setting GITHASH. | Rob Landley |