OSDN Git Service

android-x86/external-toybox.git
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,
2013-07-25 Rob Landleynetstat by Ranjan Kumar.
2013-07-25 Rob Landleysyslogd by Madhur Verma.
2013-07-24 Strakegrep
2013-07-22 Rob LandleyMore ifconfig cleanup: Remove if_list, unify get_device...
2013-07-19 Rob LandleyAnother round of ifconfig cleanup.
2013-07-19 Rob LandleyStart of TOYBOX_SINGLE support, for building standalone...
2013-07-18 Rob LandleyReplace users of xexec(toys.optargs) with xexec_optargs...
2013-07-17 Isaac Dunhammake xzcat use loopfiles(), thereby allowing regular...
2013-07-17 Isaac Dunhamxzcat: remove XZ_(PREALLOC|SINGLE), inline xz_dec_bcj_c...
2013-07-17 Rob LandleyAdd timeout, factoring out common code from sleep.
2013-07-16 Rob LandleySplit lib/xwrap.c from lib/lib.c
2013-07-15 Rob Landleyklogd, submitted by Ashwini Sharma.
2013-07-15 Rob LandleyNew stuff added to lib.c needs review too, so make...
2013-07-12 Strakeadd grep
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-07-03 Felix Jandahere's a version of paste. It doesn't deal with wide...
2013-07-02 Rob LandleyAdded tag 0.4.5 for changeset 62ba5ce62e9d
2013-07-01 Rob LandleyMake ls output major, minor for block devices.
2013-07-01 Rob LandleyFirst pass at ls --color
2013-06-30 Rob LandleyCondense ls help text.
next