Age | Commit message (Expand) | Author |
2007-11-24 | Start with public domain SHA-1 in C by Steve Reid <steve@edmweb.com> | Rob Landley |
2007-11-20 | Implement dmesg. | Rob Landley |
2007-11-19 | Tighten up error handling, add a umask() call so -m 123 actually works. | Rob Landley |
2007-11-15 | Zap a warning. | Rob Landley |
2007-11-10 | Fix error message | Charlie Shepherd |
2007-11-15 | Simplify touch -l slightly. | Rob Landley |
2007-11-10 | Add an option to let touch extend or truncate a file and rename the err label... | Charlie Shepherd |
2007-11-10 | Don't error on stat success, and create files with a sensible mode instead of... | Charlie Shepherd |
2007-11-10 | Use builtin functions to simplify some code in touch | Charlie Shepherd |
2007-11-10 | Fix typo in toysh tty description. | Charlie Shepherd |
2007-11-07 | Add initial mkfifo implementation | Charlie Shepherd |
2007-11-15 | Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment | Rob Landley |
2007-11-06 | Replace space indent with tab indent | Charlie Shepherd |
2007-11-06 | Add or correct file descriptions | Charlie Shepherd |
2007-10-31 | Patch from Charlie Shepherd: Implement touch, set the default in Config.in to | Rob Landley |
2007-10-19 | Get toysh.c to start using the option parsing logic, and some minor cleanup. | Rob Landley |
2007-10-11 | Promote help to global config option, teach error_exit() to output usage mess... | Rob Landley |
2007-10-04 | Break out dirtree.c and let it call a function instead of returning the data. | Rob Landley |
2007-09-05 | Missing config dependency: The mdev config file should depend on mdev. | Rob Landley |
2007-08-29 | Add "help" command. (Building help/help.h requires python, but I'll ship | Rob Landley |
2007-06-18 | Fix READLINK_F dependency. | Rob Landley |
2007-06-18 | Change defaults of working commands to yes, so "make defconfig" is more | Rob Landley |
2007-06-18 | Add a dummy "touch" to make it all build again. | Rob Landley |
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 |