OSDN Git Service

android-x86/external-toybox.git
2007-01-23 Rob LandleyMore random progress on mke2fs. Nothing to see yet.
2007-01-21 Rob LandleyAdd "yes" command.
2007-01-21 Rob LandleyTeach pwd to detect write errors.
2007-01-21 Rob LandleyComment and whitespace cleanups
2007-01-21 Rob LandleyHelps to "hg add" echo.c. Also, implement \0123 escape...
2007-01-20 Rob LandleyAdd "echo". Has -n and -e (but not \0123 yet).
2007-01-20 Rob LandleyMerge a memset with an existing loop, tweak comments.
2007-01-19 Rob LandleyMerge two similar loops and expand a comment.
2007-01-19 Rob LandleyAnother suggestion from Manuel: Grab 2 bits instead...
2007-01-19 Rob LandleyAdd count command.
2007-01-19 Rob LandleySave 4 bytes of stack space.
2007-01-19 Rob LandleyIn bunzip replace setjmp/longjmp handling with error_ex...
2007-01-19 Rob LandleyAdd fdprintf(). Remove reread() and rewrite() which...
2007-01-18 Rob LandleyMore optimizations originally suggested by Manuel Nova...
2007-01-17 Rob LandleyMinor cleanups.
2007-01-17 Rob LandleyTurn a memmove into a while(), reducing running time...
2007-01-17 Rob LandleyAnother application of Manuel Nova's "math instead...
2007-01-17 Rob LandleyMinor optimization the compiler already does for us...
2007-01-17 Rob LandleyFix off by one error in a test.
2007-01-17 Rob LandleyComment and whitespace changes.
2007-01-16 Rob LandleyMemmove is 11 bytes shorter than the unrolled loop...
2007-01-16 Rob LandleyAdd a quick and dirt bzcat (stdin to stdout only for...
2007-01-15 Rob LandleyAdd start of mke2fs/gene2fs, and some other stuff I...
2007-01-08 Rob Landleyxread() and xwrite() should take void *, not char *.
2007-01-08 Rob LandleyAdd xaccess()
2007-01-08 Rob LandleyAdd rewrite(), writeall(),and xwrite() to match the...
2007-01-08 Rob Landleyxopen() wants 2 arguments unless you're creating a...
2007-01-07 Rob LandleyTwo unrelated additions I'm working on cross over in...
2007-01-04 Rob LandleyBlah. The sed filter's not right, I'll try again later.
2007-01-01 Rob LandleyRemove more warnings.
2007-01-01 Rob LandleyMake some of gcc 4.1's dumber warnings go away.
2006-12-31 Rob LandleyComment tweak.
2006-12-14 Rob LandleyNote the mailing list.
2006-11-26 Rob LandleyTeach clean and distclean to zap more files.
2006-11-26 Rob LandleyAdd bloat-o-meter, make bloatcheck, and scripts/showasm.
2006-11-26 Rob LandleyTrawling through the archives: a broken test, an unnece...
2006-11-26 Rob LandleyMore whitespace/cowbell. (And change comment style...
2006-11-26 Rob LandleyReduce flag duplication and make kconfig use HOST_CC.
2006-11-25 Rob LandleyAdd my old micro-bunzip library. Needs some cleanup...
2006-11-25 Rob LandleyLeftover from when I cleaned this up for another project.
2006-11-25 Rob LandleyAdd cat -v.
2006-11-25 Rob LandleyAdd oneit.
2006-11-25 Rob LandleyFix a warning.
2006-11-25 Rob LandleyMore work on option parsing. "df -t tmpfs" actually...
2006-11-25 Rob LandleyAdd another warning check and a missing dependency.
2006-11-25 Rob LandleyI got the mercurial web browser thingy set up, note...
2006-11-24 Rob LandleyFix a half-dozen bugs in argument parsing. More seems...
2006-11-20 Rob LandleyAllocate a more sane amount of memory.
2006-11-20 Rob LandleyFix thinko (inverted test).
2006-11-19 Rob LandleyAdd one if() that has lots of whitespace fallout.
2006-11-19 Rob LandleyNew option parsing infrastructure (doesn't use getopt...
2006-11-10 Rob LandleyWeb site updates, and a design document.
2006-11-05 Rob LandleyRedo the index page (flesh it out about halfway), and...
2006-11-05 Rob LandleyThe web page should be in the repository, and while...
2006-11-04 Rob LandleyAdd pwd. Consolidate toy list information under toylist.h.
2006-11-03 Rob LandleyImplement which. Add hello world to menuconfig. Wrap...
2006-11-03 Rob LandleyBetter dependencies, and feed the linker --gc-sections...
2006-11-02 Rob LandleyAdded tag 0.0.1 for changeset 8f8a8ac59c14
2006-11-02 Rob LandleyThinko: the Config.in for the toys should be in ./toys...
2006-11-02 Rob LandleyAdd xabspath(), is_file_type(), which_in_path(), and...
2006-11-02 Rob LandleyLinked list functions, forgot to add this to the reposi...
2006-11-02 Rob LandleyMake the config generate gen_config.h with CFG_ and...
2006-11-02 Rob LandleyAdd a hello world applet, partly as an example and...
2006-11-02 Rob LandleyThe darn thing accidentally created a branch. I had...
2006-11-02 landleyThe Config files don't need the CONFIG_ prefix.
2006-11-01 landleyAdd menuconfig, plus some basic Config info, lots of...
2006-10-30 landleyCloser support for "pedantic" option for SUSv3. (Ok...
2006-10-30 landleyAdd reread(), readall(), and xread() on the bus ride...
2006-10-30 landleyImplement df. Add -Wall to build and fix up warnings...
2006-10-26 landleyRest of thinko fix.
2006-10-26 landleyThinko fix.
2006-10-25 landleyAdd xmsprintf(), xgetcwd(), xgetcwd(), find_in_path().
2006-10-18 landleyNext drop of toysh, plus more infratructure.
2006-10-05 landleyInfrastructure, first drop of toy shell, and a bit...
2006-09-28 landleyNext snapshot. Tries to grab something out of lib...
2006-09-27 landleyStarting a new project. Just a bit past the "hello...