index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-10-07
libcutils isn't in the NDK.
Elliott Hughes
2018-10-07
Fix build break on x32 target.
Rob Landley
2018-10-06
getconf: add missing names used by AOSP.
Rob Landley
2018-10-06
Say undefined for sysconf/pathconf -1, remove goto, help text tweak,
Rob Landley
2018-10-06
Check for cross compiler before creating any generated/* files w/probed vals.
Rob Landley
2018-10-06
date.test: add some tests.
Elliott Hughes
2018-10-06
date: fix some tests.
Elliott Hughes
2018-10-05
getconf: add pathconf(3) variables.
Elliott Hughes
2018-10-05
getconf: fix glibc NPROCESSORS_ONLN.
Elliott Hughes
2018-10-04
Add the current state of AOSP to the roadmap.
Elliott Hughes
2018-10-04
Make it possible to build the AOSP .config against glibc.
Elliott Hughes
2018-10-04
blockdev: BLKRAGET returns 512-byte sectors.
Elliott Hughes
2018-09-29
Command not in pending or example should probably default y.
Rob Landley
2018-09-26
Don't claim to have i2cget non-byte mode support yet.
Rob Landley
2018-09-21
Promote i2ctools.
Rob Landley
2018-09-21
Implement i2c utilities.
Elliott Hughes
2018-09-21
Stack can grow in either direction, so needs signed subtraction and abs().
Rob Landley
2018-09-16
file: remove %s with no corresponding argument.
Rob Landley
2018-09-16
Nommu systems want to _exit() after vfork when exec fails, but should do clea...
Rob Landley
2018-09-16
It should never matter on Linux (where the top half of virtual address space
Rob Landley
2018-09-16
Fluff up the roadmap a bit.
Rob Landley
2018-09-15
Add .bmp supoprt to file(1).
Elliott Hughes
2018-09-15
Add .wav support to file(1).
Elliott Hughes
2018-09-15
Fix glibc build after 013876f067a11ebfcf47789921b376e7bf3bf5b8.
Elliott Hughes
2018-09-11
Add a couple Android NDK links for reference.
Rob Landley
2018-09-09
Variable data needs to go at the end.
Rob Landley
2018-09-08
Tweaks to make building with Android NDK's llvm happier.
Rob Landley
2018-09-08
Clean up test.c
Kevin Spiteri
2018-08-31
Convert option style.
Rob Landley
2018-08-29
added fold test for discussion
maqsood3525@live.com
2018-08-28
Add a test case raised on the list.
Rob Landley
2018-08-26
Add binary file detection to grep.
Rob Landley
2018-08-26
Convert more commands to the new option/GLOBALS code style.
Rob Landley
2018-08-26
Remove ls sub-option: always support --color.
Rob Landley
2018-08-25
Convert more argument variables in GLOBALS() to new style.
Rob Landley
2018-08-25
Coding style change: 1) Use argument letter for variable names filled out by
Rob Landley
2018-08-21
Use \033 instead of \e gcc extension.
Rob Landley
2018-08-19
Oneit shouldn't reboot the system if it's not pid 1.
Rob Landley
2018-08-19
Comment tweak.
Rob Landley
2018-08-18
Allow enough space padding for "192.168.123.456/24" to consistently indent.
Rob Landley
2018-08-17
Make microcom use set_terminal() and move speed setting into set_terminal().
Rob Landley
2018-08-08
Add bc (and its tests) to pending
Gavin Howard
2018-08-07
Added support for a fourth field in mdev.conf
Faustas Azuolas Bagdonas
2018-08-07
Forgot to check in the deflate header change, and pending shouldn't default y.
Rob Landley
2018-08-05
Add ifconfig -S (short view), and do some minor cleanups while there.
Rob Landley
2018-08-05
Tweak help text.
Rob Landley
2018-08-05
Make gzip/zcat use lib/deflate.c when not using zlib, and inline fix_time().
Rob Landley
2018-08-04
Fix modprobe error handling.
Elliott Hughes
2018-08-04
wc: fix the column width heuristics even further.
Elliott Hughes
2018-08-04
Add tests for grep with implicit/explicit BREs and explicit EREs.
Elliott Hughes
[prev]
[next]