log

age author description
Mon, 20 Jan 2014 17:26:50 -0600 Rob Landley Collate usage: lines in help text. draft
Thu, 16 Jan 2014 09:26:50 -0600 Rob Landley Rename xmsprintf() to just xmprintf(). draft
Wed, 15 Jan 2014 09:38:31 -0600 Rob Landley Help text, collate usage blocks (badly). draft
Sun, 05 Jan 2014 14:43:27 -0600 Rob Landley Whitespace changes, and collate a couple declarations/first assignment. draft
Sat, 04 Jan 2014 13:09:42 -0600 Rob Landley Change header and pages so each page has its own title. draft
Fri, 03 Jan 2014 18:23:09 -0600 Rob Landley Replace python help converter with C implementation. draft
Wed, 01 Jan 2014 15:00:44 -0600 Rob Landley More work on the cleanup page, partway through describing ifconfig. draft
Wed, 01 Jan 2014 14:55:53 -0600 Rob Landley Add new paragraphs on trading off different _kinds_ of simplicity (easy for machine to run vs easy for humans to follow), and why comments aren't a substitute for good code. draft
Wed, 01 Jan 2014 13:24:03 -0600 Rob Landley The README trailed off into unfinished confusion at the end, fix up the obvious parts. draft
Tue, 31 Dec 2013 09:01:32 -0600 Rob Landley A few more commands in request section of roadmap. draft
Tue, 31 Dec 2013 09:01:01 -0600 Rob Landley Link to a couple more things from nav bar. draft
Sun, 29 Dec 2013 11:07:23 -0600 Rob Landley Add -zZ support to grep (NUL delimited input/output). draft
Sat, 28 Dec 2013 17:06:55 -0600 Rob Landley Cosmetic tweak. draft
Fri, 27 Dec 2013 21:14:57 -0600 Rob Landley Cleanup vmstat. Procs, memory, and cpu are reading right, the others not so much. draft
Fri, 27 Dec 2013 18:45:01 -0600 Rob Landley Pass through all the readfile() arguments from xreadfile(). draft
Fri, 27 Dec 2013 08:36:03 -0600 Isaac Dunham Noticed a few differences from standard help messages, plus a small draft
Fri, 27 Dec 2013 08:30:32 -0600 Ashwini Sharma Attached is an implementation for ftpget/put commands. draft
Fri, 27 Dec 2013 06:53:15 -0600 Rob Landley New section on #including header files. draft
Thu, 26 Dec 2013 09:37:03 -0600 Ashwini Sharma An implementation for brctl (ethernet bridge control). draft
Thu, 26 Dec 2013 09:34:58 -0600 Ashwini Sharma arping command is implemented. draft
Mon, 23 Dec 2013 20:58:24 -0600 Isaac Dunham The recent switch from get_int_value to to atolx_range left route draft
Mon, 23 Dec 2013 09:36:14 -0600 Rob Landley Two more commands (last and more) submitted by Ashwini Sharma. draft
Mon, 23 Dec 2013 09:33:48 -0600 Rob Landley telnet and telnetd from Ashwini Sharma's guys. draft
Mon, 23 Dec 2013 07:37:36 -0600 Rob Landley Clean up half-finished blkid.test. draft
Mon, 23 Dec 2013 07:26:22 -0600 Ashwini Sharma Updating the email id in Copyright. draft
Mon, 23 Dec 2013 07:23:28 -0600 Ashwini Sharma Attached is an implementation for groupdel. draft
Mon, 23 Dec 2013 07:19:07 -0600 Rob Landley Pending commands default n. draft
Mon, 23 Dec 2013 07:15:13 -0600 Ashwini Sharma IPv6 support is added into traceroute command. draft
Mon, 23 Dec 2013 06:49:38 -0600 Rob Landley Fix some issues raised (albeit indirectly) by Isaac Dunham. draft
Sun, 22 Dec 2013 20:15:54 -0600 Rob Landley Ashwini sharma pointed out that show_help() doesn't exit so "ifconfig eth0 netmask" would segfault. Replace it with an error_exit(), see list for aesthetic issue this raises re: help text. draft
Sun, 22 Dec 2013 19:39:12 -0600 Rob Landley Add -s option, allow zero optargs for -l. (Suggested by Ashwini Sharma.) draft
Sun, 22 Dec 2013 15:48:44 -0600 Rob Landley Promote su from pending to lsb. draft
Sun, 22 Dec 2013 15:47:48 -0600 Rob Landley Cleanup su. draft
Thu, 19 Dec 2013 22:20:08 -0600 Rob Landley killall: fix return code, improve error reporting, avoid buffer overflow. draft
Thu, 19 Dec 2013 21:38:12 -0600 Rob Landley Don't permute toys.optargs, cleanup code (xexec()) can free it. draft
Thu, 19 Dec 2013 15:14:33 -0600 Rob Landley Older python spit --version to stdout, 2.7 does it to stderr. Of course. draft
Thu, 19 Dec 2013 15:11:45 -0600 Rob Landley Only define MNT_DETACH for old glibc, portability.h included _before_ sys/mount.h... draft
Thu, 19 Dec 2013 15:07:28 -0600 Rob Landley toynet.h went away, missed a file... draft
Thu, 19 Dec 2013 15:02:18 -0600 Rob Landley Regression test against Ancient Build Environment (Ubuntu 8.04), fixup bit-rot. draft
Thu, 19 Dec 2013 09:32:30 -0600 Rob Landley Move names_to_pid from pending to lib. draft
Wed, 18 Dec 2013 10:25:02 -0600 Rob Landley ln -v support from Ashwini Sharma (comment tweak from me) draft
Wed, 18 Dec 2013 10:20:16 -0600 Rob Landley Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite entries. draft
Mon, 16 Dec 2013 17:41:25 -0600 Rob Landley Fix pidof -o bug aborting output, reported by Ashwini Sharma. draft
Sun, 08 Dec 2013 13:26:05 -0600 Rob Landley Doing math on void pointers isn't portable, reported by Nathan McSween. draft
Sun, 08 Dec 2013 13:21:14 -0600 Rob Landley Forgot to set new pending entry to default n. draft
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
Sat, 09 Nov 2013 12:23:48 -0600 Rob Landley Typo spotted by Anca Emanuel. draft
Thu, 07 Nov 2013 09:04:50 -0600 Rob Landley Tweak terminal_size to never set either to 0, and return true/false whether it could determine at least one coordinate. draft
Sun, 03 Nov 2013 17:09:33 -0600 Rob Landley Fix off by one, pointed out by Ashwini Sharma. draft
Sat, 02 Nov 2013 15:10:55 -0500 Rob Landley Sceond cleanup pass on vconfig draft
Sat, 02 Nov 2013 14:24:54 -0500 Rob Landley Give xstrncpy() a more informative error message. draft
Sat, 02 Nov 2013 14:24:33 -0500 Rob Landley Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore. draft
Sat, 02 Nov 2013 11:07:25 -0500 Rob Landley Cleanup vconfig. draft
Thu, 31 Oct 2013 22:22:21 -0500 Rob Landley Patch from William Haddon to make xargs with blank input call its command line once. (Tweaked slightly for whitespace and to collate variable declarations.) draft
Thu, 31 Oct 2013 09:36:55 -0500 Rob Landley Make the patch -x option (only enabled with CONFIG_DEBUG) provide more information about why a patch didn't apply. (Offset of first nonmatching character at each line during seek phase.) draft
Sun, 27 Oct 2013 02:50:55 -0500 Rob Landley Promote nl from pending to posix, and add tests. draft
Sun, 27 Oct 2013 02:48:13 -0500 Rob Landley Cleanup nl, add support for more bits of posix. draft
Sun, 27 Oct 2013 19:11:07 -0500 Isaac Dunham Here's a revised cpio. draft
Sun, 27 Oct 2013 00:02:56 -0500 Rob Landley Refactor terminal querying. draft
Sun, 13 Oct 2013 15:33:32 +0200 Elie De Brauwer watch: Add support for -e option, remove memory leak and deal with not-wide terminals draft
Sat, 26 Oct 2013 12:59:28 -0500 Jeroen van Rijn I noticed the user count was missing and added this, borrowing a bit of code from toys/posix/who.c. draft
Wed, 23 Oct 2013 02:52:01 -0500 Rob Landley Don't use $CC without $CROSS_COMPILE because $HOSTCC could be something else entirely. draft
Thu, 17 Oct 2013 14:43:38 -0500 Rob Landley Minor cleanup of reboot draft
Tue, 01 Oct 2013 20:57:21 +0200 Elie De Brauwer New toy: reboot/halt/poweroff draft
Wed, 16 Oct 2013 20:41:56 -0500 Rob Landley useradd, groupadd, and mkpasswd submitted by Ashwini Sharma. draft
Wed, 16 Oct 2013 20:01:46 -0500 Rob Landley Minor lib/password.c cleanup, described on the list. (Inline two functions.) draft
Wed, 16 Oct 2013 19:30:17 -0500 Rob Landley Prep work for useradd by Ashwini Sharma. draft
Tue, 15 Oct 2013 00:57:39 -0500 Rob Landley Teach scripts/test.sh to call scripts/single.sh. draft
Mon, 14 Oct 2013 11:15:22 -0500 Isaac Dunham I've finally gotten 'cpio' into a shape where it could be useable. draft
Tue, 08 Oct 2013 18:02:23 -0500 Rob Landley Move blkid out of pending, default y. draft
Tue, 08 Oct 2013 15:58:08 -0500 Rob Landley Cleanup chvt draft
Tue, 08 Oct 2013 12:25:02 -0500 Rob Landley Cleanup blkid draft
Mon, 07 Oct 2013 15:04:09 -0500 Rob Landley blkid cleanup: more whitespace (including fixing a strange unindented if block), convert strange fstype inclusion to OLDTOY(), use "<1" arg so calling with no arguments doesn't hang, convert typedef to normal struct. draft
Mon, 07 Oct 2013 14:37:41 -0500 Rob Landley blkid cleanup: Convert tabs to spaces. draft
Mon, 07 Oct 2013 14:12:35 -0500 Brad Conroy Add blkid.c draft
Sun, 06 Oct 2013 16:02:20 -0500 Rob Landley Whitespace tweaks and remove unused variable. draft
Sun, 06 Oct 2013 03:12:48 -0500 Rob Landley top submitted by Ashwini Sharma draft
Sun, 06 Oct 2013 17:35:57 -0500 Rob Landley It's not a problem to exactly fill up the buffer with a run if the next symbol is the terminating symbol. Fixes https://jira.cyanogenmod.org/browse/CYAN-1896 draft
Fri, 04 Oct 2013 14:32:39 -0500 Rob Landley Typo: fdisk != fsck. draft
Thu, 03 Oct 2013 03:18:00 -0500 Rob Landley Switch flag generation from shell to C. draft
Sun, 22 Sep 2013 11:21:06 -0500 Rob Landley traceroute from Ashwini Sharma draft
Sun, 22 Sep 2013 03:37:39 -0500 Rob Landley Fix generated/oldtoys.h to contain option strings with USE() macros in them. draft
Sat, 21 Sep 2013 14:27:26 -0500 Rob Landley Update lib/args.c docs. draft
Sat, 21 Sep 2013 13:46:44 -0500 Rob Landley Tweak args (yank old + that never worked, rename | to +), and add uname -o as a synonym for -s. draft
Sat, 21 Sep 2013 12:24:04 -0500 Rob Landley Fluff out option parsing documentation, add another DEBUG test. draft
Mon, 16 Sep 2013 23:41:51 -0500 Rob Landley Fix -t c0 and -J as reported by heehooman at gmail on the list. draft
Wed, 18 Sep 2013 10:50:38 -0500 Rob Landley Release announcement on web page. draft
Wed, 11 Sep 2013 12:09:53 -0500 Rob Landley Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (Fix it.) draft 0.4.6
Tue, 10 Sep 2013 02:04:45 -0500 Rob Landley First pass of cut cleanup, and make test script slightly happier with the concept of 80 character lines. draft
Tue, 10 Sep 2013 01:01:35 -0500 Rob Landley Remove two unused functions and shrink another. draft
Mon, 09 Sep 2013 11:39:18 -0500 Rob Landley Cleanup on acpi, switch to default y. draft