Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-24 | Another FAQ, and some related tweaks as long as I was there. | Rob Landley | |
2017-03-24 | We grew a few more commands that weren't on the roadmap (mostly from android) | Rob Landley | |
so throw them in the "requests" category so they show up in status.html. | |||
2017-03-22 | Fix a typo and explain a mystery in news.html. | Elliott Hughes | |
2017-03-04 | Another FAQ entry. | Rob Landley | |
2017-03-03 | FAQ tweak: one more link on toybox history. | Rob Landley | |
2017-03-03 | Check in web page announcement for 0.7.3. | Rob Landley | |
2017-01-28 | Minor Android roadmap update. | Elliott Hughes | |
2017-01-28 | Remove s6 from roadmap. (It wasn't in status.html anyway, haven't updated | Rob Landley | |
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".) | |||
2017-01-28 | Answer another question. | Rob Landley | |
2017-01-02 | Alas, the backup list archive went down because https://lwn.net/Articles/695695/ | Rob Landley | |
and although it was partially restored by https://lwn.net/Articles/699704/ that didn't include this list. | |||
2016-12-07 | Documentation tweak. | Rob Landley | |
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 | |