Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-02-26 | More 'splaining. | Rob Landley | |
2015-02-07 | netcfg is being removed, but shows up in the toybox roadmap. | Elliott Hughes | |
2015-01-01 | Tweak status.html | Rob Landley | |
2014-12-30 | Link to gmane web archive. | Rob Landley | |
2014-12-28 | Another random link for the design page. | Rob Landley | |
2014-12-20 | Add tizen section to roadmap. | Rob Landley | |
2014-11-28 | Check in most recent release notes. | Rob Landley | |
2014-11-24 | Android-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-08 | Update 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-07 | Basic update of the roadmap and status pages. (Both need a good scrub and ↵ | Rob Landley | |
polish beyond this.) | |||
2014-10-02 | Release notes for 0.5.0. | Rob Landley | |
2014-09-20 | Capitalize "toybox" more consistently on the about page. | Rob Landley | |
2014-09-20 | Fluff out the documentation some more. | Rob Landley | |
2014-07-26 | Document more cleanup. | Rob Landley | |
2014-07-07 | Release notes for 0.4.9. | Rob Landley | |
2014-06-27 | Update cleanup page, now linking to descriptions of all of the ifconfig cleanup. | Rob Landley | |