Age | Commit message (Expand) | Author |
2007-10-04 | Break out dirtree.c and let it call a function instead of returning the data. | Rob Landley |
2007-09-05 | Missing config dependency: The mdev config file should depend on mdev. | Rob Landley |
2007-09-04 | Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIMIZE=" is an option. | Rob Landley |
2007-09-01 | Minor tweak to web page. | Rob Landley |
2007-08-29 | Add "help" command. (Building help/help.h requires python, but I'll ship | Rob Landley |
2007-08-21 | Tweak error message. | Rob Landley |
2007-08-15 | More klibc fixes from Maximilian Attems, strlcpy() this time. | Rob Landley |
2007-08-15 | Remove strings.h which Maximilian Attems points out is obsolete: | Rob Landley |
2007-06-18 | Update web page to mention 0.0.3 release. | Rob Landley |
2007-06-18 | Added tag 0.0.3 for changeset a459c6b39645 | Rob Landley |
2007-06-18 | Fix makefile to defconfig properly, and leak in a bit of the new test0.0.3 | Rob Landley |
2007-06-18 | Fix READLINK_F dependency. | Rob Landley |
2007-06-18 | Change defaults of working commands to yes, so "make defconfig" is more | Rob Landley |
2007-06-18 | Add a dummy "touch" to make it all build again. | Rob Landley |
2007-06-18 | Add readlink. Why doesn't mercurial show newly added files in "hg diff"? | Rob Landley |
2007-06-18 | Add xputs() to detect EOF on writes. | Rob Landley |
2007-06-18 | Fix "Need 1 arguments". | Rob Landley |
2007-06-15 | Vladimir Oleynik pointed out that va_start() twice in the same function | Rob Landley |
2007-06-07 | Make warning go away. | Rob Landley |
2007-06-07 | Work around uClibc weirdness. | Rob Landley |
2007-06-07 | More cross compiling infrastructure. | Rob Landley |
2007-06-01 | Show the compiler how to optimize out the option parsing logic when nothing | Rob Landley |
2007-06-01 | Allow applets with optarg string NULL to use toy.optargs[]. | Rob Landley |
2007-06-01 | Humor dash, which is broken. | Rob Landley |
2007-05-29 | Make it easier to specify which compiler to use. | Rob Landley |
2007-05-17 | Add sleep. | Rob Landley |
2007-05-17 | Link to ars technica paedia broke because ars is now using Windows 2003 on | Rob Landley |
2007-04-30 | Add true and false. | Rob Landley |
2007-04-29 | Add readlink, xreadlink(), and change xrealloc() to not fight the stupid | Rob Landley |
2007-04-23 | Add sync and an incomplete version of mdev. | Rob Landley |
2007-04-18 | And more mke2fs changes. | Rob Landley |
2007-04-18 | Next iteration of mke2fs development. | Rob Landley |
2007-03-15 | Apply uClibc's changes to this kconfig. | Rob Landley |
2007-03-12 | Move project name to Makefile. | Rob Landley |
2007-03-12 | Convert HOST_CC to HOSTCC to be more like uClibc build. | Rob Landley |
2007-03-12 | Change help text: not just used for the kernel. | Rob Landley |
2007-03-12 | Add web page background image and check in some half-finished ext2 | Rob Landley |
2007-02-21 | Fix oneit: <1 is only parsed at the start of the argument list. | Rob Landley |
2007-02-19 | Calculate block and inode usage in group table and bitmaps. | Rob Landley |
2007-02-18 | Precalculate block and inode usage given a starting file tree. This compiles, | Rob Landley |
2007-02-18 | An old test suite wrapper I wrote, cleaned up a bit and checked for copyrights. | Rob Landley |
2007-02-16 | Add atolx() which understands extensions for kilobytes and megabytes and such. | Rob Landley |
2007-02-14 | Calculate st_nlink for each node, via a small but n^2 algorithm. | Rob Landley |
2007-02-13 | MacOS X has a defective sed with no -r. | Rob Landley |
2007-02-12 | More work on mke2fs.c. Random in-progress snapshot... | Rob Landley |
2007-02-12 | Make kconfig build on MacOS X. (Because it's there.) | Rob Landley |
2007-02-04 | Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count | Rob Landley |
2007-02-04 | Rename functions.c to lib.c. (Easier name to remember.) | Rob Landley |
2007-02-03 | Add xstat(), read_dirtree(), and read_dirtree_node(). | Rob Landley |
2007-02-03 | Teach build to build only the toys/*.c selected in .config, and teach | Rob Landley |