platform/upstream/toybox.git
2014-04-07 Rob Landleygenerated/help.h is a lot easier to read with an extra...
2014-04-04 Isaac Dunhamopenvt tries opening several devices to get an fd that...
2014-04-03 Samuel HollandHere is a basic implementation of fold[0]. It does...
2014-04-02 Rob LandleyDecided not to go with the sflate implementation of...
2014-04-02 Ashwini SharmaIn ifconfig.c, there is a glitch in function get_addrin...
2014-04-01 Rob LandleyNew toy fsfreeze, from Isaac Dunham, plus minor cleanups.
2014-04-01 Rob Landleybugfix: the multiplexer increments optc and then the...
2014-03-29 Rob LandleyGroup headers by standard (POSIX or LSB) or function...
2014-03-29 Isaac Dunhamfind: clarify and expand the help for find -type
2014-03-29 Rob LandleyAdd help.html (make defconfig && help -ah > help.html...
2014-03-28 Rob LandleyAdd help -a (to show all commands) and -h (to produce...
2014-03-27 Isaac DunhamFix cpio -it: don't close(fd) unless we opened it.
2014-03-26 Rob LandleyMore cpio bugfixes from Isaac Dunham.
2014-03-25 Rob LandleyPromote cpio out of pending.
2014-03-25 Rob LandleySeveral cpio bugfixes spotted by Isaac Dunham.
2014-03-24 Rob LandleyMost of the remaining cpio cleanup.
2014-03-24 Rob LandleyFix mkdir -p with absolute paths.
2014-03-19 Ashwini SharmaThere are cases when the long options are of the format...
2014-03-16 Rob LandleyClarify an unclear comment pointed out by Steve Long.
2014-03-15 Rob LandleyNext round of cpio cleanup.
2014-03-14 Rob LandleyCleanup cpio: use getline() instead of fgets(), have...
2014-03-14 Rob LandleyCleanup cpio: fiddle with help text, make option parsin...
2014-03-12 Rob LandleyPatch from Isaac Dunham to add cpio -d, with a few...
2014-03-12 Rob LandleyMove mkpathat to lib, remove redundant function used...
2014-03-11 Rob LandleyAdd "volatile" annotation to peek/poke to stop potentia...
2014-03-11 Rob LandleyFactor out mkpathat.
2014-03-09 Rob LandleyPromote freeramdisk from pending to other, default y.
2014-03-09 Rob LandleyCleanup freeramdisk: tabs to 2 spaces, square brackets...
2014-03-09 Vivek BhagatPlease find the patches attached herewith for adding...
2014-03-09 Rob LandleyBroken URL that's been pointed out to me a couple times...
2014-03-01 Rob LandleyFix another bug reported by Ashwini Sharma.
2014-03-01 Rob LandleyFix two bugs reported by Ashwini Sharma.
2014-03-01 Rob LandleyFix header file generation to not be confused by empty...
2014-02-25 Rob LandleyPut all FOR_xxx blocks after all CLEANUP_xxx in generat...
2014-02-24 Rob LandleyCLEANUP transitions require all the generated/flags...
2014-02-22 Rob LandleyAdd -H option to cksum (hex output), fix to use FLAG...
2014-02-22 Rob LandleyAdd crc code: zcat now works.
2014-02-22 Rob LandleyUpdate status page.
2014-02-22 Rob LandleyUpdate inflate code: fixed tables, bugfixes, zcat alias.
2014-02-16 Rob LandleyMake CLEANUP transitions work, so multiple NEWTOY(...
2014-02-16 Rob LandleyVarious cleanups found by Tom Sparrow's static analysis.
2014-02-13 Rob LandleyOk, _maybe_ I'm rewriting deflate from scratch rather...
2014-02-10 Rob LandleyNot buying it, eh?
2014-02-08 Rob LandleyNothing to see here, move along.
2014-02-08 Rob LandleyFix segfault with single build of a command with bare...
2014-02-07 Rob LandleyMove bunzip2 logic from lib into bzcat.
2014-02-04 Rob LandleyTweak help text.
2014-02-04 Rob LandleyMore cleanup.html documentation, still way behind...
2014-02-04 Rob LandleyUse right config for single builds.
2014-02-04 Rob LandleyAdd /prefix netmask support to ifconfig, ala "ifconfig...
2014-02-02 Rob Landleygzip: alphebetize help entries and remove trailing...
2014-02-01 Rob LandleyMore gzip whitespace tweaks, and the occasional curly...
2014-01-31 Rob LandleyConvert leading tabs to spaces for gzip.
2014-01-31 Rob LandleyAdd Szabolcs Nagy's deflate/inflate code from git:...
2014-01-30 Rob LandleyMore elaborate help text collating logic.
2014-01-28 Isaac Dunhaminit: don't use VT_OPENQRY.
2014-01-28 Isaac DunhamTwo changes to shut up GCC:
2014-01-23 Isaac Dunham-Eradicate (char*) casts for strings.
2014-01-20 Rob LandleyCollate usage: lines in help text.
2014-01-16 Rob LandleyRename xmsprintf() to just xmprintf().
2014-01-15 Rob LandleyHelp text, collate usage blocks (badly).
2014-01-05 Rob LandleyWhitespace changes, and collate a couple declarations...
2014-01-04 Rob LandleyChange header and pages so each page has its own title.
2014-01-04 Rob LandleyReplace python help converter with C implementation.
2014-01-01 Rob LandleyMore work on the cleanup page, partway through describi...
2014-01-01 Rob LandleyAdd new paragraphs on trading off different _kinds_...
2014-01-01 Rob LandleyThe README trailed off into unfinished confusion at...
2013-12-31 Rob LandleyA few more commands in request section of roadmap.
2013-12-31 Rob LandleyLink to a couple more things from nav bar.
2013-12-29 Rob LandleyAdd -zZ support to grep (NUL delimited input/output).
2013-12-28 Rob LandleyCosmetic tweak.
2013-12-28 Rob LandleyCleanup vmstat. Procs, memory, and cpu are reading...
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...
next