Commit Graph

12 Commits

Author SHA1 Message Date
Rob Landley
5a60e26fe8 Trim a redundant definition that confuses older compilers. (Regression testing
against Red Hat 9.)
2007-02-02 10:53:55 -05:00
Rob Landley
a6d696b74a Small cleanup to prepare for cross-compile friendly make install. 2007-01-31 13:31:19 -05:00
Rob Landley
5aab966edd Save 4 bytes of stack space. 2007-01-18 22:00:46 -05:00
Rob Landley
055cfcbe5b Add start of mke2fs/gene2fs, and some other stuff I've been working on. 2007-01-14 20:20:06 -05:00
Rob Landley
8324b89598 New option parsing infrastructure (doesn't use getopt). Hook it up to
existing applets.  Still a bit buggy, but bits of it work.
2006-11-19 02:49:22 -05:00
Rob Landley
f2311a42a0 Add pwd. Consolidate toy list information under toylist.h. 2006-11-04 17:45:18 -05:00
Rob Landley
0a04b3ef85 Implement which. Add hello world to menuconfig. Wrap the various applet main
functions in main.c with USE() macros so --gc-sections can strip them.
2006-11-03 00:05:52 -05:00
Rob Landley
9b3fc7d5e0 Add a hello world applet, partly as an example and partly for testing purposes. 2006-11-01 22:23:58 -05:00
landley
09ea7ac1a2 Implement df. Add -Wall to build and fix up warnings. Add copyright notices.
Add error_msg() and itoa() to library.  Remove argc from globals (since argv is
null terminated), add optflags to globals.
2006-10-30 01:38:00 -05:00
landley
cd9dfc3b7b Next drop of toysh, plus more infratructure. 2006-10-18 18:38:16 -04:00
landley
4f344e356d Infrastructure, first drop of toy shell, and a bit of work on df. 2006-10-05 16:18:03 -04:00
landley
c56215062c Next snapshot. Tries to grab something out of lib in order to build, I have
an empty "blah.c" in there to make it happy but I'm not checking that in.
2006-09-28 17:18:51 -04:00