Age | Commit message (Expand) | Author | Files | Lines |
2019-07-03 | Use shell builtins instead of calling wc/awk/sed. (Fewer forks in build loop.)submit/tizen/20190703.090540accepted/tizen/unified/20190704.040502 | Rob Landley | 1 | -4/+7 |
2019-07-03 | Switch to $! for make.sh process enumeration. | Rob Landley | 1 | -4/+4 |
2018-04-17 | Revert "Add -Wprint-abs-path to generate absolute path for buildwarnings"submit/tizen_5.0/20181101.000008submit/tizen/20180417.090848accepted/tizen/unified/20180417.173239accepted/tizen/5.0/unified/20181102.025606tizen_5.0accepted/tizen_5.0_unified | Jaehun Jeong | 1 | -1/+1 |
2018-03-15 | Add -Wprint-abs-path to generate absolute path for buildwarningssubmit/tizen/20180320.043504submit/tizen/20180318.232021submit/tizen/20180318.231541accepted/tizen/unified/20180320.141338 | Jaehun Jeong | 1 | -1/+1 |
2016-03-17 | Revert back to upstream 0.6.0 and remove all except for dhcp relatedsubmit/tizen/20160323.053424 | Yu Jiung | 2 | -3/+0 |
2015-08-08 | scripts/mkflags.c: add missing unistd.h, ctype.h | Isaac Dunham | 1 | -0/+2 |
2015-08-05 | Cosmetic tweak: newline at the end of "make change". | Rob Landley | 1 | -0/+1 |
2015-07-06 | Save failure reason for each make change .bad file. | Rob Landley | 1 | -2/+3 |
2015-07-03 | Probe for fork() instead of relying on a distro-specific #define. | Rob Landley | 1 | -0/+6 |
2015-06-25 | Suggestion from Elliott Hughes: tweak test infrastructure to notice if | Rob Landley | 1 | -0/+4 |
2015-05-31 | Redo mkstatus.py to grep pending for pending data and trust toybox | Rob Landley | 1 | -27/+46 |
2015-05-09 | Probe for -Wno-string-plus-int. | Rob Landley | 2 | -2/+14 |
2015-05-03 | Yank smack from singleconfig. | Rob Landley | 1 | -1/+1 |
2015-05-03 | If a shortopt is configured out right before a bare longopt, the option parsi... | Rob Landley | 1 | -3/+6 |
2015-04-19 | Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 broke | Rob Landley | 1 | -0/+7 |
2015-04-17 | Link against libattr and libsmack. | Xavier Roche | 1 | -1/+1 |
2015-04-17 | Make toybox --version use the "git describe" info if it's available. | Rob Landley | 1 | -1/+3 |
2015-03-06 | Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail. | Rob Landley | 1 | -4/+3 |
2015-03-04 | scripts/mkflags.c : main function need return 0 if normal exit | Hyejin Kim | 1 | -0/+2 |
2015-02-28 | Add LDFLAGS and STRIP=no support. | Rob Landley | 1 | -2/+7 |
2015-02-14 | Fix --help for single.sh builds. | Rob Landley | 1 | -1/+1 |
2015-02-14 | Move guts of "make change" to scripts/change.sh, don't try to build sh or hel... | Rob Landley | 1 | -0/+19 |
2015-02-07 | Build standalone commands where "depends on" config entries need to be switch... | Rob Landley | 2 | -9/+18 |
2015-01-16 | AOSP master has <pty.h> and builds netcat/nc. | Elliott Hughes | 1 | -8/+1 |
2015-01-02 | Need to update install.c for the changed OLDTOY() argument list. | Rob Landley | 1 | -2/+2 |
2015-01-01 | Tweak status.html | Rob Landley | 1 | -2/+5 |
2014-12-31 | Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac... | Rob Landley | 2 | -12/+58 |
2014-12-23 | those of us who need to check in generated files find that 'tr' and | Elliott Hughes | 1 | -2/+2 |
2014-12-13 | Oops. xfork() moved to portability.c and the config2help.c build wasn't inclu... | Rob Landley | 1 | -1/+1 |
2014-12-11 | here's a patch that should let us replace toolbox's chcon. | Elliott Hughes | 1 | -1/+1 |
2014-11-28 | Improve error reporting in parallel build. (On error, wait for all children t... | Rob Landley | 1 | -2/+8 |
2014-11-28 | When running a test, the diff is always an ascii diff, not binary. | Rob Landley | 1 | -1/+1 |
2014-11-28 | Add "make change" target to build the big toybox binary as a bunch of little ... | Rob Landley | 1 | -80/+120 |
2014-11-19 | Fixups for the android/bionic build probes patch. | Rob Landley | 1 | -1/+1 |
2014-11-19 | probe for getspnam(), forkpty(), utmpx, replace sethostname() | Isaac Dunham | 1 | -0/+28 |
2014-11-14 | Add color support for scripts/test.sh and new SKIP_HOST for tests expected to... | Rob Landley | 1 | -5/+17 |
2014-09-27 | Multi-build single.sh should exit with an error when build breaks. | Rob Landley | 1 | -1/+1 |
2014-09-27 | Allow single.sh to build more than one command per invocation. | Rob Landley | 1 | -14/+17 |
2014-09-20 | Delete generated/README.txt (the contents are in code.html now) so clean can ... | Rob Landley | 1 | -0/+1 |
2014-09-20 | Remove debug echo checked in by mistake. | Rob Landley | 1 | -2/+0 |
2014-09-20 | Move testsuite out of scripts/test into its own top level tests directory, an... | Rob Landley | 74 | -3184/+13 |
2014-09-20 | Give library probe a progress indicator, and use 150% of detected CPUs to try... | Rob Landley | 1 | -2/+9 |
2014-09-11 | Create a generated/build.sh with a single compiler command line to rebuild th... | Rob Landley | 1 | -3/+16 |
2014-09-11 | Oops, unbreak make.sh. | Rob Landley | 1 | -1/+1 |
2014-09-09 | Make tweaks: collate generated/*.o files into their own subdirectory, add PIP... | Rob Landley | 1 | -18/+6 |
2014-09-04 | Don't hang for $CPUS=1. | Rob Landley | 1 | -1/+1 |
2014-09-03 | Testsuites for toybox command - "tar", "bzcat", "xzcat", "zcat" and "hostname". | Divya Kothari | 5 | -0/+169 |
2014-09-03 | chmod testsuite and link testsuite. | Divya Kothari | 2 | -51/+69 |
2014-08-31 | More parallel build tweaks. | Rob Landley | 1 | -2/+2 |
2014-08-30 | Old compilers complain about linker options passed with -c, so split out $LDO... | Rob Landley | 1 | -1/+1 |