aboutsummaryrefslogtreecommitdiff
path: root/www/roadmap.html
AgeCommit message (Collapse)Author
2015-11-16Rewrite of the about page, re-triage of sbase, and other documentation updates.Rob 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-02Add uClinux analysis to roadmap, and a few other pending changes.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-04-19Roadmap update, mostly from enh with a few other pending bits mixed in.Rob Landley
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-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-07netcfg is being removed, but shows up in the toybox roadmap.Elliott Hughes
2015-01-01Tweak status.htmlRob Landley
2014-12-20Add tizen section to roadmap.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-07Basic update of the roadmap and status pages. (Both need a good scrub and ↵Rob Landley
polish beyond this.)
2014-04-12On further analysis, none of the glibc commands are interesting.Rob Landley
2014-04-12roadmap: 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-09Note commands bundled with glibc but not musl.Rob Landley
No idea what to do about 'em yet, but there they are.
2014-02-21Update status page.Rob Landley
2014-01-04Change header and pages so each page has its own title.Rob Landley
2013-12-31A few more commands in request section of roadmap.Rob Landley
2013-09-01Update status and roadmap pages, and status page generator script.Rob Landley
2013-05-10Web page tweaks.Rob Landley
2013-03-27Where I left off on analysis of other multicall binaries...Rob Landley
2013-02-23Accumulated web page changes. (Release announcement for previous release, ↵Rob Landley
roadmap updates, etc.)
2013-01-31Wrong closing tag in roadmap.html.Rob Landley
2012-12-23Update mkstatus.py, roadmap.html, and status.html.Rob Landley
2012-12-06Update link to posix in docs (open group broke their website).Rob Landley
2012-11-13Announce release, add anchor tags to roadmap, tweak downloads in header (new ↵Rob Landley
bin directory pointing to downloads/binaries/$CURRENT).
2012-10-16Update roadmap/status with new toolbox analysis based on android system/core ↵Rob Landley
git repo.
2012-07-21More web page roadmap/status update stuff.Rob Landley