aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-10-06Say undefined for sysconf/pathconf -1, remove goto, help text tweak,Rob Landley
2018-10-06Check for cross compiler before creating any generated/* files w/probed vals.Rob Landley
2018-10-06date.test: add some tests.Elliott Hughes
2018-10-06date: fix some tests.Elliott Hughes
2018-10-05getconf: add pathconf(3) variables.Elliott Hughes
2018-10-05getconf: fix glibc NPROCESSORS_ONLN.Elliott Hughes
2018-10-04Add the current state of AOSP to the roadmap.Elliott Hughes
2018-10-04Make it possible to build the AOSP .config against glibc.Elliott Hughes
2018-10-04blockdev: BLKRAGET returns 512-byte sectors.Elliott Hughes
2018-09-29Command not in pending or example should probably default y.Rob Landley
2018-09-26Don't claim to have i2cget non-byte mode support yet.Rob Landley
2018-09-21Promote i2ctools.Rob Landley
2018-09-21Implement i2c utilities.Elliott Hughes
2018-09-21Stack can grow in either direction, so needs signed subtraction and abs().Rob Landley
2018-09-16file: remove %s with no corresponding argument.Rob Landley
2018-09-16Nommu systems want to _exit() after vfork when exec fails, but should do clea...Rob Landley
2018-09-16It should never matter on Linux (where the top half of virtual address spaceRob Landley
2018-09-16Fluff up the roadmap a bit.Rob Landley
2018-09-15Add .bmp supoprt to file(1).Elliott Hughes
2018-09-15Add .wav support to file(1).Elliott Hughes
2018-09-15Fix glibc build after 013876f067a11ebfcf47789921b376e7bf3bf5b8.Elliott Hughes
2018-09-11Add a couple Android NDK links for reference.Rob Landley
2018-09-09Variable data needs to go at the end.Rob Landley
2018-09-08Tweaks to make building with Android NDK's llvm happier.Rob Landley
2018-09-08Clean up test.cKevin Spiteri
2018-08-31Convert option style.Rob Landley
2018-08-29added fold test for discussionmaqsood3525@live.com
2018-08-28Add a test case raised on the list.Rob Landley
2018-08-26Add binary file detection to grep.Rob Landley
2018-08-26Convert more commands to the new option/GLOBALS code style.Rob Landley
2018-08-26Remove ls sub-option: always support --color.Rob Landley
2018-08-25Convert more argument variables in GLOBALS() to new style.Rob Landley