OSDN Git Service

Promote mix
[android-x86/external-toybox.git] / toys / other /
2014-12-27 Rob LandleyPromote mix
2014-12-24 Rob LandleyTeach factor to accept whitespace separated arguments...
2014-12-23 Rob LandleyMerge catv back into cat as discussed on the list....
2014-12-18 Rob LandleyGive fstype its own config symbol (separate from blkid...
2014-12-13 Rob LandleyAdd base64.
2014-12-04 Rob LandleyAdd shred.
2014-12-02 Rob LandleyFix bug pointed out by Elliott Hughes ("vmstat 1" shoul...
2014-11-30 Rob LandleyRemove the strncpy from mountpoint, and make a lot...
2014-11-24 Rob LandleyTweak the "ignoring return value" fortify workaround...
2014-11-22 Rob LandleyAs long as Android's going to require fortify, fixup...
2014-11-22 Rob LandleyWhitespace/code style.
2014-11-22 Elliott HughesA patch against your current ToT that builds in AOSP
2014-11-19 Rob LandleyFixups for the android/bionic build probes patch.
2014-11-19 Isaac Dunhamprobe for getspnam(), forkpty(), utmpx, replace sethost...
2014-10-21 Rob LandleyMore static analysis fixes from Ashwini Sharma.
2014-10-18 Andy Lutomirskiunshare: Fix help and option parsing
2014-10-14 Rob LandleyUse O_CLOEXEC instead of O_RDONLY to signal loopfiles_r...
2014-10-10 Isaac Dunhamacpi: implement -ctV, fix recursion, plug a small leak
2014-10-09 Rob LandleyVarious bugfixes (mostly resource leaks) from Ashwini...
2014-09-18 Rob LandleyCleanup pass on README.
2014-09-14 Rob LandleySplit xpopen() into xpopen_both(), xpopen(), and xrun...
2014-09-08 Rob LandleyDon't close device handle until after calling flush...
2014-08-24 Rob LandleyPromote blockdev to other.
2014-08-21 Rob LandleyPromote inotifyd to other.
2014-08-12 Ashwini SharmaPatches to commands for issues reported from static...
2014-08-12 Rob LandleyPromote lspci.
2014-08-10 Rob LandleyDisable xopen's default O_CLOEXEC for oneit.
2014-08-01 Rob Landleyfactor: catch integer overflow.
2014-08-01 Rob LandleyAdd factor.
2014-07-31 Rob LandleyAs long as I had to write xabspath(), no point in wrapp...
2014-07-26 Rob LandleyMove DIRTREE_COMEAGAIN second callback up to when the...
2014-07-07 Rob LandleyAdd nbd-client.
2014-06-30 Rob LandleyPromote makedevs to other.
2014-06-29 Rob LandleyMake fallocate depend on probe for libc support.
2014-06-29 Rob LandleyPromote mkpasswd from pending to other.
2014-06-12 Rob LandleyCleanup pass on login
2014-06-12 Rob LandleyEnable fallocate in defconfig.
2014-06-09 Rob LandleyPromote rfkill.
2014-06-03 Rob LandleyHelp text should have a blank line after usage: lines...
2014-05-31 Rob LandleyPromote partprobe.
2014-05-31 Rob LandleyIntroduce xfork() and make commands use it, and make...
2014-05-29 Rob LandleyMake "losetup /dev/loop0 filename" work.
2014-05-25 Ashwini Sharmaatolx_range() is already added into lib/lib.c, in vconf...
2014-05-25 Isaac Dunhamlogname and whoami are the same as id -un, so merge...
2014-05-15 Rob LandleyPromote sysctl from pending to other, default y.
2014-05-02 Ashwini SharmaAttached is the patch for lsattr and chattr implementation.
2014-04-23 Rob LandleyAdd example directory, move hello.c into it, add skelet...
2014-04-16 Rob LandleyRevert lots of half-finished local debris I didn't...
2014-04-16 Rob LandleyProbe for the existence of FIFREEZE and make fsfreeze...
2014-04-13 Ashwini sharmaAn issue in ifconfig while verifying the HW Address...
2014-04-12 Isaac Dunhamroadmap: describe glibc commands.
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-03-28 Rob LandleyAdd help -a (to show all commands) and -h (to produce...
2014-03-09 Rob LandleyPromote freeramdisk from pending to other, default y.
2014-03-01 Rob LandleyFix two bugs reported by Ashwini Sharma.
2014-02-16 Rob LandleyVarious cleanups found by Tom Sparrow's static analysis.
2014-02-07 Rob LandleyMove bunzip2 logic from lib into bzcat.
2014-02-04 Rob LandleyTweak help text.
2014-02-04 Rob LandleyAdd /prefix netmask support to ifconfig, ala "ifconfig...
2014-01-28 Isaac DunhamTwo changes to shut up GCC:
2014-01-16 Rob LandleyRename xmsprintf() to just xmprintf().
2013-12-28 Rob LandleyCleanup vmstat. Procs, memory, and cpu are reading...
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-20 Rob LandleyDon't permute toys.optargs, cleanup code (xexec())...
2013-12-05 Rob LandleyWhen building for 32-bit, the compiler can't figure...
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-18 Rob LandleyAdd test suite for blkid and clean up an editorial...
2013-11-02 Rob LandleySceond cleanup pass on vconfig
2013-11-02 Rob LandleyMerge toynet.h into toys.h: musl supports it and microm...
2013-11-02 Rob LandleyCleanup vconfig.
2013-10-26 Jeroen van RijnI noticed the user count was missing and added this...
2013-10-17 Rob LandleyMinor cleanup of reboot
2013-10-01 Elie De BrauwerNew toy: reboot/halt/poweroff
2013-10-08 Rob LandleyMove blkid out of pending, default y.
2013-10-08 Rob LandleyCleanup chvt
2013-09-09 Rob LandleyCleanup on acpi, switch to default y.
2013-09-09 Isaac DunhamI got tired of trying to guess how much terminal time...
2013-09-05 Rob LandleyDon't pad stat's %a field.
2013-09-03 Rob LandleyIntroduce libbuf analogous to toybuf but for use by...
2013-09-02 Rob LandleyCleanup pwdx
2013-09-02 Rob Landleypwdx by Lukasz Skalski.
2013-09-01 Rob LandleyImprove --longopt parsing: general bugfixes, better...
2013-08-29 Rob LandleyPID and UID namespaces for unshare, pointed out by...
2013-08-28 Rob LandleyRewrite pmap to be simpler and match other implementati...
2013-08-09 Felix JandaNew toy: fallocate
2013-07-18 Rob LandleyReplace users of xexec(toys.optargs) with xexec_optargs...
2013-07-17 Rob LandleyAdd timeout, factoring out common code from sleep.
2013-07-12 Rob LandleyEject cleanups.
2013-07-11 Rob LandleyEject, by Kyungwan Han.
2013-07-11 Isaac Dunhamadd paramtype in to the list of tags
2013-07-06 Isaac DunhamThis inlines CRC64, and nothing more.
2013-06-28 Isaac Dunhammodinfo: support -b basedir and -k kernel.release,...
2013-06-23 Rob LandleyModinfo cleanups.
2013-06-23 Isaac DunhamPatch that assumes that the presence of the string...
2013-06-18 Rob LandleyAdd pivot_root.
2013-06-16 Rob LandleyUpgrade modinfo to support multiple modules, and add...
2013-06-02 Rob LandleyMove stat from pending to other, default y.
next