aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-17Minor cleanups.Rob Landley
2007-01-17Turn a memmove into a while(), reducing running time by 3.5% in my tests.Rob Landley
2007-01-17Another application of Manuel Nova's "math instead of ifs" trick. Saves 17b.Rob Landley
2007-01-17Minor optimization the compiler already does for us (according to bloatcheck),Rob Landley
2007-01-17Fix off by one error in a test.Rob Landley
2007-01-17Comment and whitespace changes.Rob Landley
2007-01-16Memmove is 11 bytes shorter than the unrolled loop, and Manuel Nova pointedRob Landley
2007-01-16Add a quick and dirt bzcat (stdin to stdout only for the moment) to testRob Landley
2007-01-14Add start of mke2fs/gene2fs, and some other stuff I've been working on.Rob Landley
2007-01-08xread() and xwrite() should take void *, not char *.Rob Landley
2007-01-08Add xaccess()Rob Landley
2007-01-08Add rewrite(), writeall(),and xwrite() to match the read versions.Rob Landley
2007-01-07xopen() wants 2 arguments unless you're creating a file, in which case youRob Landley
2007-01-07Two unrelated additions I'm working on cross over in this file. In theory IRob Landley
2007-01-04Blah. The sed filter's not right, I'll try again later.Rob Landley
2006-12-31Remove more warnings.Rob Landley
2006-12-31Make some of gcc 4.1's dumber warnings go away.Rob Landley
2006-12-30Comment tweak.Rob Landley
2006-12-14Note the mailing list.Rob Landley
2006-11-26Teach clean and distclean to zap more files.Rob Landley
2006-11-26Add bloat-o-meter, make bloatcheck, and scripts/showasm.Rob Landley
2006-11-26Trawling through the archives: a broken test, an unnecessary memset, and aRob Landley
2006-11-26More whitespace/cowbell. (And change comment style to //.)Rob Landley
2006-11-26Reduce flag duplication and make kconfig use HOST_CC.Rob Landley
2006-11-25Add my old micro-bunzip library. Needs some cleanup...Rob Landley
2006-11-25Leftover from when I cleaned this up for another project.Rob Landley
2006-11-25Add cat -v.Rob Landley
2006-11-25Add oneit.Rob Landley
2006-11-25Fix a warning.Rob Landley
2006-11-25More work on option parsing. "df -t tmpfs" actually seems to work now.Rob Landley
2006-11-25Add another warning check and a missing dependency.Rob Landley
2006-11-25I got the mercurial web browser thingy set up, note it on the web page.Rob Landley
2006-11-24Fix a half-dozen bugs in argument parsing. More seems to work than not now.Rob Landley
2006-11-19Allocate a more sane amount of memory.Rob Landley
2006-11-19Fix thinko (inverted test).Rob Landley
2006-11-19Add one if() that has lots of whitespace fallout.Rob Landley
2006-11-19New option parsing infrastructure (doesn't use getopt). Hook it up toRob Landley
2006-11-09Web site updates, and a design document.Rob Landley
2006-11-05Redo the index page (flesh it out about halfway), and a couple tweaks toRob Landley
2006-11-04The web page should be in the repository, and while I'm at it let's see if IRob Landley
2006-11-04Add pwd. Consolidate toy list information under toylist.h.Rob Landley
2006-11-03Implement which. Add hello world to menuconfig. Wrap the various applet mainRob Landley
2006-11-02Better dependencies, and feed the linker --gc-sections. (Which is not anRob Landley
2006-11-02Added tag 0.0.1 for changeset 8f8a8ac59c14Rob Landley
2006-11-02Thinko: the Config.in for the toys should be in ./toys, not ./lib.Rob Landley
2006-11-02Add xabspath(), is_file_type(), which_in_path(), and find_in_path().Rob Landley
2006-11-01Linked list functions, forgot to add this to the repository.Rob Landley
2006-11-01Make the config generate gen_config.h with CFG_ and USE() macros.Rob Landley
2006-11-01Add a hello world applet, partly as an example and partly for testing purposes.Rob Landley
2006-11-01The darn thing accidentally created a branch. I had to copy a half-dozenRob Landley