log

age author description
Thu, 13 Dec 2007 07:00:27 -0600 Rob Landley Update web pages.
Wed, 12 Dec 2007 16:19:00 -0600 Rob Landley Set the executable bit in license.html so the server side #includes get parsed.
Tue, 11 Dec 2007 15:41:31 -0600 Rob Landley Update links and add some more spec comments.
Sun, 09 Dec 2007 15:35:42 -0600 Rob Landley Changeset 186 assumed that toys.exitval defaults to 0. Actually change the
Sun, 09 Dec 2007 15:32:07 -0600 Rob Landley Add some more .PHONY targets.
Sun, 09 Dec 2007 15:30:36 -0600 Rob Landley Add -c option to oneit, to specify console other than /dev/tty0.
Mon, 03 Dec 2007 20:05:57 -0600 Rob Landley Add comments about SUSv3 specs (or lack thereof).
Mon, 03 Dec 2007 20:05:14 -0600 Rob Landley Other chroots fall back to "/bin/sh -i", so add the -i.
Mon, 03 Dec 2007 19:59:34 -0600 Rob Landley Minor cleanups to sha1sum.
Mon, 03 Dec 2007 19:28:51 -0600 Rob Landley Add chroot.
Mon, 03 Dec 2007 18:57:57 -0600 Rob Landley Netcat needs this to build.
Mon, 03 Dec 2007 18:53:00 -0600 Rob Landley Add first pass at netcat. Base applet, -f, and -w implemented.
Fri, 30 Nov 2007 04:37:24 -0600 Rob Landley Minor cleanups/tweaks to touch.
Thu, 29 Nov 2007 18:32:20 -0600 Rob Landley Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too.
Thu, 29 Nov 2007 18:14:37 -0600 Rob Landley Change command main() functions to return void, and exit(toys.exitval) from
Thu, 29 Nov 2007 17:49:50 -0600 Rob Landley Add loopfiles() function, make catv use it.
Tue, 27 Nov 2007 01:44:27 -0600 Rob Landley Add a comment about a case that made me stop and think.
Sun, 25 Nov 2007 16:54:29 +0000 Charlie Shepherd Rebuild toybox when a header file changes
Tue, 27 Nov 2007 01:41:32 -0600 Rob Landley Patch from Charlie Shepherd: remove extra \n from error_exit() arguments.
Tue, 27 Nov 2007 01:36:50 -0600 Rob Landley Add comment, and whitespace changes.
Fri, 23 Nov 2007 21:01:37 +0000 Charlie Shepherd Add kconfig/conf to .hgignore
Fri, 23 Nov 2007 20:49:27 +0000 Charlie Shepherd Add tty applet
Tue, 27 Nov 2007 01:19:40 -0600 Rob Landley Add comment and very minor tweak.
Tue, 27 Nov 2007 01:06:43 -0600 Rob Landley Remove a few bytes from basename and add 'em back (and more) in the help string.
Tue, 27 Nov 2007 00:57:42 -0600 Rob Landley Patch from Charlie Shepherd to add basename and dirname. (Fixed up to apply.)
Sat, 24 Nov 2007 22:05:29 -0600 Rob Landley Re-roll loop, making code smaller. Also localize all the crypto information
Sat, 24 Nov 2007 22:02:07 -0600 Rob Landley Untangle algorithm: use uint64_t for count, move union into struct, use struct
Sat, 24 Nov 2007 21:33:23 -0600 Rob Landley More cleanup: consistent indents, uint32_t, rename functions and structs,
Sat, 24 Nov 2007 21:26:56 -0600 Rob Landley Whitespace change: 4 spaces become one tab.
Sat, 24 Nov 2007 21:26:09 -0600 Rob Landley Minimal changes to make it actually work on an x86-64 host.