Age | Commit message (Collapse) | Author |
|
Both of [cksum](https://github.com/landley/toybox/blob/master/toys/posix/cksum.c) and [hostid](https://github.com/landley/toybox/blob/master/toys/example/hostid.c) are already implemented, unless you're planning on removing them.
|
|
Fix a small typo, should be `compress` not `compess`.
|
|
|
|
running a python script against the kernel headers, more or less a hardware
debugging tool that doesn't really benefit from being in-tree nor does it
need to ship on deployed systems. (And it should probably be a kernel module.)
|
|
|
|
packages toybox commands provide partial or complete replacements for.
|
|
|
|
|
|
Update source links, add a bit more rationale.
|
|
|
|
We've removed the need for perl and runalarm, rsync was misleading
(as you'd hope!), and we now use a prebuilt of the xmllint in AOSP itself.
|
|
|
|
|
|
|
|
|
|
|
|
so throw them in the "requests" category so they show up in status.html.
|
|
|
|
our comparison in years, and email with the maintainer convinced me it's
not a good yardstick for "what a traditional linux system expects to have".)
|
|
Since we're actually getting close to the end of the toolbox list,
expand the "other stuff" with everything that's currently in /system/bin
that could reasonably be replaced by toybox (and remove things that might
sound practical, but actually aren't). Also update the list of things
being built from pending.
|
|
|
|
Also update the list of things Android builds from pending, which has
shrunk.
|
|
|
|
nandread was MTD-only, and we don't support MTD any more.
|
|
top switched over a week or two back, and log switched today.
|
|
We killed toolbox ioctl and wouldn't build a toybox one anyway.
Also admit that -- although toybox has a grep -- we're not actually using
it yet (and why we're not).
|
|
I removed iftop a while back but didn't remove it everywhere in the
documentation. I switched over to toybox ps yesterday.
|
|
|
|
Replaced by toybox ulimit -p.
|
|
|
|
|
|
Change-Id: I5a0f49b17bc5866689608e73af94b31744fd3dc9
|
|
|
|
|
|
The three separate lists had got a bit out of sync. The genuinely new
changes are in the top list.
|
|
mkbootimg was rewritten as a python script a while ago, and I just
deleted gpttool. (gptfdisk is in external/, but I'm assuming the
existing entry for fdisk is meant to cover that.)
|
|
|
|
Not much progress this week. Just route and umount.
Also remove a stray reference to load_policy which already switched.
Also remove an outdated claim that Android logging is done in the
kernel. It's been in userspace for a while now.
|
|
Four obsolete tools were removed from Android, and runcon moved to toybox.
|
|
I've removed the reference to fs_mgr, since that's really part of vold
rather than a subset of mount(1), and I've removed the reference to
ifconfig because we're already using the toybox ifconfig and the
reference in this document to the Android command that it referred to
(netcfg) was already removed.
|
|
|
|
|
|
|
|
most notably:
* Android switched to mksh several releases ago.
* system/core/reboot is Android's reboot(1) (and sdcard is how
emulated sdcards work in production, not a testing thing).
* I removed all the "apparently unused" tools from the tree, since
they were all actually unused with the exception of lsusb which people
would build as/when they needed it. (which may need resurrecting when
they come back and find there's no "lsusb -v" in toolbox.)
|
|
polish beyond this.)
|
|
|
|
Some glibc commands are irrelevant because they're for functionality
that is excluded from musl (mtrace, rpc*, localedef, iconvconfig, nscd).
getconf and catchsegv look like candidates for the development toolchain;
locale and iconv were already triaged.
getent is pretty lame, but it and the timezone stuff (tzselect zic
zdump) are the only new possibly interesting commands.
|
|
No idea what to do about 'em yet, but there they are.
|
|
|
|
|