log

age author description
Sun, 06 Jul 2014 23:43:29 -0500 Rob Landley Autodetect --bind and --loop mounts in a way that doesn't interfere with network filesystems or -t newtype mounts that trigger a module load. draft 0.4.9
Sun, 06 Jul 2014 23:21:13 -0500 Rob Landley minor cleanup: move a global variable into GLOBALS(), inline strchr_null(), some whitespace and bracket cleanups. draft
Sun, 06 Jul 2014 23:17:55 -0500 Rob Landley Minor cleanup pass. draft
Sun, 06 Jul 2014 19:58:49 -0500 Rob Landley Add nbd-client. draft
Sun, 06 Jul 2014 19:14:05 -0500 Rob Landley Promote killall5 by merging it into kill. draft
Sat, 05 Jul 2014 23:26:05 -0500 Rob Landley Try to lookup all umounts in /proc/mounts so we can auto-zap loopback devices. draft
Fri, 04 Jul 2014 21:46:00 -0500 Ashwini Sharma TAR - this supports archive creation and extraction based on the USTAR format (described in PAX Spec). For (de)compression '-z' gzip is supported. draft
Fri, 04 Jul 2014 21:21:45 -0500 Rob Landley Cut down from 1000+ file attribute tests to a more manageable number. draft
Fri, 04 Jul 2014 21:20:02 -0500 Divya Kothari I have developed few testsuites for toybox commands - draft
Thu, 03 Jul 2014 22:09:11 -0500 Rob Landley Have "make test" run tests in testdir/testdir instead of same directory as command symlinks. (Makes cleanup easier.) draft
Thu, 03 Jul 2014 20:30:52 -0500 Rob Landley date -r wasn't saving the result in the right variable. (And make date -ur work.) draft
Thu, 03 Jul 2014 18:42:44 -0500 Rob Landley Fix rm -rf of chmod 000 directories. draft
Mon, 30 Jun 2014 05:05:39 -0500 Rob Landley Promote makedevs to other. draft
Mon, 30 Jun 2014 04:58:37 -0500 Rob Landley Bugfixes for cleaned up makedevs. draft
Sat, 28 Jun 2014 22:47:40 -0500 Rob Landley Use dlist_terminate() in patch. draft
Sat, 28 Jun 2014 22:36:02 -0500 Rob Landley Add : as an alias for true (toysh needs this). draft
Sat, 28 Jun 2014 22:17:00 -0500 Rob Landley Make fallocate depend on probe for libc support. draft
Sat, 28 Jun 2014 20:16:11 -0500 Rob Landley Add fallocate probe for uClibc. draft
Sat, 28 Jun 2014 20:02:57 -0500 Rob Landley Promote mkpasswd from pending to other. draft
Sat, 28 Jun 2014 20:02:01 -0500 Rob Landley Cleanup read_password(), factor out set_terminal(), fix salt bug (des wants the salt raw, no $ at the beginning). draft
Fri, 27 Jun 2014 22:26:02 -0500 Rob Landley Update cleanup page, now linking to descriptions of all of the ifconfig cleanup. draft
Thu, 26 Jun 2014 07:25:20 -0500 Divya Kothari I have developed few testsuite for toybox commands - ls, ln, rm, mv, printf, dd, renice. draft
Wed, 25 Jun 2014 22:54:59 -0500 Rob Landley Cleanup pass on mkpasswd.c draft
Wed, 25 Jun 2014 06:26:17 -0500 Rob Landley Cleanup pass on makedevs. Need to test it before promoting. draft
Tue, 24 Jun 2014 21:47:07 -0500 Rob Landley Glibc and uClibc provide CERASE from termios.h, but musl requies you to #include a non-posix header and the maintainer considers this a feature. So just use the constant directly. draft
Tue, 24 Jun 2014 08:19:24 -0500 Rob Landley find_in_path() is supposed to work with a NULL path, but didn't. Fix it. draft
Tue, 24 Jun 2014 07:00:13 -0500 Rob Landley Tweak license page to explicitly say that zero clause BSD is functionally equivalent to placing the code in the public domain. draft
Tue, 24 Jun 2014 06:42:08 -0500 Rob Landley Move deallocvt.c into openvt.c, cleanup both. draft
Sat, 21 Jun 2014 13:03:42 -0500 Rob Landley Forgot to check in main() part of TOYFLAG_LOCALE change. draft
Wed, 11 Jun 2014 22:44:48 -0500 Rob Landley The readme, a text file, has an HTML close paragraph tag. draft