aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2008-01-19Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley
2008-01-10Move some generated files into the "generated" subdirectory.Rob Landley
2008-01-10Very early stub of sed, does nothing yet.Rob Landley
2008-01-06Add chvt from David Anders.Rob Landley
2008-01-05A bit more documentation on Patch.Rob Landley
2008-01-05Update help text a bit.Rob Landley
2008-01-05Teach readlink to actually do -f.Rob Landley
2007-12-31Fix patch to use @@ values and match EOF when fewer trailing than startingRob Landley
2007-12-28Make touch work reliably when file doesn't exist and clean up headers a bit.Rob Landley
2007-12-27Make patch's file add actually work, including directory creating andRob Landley
2007-12-20Upgrade patch to understand creating and deleting files.Rob Landley
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