platform/upstream/toybox.git
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...
2013-09-17 Rob LandleyFix -t c0 and -J as reported by heehooman at gmail...
2013-09-18 Rob LandleyRelease announcement on web page.
2013-09-11 Rob LandleyAh, that's why commit 1057 was skipped last pull: it...
2013-09-10 Rob LandleyFirst pass of cut cleanup, and make test script slightl...
2013-09-10 Rob LandleyRemove two unused functions and shrink another.
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-09 Rob LandleyMinor cleanups.
2013-09-09 Rob LandleyDon't write a zero past end of toybuf with large -d...
2013-09-09 Rob LandleyMinor cosmetic tweaks to expand.
2013-09-09 Rob LandleyAdjust patch to use dlist_pop()
2013-09-09 Rob LandleyRedo tail closer to the original design. Add more tests...
2013-09-09 Rob LandleyFix [-group] argument dropping.
2013-09-03 Rob LandleyReplace for_each_pid_with_name_in_array_perform_callbac...
2013-09-06 Rob LandleyPending cleanup page, less than half done. Some of...
2013-09-06 Rob LandleyAshwini Sharma submitted route.c, adding it to pending.
2013-09-06 Rob LandleyMake [-abc] exclude logic clear argument slots when...
2013-09-06 Rob LandleyFix for xpidfile spotted by Felix Janda.
2013-09-06 Rob LandleyMissing typecast in recent rm fix. Oops.
2013-09-05 Rob LandleyAllow shipped generated/help.h to still be used, until...
2013-08-30 Elie De Brauwermake.sh: Fix probing for python2.x and be verbose in...
2013-08-30 Elie De Brauweruname: Fix help string
2013-09-05 Jacek Bukarewiczenv - there were 2 segfaults when run on my Ubuntu...
2013-09-05 Rob LandleyMake chdir handle permissions according to posix, repor...
2013-09-05 Rob Landleyfix rm to handle "mkdir sub/sub && chmod 007 sub/sub...
2013-09-05 Rob LandleyDon't pad stat's %a field.
2013-09-04 Rob LandleyFirst pass at umount, not quite done yet.
2013-09-03 Rob LandleyIntroduce libbuf analogous to toybuf but for use by...
2013-09-03 Rob LandleyRemove itoa/utoa, let libc do this with sprintf.
2013-09-03 Rob LandleyConvert dhcp/dhcpd from utoa() to sprintf().
2013-09-03 Rob LandleySwitch ls from utoa to sprintf.
2013-09-02 Rob LandleyCleanup pwdx
2013-09-02 Rob Landleypwdx by Lukasz Skalski.
2013-09-01 Rob LandleyImplement ls --color=auto, suggested by Rich Felker.
2013-09-01 Rob LandleyImprove --longopt parsing: general bugfixes, better...
2013-09-01 Rob LandleyUpdate status and roadmap pages, and status page genera...
2013-08-31 Felix Jandatail: Some fixes
2013-08-30 Rob LandleyAllow getmountlist to read fstab too.
2013-08-30 Rob LandleyAdd scripts/single.sh to build individual non-multiplex...
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-27 Ashwini SharmaAdd pmap.
2013-08-26 Felix Jandasyslogd: cleanup
2013-08-24 Felix Jandasyslogd: cleanup
2013-08-23 Felix Jandasyslogd: stop abusing arg_list
2013-08-23 Felix Jandasyslogd: cleanup
2013-08-21 Felix Jandasyslogd: cleanup
2013-08-21 Rob LandleyFix bug where exit code was only correct for -q.
2013-08-21 Rob LandleyFix --help option to multiplexer.
2013-08-20 Felix Jandasyslogd: cleanup
2013-08-20 Rob LandleyAdd watch and ps, sent by Ashwini Sharma.
2013-08-19 Felix JandaIn logger and syslogd remove duplicated definitions...
2013-08-19 Rob LandleyMove grep from pending to posix, switch default to y.
2013-08-19 Rob LandleyFinish grep rewrite and fleshing out test suite. Severa...
2013-08-18 Rob LandleyUse OPTSTR_command macro for more oldtoys, to avoid...
2013-08-18 Rob LandleyDocument the toybox entry path from main() into a command.
2013-08-18 Rob LandleyFix wrong printf type.
2013-08-18 Rob LandleyWhitespace changes to passwd.
2013-08-18 Rob LandleyFix usage: lines for a couple commands.
2013-08-18 Rob LandleyRemove files du no longer needs.
2013-08-18 Rob LandleyCleanup du.
2013-08-17 Rob Landleycut tests from Kyungwan Han.
2013-08-17 Strakesu: cleanery
2013-08-16 Rob LandleyNormalize df menu entry and tweak help text.
2013-08-15 Rob LandleyForgot to check in toys.h when generated/oldtoys.h...
2013-08-15 Rob LandleyDHCP client and server, from Ashwini Sharma.
2013-08-13 M. Farkas-DyckAdd su.
2013-08-13 Rob LandleyAdd a new optimization flag at the suggestion of the...
2013-08-12 Rob LandleyMore grep tests, remove obsolete comment.
2013-08-12 Rob Landleygrep: -om counts matching lines, not matching parts...
2013-08-12 Rob LandleyMore grep work: name "(standard input)" correctly,...
2013-08-12 Rob LandleyMore grep cleanup, and make OPTSTR_command macros for...
2013-08-12 Isaac Dunhamfdisk: remove goto; inline valid(); merge xprintf(...
2013-08-12 Rob LandleyAshwini Sharma said that Kyungwan Han should be in...
2013-08-11 Rob LandleyMore grep tests.
2013-08-10 Felix JandaAdd daemonize function to lib for klogd and syslogd
next