Age | Commit message (Expand) | Author |
2008-01-20 | Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() | Rob Landley |
2008-01-19 | Minor cleanup: move mke2fs options into mke2fs.c. | Rob Landley |
2008-01-19 | Move NEWTOY() list from end of toylist.h to generated/newtoys.h. | Rob Landley |
2008-01-19 | Zap toys/Config.in and instead create generated/Config.in from contents of | Rob Landley |
2007-12-03 | Add comments about SUSv3 specs (or lack thereof). | Rob Landley |
2007-11-29 | Change command main() functions to return void, and exit(toys.exitval) from | Rob Landley |
2007-10-04 | Break out dirtree.c and let it call a function instead of returning the data. | Rob Landley |
2007-04-18 | Next iteration of mke2fs development. | Rob Landley |
2007-02-19 | Calculate block and inode usage in group table and bitmaps. | Rob Landley |
2007-02-18 | Precalculate block and inode usage given a starting file tree. This compiles, | Rob Landley |
2007-02-14 | Calculate st_nlink for each node, via a small but n^2 algorithm. | Rob Landley |
2007-02-12 | More work on mke2fs.c. Random in-progress snapshot... | Rob Landley |
2007-02-04 | Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count | Rob Landley |
2007-01-31 | This creates an almost valid empty ext2 filesystem, except for a few superblock | Rob Landley |
2007-01-29 | mke2fs: Stopping for dinner. It compiles. | Rob Landley |
2007-01-28 | More work on mke2fs. | Rob Landley |
2007-01-27 | Move superblock initialization to a function. Trim unused padding from | Rob Landley |
2007-01-27 | One more field, minor shrinking, and start on block groups. | Rob Landley |
2007-01-26 | Filling out most of the ext2 superblock correctly now. | Rob Landley |
2007-01-23 | More work on mke2fs. | Rob Landley |
2007-01-23 | More random progress on mke2fs. Nothing to see yet. | Rob Landley |
2007-01-14 | Add start of mke2fs/gene2fs, and some other stuff I've been working on. | Rob Landley |