annotate www/news.html @ 589:7013fd450ff4

Changed my mind about the design again, now callback is dirtree_opennode() and recursion choice is how caller interprets flags.
author Rob Landley <rob@landley.net>
date Fri, 01 Jun 2012 20:27:51 -0500
parents b93517f238d1
children ce60e407829f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
365
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 361
diff changeset
1 <!--#include file="header.html" -->
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 361
diff changeset
2
529
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
3 <h2>See <a href=roadmap.html>roadmap</a> for current and planned
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
4 command list.</h2>
418
9be513853e6b Update web page a bit.
Rob Landley <rob@landley.net>
parents: 365
diff changeset
5
350
2054bdc29f0c Old news.html update, but never actually checked in.
Rob Landley <rob@landley.net>
parents: 343
diff changeset
6 <h2>News</h2>
529
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
7 <hr><b>March 3, 2012</b>
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
8
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
9 <blockquote><p>"They went unnoticed at Goonhilly, passed over Cape Canaveral
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
10 without a blip, and Woomera and Jodrell Bank looked straight through them.
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
11 Which was a pity, because it was exactly the sort of thing they'd been looking
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
12 for all these years."</p></p>- The Hitchhiker's Guide to the Galaxy.</p>
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
13 </p></blockquote>
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
14
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
15 <p>Here's <a href=downloads/toybox-0.2.1.tar.bz2>toybox 0.2.1</a> based
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
16 on <a href=http://landley.net/hg/toybox/shortlog/512>commit 512</a>. This
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
17 time around, there are statically linked <a href=downloads/binaries>prebuilt
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
18 binaries</a> for various embedded targets.</p>
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
19
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
20 <p>It's been a busy few weeks, almost entirely due to new contributors. (I
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
21 have not quite been keeping up.)</p>
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
22
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
23 <p>Elie De Brauwer contributed free, uptime, swapon, swapoff, lsmod, mknod,
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
24 insmod, rmmod, and fixed a bug in basename. Andre Renaud contributed ls, ln,
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
25 realpath, and hostname. Andres Heck contributed pidof and killall. Daniel
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
26 Walter wrote kill and extended id. Timothy Elliott contributed tail and tests
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
27 for cmp. Frank Bergmann sent a warning fix. Bryce Fricke added -i to cp.
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
28 Nathan McSween pointed out an optimization. Georgi Chorbadzhiyski fixed
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
29 cross compiling to work more reliably.</p>
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
30
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
31 <p>(My own contribution this time around was just tightening up other people's
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
32 code, a build fix to unshare, some random bugfixes, and so on. My only new
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
33 code this time around was writing a bash replacement for the existing python
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
34 bloat-o-meter.)</p>
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
35
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
36 <p>Last time (the 0.2.0 release) included the first pass at an id command from
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
37 Tim Bird, env and basename from Tryn Mirell, cmp and head from Timothy Elliott,
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
38 more bugfixes from Nathan McSween and Elie De Brauwer, and Luis Felipe Strano
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
39 Moraes did a first pass at the who command plus other bugfixes and
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
40 optimizations.</p>
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
41
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
42 <p>(For that release I did xargs, cal, truncate, unlink, nohup, tty, wc, link,
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
43 dirname, unshare, and various infrastructure tweaks, but it took me 3 months
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
44 and those guys did their stuff in a week or so.)</p>
b93517f238d1 Web page updates.
Rob Landley <rob@landley.net>
parents: 457
diff changeset
45
297
6e65eefc37e9 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.)
Rob Landley <rob@landley.net>
parents: 277
diff changeset
46
457
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
47 <hr><b>February 12, 2012</b>
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
48 <blockquote><p>
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
49 "for though it has many omissions and contains much that is apocryphal, or at
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
50 least wildly inaccurate, it scores over the older, more pedestrian work in two
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
51 important respects..."</p>
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
52 <p> - The Hitchhiker's Guide to the Galaxy</p></blockquote>
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
53
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
54 <p>Here's the first BSD licensed release,
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
55 <a href=downloads/toybox-0.2.0.tar.bz2>toybox-0.2.0</a>, more a synchronization
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
56 point than anything particularly useful. 47 commands in a reasonably
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
57 ready-to-use state (what "make defconfig" builds), another ten or so partially
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
58 finished stubs ("make allyesconfig"), and several
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
59 patches pending on the mailing list I need to review and merge.</p>
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
60
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
61 <p>More to come...</p>
521d54da4d0c Commit the web page change that announced the release.
Rob Landley <rob@landley.net>
parents: 418
diff changeset
62
418
9be513853e6b Update web page a bit.
Rob Landley <rob@landley.net>
parents: 365
diff changeset
63 <hr>
9be513853e6b Update web page a bit.
Rob Landley <rob@landley.net>
parents: 365
diff changeset
64 <p><b>November 15, 2011</b> - Back from the dead, Toybox is now under a 2
9be513853e6b Update web page a bit.
Rob Landley <rob@landley.net>
parents: 365
diff changeset
65 clause BSD license, and aiming to become the default command line
9be513853e6b Update web page a bit.
Rob Landley <rob@landley.net>
parents: 365
diff changeset
66 implementation of Android systems everywhere.</p>
9be513853e6b Update web page a bit.
Rob Landley <rob@landley.net>
parents: 365
diff changeset
67
9be513853e6b Update web page a bit.
Rob Landley <rob@landley.net>
parents: 365
diff changeset
68 <p>More to come...</p>
9be513853e6b Update web page a bit.
Rob Landley <rob@landley.net>
parents: 365
diff changeset
69
9be513853e6b Update web page a bit.
Rob Landley <rob@landley.net>
parents: 365
diff changeset
70 <hr>
365
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 361
diff changeset
71 <p><b>December 1, 2009</b> - <a href=downloads/toybox-0.1.0.tar.bz2>toybox-0.1.0</a> is out.</p>
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 361
diff changeset
72
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 361
diff changeset
73 <p>This release is a couple build fixes and another bugfix to patch.</p>
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 361
diff changeset
74
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 361
diff changeset
75 <hr>
355
f142d02036b6 Announce 0.0.9.2 bugfix release.
Rob Landley <rob@landley.net>
parents: 353
diff changeset
76 <p><b>April 17, 2009</b> - Another bugfix release,
361
e5b5c6293f58 Add .tar.bz2 to tarball links.
Rob Landley <rob@landley.net>
parents: 360
diff changeset
77 <a href=downloads/toybox-0.0.9.2.tar.bz2>toybox-0.0.9.2</a>, off by one allocation error in patch.</p>
355
f142d02036b6 Announce 0.0.9.2 bugfix release.
Rob Landley <rob@landley.net>
parents: 353
diff changeset
78
f142d02036b6 Announce 0.0.9.2 bugfix release.
Rob Landley <rob@landley.net>
parents: 353
diff changeset
79 <p>(Darn fiddly command, innit?)</p>
f142d02036b6 Announce 0.0.9.2 bugfix release.
Rob Landley <rob@landley.net>
parents: 353
diff changeset
80
365
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 361
diff changeset
81 <hr>
353
287bca550748 Announce 0.0.9.1 bugfix release.
Rob Landley <rob@landley.net>
parents: 350
diff changeset
82 <p><b>March 29, 2009</b> - Released
361
e5b5c6293f58 Add .tar.bz2 to tarball links.
Rob Landley <rob@landley.net>
parents: 360
diff changeset
83 <a href=downloads/toybox-0.0.9.1.tar.bz2>toybox 0.0.9.1</a> which is a bugfix
353
287bca550748 Announce 0.0.9.1 bugfix release.
Rob Landley <rob@landley.net>
parents: 350
diff changeset
84 release for issues with the patch command.</p>
287bca550748 Announce 0.0.9.1 bugfix release.
Rob Landley <rob@landley.net>
parents: 350
diff changeset
85
355
f142d02036b6 Announce 0.0.9.2 bugfix release.
Rob Landley <rob@landley.net>
parents: 353
diff changeset
86 <p>The project is currently on hold while the developers learn Lua and
353
287bca550748 Announce 0.0.9.1 bugfix release.
Rob Landley <rob@landley.net>
parents: 350
diff changeset
87 decide whether or not to port the whole thing to that language.
287bca550748 Announce 0.0.9.1 bugfix release.
Rob Landley <rob@landley.net>
parents: 350
diff changeset
88 (Also note: the mailing list moved. See the links on the left. You'll
287bca550748 Announce 0.0.9.1 bugfix release.
Rob Landley <rob@landley.net>
parents: 350
diff changeset
89 have to resubscribe.)</p>
287bca550748 Announce 0.0.9.1 bugfix release.
Rob Landley <rob@landley.net>
parents: 350
diff changeset
90
365
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 361
diff changeset
91 <hr>
350
2054bdc29f0c Old news.html update, but never actually checked in.
Rob Landley <rob@landley.net>
parents: 343
diff changeset
92 <p><b>January 29, 2009</b> - Released
361
e5b5c6293f58 Add .tar.bz2 to tarball links.
Rob Landley <rob@landley.net>
parents: 360
diff changeset
93 <a href=downloads/toybox-0.0.9.tar.bz2>toybox 0.0.9.tar.bz2</a> which is a minor packaging
350
2054bdc29f0c Old news.html update, but never actually checked in.
Rob Landley <rob@landley.net>
parents: 343
diff changeset
94 fix for 0.0.8. (The previous release tarball contained a prebuilt x86-64
2054bdc29f0c Old news.html update, but never actually checked in.
Rob Landley <rob@landley.net>
parents: 343
diff changeset
95 kconfig/conf file, because the release script ran defconfig to
2054bdc29f0c Old news.html update, but never actually checked in.
Rob Landley <rob@landley.net>
parents: 343
diff changeset
96 pregenerate help.h, and didn't run make clean afterwards.) The actual source
2054bdc29f0c Old news.html update, but never actually checked in.
Rob Landley <rob@landley.net>
parents: 343
diff changeset
97 code is identical to the previous release.</p>
226
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
98
365
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 361
diff changeset
99 <hr>
361
e5b5c6293f58 Add .tar.bz2 to tarball links.
Rob Landley <rob@landley.net>
parents: 360
diff changeset
100 <p><b>January 20, 2009</b> - <a href=downloads/toybox-0.0.8.tar.bz2>toybox 0.0.8</a>
343
0fc63f28dccd Announce 0.0.8 release.
Rob Landley <rob@landley.net>
parents: 319
diff changeset
101 adds the uname, cksum, and mkswapfs commands.</p>
0fc63f28dccd Announce 0.0.8 release.
Rob Landley <rob@landley.net>
parents: 319
diff changeset
102
0fc63f28dccd Announce 0.0.8 release.
Rob Landley <rob@landley.net>
parents: 319
diff changeset
103 <p>This uname implementation is cross compile friendly: when built as a 32 bit
0fc63f28dccd Announce 0.0.8 release.
Rob Landley <rob@landley.net>
parents: 319
diff changeset
104 binary on an x86_64 host, it reports "i686" to confuse autoconf less.</p>
0fc63f28dccd Announce 0.0.8 release.
Rob Landley <rob@landley.net>
parents: 319
diff changeset
105
0fc63f28dccd Announce 0.0.8 release.
Rob Landley <rob@landley.net>
parents: 319
diff changeset
106 <p>This cksum has several extra command line options which can be used to
0fc63f28dccd Announce 0.0.8 release.
Rob Landley <rob@landley.net>
parents: 319
diff changeset
107 produce different cksum variants based on the same crc32 algorithm. For
0fc63f28dccd Announce 0.0.8 release.
Rob Landley <rob@landley.net>
parents: 319
diff changeset
108 example, the broadcom "trx" image packaging uses a little endian crc,
0fc63f28dccd Announce 0.0.8 release.
Rob Landley <rob@landley.net>
parents: 319
diff changeset
109 pre-inverted instead of post-inverted, and does not include the length.
0fc63f28dccd Announce 0.0.8 release.
Rob Landley <rob@landley.net>
parents: 319
diff changeset
110 (Without these arguments, it produces the normal SUSv4 cksum output.)</p>
0fc63f28dccd Announce 0.0.8 release.
Rob Landley <rob@landley.net>
parents: 319
diff changeset
111
0fc63f28dccd Announce 0.0.8 release.
Rob Landley <rob@landley.net>
parents: 319
diff changeset
112 <p>It also upgrades netcat with a server mode (-l option) and fixes several
0fc63f28dccd Announce 0.0.8 release.
Rob Landley <rob@landley.net>
parents: 319
diff changeset
113 netcat bugs. It also fixed multiple bugs in "patch", works around a
0fc63f28dccd Announce 0.0.8 release.
Rob Landley <rob@landley.net>
parents: 319
diff changeset
114 reiserfs bug in cp, and oneit can reboot on exit more reliably.</p>
0fc63f28dccd Announce 0.0.8 release.
Rob Landley <rob@landley.net>
parents: 319
diff changeset
115
319
d5b8d286c8d1 Announce 0.0.7.
Rob Landley <rob@landley.net>
parents: 297
diff changeset
116 <p><b>November 12, 2008</b> -
d5b8d286c8d1 Announce 0.0.7.
Rob Landley <rob@landley.net>
parents: 297
diff changeset
117 <a href=downloads/toybox-0.0.7.tar.bz2>toybox 0.0.7</a>
d5b8d286c8d1 Announce 0.0.7.
Rob Landley <rob@landley.net>
parents: 297
diff changeset
118 adds sort and tee commands, upgrades the internal option parsing logic and the
d5b8d286c8d1 Announce 0.0.7.
Rob Landley <rob@landley.net>
parents: 297
diff changeset
119 test suite, and numerous bugfixes (bunzip, chroot, cat, patch).</p>
d5b8d286c8d1 Announce 0.0.7.
Rob Landley <rob@landley.net>
parents: 297
diff changeset
120
297
6e65eefc37e9 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.)
Rob Landley <rob@landley.net>
parents: 277
diff changeset
121 <p><b>May 26, 2008</b> - <a href=downloads/toybox-0.0.6.tar.bz2>toybox 0.0.6</a>
6e65eefc37e9 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.)
Rob Landley <rob@landley.net>
parents: 277
diff changeset
122 adds cat, rmdir, and seq. Bugfixes to cp and a new -v option. Updates mdev to
6e65eefc37e9 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.)
Rob Landley <rob@landley.net>
parents: 277
diff changeset
123 work with the 2.6.25 kernel. Updates patch to knows that a file dated
6e65eefc37e9 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.)
Rob Landley <rob@landley.net>
parents: 277
diff changeset
124 1969-12-31 means it doesn't exist, and to fail if a file it needs to create
6e65eefc37e9 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.)
Rob Landley <rob@landley.net>
parents: 277
diff changeset
125 already exists. Command line option parsing can now handle things like "echo
6e65eefc37e9 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.)
Rob Landley <rob@landley.net>
parents: 277
diff changeset
126 -nex" vs "echo -ne". Several updates to the test suite (run scripts/test.sh),
6e65eefc37e9 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.)
Rob Landley <rob@landley.net>
parents: 277
diff changeset
127 and some build fixes.</p>
6e65eefc37e9 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.)
Rob Landley <rob@landley.net>
parents: 277
diff changeset
128
6e65eefc37e9 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.)
Rob Landley <rob@landley.net>
parents: 277
diff changeset
129 <p>
365
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 361
diff changeset
130 <hr>
297
6e65eefc37e9 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.)
Rob Landley <rob@landley.net>
parents: 277
diff changeset
131 <p><b>March 29, 2008</b> -
6e65eefc37e9 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.)
Rob Landley <rob@landley.net>
parents: 277
diff changeset
132 Time to release <a href=downloads/toybox-0.0.5.tar.bz2>toybox 0.0.5</a>, with
277
09ecbdf58c87 New release coming.
Rob Landley <rob@landley.net>
parents: 226
diff changeset
133 new commands cp and chvt and several bugfixes.</p>
09ecbdf58c87 New release coming.
Rob Landley <rob@landley.net>
parents: 226
diff changeset
134
09ecbdf58c87 New release coming.
Rob Landley <rob@landley.net>
parents: 226
diff changeset
135 <p>More makefile targets: "make test" runs the test suite (which needs more test
09ecbdf58c87 New release coming.
Rob Landley <rob@landley.net>
parents: 226
diff changeset
136 scripts), and make install/install_flat/uninstall/uninstall_flat calls
09ecbdf58c87 New release coming.
Rob Landley <rob@landley.net>
parents: 226
diff changeset
137 make/install.sh (with options --long --symlink --force --uninstall depending
09ecbdf58c87 New release coming.
Rob Landley <rob@landley.net>
parents: 226
diff changeset
138 on the context).</p>
09ecbdf58c87 New release coming.
Rob Landley <rob@landley.net>
parents: 226
diff changeset
139
09ecbdf58c87 New release coming.
Rob Landley <rob@landley.net>
parents: 226
diff changeset
140 <p>Most of the work has been behind the scenes, namely a significant rewrite of
09ecbdf58c87 New release coming.
Rob Landley <rob@landley.net>
parents: 226
diff changeset
141 the build logic so adding each new command consists of adding a single C file to
09ecbdf58c87 New release coming.
Rob Landley <rob@landley.net>
parents: 226
diff changeset
142 the "toys" directory, eliminating the need to touch any other files.
09ecbdf58c87 New release coming.
Rob Landley <rob@landley.net>
parents: 226
diff changeset
143 There are specially formatted comments at the top of the C file to generate
09ecbdf58c87 New release coming.
Rob Landley <rob@landley.net>
parents: 226
diff changeset
144 the other files, see toys/hello.c for an example. (See generated/README.txt
09ecbdf58c87 New release coming.
Rob Landley <rob@landley.net>
parents: 226
diff changeset
145 and <a href=code.html>code.html</a> for details.)</p>
09ecbdf58c87 New release coming.
Rob Landley <rob@landley.net>
parents: 226
diff changeset
146
226
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
147 <p><b>January 2, 2008</b> - And <a href=downloads/toybox-0.0.4.tar.bz2>toybox-0.0.4.tar.bz2</a> is out.
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
148 The new applets this time around include basename, chroot, dirname, dmesg,
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
149 help, mkfifo, netcat, patch, sha1sum, touch, and tty.</p>
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
150
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
151 <p>Note that this "touch" includes -l to set the length, which can truncate
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
152 a file or create a commpletely sparse file, good for filesystem images.</p>
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
153
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
154 <p>Expect the next release in about 6 months.</p>
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
155
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
156 <p><b>December 12, 2007</b> - Updated the list of implemented applications,
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
157 put up a <a href=todo.txt>todo list</a> and <a href=code.html>infrastructure
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
158 documentation</a>. Expect another release towards the end of the month.</p>
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
159
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
160 <p><b>June 18, 2007</b> - Put out
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
161 <a href=downloads/toybox-0.0.3.tar.bz2>toybox-0.0.3.tar.bz2</a> since it's
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
162 been too long since I did something like that. This one implements
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
163 catv, count, df, echo, false, oneit, pwd, sleep, sync, toysh, true, which,
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
164 and yes (which is what "make defconfig" enables). There are several other
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
165 commands not enabled by defconfig, because they don't really work yet.</p>
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
166
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
167 <p>Most of the general infrastructure's there now, although lots of tweaking
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
168 and optimizing is still needed. The test suite is skeletal and not entirely
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
169 checked in yet, but I'm working on that.</p>
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
170
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
171 <p>I don't have nearly as much time to work on this as I'd like, but I'm making
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
172 a little progress.</p>
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
173
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
174 <p><b>January 31, 2007</b> -
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
175 Toybox <a href=downloads/toybox-0.0.2.tar.bz2>0.0.2 release</a>.
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
176 Implements count, yes, pwd, echo, bzcat, catv, oneit, and an unfinished
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
177 skeleton of mke2fs. Adds argument parsing logic and bunzip code to library.
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
178 Now configured with menuconfig. Adds "make baseline" and "make bloatcheck"
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
179 using Matt Mackall's bloat-o-meter, and scripts/showasm.</p>
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
180
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
181 <p>Screwing up the web page a bit, adding an index bar along the side
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
182 which doesn't properly connect up to anything yet. (Busy implementing
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
183 mke2fs and gene2fs.)</p>
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
184
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
185 <p><b>October 30, 2006</b> -
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
186 Toybox <a href=downloads/toybox-0.0.1.tar.bz2>0.0.1 release</a>. Implements
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
187 df, a skeletal toysh, and some library functions. Proof of concept, really.</p>
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
188
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
189 <p><b>September 7, 2006</b> -
6aac63925eff Update web pages.
Rob Landley <rob@landley.net>
parents:
diff changeset
190 Project launched, first commit to mercurial archive.</p>
365
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 361
diff changeset
191
8f0b24cc7cd7 Minor web page updates (put header/footer back, add a few <hr> tags).
Rob Landley <rob@landley.net>
parents: 361
diff changeset
192 <!--#include file="footer.html" -->