aboutsummaryrefslogtreecommitdiff
path: root/toys/toylist.h
AgeCommit message (Expand)Author
2008-01-20Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()Rob Landley
2008-01-19Minor cleanup: move mke2fs options into mke2fs.c.Rob Landley
2008-01-19Move NEWTOY() list from end of toylist.h to generated/newtoys.h.Rob Landley
2008-01-10Very early stub of sed, does nothing yet.Rob Landley
2008-01-06Add chvt from David Anders.Rob Landley
2007-12-20Upgrade patch to understand creating and deleting files.Rob Landley
2007-12-18Patch command.Rob Landley
2007-12-15Start of "patch" support. Writes to stdout at the moment.Rob Landley
2007-12-09Add -c option to oneit, to specify console other than /dev/tty0.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-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-23Add tty appletCharlie Shepherd
2007-11-27Patch from Charlie Shepherd to add basename and dirname. (Fixed up to apply.)Rob Landley
2007-11-20Implement dmesg.Rob Landley
2007-11-10Add an option to let touch extend or truncate a file and rename the err label...Charlie Shepherd
2007-11-07Add initial mkfifo implementationCharlie 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-08-29Add "help" command. (Building help/help.h requires python, but I'll shipRob 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-02-21Fix oneit: <1 is only parsed at the start of the argument list.Rob Landley
2007-02-18Precalculate block and inode usage given a starting file tree. This compiles,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
2007-02-04Add parent pointer to dirtree, more work on mke2fs (populate dirtree, countRob Landley
2007-02-02Trim a redundant definition that confuses older compilers. (Regression testingRob Landley
2007-02-01Toybox option parsing must stop at the first non-option argument.Rob Landley
2007-01-31Small cleanup to prepare for cross-compile friendly make install.Rob Landley
2007-01-28More work on mke2fs.Rob Landley
2007-01-25Update args.c to implement numeric arguments.Rob Landley
2007-01-23More work on mke2fs.Rob Landley
2007-01-23More random progress on mke2fs. Nothing to see yet.Rob Landley
2007-01-20Add "yes" command.Rob Landley
2007-01-20Add "echo". Has -n and -e (but not \0123 yet).Rob Landley
2007-01-18Add count command.Rob Landley
2007-01-16Add a quick and dirt bzcat (stdin to stdout only for the moment) to testRob Landley
2007-01-14Add start of mke2fs/gene2fs, and some other stuff I've been working on.Rob Landley
2006-11-25Add cat -v.Rob Landley
2006-11-25Add oneit.Rob Landley
2006-11-25Fix a warning.Rob Landley
2006-11-25More work on option parsing. "df -t tmpfs" actually seems to work now.Rob Landley
2006-11-19New option parsing infrastructure (doesn't use getopt). Hook it up toRob Landley
2006-11-04Add pwd. Consolidate toy list information under toylist.h.Rob Landley