aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-18Fix makefile to defconfig properly, and leak in a bit of the new test0.0.3Rob Landley
2007-06-18Fix READLINK_F dependency.Rob Landley
2007-06-18Change defaults of working commands to yes, so "make defconfig" is moreRob Landley
2007-06-18Add a dummy "touch" to make it all build again.Rob Landley
2007-06-18Add readlink. Why doesn't mercurial show newly added files in "hg diff"?Rob Landley
2007-06-18Add xputs() to detect EOF on writes.Rob Landley
2007-06-18Fix "Need 1 arguments".Rob Landley
2007-06-15Vladimir Oleynik pointed out that va_start() twice in the same functionRob Landley
2007-06-07Make warning go away.Rob Landley
2007-06-07Work around uClibc weirdness.Rob Landley
2007-06-07More cross compiling infrastructure.Rob Landley
2007-06-01Show the compiler how to optimize out the option parsing logic when nothingRob Landley
2007-06-01Allow applets with optarg string NULL to use toy.optargs[].Rob Landley
2007-06-01Humor dash, which is broken.Rob Landley
2007-05-29Make it easier to specify which compiler to use.Rob Landley
2007-05-17Add sleep.Rob Landley
2007-05-17Link to ars technica paedia broke because ars is now using Windows 2003 onRob Landley
2007-04-30Add true and false.Rob Landley
2007-04-29Add readlink, xreadlink(), and change xrealloc() to not fight the stupidRob Landley
2007-04-23Add sync and an incomplete version of mdev.Rob Landley
2007-04-18And more mke2fs changes.Rob Landley
2007-04-18Next iteration of mke2fs development.Rob Landley
2007-03-15Apply uClibc's changes to this kconfig.Rob Landley
2007-03-12Move project name to Makefile.Rob Landley
2007-03-12Convert HOST_CC to HOSTCC to be more like uClibc build.Rob Landley
2007-03-12Change help text: not just used for the kernel.Rob Landley
2007-03-12Add web page background image and check in some half-finished ext2Rob Landley
2007-02-21Fix oneit: <1 is only parsed at the start of the argument list.Rob Landley
2007-02-19Calculate block and inode usage in group table and bitmaps.Rob Landley
2007-02-18Precalculate block and inode usage given a starting file tree. This compiles,Rob Landley
2007-02-18An old test suite wrapper I wrote, cleaned up a bit and checked for copyrights.Rob Landley
2007-02-16Add atolx() which understands extensions for kilobytes and megabytes and such.Rob Landley
2007-02-14Calculate st_nlink for each node, via a small but n^2 algorithm.Rob Landley
2007-02-13MacOS X has a defective sed with no -r.Rob Landley
2007-02-12More work on mke2fs.c. Random in-progress snapshot...Rob Landley
2007-02-12Make kconfig build on MacOS X. (Because it's there.)Rob Landley
2007-02-04Add parent pointer to dirtree, more work on mke2fs (populate dirtree, countRob Landley
2007-02-04Rename functions.c to lib.c. (Easier name to remember.)Rob Landley
2007-02-03Add xstat(), read_dirtree(), and read_dirtree_node().Rob Landley
2007-02-03Teach build to build only the toys/*.c selected in .config, and teachRob Landley
2007-02-02Trim a redundant definition that confuses older compilers. (Regression testingRob Landley
2007-02-01Toybox option parsing must stop at the first non-option argument.Rob Landley
2007-01-31Missing comma, and slight simplification in defconfig sed invocation.Rob Landley
2007-01-31Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.Rob Landley
2007-01-31Add make install_flat.Rob Landley
2007-01-31Small cleanup to prepare for cross-compile friendly make install.Rob Landley
2007-01-31Added tag 0.0.2 for changeset d2e38cb0b1cdRob Landley
2007-01-31I forgot to add count.c a while ago. (Memo to self: grab snapshots and build0.0.2Rob Landley
2007-01-31Move download->downloads (be consistent) and add a skeletal index bar alongRob Landley
2007-01-31This creates an almost valid empty ext2 filesystem, except for a few superblockRob Landley