From 933d7b6fb54bea7e8b57d45f497df94353559ea5 Mon Sep 17 00:00:00 2001
From: Rob Landley
January 20, 2009 - toybox 0.0.8 +adds the uname, cksum, and mkswapfs commands.
+ +This uname implementation is cross compile friendly: when built as a 32 bit +binary on an x86_64 host, it reports "i686" to confuse autoconf less.
+ +This cksum has several extra command line options which can be used to +produce different cksum variants based on the same crc32 algorithm. For +example, the broadcom "trx" image packaging uses a little endian crc, +pre-inverted instead of post-inverted, and does not include the length. +(Without these arguments, it produces the normal SUSv4 cksum output.)
+ +It also upgrades netcat with a server mode (-l option) and fixes several +netcat bugs. It also fixed multiple bugs in "patch", works around a +reiserfs bug in cp, and oneit can reboot on exit more reliably.
+November 12, 2008 - toybox 0.0.7 adds sort and tee commands, upgrades the internal option parsing logic and the -- cgit v1.2.3