aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-04Merge remote-tracking branch 'toybox/master' into HEADandroid-o-mr1-iot-release-smart-display-r3oreo-mr1-1.2-iot-releasemaster-cuttlefish-testing-releaseElliott 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-27Merge remote-tracking branch 'toybox/master' into HEADandroid-o-mr1-iot-release-1.0.5Elliott Hughes
2018-09-26Don't claim to have i2cget non-byte mode support yet.Rob Landley
2018-09-24Remove -Wno-gnu-variable-sized-type-not-at-end.Elliott Hughes
2018-09-24Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes
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
2018-08-25Coding style change: 1) Use argument letter for variable names filled out byRob Landley
2018-08-21Use \033 instead of \e gcc extension.Rob Landley
2018-08-19Oneit shouldn't reboot the system if it's not pid 1.Rob Landley
2018-08-19Comment tweak.Rob Landley
2018-08-18Allow enough space padding for "192.168.123.456/24" to consistently indent.Rob Landley
2018-08-17Make microcom use set_terminal() and move speed setting into set_terminal().Rob Landley
2018-08-08Add bc (and its tests) to pendingGavin Howard
2018-08-07Added support for a fourth field in mdev.confFaustas Azuolas Bagdonas
2018-08-07Forgot to check in the deflate header change, and pending shouldn't default y.Rob Landley
2018-08-06Merge remote-tracking branch 'toybox/master' into HEADandroid-o-mr1-iot-release-1.0.4android-o-mr1-iot-release-1.0.3Elliott Hughes
2018-08-06Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes
2018-08-05Add ifconfig -S (short view), and do some minor cleanups while there.Rob Landley
2018-08-05Tweak help text.Rob Landley
2018-08-05Make gzip/zcat use lib/deflate.c when not using zlib, and inline fix_time().Rob Landley
2018-08-04Fix modprobe error handling.Elliott Hughes
2018-08-04wc: fix the column width heuristics even further.Elliott Hughes
2018-08-04Add tests for grep with implicit/explicit BREs and explicit EREs.Elliott Hughes
2018-08-04file: slightly improve .class, add .dex.Elliott Hughes
2018-08-03Typo.Rob Landley
2018-08-03xgetrandom: use getrandom result if it succeedsPatrick Oppenlander