log

age author description
Sat, 18 Feb 2012 15:33:27 +0100 Elie De Brauwer Adding swapon and swapoff
Sat, 18 Feb 2012 14:13:55 +0100 Elie De Brauwer mkswap helpstring and argument string
Sat, 18 Feb 2012 22:44:11 -0600 Rob Landley Nathan McSween convinced me compilers that inline memset() can optimize the bzero case pretty well.
Sat, 18 Feb 2012 18:54:30 -0600 Rob Landley Cleanups to killall.
Sat, 18 Feb 2012 18:53:57 -0600 Rob Landley And again, I forgot to check in a file. Oops.
Sat, 18 Feb 2012 18:09:14 -0600 Rob Landley Cleanups to pidof (including some global infrastructure shared with killall).
Sat, 18 Feb 2012 15:19:00 -0600 Rob Landley More ls updates from Andre Renaud: Add -R and initial support for listing files on the command line.
Sat, 18 Feb 2012 15:12:41 -0600 Rob Landley Add killall by Andreas Heck, and factor out common pid code to lib.h.
Sat, 18 Feb 2012 15:08:31 -0600 Rob Landley Add pidof by Andreas Heck.
Wed, 08 Feb 2012 22:47:36 -0800 Timothy Elliott Add tests for cmp.
Fri, 17 Feb 2012 12:06:12 -0600 Rob Landley Add V=1 support to make.
Fri, 17 Feb 2012 12:05:26 -0600 Rob Landley Sigh: moving a header to toys.h isn't very useful if I forget to check in toys.h.
Fri, 17 Feb 2012 05:27:37 -0600 Rob Landley Move realpath from loopfiles() to a for loop, so we don't get hung on read permission for file data when we just want to look at directory info.
Fri, 17 Feb 2012 04:47:16 -0600 Rob Landley Realpath, by Andre Renaud.
Fri, 17 Feb 2012 04:46:55 -0600 Rob Landley Move includes into toys.h, more xprintf()
Thu, 16 Feb 2012 17:51:51 -0600 Rob Landley Minor cleanups: trim spaces from strings, use xprintf().
Mon, 13 Feb 2012 17:15:49 +0100 Elie De Brauwer Adding free and uptime
Wed, 15 Feb 2012 06:12:38 -0600 Rob Landley Error message fix from Pere (gotrunks at gmail).
Wed, 15 Feb 2012 05:55:38 -0600 Rob Landley Minor cleanups to hostname.
Wed, 15 Feb 2012 05:47:38 -0600 Rob Landley Add hostname from Andre Renaud.
Mon, 13 Feb 2012 23:43:33 -0600 Rob Landley Teach ln about multiple arguments.
Mon, 13 Feb 2012 22:57:30 -0600 Rob Landley Add ln from Andre Renaud.
Mon, 13 Feb 2012 21:48:22 -0600 Rob Landley Tweak from Frank Bergmann: some broken optimizers complain about "type-punned pointers", so typecast to void * instead to shut it up. (Up there with the "may be used uninitialized" gripes.)
Mon, 13 Feb 2012 21:27:50 -0600 Rob Landley Second drop of ls from Andre, adds -l.
Mon, 13 Feb 2012 21:26:27 -0600 Rob Landley Add ls from Andre Renaud.
Mon, 13 Feb 2012 21:16:03 -0600 Rob Landley Commit the web page change that announced the release.
Mon, 13 Feb 2012 21:13:05 -0600 Rob Landley Minor code cleanup and typo fix.
Sun, 12 Feb 2012 14:14:58 +0100 Elie De Brauwer Add test for basename, fix issue where suffix is wrongfully applied if it appears in the middle of the filename
Mon, 13 Feb 2012 08:44:32 -0600 Rob Landley The unshare test needs $CC defined, source configure to get it.
Mon, 13 Feb 2012 07:46:36 -0600 Rob Landley Added tag 0.2.0 for changeset e708e8933a50
Sun, 12 Feb 2012 18:04:15 -0600 Rob Landley Add clear (wrapper). 0.2.0
Fri, 10 Feb 2012 21:59:57 -0800 Timothy Elliott Add tests for head
Sat, 11 Feb 2012 13:42:24 -0600 Rob Landley Minor cleanups to echo: collapse together three tolower() calls, make indent/brackets a bit more regular/obvious, and replace some spaces with tabs in help text (in a way that won't matter until I finish rewriting scripts/config2help.py in C).
Sat, 11 Feb 2012 14:58:50 +0100 Elie De Brauwer Fix overflow in octal formatting in echo, add support for hexadecimal input, add tests for octal and hexadecimal formatting
Sat, 11 Feb 2012 13:46:49 +0100 Elie De Brauwer Add tests for cksum
Sat, 11 Feb 2012 13:48:04 +0100 Elie De Brauwer Correct cksum parameters and clarify -N option
Fri, 10 Feb 2012 13:36:48 +0100 Elie De Brauwer Correct description of nice levels in help of nice
Thu, 09 Feb 2012 06:36:42 -0600 Rob Landley Cleanups for head.
Mon, 06 Feb 2012 17:35:59 -0800 Timothy Elliott Implement head
Thu, 09 Feb 2012 06:09:27 -0600 Rob Landley Make atolx() error_exit() if fed a string that doesn't convert entirely into an integer.
Wed, 08 Feb 2012 19:29:39 -0600 Rob Landley Use stpcpy() (posix 2008) for slight code shrink.
Wed, 08 Feb 2012 19:29:14 -0600 Rob Landley Switch from deprecated function to gratuitously renamed identical non-depricated function. *shrug*
Tue, 07 Feb 2012 22:25:59 -0600 Rob Landley More cmp.c shrinkage.
Tue, 07 Feb 2012 21:32:32 -0600 Rob Landley Iterative cleanups on cmp.c: silence warnings, only free if TOYBOX_FREE, use xopen(), style cleanup on curly brackets.
Tue, 07 Feb 2012 12:13:41 -0800 Luis Felipe Strano Moraes Switching who default to 'n' since it's not yet fully implemented.
Tue, 07 Feb 2012 09:15:17 -0800 Luis Felipe Strano Moraes Added time to the output of who command.
Mon, 06 Feb 2012 16:29:09 -0800 Luis Felipe Strano Moraes Initial version of who command.
Mon, 06 Feb 2012 14:36:56 -0800 Luis Felipe Strano Moraes Silence really boring compiler warning.
Mon, 06 Feb 2012 01:28:40 -0800 Timothy Elliott Implement cmp
Tue, 07 Feb 2012 00:31:37 -0600 Rob Landley Fix sort -uc (pointer vs pointer to pointer confusion, covered by typecast).
Mon, 06 Feb 2012 21:15:19 -0600 Rob Landley Document that optflags is always an int (so 32 bit and 64 bit platforms behave the same).
Mon, 06 Feb 2012 21:14:22 -0600 Rob Landley Bugfix for -x, add CONFIG_SORT_FLOAT, and new test suite entry.
Sun, 05 Feb 2012 15:25:17 -0600 Rob Landley This id implementation is not remotely SUSv4 compliant, default n until I get a chance to finish it.
Sat, 04 Feb 2012 12:20:39 -0600 Rob Landley Add a basic README and an example to "make help".
Sat, 04 Feb 2012 11:23:18 -0600 Rob Landley Tweak help command's help text, and remove unimplemented option.
Sat, 04 Feb 2012 10:39:17 -0600 Rob Landley Cleaning out one more old gpl notice that no longer applies after the switch to BSD in november.
Fri, 03 Feb 2012 23:16:28 -0600 Rob Landley Add autodetect for container support.
Fri, 03 Feb 2012 22:39:55 -0600 Rob Landley Fix bad link that was confusing people. (Oops.)
Fri, 03 Feb 2012 11:17:48 -0200 Luis Felipe Strano Moraes Removing unecessary allocation.
Thu, 02 Feb 2012 07:44:04 -0600 Rob Landley Implement xargs -E.
Thu, 02 Feb 2012 07:42:31 -0600 Rob Landley Very slight efficiency tweak.
Thu, 02 Feb 2012 07:29:09 -0600 Rob Landley Test suite comment tweaks.
Thu, 02 Feb 2012 07:28:06 -0600 Rob Landley Basename and env are usable, default them to y.
Thu, 02 Feb 2012 07:27:35 -0600 Rob Landley Quick and dirty terminal_size() and yesno() functions, both of which need to be improved.
Thu, 02 Feb 2012 07:27:05 -0600 Rob Landley Update web page a bit.
Thu, 02 Feb 2012 07:26:39 -0600 Rob Landley Commit 415 needs the other two files. (Oops.)
Mon, 30 Jan 2012 07:40:32 -0600 Rob Landley More work on xargs: bugfix and tests.
Sun, 29 Jan 2012 13:54:13 -0600 Rob Landley Add <>= to lib/args.c, with documentation.
Sat, 28 Jan 2012 12:07:45 -0600 Rob Landley Implement xargs (first pass, not full SUSv4 yet).
Fri, 27 Jan 2012 06:49:28 -0600 Rob Landley Add id command from Tim Bird.
Sun, 22 Jan 2012 22:28:04 -0600 Rob Landley Patch shouldn't be bothered by DOS newlines.
Sun, 22 Jan 2012 20:33:15 -0600 Rob Landley Add three commands that can be done as simple shell scripts (one sed is in, anyway), and don't need to be implemented in C.
Sun, 22 Jan 2012 19:41:42 -0600 Rob Landley Add wiki link and make about less stale.
Fri, 20 Jan 2012 00:02:37 -0600 Tryn Mirell 'env' and 'basename' refactored
Wed, 18 Jan 2012 20:32:52 -0600 Rob Landley Comment changes, and add a blank line to the help text.
Wed, 18 Jan 2012 20:31:59 -0600 Rob Landley Add -x option to sort (like -n, but hexadecimal), because I needed it for something.
Mon, 16 Jan 2012 01:48:51 -0600 Tryn Mirell 'env' implementation - Initial
Sun, 15 Jan 2012 23:27:22 -0600 Tryn Mirell 'basename': Handle where we have no / passed
Sun, 15 Jan 2012 23:20:06 -0600 Tryn Mirell Initial 'basename' implementation
Mon, 16 Jan 2012 01:44:17 -0600 Rob Landley Fluff out documentation and skeleton code.
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.