aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)Author
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
2015-02-07netcfg is being removed, but shows up in the toybox roadmap.Elliott Hughes
2015-01-01Tweak status.htmlRob Landley
2014-12-30Link to gmane web archive.Rob Landley
2014-12-28Another random link for the design page.Rob Landley
2014-12-20Add tizen section to roadmap.Rob Landley
2014-11-28Check in most recent release notes.Rob Landley
2014-11-24Android-related roadmap.html updates.enh
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.)
2014-10-08Update status lists. (Once the pending-not-in-pending files go away (see ↵Rob Landley
toys/pending/README), this can be probed from the source.)
2014-10-07Basic update of the roadmap and status pages. (Both need a good scrub and ↵Rob Landley
polish beyond this.)
2014-10-02Release notes for 0.5.0.Rob Landley
2014-09-20Capitalize "toybox" more consistently on the about page.Rob Landley
2014-09-20Fluff out the documentation some more.Rob Landley
2014-07-26Document more cleanup.Rob Landley