platform/upstream/toybox.git
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
2013-08-10 Felix JandaCleanup klogd
2013-08-09 Felix JandaNew toy: fallocate
2013-08-08 Rob LandleyAchille Fouilleul pointed out that fdlength wasn't...
2013-08-07 Rob LandleyForgot to check in xfdopen(). My bad.
2013-08-07 Isaac DunhamThis is the preliminary version of lspci text output...
2013-08-05 Ashwini SharmaI have implemented FDISK command.
2013-08-04 Rob LandleyFluff out grep test suite some more, including lots...
2013-08-04 Rob LandleyCleanup grep, make it pass the current test suite.
2013-08-04 Rob LandleySystem V style init, submitted by Kyungwan Han.
2013-08-01 Rob LandleyNeed to specify bool for CP_MV_MORE config symbol to...
2013-08-01 Rob Landleyls --color should depend on LS in menuconfig.
2013-08-01 Rob LandleyCleanup grep: help text, whitespace, add parentheses.
2013-08-01 M. Farkas-DyckFound the fault. My method of -w fails sans -E, so...
2013-08-01 Rob LandleyClean up grep.test to use "infile" properly, and not...
2013-08-01 Ashwini SharmaI add testsuite for grep.
2013-07-31 Rob LandleyMove renice from pending to posix, default y, fix link...
2013-07-31 Rob LandleyCleanup renice and implement '|' (required option)...
2013-07-30 M. Farkas-DyckAdd renice.
2013-07-27 Felix JandaFix lspci -e
2013-07-26 Strakeadd nl
2013-07-29 Ashwini SharmaThe attached KLOGD patch is an improved version of...
2013-07-24 Felix Jandalogger: Some cleanup
2013-07-27 Strakegrep: s/astrcat/x&/g
2003-06-08 Strakegrep: add -b flag
2003-06-08 Strakegrep: add -w flag
2013-07-27 Felix Jandalspci: use toybuf instead of dynamic memory allocation
2013-07-26 Isaac DunhamI've written an lspci implementation.
2013-07-26 Isaac DunhamThis removes xz_mode.
2013-07-26 Rob LandleyLink to Georgi's mirror on github.
2013-07-26 Rob LandleyJuhani Haverinen pointed out that python 3 doesn't...
2013-07-18 Felix JandaImplement test
2013-07-25 Rob LandleyDon't make a FLAG_ macro for " ", it's a control charac...
2013-07-25 Rob Landleypgrep and pkill by Madhur Verma,
next