summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-12Add TOYFLAG_UMASK.Rob Landley1-0/+1
2008-01-22Fix crash when running unknown command via symlink.Rob Landley1-0/+1
2008-01-20Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()Rob Landley1-1/+1
2008-01-19Move NEWTOY() list from end of toylist.h to generated/newtoys.h.Rob Landley1-2/+2
2007-12-09Changeset 186 assumed that toys.exitval defaults to 0. Actually change theRob Landley1-1/+0
2007-11-29Change command main() functions to return void, and exit(toys.exitval) fromRob Landley1-6/+5
2007-11-27Patch from Charlie Shepherd: remove extra \n from error_exit() arguments.Rob Landley1-1/+1
2007-11-15Remove trailing whitespace (thanks to Charlie Shepherd), and a couple commentRob Landley1-1/+1
2007-08-21Tweak error message.Rob Landley1-1/+1
2007-06-07Make warning go away.Rob Landley1-1/+1
2007-06-01Show the compiler how to optimize out the option parsing logic when nothingRob Landley1-1/+13
2007-06-01Allow applets with optarg string NULL to use toy.optargs[].Rob Landley1-2/+3
2007-02-02Trim a redundant definition that confuses older compilers. (Regression testingRob Landley1-0/+1
2007-01-31Small cleanup to prepare for cross-compile friendly make install.Rob Landley1-1/+5
2007-01-18Save 4 bytes of stack space.Rob Landley1-7/+10
2007-01-14Add start of mke2fs/gene2fs, and some other stuff I've been working on.Rob Landley1-0/+1
2006-11-19New option parsing infrastructure (doesn't use getopt). Hook it up toRob Landley1-0/+1
2006-11-04Add pwd. Consolidate toy list information under toylist.h.Rob Landley1-13/+3
2006-11-03Implement which. Add hello world to menuconfig. Wrap the various applet mainRob Landley1-6/+7
2006-11-01Add a hello world applet, partly as an example and partly for testing purposes.Rob Landley1-0/+1
2006-10-30Implement df. Add -Wall to build and fix up warnings. Add copyright notices.landley1-1/+0
2006-10-18Next drop of toysh, plus more infratructure.landley1-6/+12
2006-10-05Infrastructure, first drop of toy shell, and a bit of work on df.landley1-46/+74
2006-09-28Next snapshot. Tries to grab something out of lib in order to build, I havelandley1-0/+88