platform/upstream/toybox.git
2014-09-20 Rob LandleyCapitalize "toybox" more consistently on the about...
2014-09-20 Rob LandleyFluff out the documentation some more.
2014-09-20 Rob LandleyRemove debug echo checked in by mistake.
2014-09-20 Rob LandleyForgot to check in the updated makefile when I moved...
2014-09-20 Rob LandleyTypo from the dawn of time: toybox is not capitalized...
2014-09-20 Rob LandleyThe ancient GPL (copied from the 2.6.12 kernel) build...
2014-09-20 Rob LandleyMove testsuite out of scripts/test into its own top...
2014-09-20 Rob LandleyGive library probe a progress indicator, and use 150...
2014-09-18 Rob LandleyReorder functions to get rid of unnecessary prototypes...
2014-09-18 Isaac Dunhamrm -rf needs to chmod directories to u+rwx, because...
2014-09-18 Ashwini SharmaA few fixes for issues reported in static analysis.
2014-09-18 Rob LandleyCleanup pass on README.
2014-09-17 Rob LandleyUpdate README for pending directory, include list of...
2014-09-17 Rob LandleyMinor cleanup pass on touch.
2014-09-17 Rob LandleyCleanup pass on cut, more to do.
2014-09-16 Rob LandleyCleanup pass on useradd.
2014-09-15 Rob LandleyAdd cpio -p
2014-09-15 Rob Landleyfind -xdev should return mount points, just not contents.
2014-09-15 Rob LandleySecond attempt at one way xpopen().
2014-09-14 Rob LandleySplit xpopen() into xpopen_both(), xpopen(), and xrun...
2014-09-13 Rob LandleyBug report from luckboy: rm -f on a broken symlink...
2014-09-12 Rob LandleyCreate a generated/build.sh with a single compiler...
2014-09-11 Rob LandleyOops, unbreak make.sh.
2014-09-10 Rob LandleyIgnore -m option to cpio, it's what we do anyway so...
2014-09-10 Rob LandleyTwo problems: 1) Sometimes toy_exec() needs to re-exec...
2014-09-10 Rob LandleyMake tweaks: collate generated/*.o files into their...
2014-09-08 Rob LandleyFix more memory leaks reported by Ashwini Sharma.
2014-09-08 Rob LandleyDon't close device handle until after calling flush...
2014-09-08 Rob LandleyAdd error test and fix memory leak, reported by Ashwini...
2014-09-08 Rob LandleyPromote mount. It's not perfect, but it basically works...
2014-09-08 Rob LandleyFix mount --move bug.
2014-09-07 Rob LandleyDebugging pass on mount. Not quite done yet, but the...
2014-09-06 Rob LandleyWork around uClibc brain-damage.
2014-09-04 Rob LandleyDon't hang for $CPUS=1.
2014-09-03 Divya KothariTestsuites for toybox command - "tar", "bzcat", "xzcat...
2014-09-03 Divya Kotharichmod testsuite and link testsuite.
2014-09-01 Rob LandleyAdd cp -F to force delete of existing destination files...
2014-09-01 Rob LandleyMore parallel build tweaks.
2014-08-31 Rob LandleyNext mount checkpoint.
2014-08-31 Rob LandleyGive a hint when setuid logic fails.
2014-08-30 Rob LandleyOld compilers complain about linker options passed...
2014-08-30 Rob LandleyAnother fix from Johan Bergstr?m, using the gnu/dammit...
2014-08-30 Rob LandleyAdd VERBOSE=fail to "make tests", based on suggestion...
2014-08-26 Ashwini Sharmaipcs : display all the IPC fascilities information
2014-08-25 Rob LandleyWork in progress snapshot of mount, with fallout to...
2014-08-25 Rob LandleyFix parallel make not always catching errors before...
2014-08-24 Rob LandleyPromote blockdev to other.
2014-08-24 Rob LandleyCleanup blockdev.
2014-08-23 Isaac Dunhamgetty needs fd 0 to stay open.
2014-08-21 Rob LandleyPromote inotifyd to other.
2014-08-21 Rob LandleyMinor help text tweak for inotifyd.
2014-08-21 Rob LandleyCleanup inotifyd.
2014-08-19 Rob LandleyCleanups on useradd/groupadd/groupdel, and put TOYBOX_U...
2014-08-16 Rob LandleyAdd install to cp/mv.
2014-08-15 Rob LandleyFix bug reported by Ashwini Sharma: [-abc] syntax to...
2014-08-15 Rob LandleyIf string_to_mode() is called on a base mode with S_ISD...
2014-08-12 Rob LandleyEnable a command's sub-options in single builds.
2014-08-12 Ashwini SharmaA toy _BLOCKDEV_ to get/set block device properties.
2014-08-12 Ashwini SharmaPatches to commands for issues reported from static...
2014-08-12 Rob LandleyPromote lspci.
2014-08-12 Rob LandleyCleanup pass on lspci.
2014-08-10 Rob LandleyUpdate clean to clean up after new parallel build.
2014-08-10 Rob LandleyDisable xopen's default O_CLOEXEC for oneit.
2014-08-09 Rob LandleyParallelize the build. (set CPUS=1 to force single...
2014-08-08 Rob LandleyFix -mindepth and -maxdepth to not drill down into...
2014-08-06 Rob LandleyMore find bugfixes.
2014-08-06 Rob LandleyRereading posix find.c page: "Specifying more than...
2014-08-06 Rob Landleyfind.c: Posix wants loop detection.
2014-08-06 Rob LandleyBuilding busybox from source needs find -not (a synonym...
2014-08-06 Rob LandleyFix a couple patch bugs concerning error output.
2014-08-05 Rob Landleyfind.c: add -mindepth, -maxdepth, and document -newer...
2014-08-03 Rob LandleyImplement exec -user, -group, and -newer. Enable find...
2014-08-03 Rob LandleySquash mix of tabs and spaces to just spaces.
2014-08-03 Rob LandleyMissed checking in dirtree_recurse() change (now needs...
2014-08-03 Rob LandleyCosmetic tweak, slightly more conventional for loop.
2014-08-03 Rob LandleyYank xrealpath prototype since the function's gone.
2014-08-03 Rob LandleyAdd --help support to single.sh builds.
2014-08-03 Rob LandleyUnbreak find -exec.
2014-08-02 Ashwini SharmaNew toys unified DIFF and USERDEL.
2014-08-02 Bradley Conroymix.c - A very basic mixer.
2014-08-01 Rob Landleyfactor: catch integer overflow.
2014-08-01 Rob LandleyAdd factor.
2014-07-31 Rob Landleyfind.c: fix -iname.
2014-07-31 Rob LandleyAs long as I had to write xabspath(), no point in wrapp...
2014-07-30 Rob Landleyfind.c: first pass at case case insensitivity and exec...
2014-07-30 Rob LandleyActually set the again flag when calling the dirtree...
2014-07-27 Rob LandleyPatch from Isaac Dunham to work around the deficiencies...
2014-07-26 Rob LandleyMove DIRTREE_COMEAGAIN second callback up to when the...
2014-07-26 Rob LandleyDefault xcreate/xopen to O_CLOEXEC. (Pass O_CLOEXEC...
2014-07-26 Rob LandleyDocument more cleanup.
2014-07-22 Rob LandleyHave single.sh enable I18N and FLOAT.
2014-07-22 Rob LandleyImprove gid/uid error messages.
2014-07-22 Rob LandleyLittle endian and big endian versions of peek (for...
2014-07-22 Rob LandleyFix memory leak in error path.
2014-07-21 Rob LandleyDon't go into an endless loop if we hit a bad utf8...
2014-07-21 Rob LandleyIsaac Dunham spotted that dhcp was also reimplementing...
2014-07-20 Rob LandleyAdd utf8 support to ls -C.
2014-07-20 Rob Landleyfind needs "c" suffix to -size.
2014-07-18 Rob LandleyFind bugfixes.
2014-07-18 Rob LandleyApparently I deleted this locally but forgot to commit...
next