log

age author description
Sun, 20 Nov 2011 21:36:37 -0600 Rob Landley Implement unlink.
Sun, 20 Nov 2011 21:13:47 -0600 Rob Landley Implement nohup.
Sun, 20 Nov 2011 11:39:13 -0600 Rob Landley Add link.
Fri, 18 Nov 2011 06:21:29 -0600 Rob Landley Add dirname, and typo fixes to wc header.
Thu, 17 Nov 2011 07:26:22 -0600 Rob Landley Add wc.
Tue, 15 Nov 2011 03:01:41 -0600 Rob Landley More GPL->BSD debris.
Tue, 15 Nov 2011 02:59:50 -0600 Rob Landley Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant).
Tue, 15 Nov 2011 02:38:13 -0600 Rob Landley New mailing list.
Tue, 15 Nov 2011 02:24:44 -0600 Rob Landley Switch to 2-clause BSD license (with caveat about scripts directory).
Tue, 15 Nov 2011 01:09:27 -0600 Rob Landley SUSv4 is out, update template link.
Tue, 15 Nov 2011 00:57:45 -0600 Rob Landley Implement tty command.
Sun, 13 Nov 2011 21:05:28 -0600 Rob Landley xreadall() returns void... how does that even compile?
Sun, 13 Nov 2011 20:02:47 -0600 Rob Landley Prepare for license switch by (regrettably) removing Charlie Shepherd's code, at least until I can get in touch with him to to get permission to relicense it.
Sat, 21 May 2011 22:54:21 -0500 Rob Landley The @@ -1,2 +3,4 @@ lines treat ,1 as implied, so the format isn't regular.
Sun, 28 Feb 2010 14:11:41 -0600 Rob Landley For CFG_TOYBOX_DEBUG add -x option to patch to dump lots of debug output about the search and match.
Sun, 28 Feb 2010 12:16:43 -0600 Rob Landley One more little tweak to patch: unrecognized date format != delete file.
Wed, 06 Jan 2010 05:29:53 -0600 Rob Landley Add command "nice".
Wed, 06 Jan 2010 05:29:17 -0600 Rob Landley Make toy_init() reentrant, or else xexec() has funky errors.
Wed, 06 Jan 2010 05:28:32 -0600 Rob Landley Shut up even MORE gcc/glibc spurious warnings.
Tue, 05 Jan 2010 13:17:47 -0600 Rob Landley Add setsid.
Tue, 05 Jan 2010 12:17:05 -0600 Rob Landley Add TOYBOX_SUID.
Tue, 05 Jan 2010 10:48:32 -0600 Rob Landley Correct return types of xstrdup() and xstrndup()
Tue, 05 Jan 2010 10:46:16 -0600 Rob Landley menuconfig indentation should be handled by dependencies, not whitespace in description.
Tue, 05 Jan 2010 10:45:16 -0600 Rob Landley Use fdlength() instead of lseek(SEEK_END).
Tue, 05 Jan 2010 10:43:36 -0600 Rob Landley Typo fix in comment.
Tue, 05 Jan 2010 10:41:52 -0600 Rob Landley Minor web page updates (put header/footer back, add a few <hr> tags).
Sun, 13 Dec 2009 00:12:26 -0600 Rob Landley The "strip" in gcc 4.4 doesn't set the executable bit on its output, despite what SUSv4 says it should do, so cope with buggy FSF tools.
Sun, 13 Dec 2009 00:11:30 -0600 Rob Landley Let the minicom script take the speed as an optional second argument.
Sun, 29 Nov 2009 22:14:06 -0600 Rob Landley Fix reversed patch detection logic, remove unused variables, rename variables, better comments.
Fri, 23 Oct 2009 17:42:13 -0500 Rob Landley Add .tar.bz2 to tarball links.
Wed, 30 Sep 2009 23:30:26 -0500 Rob Landley Remove header/footer includes to prepare for css instead.
Thu, 06 Aug 2009 20:39:28 -0500 Rob Landley Make a warning go away on Fedora 11.
Thu, 06 Aug 2009 20:38:24 -0500 Rob Landley Unconditionally add the $CROSS_COMPILE prefix to $CC, even if it's already set.
Fri, 05 Jun 2009 15:58:48 -0500 Rob Landley Fix broken links spotted by Cedric Duval.
Fri, 17 Apr 2009 05:35:11 -0500 Rob Landley Added tag 0.0.9.2 for changeset f142d02036b6
Fri, 17 Apr 2009 05:34:59 -0500 Rob Landley Announce 0.0.9.2 bugfix release. 0.0.9.2
Thu, 16 Apr 2009 17:03:38 -0500 Rob Landley Fix bug spotted by Jean-Christphe Dubois: reserve space for null terminator.
Sun, 29 Mar 2009 21:55:27 -0500 Rob Landley Announce 0.0.9.1 bugfix release.
Sun, 29 Mar 2009 21:54:01 -0500 Rob Landley Added tag 0.0.9.1 for changeset add8b512f41a
Sun, 29 Mar 2009 01:08:34 -0500 Rob Landley Another patch corner case. 0.0.9.1
Sat, 28 Mar 2009 23:25:47 -0500 Rob Landley Old news.html update, but never actually checked in.
Sat, 28 Mar 2009 23:24:42 -0500 Rob Landley Regenerate Config.in when toys/*.c changes.
Sat, 28 Mar 2009 21:33:03 -0500 Rob Landley Rearchitect patch to handle more darn corner cases.
Fri, 30 Jan 2009 16:17:35 -0600 Rob Landley Convert non-bool config values (such as int) into config.h entries.
Fri, 30 Jan 2009 16:10:55 -0600 Rob Landley Re-wordwrap and reorder the .config->config.h sed script. (No real changes, just one command/line in a clearer order.)
Sun, 25 Jan 2009 16:59:14 -0600 Rob Landley Comment tweaks.
Sun, 25 Jan 2009 16:34:46 -0600 Rob Landley Fix thinko.
Mon, 19 Jan 2009 22:59:21 -0600 Rob Landley Announce 0.0.8 release.
Mon, 19 Jan 2009 22:49:17 -0600 Rob Landley Added tag 0.0.8 for changeset 86e2bdb2ad66
Mon, 19 Jan 2009 22:08:01 -0600 Rob Landley Fix typo. 0.0.8
Sun, 18 Jan 2009 16:19:25 -0600 Rob Landley Add mkswap.
Wed, 14 Jan 2009 20:41:37 -0600 Rob Landley Hello shouldn't be enabled in defconfig.
Mon, 05 Jan 2009 01:47:48 -0600 Rob Landley Accidentally changed cksum behavior with the -P flag, toggle its meaning.
Mon, 05 Jan 2009 01:05:43 -0600 Rob Landley Add -N, -I, -L, and -P options to cksum.
Sun, 04 Jan 2009 22:45:03 -0600 Rob Landley Add -F option to cksum.
Sun, 04 Jan 2009 13:27:36 -0600 Rob Landley Make patch work with -R when deleting files.
Sat, 03 Jan 2009 18:15:18 -0600 Rob Landley Check in crc_init needed by cksum. (Oops.)
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.