aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cp: set rc properlycm-14.1_oldXiang Fan2017-02-011-1/+1
* Merge tag 'android-7.1.1_r4' into cm-14.1Dan Pasanen2016-12-052-6/+13
|\
| * du: 32 bit systems were maxing out at 2GB when they should max out at 2TBRob Landley2016-10-252-6/+13
* | losetup: Fix loop mountingGabriele M2016-11-261-1/+1
* | toybox: Remove -e from @echoLuca Stefani2016-11-231-1/+1
* | toybox: kill colorsLuca Stefani2016-11-231-1/+1
* | Merge branch 'master' of https://android.googlesource.com/platform/external/t...cm-14.0Steve Kondik2016-09-26115-1963/+3167
|\ \
| * | Add missing liblog dependencyDimitry Ivanov2016-09-231-1/+1
| * | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-09-156-10/+20
| |\ \
| | * | Fix ls -lh.Elliott Hughes2016-09-141-1/+1
| | * | Add ar archive support to file.Elliott Hughes2016-09-131-2/+1
| | * | Add -h and -L to file.Elliott Hughes2016-09-132-3/+10
| * | | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-09-1217-151/+137
| |\| |
| | * | Izabera pointed out that "file -" was inconsistent (calling stat on "-" butRob Landley2016-09-111-19/+14
| | * | Teach sed s/// how to handle [:space:] type sequences.Rob Landley2016-09-062-5/+18
| | * | Replace loopfiles' failok with WARN_ONLY open flag.Rob Landley2016-09-059-32/+33
| | * | Export notstdio() wrapper.Rob Landley2016-09-052-0/+3
| | * | Fluff up cmp tests.Rob Landley2016-09-051-2/+4
| | * | make test_cmp caused the make invocation to exit with an error because theRob Landley2016-09-041-1/+1
| | * | Add comment so I don't undo and then redo a thing again.Rob Landley2016-09-041-0/+1
| | * | Remove a chunk of copied header that hasn't been upated in a while.Rob Landley2016-09-041-51/+10
| | * | Add openro() and WARN_ONLY flag so xopen() and friends can warn without exiting.Rob Landley2016-09-042-5/+21
| | * | Switch help.c from #ifdef to if()Rob Landley2016-09-041-12/+10
| | * | Move genericish function to lib.Rob Landley2016-09-033-24/+22
| * | | Add symlink for chrt.Elliott Hughes2016-08-291-0/+1
| * | | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-08-2911-125/+320
| |\| |
| | * | Add tap support to tunctl.Rob Landley2016-08-281-7/+16
| | * | Make "LC_ALL=C ls -Cs --color" produce the same output on toybox and ubuntu.Rob Landley2016-08-271-11/+11
| | * | Remove some redundancy and unnecessary xprintf().Rob Landley2016-08-271-28/+21
| | * | Fix ls -sh.Elliott Hughes2016-08-271-5/+15
| | * | Add chrt to pending.Elliott Hughes2016-08-251-0/+92
| | * | Add tunctl.Rob Landley2016-08-221-0/+44
| | * | A round of dd cleanup.Rob Landley2016-08-211-91/+58
| * | | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-08-2257-285/+345
| |\ \ \
| | * | | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-08-2257-285/+345
| | |\| |
| | | * | Promote setfattrRob Landley2016-08-201-0/+0
| | | * | Clean up setfattr.Rob Landley2016-08-201-20/+11
| | | * | Change xgetpwnamid/xgetgrnamid to xgetuid/xgetgid returning the id numberRob Landley2016-08-186-30/+26
| | | * | Add length modifier to date escapes, and length sanity check.Rob Landley2016-08-161-12/+14
| | | * | Make "stat -c %37G file" and "stat -c %.5G file" work, and fix %U and %G toRob Landley2016-08-151-24/+30
| | | * | Explain shared library policy, fix an unblanaced tag, add some links.Rob Landley2016-08-142-8/+31
| | | * | Document deviations from posix for echo.Rob Landley2016-08-131-0/+5
| | | * | Add TOYFLAG_NOHELP to disable --help processing for individual commands,Rob Landley2016-08-134-4/+9
| | | * | Move getusername/getgroupname to lib. (Return name or string representationRob Landley2016-08-133-17/+26
| | | * | Matthias Urhahn pointed out that %b returns hardwired 512 byte unitsRob Landley2016-08-111-3/+3
| | | * | Inline setup_inout(), test ftruncate() return value, move gettimeofday() beforeRob Landley2016-08-062-49/+45
| | | * | Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,Rob Landley2016-08-0437-68/+94
| | | * | Fix warning: 'XATTR_NAME_SMACK' macro redefined.Elliott Hughes2016-08-021-0/+2
| * | | | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-08-0222-90/+389
| |\| | |
| | * | | Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes2016-08-0222-90/+389
| | |\| |