OSDN Git Service

android-x86/external-toybox.git
2011-11-18 Rob LandleyAdd dirname, and typo fixes to wc header.
2011-11-17 Rob LandleyAdd wc.
2011-11-15 Rob LandleyMore GPL->BSD debris.
2011-11-15 Rob LandleySwitch license.html to BSD, and delete the old "FSF...
2011-11-15 Rob LandleyNew mailing list.
2011-11-15 Rob LandleySwitch to 2-clause BSD license (with caveat about scrip...
2011-11-15 Rob LandleySUSv4 is out, update template link.
2011-11-15 Rob LandleyImplement tty command.
2011-11-14 Rob Landleyxreadall() returns void... how does that even compile?
2011-11-14 Rob LandleyPrepare for license switch by (regrettably) removing...
2011-05-22 Rob LandleyThe @@ -1,2 +3,4 @@ lines treat ,1 as implied, so the...
2010-02-28 Rob LandleyFor CFG_TOYBOX_DEBUG add -x option to patch to dump...
2010-02-28 Rob LandleyOne more little tweak to patch: unrecognized date forma...
2010-01-06 Rob LandleyAdd command "nice".
2010-01-06 Rob LandleyMake toy_init() reentrant, or else xexec() has funky...
2010-01-06 Rob LandleyShut up even MORE gcc/glibc spurious warnings.
2010-01-05 Rob LandleyAdd setsid.
2010-01-05 Rob LandleyAdd TOYBOX_SUID.
2010-01-05 Rob LandleyCorrect return types of xstrdup() and xstrndup()
2010-01-05 Rob Landleymenuconfig indentation should be handled by dependencie...
2010-01-05 Rob LandleyUse fdlength() instead of lseek(SEEK_END).
2010-01-05 Rob LandleyTypo fix in comment.
2010-01-05 Rob LandleyMinor web page updates (put header/footer back, add...
2009-12-13 Rob LandleyThe "strip" in gcc 4.4 doesn't set the executable bit...
2009-12-13 Rob LandleyLet the minicom script take the speed as an optional...
2009-11-30 Rob LandleyFix reversed patch detection logic, remove unused varia...
2009-10-23 Rob LandleyAdd .tar.bz2 to tarball links.
2009-10-01 Rob LandleyRemove header/footer includes to prepare for css instead.
2009-08-07 Rob LandleyMake a warning go away on Fedora 11.
2009-08-07 Rob LandleyUnconditionally add the $CROSS_COMPILE prefix to $CC...
2009-06-05 Rob LandleyFix broken links spotted by Cedric Duval.
2009-04-17 Rob LandleyAdded tag 0.0.9.2 for changeset f142d02036b6
2009-04-17 Rob LandleyAnnounce 0.0.9.2 bugfix release.
2009-04-16 Rob LandleyFix bug spotted by Jean-Christphe Dubois: reserve space...
2009-03-30 Rob LandleyAnnounce 0.0.9.1 bugfix release.
2009-03-30 Rob LandleyAdded tag 0.0.9.1 for changeset add8b512f41a
2009-03-29 Rob LandleyAnother patch corner case.
2009-03-29 Rob LandleyOld news.html update, but never actually checked in.
2009-03-29 Rob LandleyRegenerate Config.in when toys/*.c changes.
2009-03-29 Rob LandleyRearchitect patch to handle more darn corner cases.
2009-01-30 Rob LandleyConvert non-bool config values (such as int) into confi...
2009-01-30 Rob LandleyRe-wordwrap and reorder the .config->config.h sed scrip...
2009-01-25 Rob LandleyComment tweaks.
2009-01-25 Rob LandleyFix thinko.
2009-01-20 Rob LandleyAnnounce 0.0.8 release.
2009-01-20 Rob LandleyAdded tag 0.0.8 for changeset 86e2bdb2ad66
2009-01-20 Rob LandleyFix typo.
2009-01-18 Rob LandleyAdd mkswap.
2009-01-15 Rob LandleyHello shouldn't be enabled in defconfig.
2009-01-05 Rob LandleyAccidentally changed cksum behavior with the -P flag...
2009-01-05 Rob LandleyAdd -N, -I, -L, and -P options to cksum.
2009-01-05 Rob LandleyAdd -F option to cksum.
2009-01-04 Rob LandleyMake patch work with -R when deleting files.
2009-01-04 Rob LandleyCheck in crc_init needed by cksum. (Oops.)
2008-12-27 Rob LandleyAdd cksum.
2008-12-18 Rob LandleyFix the old dead link about mepis with one from linux...
2008-12-16 Rob LandleyTwo bugfixes for deleting files (-p and message)
2008-12-14 Rob LandleyTeach oneit to reboot on exit more reliably.
2008-12-14 Rob LandleyShut up some new aggressively stupid warnings gcc 4...
2008-12-08 Rob LandleyFix netcat -f
2008-12-01 Rob LandleyFix typo.
2008-11-27 Rob LandleyAdd uname
2008-11-19 Rob LandleyThe epoch can also show up as 1970-01-01 (depending...
2008-11-19 Rob LandleyMore than 4k of input can be queued up in a pipe, so...
2008-11-16 Rob LandleyShell $(netcat) won't return unless child's stdin/stdou...
2008-11-16 Rob LandleySecond attempt at making netcat -l work properly.
2008-11-15 Rob LandleyAdd netcat server mode, -l, -L, and -t.
2008-11-13 Rob LandleyWork around a reiserfs bug. (One line change, switch...
2008-11-12 Rob LandleyAnnounce 0.0.7.
2008-11-12 Rob LandleyAdded tag 0.0.7 for changeset db86f4df58b9
2008-11-12 Rob LandleyAdded tag 0.0.6 for changeset 6e65eefc37e9
2008-10-25 Rob LandleyTighten up chvt, save a few bytes.
2008-10-23 Rob LandleyUpgrade patch to detect hunks that start after a false...
2008-08-28 Rob LandleyFix giant glaring thinko.
2008-08-15 Rob LandleyAn error from an input file isn't fatal, keep reading...
2008-08-15 Rob LandleyChroot should stop option parsing at the first non...
2008-07-18 Rob LandleyTweak from Roberto Foglietta.
2008-07-18 Rob LandleyRoberto Foglietta pointed out that readall() needs...
2008-07-18 Rob LandleyBug spotted by Roberto Foglietta: at EOF readall()...
2008-07-04 Rob LandleyAdd "tee" command.
2008-07-04 Rob LandleyFinish bzcat.
2008-07-04 Rob LandleyTeach option parsing logic that ^ means stop parsing...
2008-06-28 Rob LandleyA pathological case of huffman coding that uses 8 bits...
2008-06-27 Rob LandleyOption parsing: stopearly is now a ^ prefix (not +...
2008-06-22 Rob LandleyBasic tests for sort. Needs more...
2008-06-22 Rob LandleyOnly apply global flags to fallback sort.
2008-06-22 Rob LandleyCosmetic tweak, only show skipped tests when VERBOSE...
2008-06-22 Rob LandleyAdjust "optional" function (gen_config.h became generat...
2008-06-19 Rob LandleyMost of an susv3 compliant sort implementation (loosely...
2008-06-17 Rob LandleyAssemble '*' repeated argument list in order. Also...
2008-05-26 Rob LandleyAnnounce 0.0.6 release. (A bit early, so the next...
2008-05-17 Rob LandleyAdd seq, and tests for it.
2008-05-17 Rob LandleyFix which (the meaning of -a was reversed, and it was...
2008-05-17 Rob LandleyFix command line option parsing so "echo -xen" actually...
2008-05-12 Rob LandleySort was including the trailing comma and getting the...
2008-05-12 Rob LandleyUpdate mdev to work around the newest sysfs api breakag...
2008-05-05 Rob LandleyMore tweaks to rmdir.test and the testing infrastructure.
2008-05-04 Rob LandleyAdd rmdir and test for it.
2008-05-04 Rob LandleyFluffier error message.
2008-05-04 Rob LandleyTry to convince make to be less stupid about rebuilding.
next