Commit Graph

266 Commits

Author SHA1 Message Date
Rob Landley
0c31ee1fe8 Video was made private, but the same guy gave the same talk at another
conference.
2022-03-23 14:21:17 -05:00
Rob Landley
22d59612c1 Fix some typos pointed out by Peter Ennis. 2022-02-16 19:25:18 -06:00
Rob Landley
068c82efae More documentation tweaks. 2022-02-15 06:41:39 -06:00
Rob Landley
0b47b7e62b Freshen up design.html a bit. 2022-02-15 06:01:21 -06:00
Rob Landley
218e3aa7eb Move ext2.html into www/doc and convert mount.txt to mount.html 2021-12-31 18:10:21 -06:00
Firas Khalil Khana
34d660ecda Fix a typo in my name
This fixes a typo in my name, thanks for crediting me!
2021-12-25 06:49:15 -06:00
Rob Landley
a558435edc Update version to 0.8.6 and add release notes. 2021-11-30 06:13:23 -06:00
Rob Landley
0e4975712a Update status.html generator.
Get pending back on the status page, add shell builtins as a category.
2021-11-30 04:20:15 -06:00
Rob Landley
3ca47ae2f3 Files linked from checked in html (and on the web page) that aren't checked in. 2021-11-26 21:12:28 -06:00
Rob Landley
21263839e1 Generate status.html directly instead of ssi-ing a status.gen. 2021-10-31 19:47:06 -05:00
Rob Landley
d2ee698f90 More roadmap/mkstatus tweaks.
Use more _cmd suffixes on anchor tags because <a name=blah> and <span id=blah>
apparently stomp each other for <a href=#blah> links. Properly hide the
shell builtins in the categories (there was code to do it but it had
bit-rotted). Minor rewording of some roadmap descriptions.
2021-10-29 22:41:38 -05:00
Rob Landley
3b41ba187f Update roadmap and mkstatus. 2021-10-27 03:56:19 -05:00
Elliott Hughes
261d72a5ef about.html: when was Android M again?
M was long enough ago that even I don't remember exactly when, and I
work on Android! The year is probably more meaningful to most people.
2021-09-28 18:26:03 -05:00
Elliott Hughes
07beb38160 The VERBOSE= behavior changed a while ago.
Update the documentation and github CI actions (seeing all failures on
github makes sense because most people looking at failing Darwin test
runs there won't be able to reproduce locally for lack of a Mac).
2021-09-26 15:46:07 -05:00
Johannes Schmitz
cbf3ee3a2f www: Fix typo in about page 2021-09-25 12:02:56 -05:00
Rob Landley
fb47b0120f Add a local git mirror (todo item since github was acquired)... 2021-09-12 14:33:36 -05:00
Rob Landley
e8f3f6c4f3 Explain a corner case where the source filename matching
the first command name is relevant.
2021-09-05 17:32:40 -05:00
Rob Landley
f509ccd339 Check in the .htaccess file that triggers the server side includes
for the nav menu.
2021-06-12 02:42:48 -05:00
Rob Landley
70754564fa Remove unbalanced parentheses and repeated transition. 2021-06-02 09:17:58 -05:00
Rob Landley
293185e71e Better link to LP64 documentation. 2021-05-26 04:29:30 -05:00
Rob Landley
6ce11972ec Freenode->libera.chat ala ethereal->wireshark.
https://boingboing.net/2021/05/19/freenode-irc-staff-quit-after-new-owner-seizes-control.html
https://lwn.net/Articles/856543/
2021-05-22 22:05:25 -05:00
Rob Landley
7a48df38d4 0.8.5 release 2021-05-19 03:34:26 -05:00
Rob Landley
054d82ff46 Remove redundant blake2 mention and move base32 into the implemented list. 2021-01-18 22:22:59 -06:00
Rob Landley
d2457a4051 Better conversion of toycans-big.jpg to png. (Just rotate 90 degrees.) 2020-12-08 01:12:21 -06:00
Firas Khalil Khana
5fddea07aa true is mentioned twice 2020-11-29 14:04:30 -06:00
Rob Landley
a52f043198 Minor tweaks. 2020-11-25 16:17:07 -06:00
Rob Landley
095891525b Tweak release notes. 2020-10-24 18:43:51 -05:00
Rob Landley
dbf10c6437 Past time for 0.8.4 2020-10-24 06:56:44 -05:00
Rob Landley
35dccebea5 Just the FAQ's, ma'am. 2020-10-24 05:58:24 -05:00
Firas Khalil Khana
3a98d0d09b cksum and hostid are already implemented
Both of [cksum](https://github.com/landley/toybox/blob/master/toys/posix/cksum.c) and [hostid](https://github.com/landley/toybox/blob/master/toys/example/hostid.c) are already implemented, unless you're planning on removing them.
2020-09-23 04:31:48 -05:00
Firas Khalil Khana
88b34c4bd3 Fix a typo
Fix a small typo, should be `compress` not `compess`.
2020-09-20 02:26:26 -05:00
Rob Landley
c88d3b8bfa Minor roadmap intro tweak. 2020-08-20 04:29:50 -05:00
Rob Landley
efb8060a59 People have been having trouble finding the toybox web page (despite being
the first google hit for "android toybox"), and want toybox --help to
mention it. I was referred to https://github.com/landley/toybox/issues/50

So add a URL to toybox --help. While I was there, make unrecognized commands
(like toybox -?) suggest "toybox --help", move the install instructions
to the FAQ page (with a second link from toybox --help), and generally
tighten up the help text. Also, "toybox -*" is no longer a synonym for --long.

Oh, and I fixed some build dependencies when Config.in changes.
2020-08-07 02:25:50 -05:00
Rob Landley
1a4e631d48 Zach Van Rijn wanted his handle capitalized. 2020-06-16 10:22:22 -05:00
Rob Landley
4aad32f1e1 Remove getevent from roadmap: it's an android board bringup tool built by
running a python script against the kernel headers, more or less a hardware
debugging tool that doesn't really benefit from being in-tree nor does it
need to ship on deployed systems. (And it should probably be a kernel module.)
2020-06-02 00:36:27 -05:00
Rob Landley
0cf49f5013 Fluff out the FAQ some more and flush pending README changes.
Yes, I need to convert to README.md, it's on the todo list...
2020-05-29 04:12:53 -05:00
Rob Landley
b79f2e8c6e Tweak roadmap so status.html is a bit more current. 2020-05-25 19:51:04 -05:00
Rob Landley
565bef936d How to cross compile with 2 compilers and 3 libc. 2020-05-15 03:09:35 -05:00
Rob Landley
e7b9058c6d URL moved and the automatic redirect triggers https shenanigans. 2020-05-13 20:38:11 -05:00
Rob Landley
6924b38801 FAQ polishing. 2020-05-13 05:06:45 -05:00
Rob Landley
b2bd9a6570 New FAQ, "how do I build a working Linux system with toybox". 2020-05-13 04:46:49 -05:00
Rob Landley
7135718d36 Update release procedure checklist. 2020-05-11 14:14:57 -05:00
Rob Landley
cccb174114 Release notes for 0.8.3. 2020-05-11 14:14:27 -05:00
Rob Landley
c26020724a For the record, my release procedure checklist. 2020-05-11 13:31:49 -05:00
Rob Landley
23ef31e6e9 Minor doc tweaks. 2020-05-06 12:36:08 -05:00
Rob Landley
f4c9a32a11 Add "other packages" section to roadmap explaining what Linux From Scratch
packages toybox commands provide partial or complete replacements for.
2020-04-15 00:30:59 -05:00
Rob Landley
1a529e1dae Update documentation to talk about make root instead of the old external build. 2020-04-10 03:44:33 -05:00
Rob Landley
86f4e10cb0 Update the LP64 section. 2020-03-02 14:52:16 -06:00
Rob Landley
779fde307d Fiddle with docs a bit. 2019-12-28 16:18:16 -06:00
Rob Landley
dec46177db Mention that posix-2008 moved to a different URL, and the RFCs from IETF. 2019-10-24 22:50:41 -05:00