Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-18 | Fix READLINK_F dependency. | Rob Landley | |
2007-06-18 | Change defaults of working commands to yes, so "make defconfig" is more | Rob Landley | |
useful than "make allyesconfig". | |||
2007-05-17 | Add sleep. | Rob Landley | |
2007-04-30 | Add true and false. | Rob Landley | |
2007-04-29 | Add readlink, xreadlink(), and change xrealloc() to not fight the stupid | Rob Landley | |
compiler so much. | |||
2007-04-23 | Add sync and an incomplete version of mdev. | Rob Landley | |
2007-02-13 | MacOS X has a defective sed with no -r. | Rob Landley | |
2007-01-20 | Add "yes" command. | Rob Landley | |
2007-01-20 | Add "echo". Has -n and -e (but not \0123 yet). | Rob Landley | |
2007-01-18 | Add count command. | Rob Landley | |
2007-01-07 | Two unrelated additions I'm working on cross over in this file. In theory I | Rob Landley | |
can use mercurial branches to keep this sort of thing separate, but at the moment I'm just going to check in some dangling config entries that don't control anything yet. | |||
2006-11-25 | Add cat -v. | Rob Landley | |
2006-11-25 | Add oneit. | Rob Landley | |
2006-11-19 | New option parsing infrastructure (doesn't use getopt). Hook it up to | Rob Landley | |
existing applets. Still a bit buggy, but bits of it work. | |||
2006-11-04 | Add pwd. Consolidate toy list information under toylist.h. | Rob Landley | |
2006-11-03 | Implement which. Add hello world to menuconfig. Wrap the various applet main | Rob Landley | |
functions in main.c with USE() macros so --gc-sections can strip them. | |||
2006-11-02 | Thinko: the Config.in for the toys should be in ./toys, not ./lib. | Rob Landley | |