platform/upstream/toybox.git
2013-11-29 Rob LandleyAdd xgetpwnam() to lib/xwrap.c.
2013-11-29 Rob LandleyMove xgetpwuid() and xgetgrgid() into xwrap.c
2013-11-27 Rob LandleyIfconfig cleanup.
2013-11-24 Rob LandleyThe return of ifconfig cleanup.
2013-11-21 Rob Landleytftpd upgrade from Ashwini Sharma based on comments...
2013-11-20 Rob LandleyFix broken link.
2013-11-19 Rob LandleyRelease announcement for 0.4.7.
2013-11-19 Rob LandleyAdded tag 0.4.7 for changeset 663242f2962c
2013-11-18 Rob LandleyAdd test suite for blkid and clean up an editorial...
2013-11-16 Isaac DunhamSupport -F, and ignore -u since that's what we do anyway.
2013-11-14 Rob LandleyRemove leftover debris from scripts/test.sh that screws...
2013-11-11 Rob Landleyfsck wrapper from Ashwini Sharma. (Note: this just...
2013-11-11 Rob LandleyApparently I forgot to tag 0.4.6. Do so now.
2013-11-11 Rob Landleydumpleases (for dhcpd) submitted by Ashwini Sharma.
2013-11-11 Rob Landleydu from Ashwini Sharma.
2013-11-11 Rob LandleyBreak out lib/pending.h from lib/lib.h.
2013-11-10 Rob LandleyFilesystem images for testing blkid, from Bradley Conroy.
2013-11-10 Rob Landleydistclean was missing singleconfig.old.
2013-11-10 Rob LandleyStuff in pending should default n until cleaned up.
2013-11-10 Ashwini SharmaAdd tftpd
2013-11-10 William Haddongrep doesn't allocate enough space
2013-11-09 Rob LandleyTypo spotted by Anca Emanuel.
2013-11-07 Rob LandleyTweak terminal_size to never set either to 0, and retur...
2013-11-03 Rob LandleyFix off by one, pointed out by Ashwini Sharma.
2013-11-02 Rob LandleySceond cleanup pass on vconfig
2013-11-02 Rob LandleyGive xstrncpy() a more informative error message.
2013-11-02 Rob LandleyMerge toynet.h into toys.h: musl supports it and microm...
2013-11-02 Rob LandleyCleanup vconfig.
2013-11-01 Rob LandleyPatch from William Haddon to make xargs with blank...
2013-10-31 Rob LandleyMake the patch -x option (only enabled with CONFIG_DEBU...
2013-10-27 Rob LandleyPromote nl from pending to posix, and add tests.
2013-10-27 Rob LandleyCleanup nl, add support for more bits of posix.
2013-10-28 Isaac DunhamHere's a revised cpio.
2013-10-27 Rob LandleyRefactor terminal querying.
2013-10-13 Elie De Brauwerwatch: Add support for -e option, remove memory leak...
2013-10-26 Jeroen van... I noticed the user count was missing and added this...
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...
next