- 6c8eaae Another application of Manuel Nova's "math instead of ifs" trick. Saves 17b. by Rob Landley · 18 years ago
- 8aa0e94 Minor optimization the compiler already does for us (according to bloatcheck), by Rob Landley · 18 years ago
- cac0ab0 Fix off by one error in a test. by Rob Landley · 18 years ago
- 0dc2d49 Comment and whitespace changes. by Rob Landley · 18 years ago
- ea96222 Memmove is 11 bytes shorter than the unrolled loop, and Manuel Nova pointed by Rob Landley · 18 years ago
- 636b5cf Add a quick and dirt bzcat (stdin to stdout only for the moment) to test by Rob Landley · 18 years ago
- 055cfcb Add start of mke2fs/gene2fs, and some other stuff I've been working on. by Rob Landley · 18 years ago
- 3388f4c xread() and xwrite() should take void *, not char *. by Rob Landley · 18 years ago
- d3e9d64 Add xaccess() by Rob Landley · 18 years ago
- f3e452a Add rewrite(), writeall(),and xwrite() to match the read versions. by Rob Landley · 18 years ago
- 1322beb xopen() wants 2 arguments unless you're creating a file, in which case you by Rob Landley · 18 years ago
- 016bf82 Two unrelated additions I'm working on cross over in this file. In theory I by Rob Landley · 18 years ago
- 17afeba Blah. The sed filter's not right, I'll try again later. by Rob Landley · 18 years ago
- 46968f7 Remove more warnings. by Rob Landley · 18 years ago
- e2f796c Make some of gcc 4.1's dumber warnings go away. by Rob Landley · 18 years ago
- c6f481c Comment tweak. by Rob Landley · 18 years ago
- 04fa1e1 Note the mailing list. by Rob Landley · 18 years ago
- 78b47ff Teach clean and distclean to zap more files. by Rob Landley · 18 years ago
- cd2edfd Add bloat-o-meter, make bloatcheck, and scripts/showasm. by Rob Landley · 18 years ago
- 28a0dec Trawling through the archives: a broken test, an unnecessary memset, and a by Rob Landley · 18 years ago
- 2de8f3e More whitespace/cowbell. (And change comment style to //.) by Rob Landley · 18 years ago
- 61a9cc5 Reduce flag duplication and make kconfig use HOST_CC. by Rob Landley · 18 years ago
- 6973a1d Add my old micro-bunzip library. Needs some cleanup... by Rob Landley · 18 years ago
- 65b7df5 Leftover from when I cleaned this up for another project. by Rob Landley · 18 years ago
- 1521a9e Add cat -v. by Rob Landley · 18 years ago
- b23d230 Add oneit. by Rob Landley · 18 years ago
- 1674e2a Fix a warning. by Rob Landley · 18 years ago
- 58c6c1b More work on option parsing. "df -t tmpfs" actually seems to work now. by Rob Landley · 18 years ago
- f06af2b Add another warning check and a missing dependency. by Rob Landley · 18 years ago
- 8167fd5 I got the mercurial web browser thingy set up, note it on the web page. by Rob Landley · 18 years ago
- fdb667e Fix a half-dozen bugs in argument parsing. More seems to work than not now. by Rob Landley · 18 years ago
- 54ebcce Allocate a more sane amount of memory. by Rob Landley · 18 years ago
- 4541e88 Fix thinko (inverted test). by Rob Landley · 18 years ago
- 2a813ff Add one if() that has lots of whitespace fallout. by Rob Landley · 18 years ago
- 8324b89 New option parsing infrastructure (doesn't use getopt). Hook it up to by Rob Landley · 18 years ago
- b29ceb8 Web site updates, and a design document. by Rob Landley · 18 years ago
- 3f92058 Redo the index page (flesh it out about halfway), and a couple tweaks to by Rob Landley · 18 years ago
- 5c63c92 The web page should be in the repository, and while I'm at it let's see if I by Rob Landley · 18 years ago
- f2311a4 Add pwd. Consolidate toy list information under toylist.h. by Rob Landley · 18 years ago
- 0a04b3e Implement which. Add hello world to menuconfig. Wrap the various applet main by Rob Landley · 18 years ago
- 7fc43f7 Better dependencies, and feed the linker --gc-sections. (Which is not an by Rob Landley · 18 years ago
- 63d4168 Added tag 0.0.1 for changeset 8f8a8ac59c14 by Rob Landley · 18 years ago
- 3c49a45 Thinko: the Config.in for the toys should be in ./toys, not ./lib. by Rob Landley · 18 years ago
- fa98d01 Add xabspath(), is_file_type(), which_in_path(), and find_in_path(). by Rob Landley · 18 years ago
- 15bdc11 Linked list functions, forgot to add this to the repository. by Rob Landley · 18 years ago
- 401ae8f Make the config generate gen_config.h with CFG_ and USE() macros. by Rob Landley · 18 years ago
- 9b3fc7d Add a hello world applet, partly as an example and partly for testing purposes. by Rob Landley · 18 years ago
- 1f24e80 The darn thing accidentally created a branch. I had to copy a half-dozen by Rob Landley · 18 years ago
- 6ccb1b7 The Config files don't need the CONFIG_ prefix. by landley · 18 years ago
- 5257cf5 Add menuconfig, plus some basic Config info, lots of which is just future by landley · 18 years ago
- 52fb042 Closer support for "pedantic" option for SUSv3. (Ok, it's %ld instead of the by landley · 18 years ago
- 64b2e23 Add reread(), readall(), and xread() on the bus ride in to work... by landley · 18 years ago
- 09ea7ac Implement df. Add -Wall to build and fix up warnings. Add copyright notices. by landley · 18 years ago
- 2f588f7 Rest of thinko fix. by landley · 18 years ago
- 8ce06f2 Thinko fix. by landley · 18 years ago
- 00f87f1 Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path(). by landley · 18 years ago
- cd9dfc3 Next drop of toysh, plus more infratructure. by landley · 18 years ago
- 4f344e3 Infrastructure, first drop of toy shell, and a bit of work on df. by landley · 18 years ago
- c562150 Next snapshot. Tries to grab something out of lib in order to build, I have by landley · 18 years ago
- 13bab2f Starting a new project. Just a bit past the "hello world" stage... by landley · 18 years ago