Rob Landley | e258af3 | 2008-01-05 18:09:49 -0600 | [diff] [blame] | 1 | <!--#include file="header.html" --> |
| 2 | |
| 3 | <h2>Currently implemented commands:</h2> |
| 4 | <p> |
Rob Landley | a95475b | 2008-03-29 17:27:16 -0500 | [diff] [blame] | 5 | basename, catv, chroot, chvt, count, cp, df, dirname, dmesg, echo, false, hello, |
| 6 | help, mkfifo, nc, netcat, oneit, patch, pwd, sh, sha1sum, sleep, sync, touch, |
| 7 | toysh, true, tty, which, yes |
Rob Landley | e258af3 | 2008-01-05 18:09:49 -0600 | [diff] [blame] | 8 | </p> |
| 9 | |
| 10 | <h2>News</h2> |
| 11 | |
Rob Landley | a95475b | 2008-03-29 17:27:16 -0500 | [diff] [blame] | 12 | <p><b>March 29, 2008</b> |
| 13 | <p>Time to release <a href=downloads/toybox-0.0.5.tar.bz2>toybox 0.0.5</a>, with |
| 14 | new commands cp and chvt and several bugfixes.</p> |
| 15 | |
| 16 | <p>More makefile targets: "make test" runs the test suite (which needs more test |
| 17 | scripts), and make install/install_flat/uninstall/uninstall_flat calls |
| 18 | make/install.sh (with options --long --symlink --force --uninstall depending |
| 19 | on the context).</p> |
| 20 | |
| 21 | <p>Most of the work has been behind the scenes, namely a significant rewrite of |
| 22 | the build logic so adding each new command consists of adding a single C file to |
| 23 | the "toys" directory, eliminating the need to touch any other files. |
| 24 | There are specially formatted comments at the top of the C file to generate |
| 25 | the other files, see toys/hello.c for an example. (See generated/README.txt |
| 26 | and <a href=code.html>code.html</a> for details.)</p> |
| 27 | |
Rob Landley | e258af3 | 2008-01-05 18:09:49 -0600 | [diff] [blame] | 28 | <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. |
| 29 | The new applets this time around include basename, chroot, dirname, dmesg, |
| 30 | help, mkfifo, netcat, patch, sha1sum, touch, and tty.</p> |
| 31 | |
| 32 | <p>Note that this "touch" includes -l to set the length, which can truncate |
| 33 | a file or create a commpletely sparse file, good for filesystem images.</p> |
| 34 | |
| 35 | <p>Expect the next release in about 6 months.</p> |
| 36 | |
| 37 | <p><b>December 12, 2007</b> - Updated the list of implemented applications, |
| 38 | put up a <a href=todo.txt>todo list</a> and <a href=code.html>infrastructure |
| 39 | documentation</a>. Expect another release towards the end of the month.</p> |
| 40 | |
| 41 | <p><b>June 18, 2007</b> - Put out |
| 42 | <a href=downloads/toybox-0.0.3.tar.bz2>toybox-0.0.3.tar.bz2</a> since it's |
| 43 | been too long since I did something like that. This one implements |
| 44 | catv, count, df, echo, false, oneit, pwd, sleep, sync, toysh, true, which, |
| 45 | and yes (which is what "make defconfig" enables). There are several other |
| 46 | commands not enabled by defconfig, because they don't really work yet.</p> |
| 47 | |
| 48 | <p>Most of the general infrastructure's there now, although lots of tweaking |
| 49 | and optimizing is still needed. The test suite is skeletal and not entirely |
| 50 | checked in yet, but I'm working on that.</p> |
| 51 | |
| 52 | <p>I don't have nearly as much time to work on this as I'd like, but I'm making |
| 53 | a little progress.</p> |
| 54 | |
| 55 | <p><b>January 31, 2007</b> - |
| 56 | Toybox <a href=downloads/toybox-0.0.2.tar.bz2>0.0.2 release</a>. |
| 57 | Implements count, yes, pwd, echo, bzcat, catv, oneit, and an unfinished |
| 58 | skeleton of mke2fs. Adds argument parsing logic and bunzip code to library. |
| 59 | Now configured with menuconfig. Adds "make baseline" and "make bloatcheck" |
| 60 | using Matt Mackall's bloat-o-meter, and scripts/showasm.</p> |
| 61 | |
| 62 | <p>Screwing up the web page a bit, adding an index bar along the side |
| 63 | which doesn't properly connect up to anything yet. (Busy implementing |
| 64 | mke2fs and gene2fs.)</p> |
| 65 | |
| 66 | <p><b>October 30, 2006</b> - |
| 67 | Toybox <a href=downloads/toybox-0.0.1.tar.bz2>0.0.1 release</a>. Implements |
| 68 | df, a skeletal toysh, and some library functions. Proof of concept, really.</p> |
| 69 | |
| 70 | <p><b>September 7, 2006</b> - |
| 71 | Project launched, first commit to mercurial archive.</p> |
| 72 | <!--#include file="footer.html" --> |