Age | Commit message (Expand) | Author |
2007-06-18 | Add readlink. Why doesn't mercurial show newly added files in "hg diff"? | Rob Landley |
2007-06-01 | Allow applets with optarg string NULL to use toy.optargs[]. | Rob Landley |
2007-05-17 | Add sleep. | Rob Landley |
2007-04-30 | Add true and false. | Rob Landley |
2007-04-29 | Add readlink, xreadlink(), and change xrealloc() to not fight the stupid | Rob Landley |
2007-04-23 | Add sync and an incomplete version of mdev. | Rob Landley |
2007-04-18 | And more mke2fs changes. | Rob Landley |
2007-04-18 | Next iteration of mke2fs development. | Rob Landley |
2007-02-21 | Fix oneit: <1 is only parsed at the start of the argument list. | 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-13 | MacOS X has a defective sed with no -r. | 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-02-02 | Trim a redundant definition that confuses older compilers. (Regression testing | Rob Landley |
2007-02-01 | Toybox option parsing must stop at the first non-option argument. | Rob Landley |
2007-01-31 | Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. | Rob Landley |
2007-01-31 | Small cleanup to prepare for cross-compile friendly make install. | Rob Landley |
2007-01-31 | I forgot to add count.c a while ago. (Memo to self: grab snapshots and build0.0.2 | 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-25 | Update args.c to implement numeric arguments. | 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-20 | Add "yes" command. | Rob Landley |
2007-01-20 | Teach pwd to detect write errors. | Rob Landley |
2007-01-20 | Comment and whitespace cleanups | Rob Landley |
2007-01-20 | Helps to "hg add" echo.c. Also, implement \0123 escapes for -e. | Rob Landley |
2007-01-20 | Add "echo". Has -n and -e (but not \0123 yet). | Rob Landley |
2007-01-18 | Add count command. | Rob Landley |
2007-01-18 | In bunzip replace setjmp/longjmp handling with error_exit(), replace string | Rob Landley |
2007-01-18 | Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which | Rob Landley |
2007-01-16 | Add a quick and dirt bzcat (stdin to stdout only for the moment) to test | Rob Landley |
2007-01-14 | Add start of mke2fs/gene2fs, and some other stuff I've been working on. | Rob Landley |
2007-01-07 | xopen() wants 2 arguments unless you're creating a file, in which case you | Rob Landley |
2007-01-07 | Two unrelated additions I'm working on cross over in this file. In theory I | Rob Landley |
2006-11-25 | Add cat -v. | Rob Landley |
2006-11-25 | Add oneit. | Rob Landley |
2006-11-25 | Fix a warning. | Rob Landley |
2006-11-25 | More work on option parsing. "df -t tmpfs" actually seems to work now. | Rob Landley |
2006-11-19 | Fix thinko (inverted test). | Rob Landley |
2006-11-19 | New option parsing infrastructure (doesn't use getopt). Hook it up to | Rob Landley |
2006-11-04 | Add pwd. Consolidate toy list information under toylist.h. | Rob Landley |
2006-11-03 | Implement which. Add hello world to menuconfig. Wrap the various applet main | Rob Landley |
2006-11-02 | Thinko: the Config.in for the toys should be in ./toys, not ./lib. | Rob Landley |