aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2007-12-20Typo spotted by Adrian Davey.Rob Landley
2007-12-18Patch should be working now, change config default...Rob Landley
2007-12-18Patch command.Rob Landley
2007-12-15Start of "patch" support. Writes to stdout at the moment.Rob Landley
2007-12-11Update links and add some more spec comments.Rob Landley
2007-12-09Add -c option to oneit, to specify console other than /dev/tty0.Rob Landley
2007-12-03Add comments about SUSv3 specs (or lack thereof).Rob Landley
2007-12-03Other chroots fall back to "/bin/sh -i", so add the -i.Rob Landley
2007-12-03Minor cleanups to sha1sum.Rob Landley
2007-12-03Add chroot.Rob Landley
2007-12-03Add first pass at netcat. Base applet, -f, and -w implemented.Rob Landley
2007-11-30Minor cleanups/tweaks to touch.Rob Landley
2007-11-29Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too.Rob Landley
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