aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-11Promote help to global config option, teach error_exit() to output usage mess...Rob Landley
2007-10-04Break out dirtree.c and let it call a function instead of returning the data.Rob Landley
2007-09-05Missing config dependency: The mdev config file should depend on mdev.Rob Landley
2007-09-04Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIMIZE=" is an option.Rob Landley
2007-09-01Minor tweak to web page.Rob Landley
2007-08-29Add "help" command. (Building help/help.h requires python, but I'll shipRob Landley
2007-08-21Tweak error message.Rob Landley
2007-08-15More klibc fixes from Maximilian Attems, strlcpy() this time.Rob Landley
2007-08-15Remove strings.h which Maximilian Attems points out is obsolete:Rob Landley
2007-06-18Update web page to mention 0.0.3 release.Rob Landley
2007-06-18Added tag 0.0.3 for changeset a459c6b39645Rob Landley
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