log

age author description
Sun, 08 Dec 2013 13:19:01 -0600 Rob Landley Can't test <0 on an unsigned, reported by Nathan McSween. draft
Sat, 07 Dec 2013 16:19:17 -0600 Rob Landley Ashwini Sharma submitted tcpsvd/udpsvd. draft
Wed, 04 Dec 2013 22:58:42 -0600 Rob Landley When building for 32-bit, the compiler can't figure out that a constant too big to fit in a long isn't trying to unless you explicitly postfix the constant with the type of the varable it's being assigned into. draft
Tue, 03 Dec 2013 15:11:52 -0600 Rob Landley Redo od whitespace with multiple output types so the columns align. draft
Sun, 01 Dec 2013 14:34:05 -0600 Rob Landley Minor drive-by cleanups to cpio. Whitespace, curly brackets, replace %4 with &3, turn a switch/case into if/else. draft
Sat, 30 Nov 2013 00:57:26 -0600 Rob Landley Fix cut. draft
Sat, 30 Nov 2013 00:16:28 -0600 Rob Landley Cleanup help text, remove dead fields unused by linux kernel. draft
Thu, 28 Nov 2013 22:13:04 -0600 Rob Landley Promote ifconfig from pending to other. draft
Thu, 28 Nov 2013 21:11:34 -0600 Rob Landley Oops, cleaned up ifconfig uses atolx_range() instead of get_int_list(). Check that in. draft
Thu, 28 Nov 2013 21:06:15 -0600 Rob Landley Add xgetpwnam() to lib/xwrap.c. draft
Thu, 28 Nov 2013 20:18:04 -0600 Rob Landley Move xgetpwuid() and xgetgrgid() into xwrap.c draft
Tue, 26 Nov 2013 19:35:22 -0600 Rob Landley Ifconfig cleanup. draft
Sat, 23 Nov 2013 20:02:10 -0600 Rob Landley The return of ifconfig cleanup. draft
Wed, 20 Nov 2013 23:01:49 -0600 Rob Landley tftpd upgrade from Ashwini Sharma based on comments from Felix Janda. draft
Wed, 20 Nov 2013 15:01:03 -0600 Rob Landley Fix broken link. draft
Tue, 19 Nov 2013 09:44:48 -0600 Rob Landley Release announcement for 0.4.7. draft
Tue, 19 Nov 2013 09:41:35 -0600 Rob Landley Added tag 0.4.7 for changeset 663242f2962c draft
Mon, 18 Nov 2013 07:42:48 -0600 Rob Landley Add test suite for blkid and clean up an editorial comment that shouldn't have been checked in. draft 0.4.7
Sat, 16 Nov 2013 10:37:49 -0600 Isaac Dunham Support -F, and ignore -u since that's what we do anyway. draft
Thu, 14 Nov 2013 00:18:13 -0600 Rob Landley Remove leftover debris from scripts/test.sh that screws up single tests with single.sh. draft
Sun, 10 Nov 2013 18:38:43 -0600 Rob Landley fsck wrapper from Ashwini Sharma. (Note: this just calls filesystem-specific programs not yet in toybox.) draft
Sun, 10 Nov 2013 18:29:06 -0600 Rob Landley Apparently I forgot to tag 0.4.6. Do so now. draft
Sun, 10 Nov 2013 18:25:18 -0600 Rob Landley dumpleases (for dhcpd) submitted by Ashwini Sharma. draft
Sun, 10 Nov 2013 18:23:19 -0600 Rob Landley du from Ashwini Sharma. draft
Sun, 10 Nov 2013 18:20:16 -0600 Rob Landley Break out lib/pending.h from lib/lib.h. draft
Sun, 10 Nov 2013 16:05:59 -0600 Rob Landley Filesystem images for testing blkid, from Bradley Conroy. draft
Sun, 10 Nov 2013 15:58:03 -0600 Rob Landley distclean was missing singleconfig.old. draft
Sun, 10 Nov 2013 15:49:21 -0600 Rob Landley Stuff in pending should default n until cleaned up. draft
Sun, 10 Nov 2013 14:16:31 -0600 Ashwini Sharma Add tftpd draft
Sat, 09 Nov 2013 19:37:41 -0600 William Haddon grep doesn't allocate enough space draft