Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-24 | Typos. | Rob Landley | |
2016-10-20 | Announce 0.7.2.0.7.2 | Rob Landley | |
2016-10-04 | Explain dlist_terminate. | Rob Landley | |
2016-10-03 | Updated Android roadmap. | Elliott Hughes | |
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. | |||
2016-09-04 | Remove a chunk of copied header that hasn't been upated in a while. | Rob Landley | |
2016-08-14 | Explain shared library policy, fix an unblanaced tag, add some links. | Rob Landley | |
2016-07-16 | Remove sendevent from the Android roadmap. | Elliott Hughes | |
Also update the list of things Android builds from pending, which has shrunk. | |||
2016-07-15 | Somebody asked a FAQ on irc, so answer it. | Rob Landley | |
2016-07-12 | Convert atolx() and friends to use long long internally. Update design.html | Rob Landley | |
to use this (and tail) as examples of simplicity of implementation winning and losing. | |||
2016-06-29 | Remove 'start' and 'stop' from the Android roadmap. | Elliott Hughes | |
2016-06-29 | Update Android section of roadmap. | Elliott Hughes | |
nandread was MTD-only, and we don't support MTD any more. | |||
2016-06-23 | Update Android section of roadmap. | Elliott Hughes | |
top switched over a week or two back, and log switched today. | |||
2016-06-10 | Update Android roadmap section. | Elliott Hughes | |
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). | |||
2016-05-05 | Android roadmap update. | Elliott Hughes | |
I removed iftop a while back but didn't remove it everywhere in the documentation. I switched over to toybox ps yesterday. | |||
2016-04-24 | Add "infrastructure in search of a user" to cleanup.html. | Rob Landley | |
2016-04-19 | ps and top are implemented from the android todo. Record enh's wishlist items. | Rob Landley | |
2016-03-25 | toolbox prlimit is no more. | Elliott Hughes | |
Replaced by toybox ulimit -p. | |||
2016-03-23 | Redo build stuff in response to Andy Chu's suggestions. | Rob Landley | |
Toybox single binaries are now made directly with the new name instead of stomping toybox and getting renamed. Unstripped files now live in generated/unstripped. Target to run all tests is now "make tests" to avoid conflict with "make test". .singleconfig now has .PHONY: entries for all test_$NAME targets. Default install location changed to /usr/toybox, code.html now says how to change it (set $PREFIX). scripts/install.sh --uninstall works now. (And you get to keep the pieces!) | |||
2016-03-13 | Split out _xexit() from xexit() and give sigatexit() multiple callbacks. | Rob Landley | |
2016-03-07 | Cleanup pass on the dirtree infrastructure, in preparation for making rm -r | Rob Landley | |
handle infinite depth. Fix docs, tweak dirtree_handle_callback() semantics, remove dirtree_start() and don't export dirtree_handle_callback(), instead offer dirtree_flagread(). (dirtree_read() is a wrapper around dirtree_flagread passing 0 for flags.) | |||
2016-02-17 | Add the sed invocations to convert tabs/spaces and back, plus some tweaks. | Rob Landley | |
2016-02-02 | Update to status.html and some test suite cosmetic tweaks. | Rob Landley | |
2016-02-02 | Editorial comment. | Rob Landley | |
2016-02-02 | Fluffier release notes. | Rob Landley | |
2016-02-02 | Release notes. | Rob Landley | |
2015-11-16 | Typo | Rob Landley | |
2015-11-16 | Rewrite of the about page, re-triage of sbase, and other documentation updates. | Rob Landley | |
2015-11-14 | Documentation tweaks. | Rob Landley | |
2015-11-03 | Version 0.6.10.6.1 | Rob Landley | |
2015-10-29 | Update Android section of roadmap. | Elliott Hughes | |
Change-Id: I5a0f49b17bc5866689608e73af94b31744fd3dc9 | |||
2015-10-29 | Note Debian abandoning LSB and our own decision not to worry about LSB 5.0 yet. | Rob Landley | |
2015-10-28 | Tweak build instructions in README/code.html. | Rob Landley | |
2015-10-02 | Add uClinux analysis to roadmap, and a few other pending changes. | Rob Landley | |
2015-09-11 | Replace toys.exithelp with help_exit() in lib. | Rob Landley | |
2015-08-14 | Another Android roadmap update. | Elliott Hughes | |
The three separate lists had got a bit out of sync. The genuinely new changes are in the top list. | |||
2015-08-08 | More Android roadmap updates. | Elliott Hughes | |
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.) | |||
2015-07-31 | Check in the note about rebuilding the source tarball. | Rob Landley | |
2015-07-20 | Release notes for 0.6.0. | Rob Landley | |
2015-07-12 | Commit rss feed. | Rob Landley | |
2015-07-10 | More explanation of TOYBOX_DEBUG for option string checking. | Rob Landley | |
2015-06-23 | Fix version number in ifconfig cleanup reference. | Rob Landley | |
2015-06-15 | Fluff up explanation of why 0BSD license for SPDX submission. | Rob Landley | |
2015-05-31 | Redo mkstatus.py to grep pending for pending data and trust toybox | Rob Landley | |
defconfig output for ready command list, to reduce manual updating. | |||
2015-04-19 | Roadmap update, mostly from enh with a few other pending bits mixed in. | Rob Landley | |
2015-04-17 | Fix a trivial typo in www/about.html. | Elliott Hughes | |
Sticky shift key... | |||
2015-04-10 | Update www/roadmap.html with Android progress. | Elliott Hughes | |
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. | |||
2015-04-05 | Announce switch to git. | Rob Landley | |
2015-03-28 | update the Android section of roadmap.html | Elliott Hughes | |
Four obsolete tools were removed from Android, and runcon moved to toybox. | |||
2015-03-23 | Update the Android section of the roadmap. | Elliott Hughes | |
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. | |||
2015-02-27 | 0.5.2 release notes. | Rob Landley | |