OSDN Git Service

android-x86/external-toybox.git
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...
2014-07-18 Rob LandleyUse libc daemon() instead of pending daemonize.
2014-07-17 Rob LandleyWrite a new find. Not quite done, but the basics work.
2014-07-14 Ashwini Sharmafdisk : partitions > 60, are deleted, offset entry...
2014-07-14 Rob LandleyImplement -HL for cp.
2014-07-07 Rob LandleyRelease notes for 0.4.9.
2014-07-07 Rob LandleyAdded tag 0.4.9 for changeset ffc015bddb26
2014-07-07 Rob LandleyAutodetect --bind and --loop mounts in a way that doesn...
2014-07-07 Rob Landleyminor cleanup: move a global variable into GLOBALS...
2014-07-07 Rob LandleyMinor cleanup pass.
2014-07-07 Rob LandleyAdd nbd-client.
2014-07-07 Rob LandleyPromote killall5 by merging it into kill.
2014-07-06 Rob LandleyTry to lookup all umounts in /proc/mounts so we can...
2014-07-05 Ashwini SharmaTAR - this supports archive creation and extraction...
2014-07-05 Rob LandleyCut down from 1000+ file attribute tests to a more...
2014-07-05 Divya KothariI have developed few testsuites for toybox commands -
2014-07-04 Rob LandleyHave "make test" run tests in testdir/testdir instead...
2014-07-04 Rob Landleydate -r wasn't saving the result in the right variable...
2014-07-03 Rob LandleyFix rm -rf of chmod 000 directories.
2014-06-30 Rob LandleyPromote makedevs to other.
2014-06-30 Rob LandleyBugfixes for cleaned up makedevs.
2014-06-29 Rob LandleyUse dlist_terminate() in patch.
2014-06-29 Rob LandleyAdd : as an alias for true (toysh needs this).
2014-06-29 Rob LandleyMake fallocate depend on probe for libc support.
2014-06-29 Rob LandleyAdd fallocate probe for uClibc.
2014-06-29 Rob LandleyPromote mkpasswd from pending to other.
2014-06-29 Rob LandleyCleanup read_password(), factor out set_terminal()...
2014-06-28 Rob LandleyUpdate cleanup page, now linking to descriptions of...
2014-06-26 Divya KothariI have developed few testsuite for toybox commands...
2014-06-26 Rob LandleyCleanup pass on mkpasswd.c
2014-06-25 Rob LandleyCleanup pass on makedevs. Need to test it before promoting.
2014-06-25 Rob LandleyGlibc and uClibc provide CERASE from termios.h, but...
2014-06-24 Rob Landleyfind_in_path() is supposed to work with a NULL path...
2014-06-24 Rob LandleyTweak license page to explicitly say that zero clause...
2014-06-24 Rob LandleyMove deallocvt.c into openvt.c, cleanup both.
2014-06-21 Rob LandleyForgot to check in main() part of TOYFLAG_LOCALE change.
2014-06-12 Rob LandleyThe readme, a text file, has an HTML close paragraph...
2014-06-12 Rob LandleyOption parsing for nohup needs to stop at first nonopti...
2014-06-12 Rob LandleyCleanup pass on login
2014-06-12 Rob LandleyEnable fallocate in defconfig.
2014-06-12 Rob LandleyCleanup pass on host.c
2014-06-12 Rob LandleyMove toys.toycount initialization _after_ zeroing toys...
2014-06-11 Rob LandleyPromote strings.
2014-06-11 Rob LandleyCleanup strings.
2014-06-11 Rob LandleyUpdate toybox help to say how to install the static...
2014-06-10 Isaac Dunhampending/useradd: unbreak build
2014-06-09 Rob LandleyPromote rfkill.
2014-06-09 Rob LandleyForgot to check in strstart().
2014-06-09 Rob LandleyCleanup pass on rfkill.
next