Age | Commit message (Expand) | Author |
2007-01-17 | Fix off by one error in a test. | Rob Landley |
2007-01-17 | Comment and whitespace changes. | Rob Landley |
2007-01-16 | Memmove is 11 bytes shorter than the unrolled loop, and Manuel Nova pointed | Rob Landley |
2007-01-16 | Add a quick and dirt bzcat (stdin to stdout only for the moment) to test | Rob Landley |
2007-01-14 | Add start of mke2fs/gene2fs, and some other stuff I've been working on. | Rob Landley |
2007-01-08 | xread() and xwrite() should take void *, not char *. | Rob Landley |
2007-01-08 | Add xaccess() | Rob Landley |
2007-01-08 | Add rewrite(), writeall(),and xwrite() to match the read versions. | Rob Landley |
2007-01-07 | xopen() wants 2 arguments unless you're creating a file, in which case you | Rob Landley |
2007-01-07 | Two unrelated additions I'm working on cross over in this file. In theory I | Rob Landley |
2007-01-04 | Blah. The sed filter's not right, I'll try again later. | Rob Landley |
2006-12-31 | Remove more warnings. | Rob Landley |
2006-12-31 | Make some of gcc 4.1's dumber warnings go away. | Rob Landley |
2006-12-30 | Comment tweak. | Rob Landley |
2006-12-14 | Note the mailing list. | Rob Landley |
2006-11-26 | Teach clean and distclean to zap more files. | Rob Landley |
2006-11-26 | Add bloat-o-meter, make bloatcheck, and scripts/showasm. | Rob Landley |
2006-11-26 | Trawling through the archives: a broken test, an unnecessary memset, and a | Rob Landley |
2006-11-26 | More whitespace/cowbell. (And change comment style to //.) | Rob Landley |
2006-11-26 | Reduce flag duplication and make kconfig use HOST_CC. | Rob Landley |
2006-11-25 | Add my old micro-bunzip library. Needs some cleanup... | Rob Landley |
2006-11-25 | Leftover from when I cleaned this up for another project. | Rob Landley |
2006-11-25 | Add cat -v. | Rob Landley |
2006-11-25 | Add oneit. | Rob Landley |
2006-11-25 | Fix a warning. | Rob Landley |
2006-11-25 | More work on option parsing. "df -t tmpfs" actually seems to work now. | Rob Landley |
2006-11-25 | Add another warning check and a missing dependency. | Rob Landley |
2006-11-25 | I got the mercurial web browser thingy set up, note it on the web page. | Rob Landley |
2006-11-24 | Fix a half-dozen bugs in argument parsing. More seems to work than not now. | Rob Landley |
2006-11-19 | Allocate a more sane amount of memory. | Rob Landley |
2006-11-19 | Fix thinko (inverted test). | Rob Landley |
2006-11-19 | Add one if() that has lots of whitespace fallout. | Rob Landley |
2006-11-19 | New option parsing infrastructure (doesn't use getopt). Hook it up to | Rob Landley |
2006-11-09 | Web site updates, and a design document. | Rob Landley |
2006-11-05 | Redo the index page (flesh it out about halfway), and a couple tweaks to | Rob Landley |
2006-11-04 | The web page should be in the repository, and while I'm at it let's see if I | Rob Landley |
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 |
2006-11-02 | Better dependencies, and feed the linker --gc-sections. (Which is not an | Rob Landley |
2006-11-02 | Added tag 0.0.1 for changeset 8f8a8ac59c14 | Rob Landley |
2006-11-02 | Thinko: the Config.in for the toys should be in ./toys, not ./lib. | Rob Landley |
2006-11-02 | Add xabspath(), is_file_type(), which_in_path(), and find_in_path(). | Rob Landley |
2006-11-01 | Linked list functions, forgot to add this to the repository. | Rob Landley |
2006-11-01 | Make the config generate gen_config.h with CFG_ and USE() macros. | Rob Landley |
2006-11-01 | Add a hello world applet, partly as an example and partly for testing purposes. | Rob Landley |
2006-11-01 | The darn thing accidentally created a branch. I had to copy a half-dozen | Rob Landley |
2006-11-01 | The Config files don't need the CONFIG_ prefix. | landley |
2006-10-31 | Add menuconfig, plus some basic Config info, lots of which is just future | landley |
2006-10-30 | Closer support for "pedantic" option for SUSv3. (Ok, it's %ld instead of the0.0.1 | landley |
2006-10-30 | Add reread(), readall(), and xread() on the bus ride in to work... | landley |