log

age author description
Wed, 14 Feb 2007 02:20:37 -0500 Rob Landley Calculate st_nlink for each node, via a small but n^2 algorithm.
Tue, 13 Feb 2007 16:41:51 -0500 Rob Landley MacOS X has a defective sed with no -r.
Mon, 12 Feb 2007 20:03:01 -0500 Rob Landley More work on mke2fs.c. Random in-progress snapshot...
Mon, 12 Feb 2007 19:59:12 -0500 Rob Landley Make kconfig build on MacOS X. (Because it's there.)
Sun, 04 Feb 2007 19:14:58 -0500 Rob Landley Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count
Sun, 04 Feb 2007 19:06:07 -0500 Rob Landley Rename functions.c to lib.c. (Easier name to remember.)
Sat, 03 Feb 2007 14:11:26 -0500 Rob Landley Add xstat(), read_dirtree(), and read_dirtree_node().
Sat, 03 Feb 2007 14:10:00 -0500 Rob Landley Teach build to build only the toys/*.c selected in .config, and teach
Fri, 02 Feb 2007 10:53:55 -0500 Rob Landley Trim a redundant definition that confuses older compilers. (Regression testing
Thu, 01 Feb 2007 17:39:14 -0500 Rob Landley Toybox option parsing must stop at the first non-option argument.
Wed, 31 Jan 2007 15:23:21 -0500 Rob Landley Missing comma, and slight simplification in defconfig sed invocation.
Wed, 31 Jan 2007 14:37:01 -0500 Rob Landley Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.
Wed, 31 Jan 2007 14:18:05 -0500 Rob Landley Add make install_flat.
Wed, 31 Jan 2007 13:31:19 -0500 Rob Landley Small cleanup to prepare for cross-compile friendly make install.
Wed, 31 Jan 2007 12:28:50 -0500 Rob Landley Added tag 0.0.2 for changeset d2e38cb0b1cd
Wed, 31 Jan 2007 12:27:10 -0500 Rob Landley I forgot to add count.c a while ago. (Memo to self: grab snapshots and build 0.0.2
Wed, 31 Jan 2007 11:57:08 -0500 Rob Landley Move download->downloads (be consistent) and add a skeletal index bar along
Wed, 31 Jan 2007 10:50:56 -0500 Rob Landley This creates an almost valid empty ext2 filesystem, except for a few superblock
Mon, 29 Jan 2007 17:44:28 -0500 Rob Landley mke2fs: Stopping for dinner. It compiles.
Sun, 28 Jan 2007 04:54:01 -0500 Rob Landley More work on mke2fs.
Sat, 27 Jan 2007 20:43:26 -0500 Rob Landley Move superblock initialization to a function. Trim unused padding from
Sat, 27 Jan 2007 15:10:48 -0500 Rob Landley One more field, minor shrinking, and start on block groups.
Fri, 26 Jan 2007 10:48:35 -0500 Rob Landley Filling out most of the ext2 superblock correctly now.
Thu, 25 Jan 2007 16:11:23 -0500 Rob Landley Update args.c to implement numeric arguments.
Thu, 25 Jan 2007 16:10:37 -0500 Rob Landley The fdlength() ioctl apparently doesn't work on files (and the lseek trick
Tue, 23 Jan 2007 19:54:01 -0500 Rob Landley More work on mke2fs.
Tue, 23 Jan 2007 13:20:38 -0500 Rob Landley More random progress on mke2fs. Nothing to see yet.
Sat, 20 Jan 2007 23:41:49 -0500 Rob Landley Add "yes" command.
Sat, 20 Jan 2007 22:59:00 -0500 Rob Landley Teach pwd to detect write errors.
Sat, 20 Jan 2007 22:41:29 -0500 Rob Landley Comment and whitespace cleanups