platform/upstream/toybox.git
2013-12-28 Rob LandleyPass through all the readfile() arguments from xreadfile().
2013-12-27 Isaac DunhamNoticed a few differences from standard help messages...
2013-12-27 Ashwini SharmaAttached is an implementation for ftpget/put commands.
2013-12-27 Rob LandleyNew section on #including header files.
2013-12-26 Ashwini SharmaAn implementation for brctl (ethernet bridge control).
2013-12-26 Ashwini Sharmaarping command is implemented.
2013-12-24 Isaac DunhamThe recent switch from get_int_value to to atolx_range...
2013-12-23 Rob LandleyTwo more commands (last and more) submitted by Ashwini...
2013-12-23 Rob Landleytelnet and telnetd from Ashwini Sharma's guys.
2013-12-23 Rob LandleyClean up half-finished blkid.test.
2013-12-23 Ashwini SharmaUpdating the email id in Copyright.
2013-12-23 Ashwini SharmaAttached is an implementation for groupdel.
2013-12-23 Rob LandleyPending commands default n.
2013-12-23 Ashwini SharmaIPv6 support is added into traceroute command.
2013-12-23 Rob LandleyFix some issues raised (albeit indirectly) by Isaac...
2013-12-23 Rob LandleyAshwini sharma pointed out that show_help() doesn't...
2013-12-23 Rob LandleyAdd -s option, allow zero optargs for -l. (Suggested...
2013-12-22 Rob LandleyPromote su from pending to lsb.
2013-12-22 Rob LandleyCleanup su.
2013-12-20 Rob Landleykillall: fix return code, improve error reporting,...
2013-12-20 Rob LandleyDon't permute toys.optargs, cleanup code (xexec())...
2013-12-19 Rob LandleyOlder python spit --version to stdout, 2.7 does it...
2013-12-19 Rob LandleyOnly define MNT_DETACH for old glibc, portability.h...
2013-12-19 Rob Landleytoynet.h went away, missed a file...
2013-12-19 Rob LandleyRegression test against Ancient Build Environment ...
2013-12-19 Rob LandleyMove names_to_pid from pending to lib.
2013-12-18 Rob Landleyln -v support from Ashwini Sharma (comment tweak from me)
2013-12-18 Rob LandleyAshwini Sharma added -v, I tweaked it a bit and added...
2013-12-16 Rob LandleyFix pidof -o bug aborting output, reported by Ashwini...
2013-12-08 Rob LandleyDoing math on void pointers isn't portable, reported...
2013-12-08 Rob LandleyForgot to set new pending entry to default n.
2013-12-08 Rob LandleyCan't test <0 on an unsigned, reported by Nathan McSween.
2013-12-07 Rob LandleyAshwini Sharma submitted tcpsvd/udpsvd.
2013-12-05 Rob LandleyWhen building for 32-bit, the compiler can't figure...
2013-12-03 Rob LandleyRedo od whitespace with multiple output types so the...
2013-12-01 Rob LandleyMinor drive-by cleanups to cpio. Whitespace, curly...
2013-11-30 Rob LandleyFix cut.
2013-11-30 Rob LandleyCleanup help text, remove dead fields unused by linux...
2013-11-29 Rob LandleyPromote ifconfig from pending to other.
2013-11-29 Rob LandleyOops, cleaned up ifconfig uses atolx_range() instead...
2013-11-29 Rob LandleyAdd xgetpwnam() to lib/xwrap.c.
2013-11-29 Rob LandleyMove xgetpwuid() and xgetgrgid() into xwrap.c
2013-11-27 Rob LandleyIfconfig cleanup.
2013-11-24 Rob LandleyThe return of ifconfig cleanup.
2013-11-21 Rob Landleytftpd upgrade from Ashwini Sharma based on comments...
2013-11-20 Rob LandleyFix broken link.
2013-11-19 Rob LandleyRelease announcement for 0.4.7.
2013-11-19 Rob LandleyAdded tag 0.4.7 for changeset 663242f2962c
2013-11-18 Rob LandleyAdd test suite for blkid and clean up an editorial...
2013-11-16 Isaac DunhamSupport -F, and ignore -u since that's what we do anyway.
2013-11-14 Rob LandleyRemove leftover debris from scripts/test.sh that screws...
2013-11-11 Rob Landleyfsck wrapper from Ashwini Sharma. (Note: this just...
2013-11-11 Rob LandleyApparently I forgot to tag 0.4.6. Do so now.
2013-11-11 Rob Landleydumpleases (for dhcpd) submitted by Ashwini Sharma.
2013-11-11 Rob Landleydu from Ashwini Sharma.
2013-11-11 Rob LandleyBreak out lib/pending.h from lib/lib.h.
2013-11-10 Rob LandleyFilesystem images for testing blkid, from Bradley Conroy.
2013-11-10 Rob Landleydistclean was missing singleconfig.old.
2013-11-10 Rob LandleyStuff in pending should default n until cleaned up.
2013-11-10 Ashwini SharmaAdd tftpd
2013-11-10 William Haddongrep doesn't allocate enough space
2013-11-09 Rob LandleyTypo spotted by Anca Emanuel.
2013-11-07 Rob LandleyTweak terminal_size to never set either to 0, and retur...
2013-11-03 Rob LandleyFix off by one, pointed out by Ashwini Sharma.
2013-11-02 Rob LandleySceond cleanup pass on vconfig
2013-11-02 Rob LandleyGive xstrncpy() a more informative error message.
2013-11-02 Rob LandleyMerge toynet.h into toys.h: musl supports it and microm...
2013-11-02 Rob LandleyCleanup vconfig.
2013-11-01 Rob LandleyPatch from William Haddon to make xargs with blank...
2013-10-31 Rob LandleyMake the patch -x option (only enabled with CONFIG_DEBU...
2013-10-27 Rob LandleyPromote nl from pending to posix, and add tests.
2013-10-27 Rob LandleyCleanup nl, add support for more bits of posix.
2013-10-28 Isaac DunhamHere's a revised cpio.
2013-10-27 Rob LandleyRefactor terminal querying.
2013-10-13 Elie De Brauwerwatch: Add support for -e option, remove memory leak...
2013-10-26 Jeroen van... I noticed the user count was missing and added this...
2013-10-23 Rob LandleyDon't use $CC without $CROSS_COMPILE because $HOSTCC...
2013-10-17 Rob LandleyMinor cleanup of reboot
2013-10-01 Elie De BrauwerNew toy: reboot/halt/poweroff
2013-10-17 Rob Landleyuseradd, groupadd, and mkpasswd submitted by Ashwini...
2013-10-17 Rob LandleyMinor lib/password.c cleanup, described on the list...
2013-10-17 Rob LandleyPrep work for useradd by Ashwini Sharma.
2013-10-15 Rob LandleyTeach scripts/test.sh to call scripts/single.sh.
2013-10-14 Isaac DunhamI've finally gotten 'cpio' into a shape where it could...
2013-10-08 Rob LandleyMove blkid out of pending, default y.
2013-10-08 Rob LandleyCleanup chvt
2013-10-08 Rob LandleyCleanup blkid
2013-10-07 Rob Landleyblkid cleanup: more whitespace (including fixing a...
2013-10-07 Rob Landleyblkid cleanup: Convert tabs to spaces.
2013-10-07 Brad ConroyAdd blkid.c
2013-10-06 Rob LandleyWhitespace tweaks and remove unused variable.
2013-10-06 Rob Landleytop submitted by Ashwini Sharma
2013-10-06 Rob LandleyIt's not a problem to exactly fill up the buffer with...
2013-10-04 Rob LandleyTypo: fdisk != fsck.
2013-10-03 Rob LandleySwitch flag generation from shell to C.
2013-09-22 Rob Landleytraceroute from Ashwini Sharma
2013-09-22 Rob LandleyFix generated/oldtoys.h to contain option strings with...
2013-09-21 Rob LandleyUpdate lib/args.c docs.
2013-09-21 Rob LandleyTweak args (yank old + that never worked, rename |...
2013-09-21 Rob LandleyFluff out option parsing documentation, add another...
next