log

age author description
Wed, 31 Jan 2007 14:37:01 -0500 Rob Landley Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.
Wed, 31 Jan 2007 14:18:05 -0500 Rob Landley Add make install_flat.
Wed, 31 Jan 2007 13:31:19 -0500 Rob Landley Small cleanup to prepare for cross-compile friendly make install.
Wed, 31 Jan 2007 12:28:50 -0500 Rob Landley Added tag 0.0.2 for changeset d2e38cb0b1cd
Wed, 31 Jan 2007 12:27:10 -0500 Rob Landley I forgot to add count.c a while ago. (Memo to self: grab snapshots and build 0.0.2
Wed, 31 Jan 2007 11:57:08 -0500 Rob Landley Move download->downloads (be consistent) and add a skeletal index bar along
Wed, 31 Jan 2007 10:50:56 -0500 Rob Landley This creates an almost valid empty ext2 filesystem, except for a few superblock
Mon, 29 Jan 2007 17:44:28 -0500 Rob Landley mke2fs: Stopping for dinner. It compiles.
Sun, 28 Jan 2007 04:54:01 -0500 Rob Landley More work on mke2fs.
Sat, 27 Jan 2007 20:43:26 -0500 Rob Landley Move superblock initialization to a function. Trim unused padding from
Sat, 27 Jan 2007 15:10:48 -0500 Rob Landley One more field, minor shrinking, and start on block groups.
Fri, 26 Jan 2007 10:48:35 -0500 Rob Landley Filling out most of the ext2 superblock correctly now.
Thu, 25 Jan 2007 16:11:23 -0500 Rob Landley Update args.c to implement numeric arguments.
Thu, 25 Jan 2007 16:10:37 -0500 Rob Landley The fdlength() ioctl apparently doesn't work on files (and the lseek trick
Tue, 23 Jan 2007 19:54:01 -0500 Rob Landley More work on mke2fs.
Tue, 23 Jan 2007 13:20:38 -0500 Rob Landley More random progress on mke2fs. Nothing to see yet.
Sat, 20 Jan 2007 23:41:49 -0500 Rob Landley Add "yes" command.
Sat, 20 Jan 2007 22:59:00 -0500 Rob Landley Teach pwd to detect write errors.
Sat, 20 Jan 2007 22:41:29 -0500 Rob Landley Comment and whitespace cleanups
Sat, 20 Jan 2007 21:32:47 -0500 Rob Landley Helps to "hg add" echo.c. Also, implement \0123 escapes for -e.
Sat, 20 Jan 2007 18:04:20 -0500 Rob Landley Add "echo". Has -n and -e (but not \0123 yet).
Sat, 20 Jan 2007 12:30:19 -0500 Rob Landley Merge a memset with an existing loop, tweak comments.
Fri, 19 Jan 2007 16:31:11 -0500 Rob Landley Merge two similar loops and expand a comment.
Fri, 19 Jan 2007 16:01:54 -0500 Rob Landley Another suggestion from Manuel: Grab 2 bits instead of 1 inside a loop. Saves
Thu, 18 Jan 2007 22:01:04 -0500 Rob Landley Add count command.
Thu, 18 Jan 2007 22:00:46 -0500 Rob Landley Save 4 bytes of stack space.
Thu, 18 Jan 2007 22:00:12 -0500 Rob Landley In bunzip replace setjmp/longjmp handling with error_exit(), replace string
Thu, 18 Jan 2007 21:54:08 -0500 Rob Landley Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which
Thu, 18 Jan 2007 18:16:11 -0500 Rob Landley More optimizations originally suggested by Manuel Nova: Use a sentinel value
Wed, 17 Jan 2007 18:24:17 -0500 Rob Landley Minor cleanups.
Wed, 17 Jan 2007 18:18:50 -0500 Rob Landley Turn a memmove into a while(), reducing running time by 3.5% in my tests.
Wed, 17 Jan 2007 16:58:51 -0500 Rob Landley Another application of Manuel Nova's "math instead of ifs" trick. Saves 17b.
Wed, 17 Jan 2007 16:56:28 -0500 Rob Landley Minor optimization the compiler already does for us (according to bloatcheck),
Wed, 17 Jan 2007 16:31:23 -0500 Rob Landley Fix off by one error in a test.
Wed, 17 Jan 2007 13:58:08 -0500 Rob Landley Comment and whitespace changes.
Tue, 16 Jan 2007 14:25:12 -0500 Rob Landley Memmove is 11 bytes shorter than the unrolled loop, and Manuel Nova pointed
Tue, 16 Jan 2007 13:26:02 -0500 Rob Landley Add a quick and dirt bzcat (stdin to stdout only for the moment) to test
Sun, 14 Jan 2007 20:20:06 -0500 Rob Landley Add start of mke2fs/gene2fs, and some other stuff I've been working on.
Mon, 08 Jan 2007 04:26:01 -0500 Rob Landley xread() and xwrite() should take void *, not char *.
Mon, 08 Jan 2007 03:25:47 -0500 Rob Landley Add xaccess()
Mon, 08 Jan 2007 02:49:39 -0500 Rob Landley Add rewrite(), writeall(),and xwrite() to match the read versions.
Sun, 07 Jan 2007 22:51:12 -0500 Rob Landley xopen() wants 2 arguments unless you're creating a file, in which case you
Sun, 07 Jan 2007 03:48:26 -0500 Rob Landley Two unrelated additions I'm working on cross over in this file. In theory I
Thu, 04 Jan 2007 17:26:30 -0500 Rob Landley Blah. The sed filter's not right, I'll try again later.
Sun, 31 Dec 2006 19:10:24 -0500 Rob Landley Remove more warnings.
Sun, 31 Dec 2006 19:09:42 -0500 Rob Landley Make some of gcc 4.1's dumber warnings go away.
Sat, 30 Dec 2006 22:01:47 -0500 Rob Landley Comment tweak.
Thu, 14 Dec 2006 15:19:34 -0500 Rob Landley Note the mailing list.
Sun, 26 Nov 2006 18:54:03 -0500 Rob Landley Teach clean and distclean to zap more files.
Sun, 26 Nov 2006 18:47:14 -0500 Rob Landley Add bloat-o-meter, make bloatcheck, and scripts/showasm.
Sun, 26 Nov 2006 18:27:33 -0500 Rob Landley Trawling through the archives: a broken test, an unnecessary memset, and a
Sun, 26 Nov 2006 17:19:18 -0500 Rob Landley More whitespace/cowbell. (And change comment style to //.)
Sun, 26 Nov 2006 17:18:29 -0500 Rob Landley Reduce flag duplication and make kconfig use HOST_CC.
Sat, 25 Nov 2006 16:50:00 -0500 Rob Landley Add my old micro-bunzip library. Needs some cleanup...
Sat, 25 Nov 2006 16:23:47 -0500 Rob Landley Leftover from when I cleaned this up for another project.
Sat, 25 Nov 2006 16:06:55 -0500 Rob Landley Add cat -v.
Sat, 25 Nov 2006 13:48:02 -0500 Rob Landley Add oneit.
Sat, 25 Nov 2006 13:45:39 -0500 Rob Landley Fix a warning.
Sat, 25 Nov 2006 13:34:51 -0500 Rob Landley More work on option parsing. "df -t tmpfs" actually seems to work now.
Sat, 25 Nov 2006 13:32:01 -0500 Rob Landley Add another warning check and a missing dependency.