Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-16 | Need to commit this too. :) | Rob Landley | |
2007-08-15 | Remove strings.h which Maximilian Attems points out is obsolete: | Rob Landley | |
> belows snippet directly taken from mdadm.h. > > to quote hpa: > "Including <strings.h> is a bug in the upstream source; > <strings.h> has been obsolete since at least 1989" > > one small little step for better klibc support ;) | |||
2007-05-17 | Add sleep. | Rob Landley | |
2007-04-23 | Add sync and an incomplete version of mdev. | Rob Landley | |
2007-02-03 | Teach build to build only the toys/*.c selected in .config, and teach | Rob Landley | |
CFG_TOYSH_DEBUG to shut up the spurious "gcc can't tell that this is never actually used uninitialized because gcc is stupid" warnings. | |||
2007-01-28 | More work on mke2fs. | Rob Landley | |
2007-01-23 | More work on mke2fs. | Rob Landley | |
2007-01-23 | More random progress on mke2fs. Nothing to see yet. | Rob Landley | |
2007-01-18 | Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which | Rob Landley | |
shouldn't be a problem if we register signal handlers with sigaction(SA_RESTART) Straighten out count and len (I generally consistently use "count" for the current progress and "len" for the total, but this time I got them backwards for some reason and don't want to confuse myself in future.) | |||
2007-01-14 | Add start of mke2fs/gene2fs, and some other stuff I've been working on. | Rob Landley | |
2006-11-25 | Add my old micro-bunzip library. Needs some cleanup... | Rob Landley | |
2006-11-25 | Add cat -v. | 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-01 | Add a hello world applet, partly as an example and partly for testing purposes. | Rob Landley | |
2006-10-30 | Implement df. Add -Wall to build and fix up warnings. Add copyright notices. | landley | |
Add error_msg() and itoa() to library. Remove argc from globals (since argv is null terminated), add optflags to globals. | |||
2006-10-25 | Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path(). | landley | |
2006-10-18 | Next drop of toysh, plus more infratructure. | landley | |
2006-10-05 | Infrastructure, first drop of toy shell, and a bit of work on df. | landley | |
2006-09-28 | Next snapshot. Tries to grab something out of lib in order to build, I have | landley | |
an empty "blah.c" in there to make it happy but I'm not checking that in. |