platform/upstream/toybox.git
2007-06-18 Rob LandleyUpdate web page to mention 0.0.3 release.
2007-06-18 Rob LandleyAdded tag 0.0.3 for changeset a459c6b39645
2007-06-18 Rob LandleyFix makefile to defconfig properly, and leak in a bit... 0.0.3
2007-06-18 Rob LandleyFix READLINK_F dependency.
2007-06-18 Rob LandleyChange defaults of working commands to yes, so "make...
2007-06-18 Rob LandleyAdd a dummy "touch" to make it all build again.
2007-06-18 Rob LandleyAdd readlink. Why doesn't mercurial show newly added...
2007-06-18 Rob LandleyAdd xputs() to detect EOF on writes.
2007-06-18 Rob LandleyFix "Need 1 arguments".
2007-06-15 Rob LandleyVladimir Oleynik pointed out that va_start() twice...
2007-06-07 Rob LandleyMake warning go away.
2007-06-07 Rob LandleyWork around uClibc weirdness.
2007-06-07 Rob LandleyMore cross compiling infrastructure.
2007-06-01 Rob LandleyShow the compiler how to optimize out the option parsin...
2007-06-01 Rob LandleyAllow applets with optarg string NULL to use toy.optargs[].
2007-06-01 Rob LandleyHumor dash, which is broken.
2007-05-29 Rob LandleyMake it easier to specify which compiler to use.
2007-05-17 Rob LandleyAdd sleep.
2007-05-17 Rob LandleyLink to ars technica paedia broke because ars is now...
2007-04-30 Rob LandleyAdd true and false.
2007-04-29 Rob LandleyAdd readlink, xreadlink(), and change xrealloc() to...
2007-04-23 Rob LandleyAdd sync and an incomplete version of mdev.
2007-04-19 Rob LandleyAnd more mke2fs changes.
2007-04-19 Rob LandleyNext iteration of mke2fs development.
2007-03-15 Rob LandleyApply uClibc's changes to this kconfig.
2007-03-13 Rob LandleyMove project name to Makefile.
2007-03-13 Rob LandleyConvert HOST_CC to HOSTCC to be more like uClibc build.
2007-03-13 Rob LandleyChange help text: not just used for the kernel.
2007-03-12 Rob LandleyAdd web page background image and check in some half...
2007-02-21 Rob LandleyFix oneit: <1 is only parsed at the start of the argume...
2007-02-19 Rob LandleyCalculate block and inode usage in group table and...
2007-02-18 Rob LandleyPrecalculate block and inode usage given a starting...
2007-02-18 Rob LandleyAn old test suite wrapper I wrote, cleaned up a bit...
2007-02-17 Rob LandleyAdd atolx() which understands extensions for kilobytes...
2007-02-14 Rob LandleyCalculate st_nlink for each node, via a small but n...
2007-02-13 Rob LandleyMacOS X has a defective sed with no -r.
2007-02-13 Rob LandleyMore work on mke2fs.c. Random in-progress snapshot...
2007-02-13 Rob LandleyMake kconfig build on MacOS X. (Because it's there.)
2007-02-05 Rob LandleyAdd parent pointer to dirtree, more work on mke2fs...
2007-02-05 Rob LandleyRename functions.c to lib.c. (Easier name to remember.)
2007-02-03 Rob LandleyAdd xstat(), read_dirtree(), and read_dirtree_node().
2007-02-03 Rob LandleyTeach build to build only the toys/*.c selected in...
2007-02-02 Rob LandleyTrim a redundant definition that confuses older compile...
2007-02-01 Rob LandleyToybox option parsing must stop at the first non-option...
2007-01-31 Rob LandleyMissing comma, and slight simplification in defconfig...
2007-01-31 Rob LandleyAdd "make defconfig". Modify global options to start...
2007-01-31 Rob LandleyAdd make install_flat.
2007-01-31 Rob LandleySmall cleanup to prepare for cross-compile friendly...
2007-01-31 Rob LandleyAdded tag 0.0.2 for changeset d2e38cb0b1cd
2007-01-31 Rob LandleyI forgot to add count.c a while ago. (Memo to self... 0.0.2
2007-01-31 Rob LandleyMove download->downloads (be consistent) and add a...
2007-01-31 Rob LandleyThis creates an almost valid empty ext2 filesystem...
2007-01-29 Rob Landleymke2fs: Stopping for dinner. It compiles.
2007-01-28 Rob LandleyMore work on mke2fs.
2007-01-28 Rob LandleyMove superblock initialization to a function. Trim...
2007-01-27 Rob LandleyOne more field, minor shrinking, and start on block...
2007-01-26 Rob LandleyFilling out most of the ext2 superblock correctly now.
2007-01-25 Rob LandleyUpdate args.c to implement numeric arguments.
2007-01-25 Rob LandleyThe fdlength() ioctl apparently doesn't work on files...
2007-01-24 Rob LandleyMore work on mke2fs.
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.
next