aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-20Skip tests that don't have the executable bit set unless $TEST_ALL set.Rob Landley
2018-11-20Chmod +x tests that pass with VERBOSE=fail and -x on tests needing work.Rob Landley
2018-11-20Fix up some tests for running as a normal user.Rob Landley
2018-11-20Eduardas Meile asked umount to ignore -c due to broken init systems.Rob Landley
2018-11-19A few more GLOBALS() single character argument style conversions.Rob Landley
2018-11-19Eduardas Meile reported "The -Werror=format-security flag is applied byRob Landley
2018-11-17Convert more GLOBALS argument vars to the new single letter code style.Rob Landley
2018-11-17hostname: add -s/-f and -d.Elliott Hughes
2018-11-17cmp: add --quiet and --silent synonyms for -s.Elliott Hughes
2018-11-17dirname: support multiple arguments.Elliott Hughes
2018-11-17Volodymyr Medvid reported that install -d doesn't honor -o or -g.Rob Landley
2018-11-17Cosmetic leanup (hide stderr prompts).Rob Landley
2018-11-17Remove the "const" and "restrict" nonsense so it compiles without tainting lib.cRob Landley
2018-11-17Update bc for 1.1 releaseGavin Howard
2018-11-13Instead of #warning about the musl bug, work around it (wrap syscalls ourselves)Rob Landley
2018-11-13basename: -s SUFFIX.Elliott Hughes
2018-11-13touch: ignore -f like everyone else.Elliott Hughes
2018-11-13mkdir: accept both --parent and --parents as synonyms for -p.Elliott Hughes
2018-11-02Convert more option vars to the new (single letter) coding style.Rob Landley
2018-11-02Trivial cleanup of uniq.c.Rob Landley
2018-11-01Discard harmless error messages.Rob Landley
2018-11-01Update news.html for 0.7.8 release.Rob Landley
2018-10-31Update version to 0.7.8.0.7.8Rob Landley
2018-10-30Promote watch to other.Rob Landley
2018-10-30Use % for -n and shut up gcc's broken "may be used uninitialized" warnings.Rob Landley
2018-10-30Update roadmap for AOSP.Elliott Hughes
2018-10-30getconf: add -a, fix the LFS_ output, and blame bionic rather than musl for U...Elliott Hughes
2018-10-28Rename interestingtimes.c to tty.c. (It's the "not curses" code.)Rob Landley
2018-10-27Don't unnecessarily recalculate library list.Rob Landley
2018-10-27Zach Van Rijn asked for "find -empty".Rob Landley
2018-10-27Dirtree shouldn't put a "No" in front of filename for "permission denied".Rob Landley
2018-10-27Fix "make distclean defconfig toybox" all on one line (good of $CROSS_COMPILERRob Landley
2018-10-27Allow unstripped build to overwrite read-only output file.Rob Landley
2018-10-22Don't call TIOCGWINSZ on non-ttysNick Kralevich
2018-10-21Document % argument suffixes in toybox --help.Rob Landley
2018-10-21Make ./top -d .1234567890m work.Rob Landley
2018-10-21Add % to lib/args.c (long time in milliseconds), add xmillitime(), redoRob Landley
2018-10-21Move start_redraw() to lib/ and have ps.c (top) use it.Rob Landley
2018-10-20Some more --help consistency.Elliott Hughes
2018-10-20The static NDK fix broke the dynamic NDK build.Rob Landley
2018-10-20Add SPDX identifier, update copyright year, move kconfig note into kconfig/Rob Landley
2018-10-10Fix static Android NDK build.Rob Landley
2018-10-10Rewrite of watch.Rob Landley
2018-10-10Trivial speedup to format_iso_time(), teach parsetime() leading garbage != 0.Rob Landley
2018-10-10Add xsignal_flags() and more consistently use xsignal() instead of signal().Rob Landley
2018-10-07Fix non-android ps build.Rob Landley
2018-10-07Fix getconf build for musl.Rob Landley
2018-10-07libcutils isn't in the NDK.Elliott Hughes
2018-10-07Fix build break on x32 target.Rob Landley
2018-10-06getconf: add missing names used by AOSP.Rob Landley