aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2007-11-29Change command main() functions to return void, and exit(toys.exitval) fromRob Landley
2007-11-29Add loopfiles() function, make catv use it.Rob Landley
2007-11-27Patch from Charlie Shepherd: remove extra \n from error_exit() arguments.Rob Landley
2007-11-27Add comment, and whitespace changes.Rob Landley
2007-11-23Add tty appletCharlie Shepherd
2007-11-27Add comment and very minor tweak.Rob Landley
2007-11-27Remove a few bytes from basename and add 'em back (and more) in the help string.Rob Landley
2007-11-27Patch from Charlie Shepherd to add basename and dirname. (Fixed up to apply.)Rob Landley
2007-11-24Re-roll loop, making code smaller. Also localize all the crypto informationRob Landley
2007-11-24Untangle algorithm: use uint64_t for count, move union into struct, use structRob Landley
2007-11-24More cleanup: consistent indents, uint32_t, rename functions and structs,Rob Landley
2007-11-24Whitespace change: 4 spaces become one tab.Rob Landley
2007-11-24Minimal changes to make it actually work on an x86-64 host.Rob Landley
2007-11-24Start with public domain SHA-1 in C by Steve Reid <steve@edmweb.com>Rob Landley
2007-11-20Implement dmesg.Rob Landley
2007-11-19Tighten up error handling, add a umask() call so -m 123 actually works.Rob Landley
2007-11-15Zap a warning.Rob Landley
2007-11-10Fix error messageCharlie Shepherd
2007-11-15Simplify touch -l slightly.Rob Landley
2007-11-10Add an option to let touch extend or truncate a file and rename the err label...Charlie Shepherd
2007-11-10Don't error on stat success, and create files with a sensible mode instead of...Charlie Shepherd
2007-11-10Use builtin functions to simplify some code in touchCharlie Shepherd
2007-11-10Fix typo in toysh tty description.Charlie Shepherd
2007-11-07Add initial mkfifo implementationCharlie Shepherd
2007-11-15Remove trailing whitespace (thanks to Charlie Shepherd), and a couple commentRob Landley
2007-11-06Replace space indent with tab indentCharlie Shepherd
2007-11-06Add or correct file descriptionsCharlie Shepherd
2007-10-31Patch from Charlie Shepherd: Implement touch, set the default in Config.in toRob Landley
2007-10-19Get toysh.c to start using the option parsing logic, and some minor cleanup.Rob Landley
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-08-29Add "help" command. (Building help/help.h requires python, but I'll shipRob 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-01Allow applets with optarg string NULL to use toy.optargs[].Rob Landley
2007-05-17Add sleep.Rob 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-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-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