Age | Commit message (Expand) | Author |
2016-01-18 | Implement basic pkill plumbing, and fix FORCE_FLAGS on flag context switch. | Rob Landley |
2016-01-15 | Locale setting is case sensitive. | Rob Landley |
2016-01-15 | Fix sort -f, add tests, make TEST_HOST pass new tests. | 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-18 | Next giant chunk of ps work: add _NAME_TAG bitmask values to tags.h | Rob Landley |
2015-12-16 | Don't discard previous block when mkstatus finds another span tag with same id. | Rob Landley |
2015-12-13 | Start of TAGGED_ARRAY() infrastructure. | Rob Landley |
2015-12-10 | Expand toys.optargs to 64 bits so people adding more options to ls don't run ... | Rob Landley |
2015-11-02 | Don't pass target $CFLAGS to host builds (telling x86 compiler to be big-endian | Rob Landley |
2015-10-30 | Now that toybox is chmod -w, mv needs -f to overwrite it. | 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-29 | Make defconfig build for nommu. | Rob Landley |
2015-09-23 | The -o /dev/null trick in probing isn't compatible with elf2flt, so use tempf... | Rob Landley |
2015-09-11 | Replace toys.exithelp with help_exit() in lib. | Rob Landley |
2015-08-30 | Build updates: make change should use top level .config for global settings, | Rob Landley |
2015-08-29 | Menuconfig option for musl-libc pretending mmu is just pining for the fijords. | Rob Landley |
2015-08-08 | scripts/mkflags.c: add missing unistd.h, ctype.h | Isaac Dunham |
2015-08-05 | Cosmetic tweak: newline at the end of "make change". | Rob Landley |
2015-07-06 | Save failure reason for each make change .bad file. | Rob Landley |
2015-07-03 | Probe for fork() instead of relying on a distro-specific #define. | Rob Landley |
2015-06-25 | Suggestion from Elliott Hughes: tweak test infrastructure to notice if | Rob Landley |
2015-05-31 | Redo mkstatus.py to grep pending for pending data and trust toybox | Rob Landley |
2015-05-09 | Probe for -Wno-string-plus-int. | Rob Landley |
2015-05-03 | Yank smack from singleconfig. | Rob Landley |
2015-05-03 | If a shortopt is configured out right before a bare longopt, the option parsi... | Rob Landley |
2015-04-19 | Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 broke | 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-03-04 | scripts/mkflags.c : main function need return 0 if normal exit | Hyejin Kim |
2015-02-28 | Add LDFLAGS and STRIP=no support. | Rob Landley |
2015-02-14 | Fix --help for single.sh builds. | Rob Landley |
2015-02-14 | Move guts of "make change" to scripts/change.sh, don't try to build sh or hel... | Rob Landley |
2015-02-07 | Build standalone commands where "depends on" config entries need to be switch... | Rob Landley |
2015-01-16 | AOSP master has <pty.h> and builds netcat/nc. | Elliott Hughes |
2015-01-02 | Need to update install.c for the changed OLDTOY() argument list. | Rob Landley |
2015-01-01 | Tweak status.html | Rob Landley |
2014-12-31 | Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac... | Rob Landley |
2014-12-23 | those of us who need to check in generated files find that 'tr' and | Elliott Hughes |
2014-12-13 | Oops. xfork() moved to portability.c and the config2help.c build wasn't inclu... | Rob Landley |
2014-12-11 | here's a patch that should let us replace toolbox's chcon. | Elliott Hughes |
2014-11-28 | Improve error reporting in parallel build. (On error, wait for all children t... | Rob Landley |
2014-11-28 | When running a test, the diff is always an ascii diff, not binary. | Rob Landley |
2014-11-28 | Add "make change" target to build the big toybox binary as a bunch of little ... | Rob Landley |
2014-11-19 | Fixups for the android/bionic build probes patch. | Rob Landley |
2014-11-19 | probe for getspnam(), forkpty(), utmpx, replace sethostname() | Isaac Dunham |
2014-11-14 | Add color support for scripts/test.sh and new SKIP_HOST for tests expected to... | Rob Landley |
2014-09-27 | Multi-build single.sh should exit with an error when build breaks. | Rob Landley |