log

age author description
Sat, 14 Jan 2012 23:28:15 -0600 Rob Landley Expand comments.
Wed, 28 Dec 2011 16:50:16 -0600 Rob Landley Don't make toysh default to y until it does something useful.
Wed, 28 Dec 2011 16:17:13 -0600 Rob Landley Fix "make help".
Wed, 28 Dec 2011 13:01:12 -0600 Rob Landley Bugfix (spotted by Nathan McSween): xread can't detect <0 if the return type is stored in an unsigned variable.
Mon, 12 Dec 2011 23:49:55 -0600 Rob Landley Implement unshare.
Mon, 12 Dec 2011 15:19:52 -0600 Rob Landley Forgot to check in loopfiles_rw changes needed by truncate.
Sun, 11 Dec 2011 03:58:43 -0600 Rob Landley Implement truncate.
Sun, 11 Dec 2011 03:54:58 -0600 Rob Landley Whitespace/wordwrap changes.
Sun, 11 Dec 2011 02:36:01 -0600 Rob Landley Implment cal.
Wed, 30 Nov 2011 07:21:23 -0600 Rob Landley Split out parse_optflaglist(), and move local variables to optflagstate.
Mon, 28 Nov 2011 00:22:15 -0600 Rob Landley Fix "tar cvjfC file dir", make @ not eat an argument, add debug check for (as yet) unsupported multi-function option (ala "x*@").
Tue, 22 Nov 2011 06:08:26 -0600 Rob Landley Don't complain about "possibly reversed" hunks that merely moved later in the file, just give a potential reason if it failed to apply.
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.