Age | Commit message (Expand) | Author |
2019-04-23 | Remove librt, which is pulling in libpthread. | Rob Landley |
2019-03-21 | Test for compiler existence when sourcing portability.sh. | Rob Landley |
2019-03-09 | Cosmetic tweak. | Rob Landley |
2019-01-31 | Tweak build dependencies: rebuild toys/*/*.c when .o newer than .config. | Rob Landley |
2019-01-19 | Factor out scripts/portability.sh and have genconfig.sh use it to find sed/gsed. | Rob Landley |
2018-12-05 | macOS: iconv(1) needs libiconv on the mac. | Elliott Hughes |
2018-11-30 | macOS: Apple's ancient linker doesn't have --as-needed or --gc-sections. | Elliott Hughes |
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-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-06-03 | call strip as $STRIP | Francesco Valla |
2018-04-13 | Add getconf. | Rob Landley |
2018-04-02 | Library probes need $LDFLAGS (for --static) | Rob Landley |
2017-08-06 | Check for .git before setting GITHASH. | Rob Landley |
2017-08-05 | Allow GITHASH to be set on the command line, to work around a yocto bug. | Rob Landley |
2017-05-14 | Minor tweaks to install.sh. | Rob Landley |
2017-04-30 | Android needs -llog to link. | Elliott Hughes |
2017-04-30 | Implement zlib-based gzip/gunzip/zcat. | Elliott Hughes |
2017-03-20 | Add TOYBOX_PEDANTIC_ARGS to check arguments when there are no arguments, | Rob Landley |
2016-12-08 | Workaround for Centos' "which" complaining if it can't find the command | Rob Landley |
2016-12-07 | Change error test to actually exit if first attempt to use .config fails. | Rob Landley |
2016-12-07 | People keep wanting to cross-compile from macs, where the stock sed is broken. | Rob Landley |
2016-10-20 | Always regenerate config.h for now, so make single and make don't clash. | Rob Landley |
2016-07-15 | Add optional openssl accelerated versions of hash functions, loosely based on | Rob Landley |
2016-07-05 | Fix generated/make.sh. (Quotes in TOYBOX_VERSION need to wind up in | Rob Landley |
2016-05-20 | Make build dependencies more granular. This should fix the problem where | Rob Landley |
2016-03-23 | Redo build stuff in response to Andy Chu's suggestions. | Rob Landley |
2016-03-01 | Use shell builtins instead of calling wc/awk/sed. (Fewer forks in build loop.) | Rob Landley |
2016-02-26 | Switch to $! for make.sh process enumeration. | Rob Landley |
2016-02-07 | Add "make ls" and friends targets, with "make working" and "make pending" lists. | Rob Landley |
2016-02-07 | Add a warning when building commands out of pending. | Rob Landley |
2016-01-10 | Make cursor left/right change sort type in iotop. | Rob Landley |
2015-12-27 | Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY, | Rob Landley |
2015-12-13 | Start of TAGGED_ARRAY() infrastructure. | Rob Landley |
2015-11-02 | Don't pass target $CFLAGS to host builds (telling x86 compiler to be big-endian | Rob Landley |
2015-10-29 | Tweak permissions of toybox binary. | Rob Landley |
2015-10-14 | make.sh: missing cflags for config2help | Alejandro Joya |
2015-09-23 | The -o /dev/null trick in probing isn't compatible with elf2flt, so use tempf... | Rob Landley |
2015-08-30 | Build updates: make change should use top level .config for global settings, | Rob Landley |
2015-05-09 | Probe for -Wno-string-plus-int. | Rob Landley |
2015-04-17 | Link against libattr and libsmack. | Xavier Roche |
2015-04-17 | Make toybox --version use the "git describe" info if it's available. | Rob Landley |
2015-03-06 | Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail. | Rob Landley |
2015-02-28 | Add LDFLAGS and STRIP=no support. | Rob Landley |
2015-02-07 | Build standalone commands where "depends on" config entries need to be switch... | Rob Landley |
2014-12-31 | Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac... | Rob Landley |