aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)Author
2014-06-24Tweak 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-07Minor tweaks to code style section.Rob Landley
2014-05-22Update docs for example and pending directories.Rob Landley
2014-05-19Fluff 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-20Release announcement for 0.4.8.Rob Landley
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-09Document some of the new temporary files in generated/, add anchor tags.Rob Landley
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-03-28Add help.html (make defconfig && help -ah > help.html) to index.Rob Landley
2014-03-08Broken 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-21Update status page.Rob Landley
2014-02-04More cleanup.html documentation, still way behind...Rob Landley
2014-01-04Change header and pages so each page has its own title.Rob Landley
2014-01-01More work on the cleanup page, partway through describing ifconfig.Rob Landley
2014-01-01Add 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-31A few more commands in request section of roadmap.Rob Landley
2013-12-31Link to a couple more things from nav bar.Rob Landley
2013-12-27New section on #including header files.Rob Landley
2013-11-20Fix broken link.Rob Landley
2013-11-19Release announcement for 0.4.7.Rob Landley
2013-11-09Typo spotted by Anca Emanuel.Rob Landley
2013-10-04Typo: fdisk != fsck.Rob Landley
2013-09-21Update lib/args.c docs.Rob Landley
2013-09-18Release announcement on web page.Rob Landley
2013-09-05Pending cleanup page, less than half done. Some of it should probably move ↵Rob Landley
to the code style section.
2013-09-01Update status and roadmap pages, and status page generator script.Rob Landley
2013-08-18Document the toybox entry path from main() into a command.Rob Landley
2013-07-26Link to Georgi's mirror on github.Rob Landley
2013-07-06This inlines CRC64, and nothing more.Isaac Dunham
The functions involved were called only once.
2013-06-26Update status to include recently implemented commands.Rob Landley
2013-06-16Misc website updates.Rob Landley
2013-05-10Web page tweaks.Rob Landley
2013-04-20Commit 818 simplified the license text in the source tarball, this gets the ↵Rob Landley
web copy.
2013-03-27Where I left off on analysis of other multicall binaries...Rob Landley
2013-03-21Update news page and link to ELC 2013 talk on toybox.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-19Web page update for release.Rob Landley
2012-12-06Update link to posix in docs (open group broke their website).Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked ↵Rob Landley
right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. The actual code should be the same afterward, this is just cosmetic refactoring.
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-10-08Doc tweak about test suite.Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define ↵Rob Landley
FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate.
2012-09-03Update status page.Rob Landley
2012-08-26Split off pre-relaunch news entries into a separate oldnews.html page.Rob Landley
2012-08-25Some dubious asides, currently commented out.Rob Landley
2012-08-25Check in the updated news and status web pages.Rob Landley