OSDN Git Service

android-x86/external-toybox.git
2007-12-11 Rob LandleyUpdate links and add some more spec comments.
2007-12-09 Rob LandleyChangeset 186 assumed that toys.exitval defaults to...
2007-12-09 Rob LandleyAdd some more .PHONY targets.
2007-12-09 Rob LandleyAdd -c option to oneit, to specify console other than...
2007-12-04 Rob LandleyAdd comments about SUSv3 specs (or lack thereof).
2007-12-04 Rob LandleyOther chroots fall back to "/bin/sh -i", so add the -i.
2007-12-04 Rob LandleyMinor cleanups to sha1sum.
2007-12-04 Rob LandleyAdd chroot.
2007-12-04 Rob LandleyNetcat needs this to build.
2007-12-04 Rob LandleyAdd first pass at netcat. Base applet, -f, and -w...
2007-11-30 Rob LandleyMinor cleanups/tweaks to touch.
2007-11-30 Rob LandleyAdd sha1sum. (No -c mode yet.) Slight tweaks to loopf...
2007-11-30 Rob LandleyChange command main() functions to return void, and...
2007-11-29 Rob LandleyAdd loopfiles() function, make catv use it.
2007-11-27 Rob LandleyAdd a comment about a case that made me stop and think.
2007-11-25 Charlie ShepherdRebuild toybox when a header file changes
2007-11-27 Rob LandleyPatch from Charlie Shepherd: remove extra \n from error...
2007-11-27 Rob LandleyAdd comment, and whitespace changes.
2007-11-23 Charlie ShepherdAdd kconfig/conf to .hgignore
2007-11-23 Charlie ShepherdAdd tty applet
2007-11-27 Rob LandleyAdd comment and very minor tweak.
2007-11-27 Rob LandleyRemove a few bytes from basename and add 'em back ...
2007-11-27 Rob LandleyPatch from Charlie Shepherd to add basename and dirname...
2007-11-25 Rob LandleyRe-roll loop, making code smaller. Also localize all...
2007-11-25 Rob LandleyUntangle algorithm: use uint64_t for count, move union...
2007-11-25 Rob LandleyMore cleanup: consistent indents, uint32_t, rename...
2007-11-25 Rob LandleyWhitespace change: 4 spaces become one tab.
2007-11-25 Rob LandleyMinimal changes to make it actually work on an x86...
2007-11-25 Rob LandleyStart with public domain SHA-1 in C by Steve Reid ...
2007-11-20 Rob LandleyImplement dmesg.
2007-11-19 Rob LandleyTighten up error handling, add a umask() call so -m...
2007-11-19 Rob LandleyReplace strlcpy() with xstrcpy(), which exits if the...
2007-11-16 Rob LandleyAdd noreturn mark to [p]error_exit(), suggested by...
2007-11-16 Rob LandleyZap a warning.
2007-11-10 Charlie ShepherdFix error message
2007-11-16 Rob LandleySimplify touch -l slightly.
2007-11-10 Charlie ShepherdAdd an option to let touch extend or truncate a file...
2007-11-10 Charlie ShepherdDon't error on stat success, and create files with...
2007-11-10 Charlie ShepherdUse builtin functions to simplify some code in touch
2007-11-10 Charlie ShepherdFix typo in toysh tty description.
2007-11-10 Charlie ShepherdMake toybox_unstripped depend upon toys/help.h (so...
2007-11-07 Charlie ShepherdAdd initial mkfifo implementation
2007-11-16 Rob LandleyRemove trailing whitespace (thanks to Charlie Shepherd...
2007-11-06 Charlie ShepherdReplace space indent with tab indent
2007-11-06 Charlie ShepherdAdd .hgignore file
2007-11-15 Rob LandleyChange strlcpy not to use strncpy. (Adds 24 bytes...
2007-11-13 Rob LandleyPatch fromm Roberto Foglietta: distclean should remove...
2007-11-06 Charlie ShepherdAdd or correct file descriptions
2007-11-06 Rob LandleyMove toybox_old delete (for bloatcheck) from clean...
2007-11-04 Rob LandleyFix from Charlie Shepherd: at end of string, don't...
2007-11-04 Rob Landleyxcreate(): perror already prints error name and newline...
2007-10-31 Rob LandleyPatch from Charlie Shepherd: Implement touch, set the...
2007-10-20 Rob LandleyGet toysh.c to start using the option parsing logic...
2007-10-16 Rob LandleyNeed to commit this too. :)
2007-10-11 Rob LandleyPromote help to global config option, teach error_exit...
2007-10-04 Rob LandleyBreak out dirtree.c and let it call a function instead...
2007-09-06 Rob LandleyMissing config dependency: The mdev config file should...
2007-09-05 Rob LandleyMove optimizer flags to OPTIMIZE, so "make CC=tcc OPTIM...
2007-09-01 Rob LandleyMinor tweak to web page.
2007-08-29 Rob LandleyAdd "help" command. (Building help/help.h requires...
2007-08-21 Rob LandleyTweak error message.
2007-08-15 Rob LandleyMore klibc fixes from Maximilian Attems, strlcpy()...
2007-08-15 Rob LandleyRemove strings.h which Maximilian Attems points out...
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...
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...
next