Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-06-24 | Tweak license page to explicitly say that zero clause BSD is functionally ↵ | Rob Landley | |
equivalent to placing the code in the public domain. This license variant looks like BSD, but is an unrestricted permission grant that doesn't require you to copy specific license text into derivative works. (The second paragraph is about something we DON'T do, I.E. provide any sort of warantee, and is just boilerplate from BSD to make it look like a BSD license.) | |||
2014-06-07 | Minor tweaks to code style section. | Rob Landley | |
2014-05-22 | Update docs for example and pending directories. | Rob Landley | |
2014-05-19 | Fluff out the coding style section, but the result was a bit big for the ↵ | Rob Landley | |
start of code.html, so move it to design.html. | |||
2014-04-20 | Release announcement for 0.4.8. | Rob Landley | |
2014-04-12 | On further analysis, none of the glibc commands are interesting. | Rob Landley | |
2014-04-12 | roadmap: describe glibc commands. | Isaac Dunham | |
Some glibc commands are irrelevant because they're for functionality that is excluded from musl (mtrace, rpc*, localedef, iconvconfig, nscd). getconf and catchsegv look like candidates for the development toolchain; locale and iconv were already triaged. getent is pretty lame, but it and the timezone stuff (tzselect zic zdump) are the only new possibly interesting commands. | |||
2014-04-09 | Document some of the new temporary files in generated/, add anchor tags. | Rob Landley | |
2014-04-09 | Note commands bundled with glibc but not musl. | Rob Landley | |
No idea what to do about 'em yet, but there they are. | |||
2014-03-28 | Add help.html (make defconfig && help -ah > help.html) to index. | Rob Landley | |
2014-03-08 | Broken URL that's been pointed out to me a couple times when I'm not at a ↵ | Rob Landley | |
machine I can fix it from, keep forgetting... | |||
2014-02-21 | Update status page. | Rob Landley | |
2014-02-04 | More cleanup.html documentation, still way behind... | Rob Landley | |
2014-01-04 | Change header and pages so each page has its own title. | Rob Landley | |
2014-01-01 | More work on the cleanup page, partway through describing ifconfig. | Rob Landley | |
2014-01-01 | Add new paragraphs on trading off different _kinds_ of simplicity (easy for ↵ | Rob Landley | |
machine to run vs easy for humans to follow), and why comments aren't a substitute for good code. | |||
2013-12-31 | A few more commands in request section of roadmap. | Rob Landley | |
2013-12-31 | Link to a couple more things from nav bar. | Rob Landley | |
2013-12-27 | New section on #including header files. | Rob Landley | |
2013-11-20 | Fix broken link. | Rob Landley | |
2013-11-19 | Release announcement for 0.4.7. | Rob Landley | |
2013-11-09 | Typo spotted by Anca Emanuel. | Rob Landley | |
2013-10-04 | Typo: fdisk != fsck. | Rob Landley | |
2013-09-21 | Update lib/args.c docs. | Rob Landley | |
2013-09-18 | Release announcement on web page. | Rob Landley | |
2013-09-05 | Pending cleanup page, less than half done. Some of it should probably move ↵ | Rob Landley | |
to the code style section. | |||
2013-09-01 | Update status and roadmap pages, and status page generator script. | Rob Landley | |
2013-08-18 | Document the toybox entry path from main() into a command. | Rob Landley | |
2013-07-26 | Link to Georgi's mirror on github. | Rob Landley | |