Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-24 | Mention that posix-2008 moved to a different URL, and the RFCs from IETF. | Rob Landley | |
2019-10-18 | Release 0.8.20.8.2 | Rob Landley | |
2019-10-14 | Freshen up first half of roadmap. | Rob Landley | |
2019-09-05 | roadmap: more Android/AOSP updates. | Elliott Hughes | |
Update source links, add a bit more rationale. | |||
2019-08-30 | Update roadmap (what android is using out of pending). | Rob Landley | |
2019-07-20 | Update design page to answer somebody's question. | Rob Landley | |
2019-06-03 | news.html: fix HTML, and be accurate about where `tail -f` was tested. | Elliott Hughes | |
2019-05-29 | Release 0.8.1.0.8.1 | Rob Landley | |
2019-05-18 | Fix 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-18 | Why time based releases? (About the first half of it, anyway.) | Rob Landley | |
2019-04-18 | Given dreamhost's tendency to repeatedly delete the mailing list | Rob Landley | |
web archives, link to another web archive as a backup. | |||
2019-03-11 | Add a code style note. | Rob Landley | |
2019-02-24 | A document I wrote ages ago about how mount works under the covers. | Rob Landley | |
2019-02-23 | Bumper 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-15 | Fix typos: e.g. change "cannonical" to "canonical". | Jason Spiro | |
2019-02-11 | Add SPDX identifier, and link to a wikipedia page. | Rob Landley | |
2019-02-08 | Update news.html for 0.8.0 release.0.8.0 | Rob Landley | |
2019-01-22 | Fix 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-01 | Update news.html for 0.7.8 release. | Rob Landley | |
2018-10-30 | Update 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-04 | Add the current state of AOSP to the roadmap. | Elliott Hughes | |
2018-09-16 | Fluff up the roadmap a bit. | Rob Landley | |
2018-09-11 | Add a couple Android NDK links for reference. | Rob Landley | |
2018-06-23 | News and version update for 0.7.7 release.0.7.7 | Rob Landley | |
2018-05-19 | Add buildroot prerequisites to roadmap. | Rob Landley | |
2018-03-10 | Record the news.html update for last release. | Rob Landley | |
2017-10-28 | Web page updates. | Rob Landley | |
2017-10-22 | Add stat to index. | Rob Landley | |
2017-10-22 | I ended up writing a new find from scratch, so remove old unfinished cleanup ↵ | Rob Landley | |
log. | |||
2017-10-22 | Typo. | Rob Landley | |
2017-06-19 | Past time for 0.7.4.0.7.4 | Rob Landley | |
2017-06-11 | Twitter'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-24 | Another FAQ, and some related tweaks as long as I was there. | Rob Landley | |
2017-03-24 | We 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-22 | Fix a typo and explain a mystery in news.html. | Elliott Hughes | |
2017-03-04 | Another FAQ entry. | Rob Landley | |
2017-03-03 | FAQ tweak: one more link on toybox history. | Rob Landley | |
2017-03-03 | Check in web page announcement for 0.7.3. | Rob Landley | |
2017-01-28 | Minor Android roadmap update. | Elliott Hughes | |
2017-01-28 | Remove s6 from roadmap. (It wasn't in status.html anyway, haven't updated | Rob 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-28 | Answer another question. | Rob Landley | |
2017-01-02 | Alas, 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-07 | Documentation tweak. | Rob Landley | |
2016-10-24 | Typos. | Rob Landley | |
2016-10-20 | Announce 0.7.2.0.7.2 | Rob Landley | |
2016-10-04 | Explain dlist_terminate. | Rob Landley | |
2016-10-03 | Updated 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-04 | Remove a chunk of copied header that hasn't been upated in a while. | Rob Landley | |
2016-08-14 | Explain shared library policy, fix an unblanaced tag, add some links. | Rob Landley | |
2016-07-16 | Remove sendevent from the Android roadmap. | Elliott Hughes | |
Also update the list of things Android builds from pending, which has shrunk. |