aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-15Remove trailing whitespace (thanks to Charlie Shepherd), and a couple commentRob Landley
tweaks.
2007-11-06Replace space indent with tab indentCharlie Shepherd
2007-11-06Add .hgignore fileCharlie Shepherd
2007-11-15Change strlcpy not to use strncpy. (Adds 24 bytes, but doesn't memset theRob Landley
unused portion of the buffer to 0, which can touch and allocate physical pages for a large virtual mapping.)
2007-11-12Patch fromm Roberto Foglietta: distclean should remove toys/help.hRob Landley
2007-11-06Add or correct file descriptionsCharlie Shepherd
2007-11-06Move toybox_old delete (for bloatcheck) from clean to distclean.Rob Landley
2007-11-04Fix from Charlie Shepherd: at end of string, don't match the null terminatorRob Landley
as a yottabyte suffix. Also, the shift increment needs to be a long constant on 64-bit platforms for the top three suffixes to mean anything.
2007-11-04xcreate(): perror already prints error name and newline, remove redundancy.Rob Landley
2007-10-31Patch from Charlie Shepherd: Implement touch, set the default in Config.in toRob Landley
y, and remove the length argument (and all talk of changing the length of files).
2007-10-19Get toysh.c to start using the option parsing logic, and some minor cleanup.Rob Landley
2007-10-16Need to commit this too. :)Rob Landley
2007-10-11Promote help to global config option, teach error_exit() to output usage ↵Rob Landley
message when called from get_optflags().
2007-10-04Break out dirtree.c and let it call a function instead of returning the data.Rob Landley
2007-09-05Missing config dependency: The mdev config file should depend on mdev.Rob Landley
2007-09-04Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIMIZE=" is an option.Rob Landley
2007-09-01Minor tweak to web page.Rob Landley
2007-08-29Add "help" command. (Building help/help.h requires python, but I'll shipRob Landley
that file with release versions.)
2007-08-21Tweak error message.Rob Landley
2007-08-15More klibc fixes from Maximilian Attems, strlcpy() this time.Rob Landley
2007-08-15Remove strings.h which Maximilian Attems points out is obsolete:Rob Landley
> belows snippet directly taken from mdadm.h. > > to quote hpa: > "Including <strings.h> is a bug in the upstream source; > <strings.h> has been obsolete since at least 1989" > > one small little step for better klibc support ;)
2007-06-18Update web page to mention 0.0.3 release.Rob Landley
2007-06-18Added tag 0.0.3 for changeset a459c6b39645Rob Landley
2007-06-18Fix makefile to defconfig properly, and leak in a bit of the new test0.0.3Rob Landley
infrastructure so I don't have to revert it to check this in. :)
2007-06-18Fix READLINK_F dependency.Rob Landley
2007-06-18Change defaults of working commands to yes, so "make defconfig" is moreRob Landley
useful than "make allyesconfig".
2007-06-18Add a dummy "touch" to make it all build again.Rob Landley
2007-06-18Add readlink. Why doesn't mercurial show newly added files in "hg diff"?Rob Landley
2007-06-18Add xputs() to detect EOF on writes.Rob Landley
2007-06-18Fix "Need 1 arguments".Rob Landley
2007-06-15Vladimir Oleynik pointed out that va_start() twice in the same functionRob Landley
isn't portable (with ppc 4xx as an example of a platform it doesn't work on). This is why va_copy exists.
2007-06-07Make warning go away.Rob Landley
2007-06-07Work around uClibc weirdness.Rob Landley
2007-06-07More cross compiling infrastructure.Rob Landley
2007-06-01Show the compiler how to optimize out the option parsing logic when nothingRob Landley
is using it.
2007-06-01Allow applets with optarg string NULL to use toy.optargs[].Rob Landley
2007-06-01Humor dash, which is broken.Rob Landley
2007-05-29Make it easier to specify which compiler to use.Rob Landley
2007-05-17Add sleep.Rob Landley
2007-05-17Link to ars technica paedia broke because ars is now using Windows 2003 onRob Landley
its' webserver and can't competently show "index.html" for a directory. Wheee.
2007-04-30Add true and false.Rob Landley
2007-04-29Add readlink, xreadlink(), and change xrealloc() to not fight the stupidRob Landley
compiler so much.
2007-04-23Add sync and an incomplete version of mdev.Rob Landley
2007-04-18And more mke2fs changes.Rob Landley
2007-04-18Next iteration of mke2fs development.Rob Landley
2007-03-15Apply uClibc's changes to this kconfig.Rob Landley
2007-03-12Move project name to Makefile.Rob Landley
2007-03-12Convert HOST_CC to HOSTCC to be more like uClibc build.Rob Landley
2007-03-12Change help text: not just used for the kernel.Rob Landley
2007-03-12Add web page background image and check in some half-finished ext2Rob Landley
documentation.