aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)Author
2019-05-29Release 0.8.1.0.8.1Rob Landley
2019-05-18Fix a dead link, add link to OpenBSD suggested template license,Rob Landley
and record Kirk McKusick's email for posterity. (I posted it to the mailing list when it happened, but this is more obvious...)
2019-04-18Why time based releases? (About the first half of it, anyway.)Rob Landley
2019-04-18Given dreamhost's tendency to repeatedly delete the mailing listRob Landley
web archives, link to another web archive as a backup.
2019-03-11Add a code style note.Rob Landley
2019-02-24A document I wrote ages ago about how mount works under the covers.Rob Landley
2019-02-23Bumper typo cleanup.Elliott Hughes
Inspired by some of the small patches that have gone by recently. Limited to only things found in `generated/help.h`, plus a wider cleanup for the more common "milisecond" typo.
2019-02-15Fix typos: e.g. change "cannonical" to "canonical".Jason Spiro
2019-02-11Add SPDX identifier, and link to a wikipedia page.Rob Landley
2019-02-08Update news.html for 0.8.0 release.0.8.0Rob Landley
2019-01-22Fix sigjmp_buf/jmp_buf mismatches.Elliott Hughes
Broke the bionic build: external/toybox/toys/net/netcat.c:188:37: error: incompatible pointer types assigning to 'sigjmp_buf *' (aka 'long (*)[33]') from 'jmp_buf *' (aka 'long (*)[32]') [-Werror,-Wincompatible-pointer-types] if (toys.optflags&FLAG_L) NOEXIT(child = XVFORK()); ^~~~~~~~~~~~~~~~~~~~~~~~ external/toybox/lib/lib.h:375:19: note: expanded from macro 'NOEXIT' #define NOEXIT(x) WOULD_EXIT(_noexit_res, x) ^~~~~~~~~~~~~~~~~~~~~~~~~~ external/toybox/lib/lib.h:367:16: note: expanded from macro 'WOULD_EXIT' toys.rebound = &_noexit; \ ^ ~~~~~~~~ 1 error generated.
2018-11-01Update news.html for 0.7.8 release.Rob Landley
2018-10-30Update roadmap for AOSP.Elliott Hughes
We've removed the need for perl and runalarm, rsync was misleading (as you'd hope!), and we now use a prebuilt of the xmllint in AOSP itself.
2018-10-04Add the current state of AOSP to the roadmap.Elliott Hughes
2018-09-16Fluff up the roadmap a bit.Rob Landley
2018-09-11Add a couple Android NDK links for reference.Rob Landley
2018-06-23News and version update for 0.7.7 release.0.7.7Rob Landley
2018-05-19Add buildroot prerequisites to roadmap.Rob Landley
2018-03-10Record the news.html update for last release.Rob Landley
2017-10-28Web page updates.Rob Landley
2017-10-22Add stat to index.Rob Landley
2017-10-22I ended up writing a new find from scratch, so remove old unfinished cleanup ↵Rob Landley
log.
2017-10-22Typo.Rob Landley
2017-06-19Past time for 0.7.4.0.7.4Rob Landley
2017-06-11Twitter's code of conduct page went down, so mirror the old archive.org version.Rob Landley
Move link from README to header.html menu bar.
2017-04-24Another FAQ, and some related tweaks as long as I was there.Rob Landley
2017-03-24We 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-22Fix a typo and explain a mystery in news.html.Elliott Hughes
2017-03-04Another FAQ entry.Rob Landley
2017-03-03FAQ tweak: one more link on toybox history.Rob Landley
2017-03-03Check in web page announcement for 0.7.3.Rob Landley
2017-01-28Minor Android roadmap update.Elliott Hughes
2017-01-28Remove s6 from roadmap. (It wasn't in status.html anyway, haven't updatedRob 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-28Answer another question.Rob Landley
2017-01-02Alas, 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-07Documentation tweak.Rob Landley
2016-10-24Typos.Rob Landley
2016-10-20Announce 0.7.2.0.7.2Rob Landley
2016-10-04Explain dlist_terminate.Rob Landley
2016-10-03Updated 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-04Remove a chunk of copied header that hasn't been upated in a while.Rob Landley
2016-08-14Explain shared library policy, fix an unblanaced tag, add some links.Rob Landley
2016-07-16Remove sendevent from the Android roadmap.Elliott Hughes
Also update the list of things Android builds from pending, which has shrunk.
2016-07-15Somebody asked a FAQ on irc, so answer it.Rob Landley
2016-07-12Convert atolx() and friends to use long long internally. Update design.htmlRob Landley
to use this (and tail) as examples of simplicity of implementation winning and losing.
2016-06-29Remove 'start' and 'stop' from the Android roadmap.Elliott Hughes
2016-06-29Update Android section of roadmap.Elliott Hughes
nandread was MTD-only, and we don't support MTD any more.
2016-06-23Update Android section of roadmap.Elliott Hughes
top switched over a week or two back, and log switched today.
2016-06-10Update 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-05Android 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.