log

age author description
Sat, 27 Dec 2008 05:37:47 -0600 Rob Landley Add cksum.
Thu, 18 Dec 2008 16:19:43 -0600 Rob Landley Fix the old dead link about mepis with one from linux.com. (Thanks Christian Holtje.)
Tue, 16 Dec 2008 01:48:27 -0600 Rob Landley Two bugfixes for deleting files (-p and message)
Sun, 14 Dec 2008 02:12:07 -0600 Rob Landley Teach oneit to reboot on exit more reliably.
Sun, 14 Dec 2008 01:08:37 -0600 Rob Landley Shut up some new aggressively stupid warnings gcc 4.3 produces.
Mon, 08 Dec 2008 00:16:07 -0600 Rob Landley Fix netcat -f
Sun, 30 Nov 2008 20:42:16 -0600 Rob Landley Fix typo.
Thu, 27 Nov 2008 07:31:34 -0600 Rob Landley Add uname
Tue, 18 Nov 2008 22:22:18 -0600 Rob Landley The epoch can also show up as 1970-01-01 (depending on timezone), so treat any year >0 and <= 1970 as meaning "file does not exist".
Tue, 18 Nov 2008 22:17:43 -0600 Rob Landley More than 4k of input can be queued up in a pipe, so loop needs to continue reading until POLLIN is exhausted before acknowledging POLLHUP.
Sun, 16 Nov 2008 02:41:04 -0600 Rob Landley Shell $(netcat) won't return unless child's stdin/stdout/stderr are closed.
Sun, 16 Nov 2008 01:57:06 -0600 Rob Landley Second attempt at making netcat -l work properly.
Sat, 15 Nov 2008 05:17:23 -0600 Rob Landley Add netcat server mode, -l, -L, and -t.
Wed, 12 Nov 2008 18:01:35 -0600 Rob Landley Work around a reiserfs bug. (One line change, switch from looking at broken struct dirent->dt_type to looking at stat() output. The rest are unrelated variable renames.)
Wed, 12 Nov 2008 13:56:49 -0600 Rob Landley Announce 0.0.7.
Wed, 12 Nov 2008 13:38:12 -0600 Rob Landley Added tag 0.0.7 for changeset db86f4df58b9
Wed, 12 Nov 2008 13:31:30 -0600 Rob Landley Added tag 0.0.6 for changeset 6e65eefc37e9 0.0.7
Fri, 24 Oct 2008 23:19:38 -0500 Rob Landley Tighten up chvt, save a few bytes.
Thu, 23 Oct 2008 16:44:30 -0500 Rob Landley Upgrade patch to detect hunks that start after a false start.
Thu, 28 Aug 2008 17:32:05 -0500 Rob Landley Fix giant glaring thinko.
Fri, 15 Aug 2008 14:16:53 -0500 Rob Landley An error from an input file isn't fatal, keep reading remaining input files.
Fri, 15 Aug 2008 14:14:10 -0500 Rob Landley Chroot should stop option parsing at the first non-option argument.
Fri, 18 Jul 2008 08:43:18 -0500 Rob Landley Tweak from Roberto Foglietta.
Fri, 18 Jul 2008 05:43:44 -0500 Rob Landley Roberto Foglietta pointed out that readall() needs fdlength() to restore
Fri, 18 Jul 2008 04:15:59 -0500 Rob Landley Bug spotted by Roberto Foglietta: at EOF readall() should return count, not len.
Thu, 03 Jul 2008 19:19:00 -0500 Rob Landley Add "tee" command.
Thu, 03 Jul 2008 19:16:38 -0500 Rob Landley Finish bzcat.
Thu, 03 Jul 2008 19:14:23 -0500 Rob Landley Teach option parsing logic that ^ means stop parsing after this option.
Sat, 28 Jun 2008 01:07:34 -0500 Rob Landley A pathological case of huffman coding that uses 8 bits to code each of 256
Thu, 26 Jun 2008 22:48:43 -0500 Rob Landley Option parsing: stopearly is now a ^ prefix (not +), and an option string with
Sun, 22 Jun 2008 04:18:39 -0500 Rob Landley Basic tests for sort. Needs more...
Sun, 22 Jun 2008 04:15:36 -0500 Rob Landley Only apply global flags to fallback sort.
Sun, 22 Jun 2008 00:57:44 -0500 Rob Landley Cosmetic tweak, only show skipped tests when VERBOSE set.
Sun, 22 Jun 2008 00:57:15 -0500 Rob Landley Adjust "optional" function (gen_config.h became generated/config.h).
Wed, 18 Jun 2008 19:31:32 -0500 Rob Landley Most of an susv3 compliant sort implementation (loosely based on the one I wrote back in 2005).
Mon, 16 Jun 2008 19:27:35 -0500 Rob Landley Assemble '*' repeated argument list in order. Also implement '@' counter.
Mon, 26 May 2008 16:07:16 -0500 Rob Landley Announce 0.0.6 release. (A bit early, so the next FWL release can use it.) 0.0.6
Sat, 17 May 2008 17:54:21 -0500 Rob Landley Add seq, and tests for it.
Sat, 17 May 2008 17:52:51 -0500 Rob Landley Fix which (the meaning of -a was reversed, and it was finding the _last_ hit).
Sat, 17 May 2008 17:13:26 -0500 Rob Landley Fix command line option parsing so "echo -xen" actually prints "-xen". Add
Mon, 12 May 2008 01:23:19 -0500 Rob Landley Sort was including the trailing comma and getting the order wrong.
Mon, 12 May 2008 00:52:27 -0500 Rob Landley Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel.
Sun, 04 May 2008 19:44:39 -0500 Rob Landley More tweaks to rmdir.test and the testing infrastructure.
Sun, 04 May 2008 18:59:16 -0500 Rob Landley Add rmdir and test for it.
Sun, 04 May 2008 18:52:29 -0500 Rob Landley Fluffier error message.
Sun, 04 May 2008 16:20:15 -0500 Rob Landley Try to convince make to be less stupid about rebuilding.
Sun, 04 May 2008 16:03:10 -0500 Rob Landley Teach run-all-tests mode to only test enabled commands.
Sun, 04 May 2008 16:00:52 -0500 Rob Landley Remove extraneous output.
Sun, 04 May 2008 15:35:04 -0500 Rob Landley Very simple cat tests, with more test ideas commented out.
Sun, 13 Apr 2008 00:29:00 -0500 Rob Landley Teach get_rawline() to continue until a configurable char, and xstrndup()
Wed, 09 Apr 2008 22:24:36 -0500 Rob Landley We don't open a destination filehandle for symlinks, so xclose() would barf.
Wed, 09 Apr 2008 22:01:20 -0500 Rob Landley Add -v to cp.
Wed, 09 Apr 2008 00:22:04 -0500 Rob Landley Thinko in cat.
Tue, 08 Apr 2008 22:59:18 -0500 Rob Landley Teach patch that a file dated 1969-12-31 means doesn't exist, and to fail
Fri, 04 Apr 2008 12:19:21 -0500 Rob Landley Spent the five minutes to implement "cat".
Sat, 29 Mar 2008 17:27:35 -0500 Rob Landley Added tag 0.0.5 for changeset 09ecbdf58c87
Sat, 29 Mar 2008 17:27:16 -0500 Rob Landley New release coming. 0.0.5
Sat, 29 Mar 2008 17:25:28 -0500 Rob Landley Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.)
Fri, 28 Mar 2008 00:44:44 -0500 Rob Landley Update help, move test.sh to scripts, and fix "make test" to call right script.
Fri, 28 Mar 2008 00:40:57 -0500 Rob Landley Add uninstall and uninstall_flat.
Fri, 28 Mar 2008 00:09:31 -0500 Rob Landley Add install target, and make install_flat use scripts/install.sh
Wed, 26 Mar 2008 00:54:56 -0500 Rob Landley Another cp -r fix, another test case...
Tue, 25 Mar 2008 17:09:40 -0500 Rob Landley Update cp -r to work better, add relevant tests to test suite.
Mon, 24 Mar 2008 05:34:58 -0500 Rob Landley If we don't remember to closedir(), the leaked filehandles add up.
Mon, 24 Mar 2008 05:14:37 -0500 Rob Landley Fix -r logic, it needs both source and dest paths explicitly stated.
Mon, 24 Mar 2008 00:32:25 -0500 Rob Landley Enabling debugging should not change behavior. Oops.
Sun, 24 Feb 2008 03:48:06 -0600 Rob Landley Make cp pass the rest of its test suite. Needs a bigger test suite (-lsHPLi
Sun, 24 Feb 2008 01:34:01 -0600 Rob Landley Add an install script, with --long --symlink --force and --uninstall options.
Sat, 23 Feb 2008 15:02:11 -0600 Rob Landley Don't delete testdir after running test.sh. Add it to make clean instead.
Sat, 23 Feb 2008 14:59:22 -0600 Rob Landley Remove some commented out code.
Thu, 21 Feb 2008 04:44:42 -0600 Rob Landley Make cp pass most of its test suite. Still need to add symlink support.
Wed, 20 Feb 2008 01:47:56 -0600 Rob Landley Add first pass at cp, totally untested, unlikely to work yet. :)
Mon, 18 Feb 2008 03:32:17 -0600 Rob Landley Add enable/disable/exclude logic, update docs.
Sun, 17 Feb 2008 16:19:52 -0600 Rob Landley Yet more build dependency tweaks...
Sat, 16 Feb 2008 20:00:11 -0600 Rob Landley Start of tests for cp.
Sat, 16 Feb 2008 19:41:20 -0600 Rob Landley Dirtree needs to use lstat(), not stat. And failure should probably be a
Tue, 12 Feb 2008 19:05:44 -0600 Rob Landley Add TOYFLAG_UMASK.
Tue, 12 Feb 2008 18:41:34 -0600 Rob Landley Partial update. Needs more work.
Tue, 12 Feb 2008 17:36:13 -0600 Rob Landley Add toys.optc, an argv-style count for toys.optargs.
Tue, 12 Feb 2008 17:35:10 -0600 Rob Landley Fix up (admittedly stubby) mdev so it's actually hooked up to the build.
Wed, 30 Jan 2008 17:05:37 -0600 Rob Landley Script from Roberto Foglietta to do config2help in bash instead of python.
Sun, 27 Jan 2008 16:22:41 -0600 Rob Landley Add spaces after some commas (from Charlie Shepherd).
Fri, 25 Jan 2008 12:54:31 +0000 Charlie Shepherd Remove extra newlines on error_paths
Fri, 25 Jan 2008 12:36:24 +0000 Charlie Shepherd Fix filename in header
Fri, 25 Jan 2008 12:34:18 +0000 Charlie Shepherd Update .hgignore to cover new generated/ directory
Fri, 25 Jan 2008 12:33:33 +0000 Charlie Shepherd Fix copyright name
Fri, 25 Jan 2008 14:44:01 +0000 Charlie Shepherd Die on compilation or stripping failure
Sun, 27 Jan 2008 15:26:32 -0600 Rob Landley Have chvt print an error message (and exit with error) when it fails.
Sun, 27 Jan 2008 15:26:08 -0600 Rob Landley Teach perror_exit() to take a NULL argument when we just want "command: error".
Sat, 26 Jan 2008 23:18:08 -0600 Rob Landley Comment and whitespace cleanups by Charlie Shepherd (code's the same).
Tue, 22 Jan 2008 19:20:06 -0600 Rob Landley Might as well make the dependencies slightly more paranoid.
Tue, 22 Jan 2008 17:38:55 -0600 Rob Landley Sort newtoys.h by command name, not by USE_ macro.
Tue, 22 Jan 2008 15:33:50 -0600 Rob Landley Fix crash when running unknown command via symlink.
Mon, 21 Jan 2008 14:47:08 -0600 Rob Landley Hit makefile dependencies so install step doesn't rebuild toybox.
Sun, 20 Jan 2008 19:00:16 -0600 Rob Landley Fluff out hello.c to supply more example code as a skeleton for new commands,
Sun, 20 Jan 2008 17:34:53 -0600 Rob Landley Move dlist_add() to lib/llist.c
Sun, 20 Jan 2008 17:25:44 -0600 Rob Landley Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()
Sat, 19 Jan 2008 17:55:45 -0600 Rob Landley Minor cleanup: move mke2fs options into mke2fs.c.
Sat, 19 Jan 2008 17:49:51 -0600 Rob Landley More documentation for generated/* files.
Sat, 19 Jan 2008 17:43:27 -0600 Rob Landley Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
Sat, 19 Jan 2008 17:08:39 -0600 Rob Landley Zap toys/Config.in and instead create generated/Config.in from contents of
Thu, 10 Jan 2008 14:40:13 -0600 Rob Landley Move some generated files into the "generated" subdirectory.
Thu, 10 Jan 2008 14:34:15 -0600 Rob Landley Very early stub of sed, does nothing yet.
Mon, 07 Jan 2008 20:28:26 -0600 Rob Landley Web page tweak.
Sun, 06 Jan 2008 16:01:11 -0600 Rob Landley Add chvt from David Anders.
Sat, 05 Jan 2008 18:23:30 -0600 Rob Landley Fluffier web page.
Sat, 05 Jan 2008 18:13:19 -0600 Rob Landley More web page tweaks.
Sat, 05 Jan 2008 18:09:49 -0600 Rob Landley Update web pages.
Sat, 05 Jan 2008 18:08:17 -0600 Rob Landley A bit more documentation on Patch.
Sat, 05 Jan 2008 16:40:40 -0600 Rob Landley Update help text a bit.
Sat, 05 Jan 2008 15:20:26 -0600 Rob Landley Teach readlink to actually do -f.
Wed, 02 Jan 2008 01:40:09 -0600 Rob Landley Release notice.
Wed, 02 Jan 2008 01:36:38 -0600 Rob Landley Added tag 0.0.4 for changeset 104792581cc9
Tue, 01 Jan 2008 02:39:29 -0600 Rob Landley Fix loopfiles to not call function() on file not found. 0.0.4
Mon, 31 Dec 2007 14:34:41 -0600 Rob Landley Fix patch to use @@ values and match EOF when fewer trailing than starting
Fri, 28 Dec 2007 03:29:33 -0600 Rob Landley Make touch work reliably when file doesn't exist and clean up headers a bit.
Thu, 27 Dec 2007 21:36:44 -0600 Rob Landley Brief note about code style.
Thu, 27 Dec 2007 21:36:33 -0600 Rob Landley Make patch's file add actually work, including directory creating and
Mon, 24 Dec 2007 19:53:20 -0600 Rob Landley Major refactoring of bunzip.c in preparation for doing a multi-threaded version.
Thu, 20 Dec 2007 06:30:19 -0600 Rob Landley Upgrade patch to understand creating and deleting files.