aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)Author
2016-10-20Announce 0.7.2.0.7.2Rob Landley
2016-10-04Explain dlist_terminate.Rob Landley
2016-10-03Updated 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-04Remove a chunk of copied header that hasn't been upated in a while.Rob Landley
2016-08-14Explain shared library policy, fix an unblanaced tag, add some links.Rob Landley
2016-07-16Remove sendevent from the Android roadmap.Elliott Hughes
Also update the list of things Android builds from pending, which has shrunk.
2016-07-15Somebody asked a FAQ on irc, so answer it.Rob Landley
2016-07-12Convert atolx() and friends to use long long internally. Update design.htmlRob Landley
to use this (and tail) as examples of simplicity of implementation winning and losing.
2016-06-29Remove 'start' and 'stop' from the Android roadmap.Elliott Hughes
2016-06-29Update Android section of roadmap.Elliott Hughes
nandread was MTD-only, and we don't support MTD any more.
2016-06-23Update Android section of roadmap.Elliott Hughes
top switched over a week or two back, and log switched today.
2016-06-10Update 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-05Android 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-24Add "infrastructure in search of a user" to cleanup.html.Rob Landley
2016-04-19ps and top are implemented from the android todo. Record enh's wishlist items.Rob Landley
2016-03-25toolbox prlimit is no more.Elliott Hughes
Replaced by toybox ulimit -p.
2016-03-23Redo 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-13Split out _xexit() from xexit() and give sigatexit() multiple callbacks.Rob Landley
2016-03-07Cleanup pass on the dirtree infrastructure, in preparation for making rm -rRob 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-17Add the sed invocations to convert tabs/spaces and back, plus some tweaks.Rob Landley
2016-02-02Update to status.html and some test suite cosmetic tweaks.Rob Landley
2016-02-02Editorial comment.Rob Landley
2016-02-02Fluffier release notes.Rob Landley
2016-02-02Release notes.Rob Landley
2015-11-16TypoRob Landley
2015-11-16Rewrite of the about page, re-triage of sbase, and other documentation updates.Rob Landley
2015-11-14Documentation tweaks.Rob Landley
2015-11-03Version 0.6.10.6.1Rob Landley
2015-10-29Update Android section of roadmap.Elliott Hughes
Change-Id: I5a0f49b17bc5866689608e73af94b31744fd3dc9
2015-10-29Note Debian abandoning LSB and our own decision not to worry about LSB 5.0 yet.Rob Landley
2015-10-28Tweak build instructions in README/code.html.Rob Landley
2015-10-02Add uClinux analysis to roadmap, and a few other pending changes.Rob Landley
2015-09-11Replace toys.exithelp with help_exit() in lib.Rob Landley
2015-08-14Another 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-08More 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-31Check in the note about rebuilding the source tarball.Rob Landley
2015-07-20Release notes for 0.6.0.Rob Landley
2015-07-12Commit rss feed.Rob Landley
2015-07-10More explanation of TOYBOX_DEBUG for option string checking.Rob Landley
2015-06-23Fix version number in ifconfig cleanup reference.Rob Landley
2015-06-15Fluff up explanation of why 0BSD license for SPDX submission.Rob Landley
2015-05-31Redo mkstatus.py to grep pending for pending data and trust toyboxRob Landley
defconfig output for ready command list, to reduce manual updating.
2015-04-19Roadmap update, mostly from enh with a few other pending bits mixed in.Rob Landley
2015-04-17Fix a trivial typo in www/about.html.Elliott Hughes
Sticky shift key...
2015-04-10Update 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-05Announce switch to git.Rob Landley
2015-03-28update the Android section of roadmap.htmlElliott Hughes
Four obsolete tools were removed from Android, and runcon moved to toybox.
2015-03-23Update 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-270.5.2 release notes.Rob Landley
2015-02-26More 'splaining.Rob Landley