2007-08-15 |
Rob Landley | More klibc fixes from Maximilian Attems, strlcpy()... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Rob Landley | Remove strings.h which Maximilian Attems points out... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Rob Landley | Update web page to mention 0.0.3 release. |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Rob Landley | Added tag 0.0.3 for changeset a459c6b39645 |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Rob Landley | Fix makefile to defconfig properly, and leak in a bit... 0.0.3 |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Rob Landley | Fix READLINK_F dependency. |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Rob Landley | Change defaults of working commands to yes, so "make... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Rob Landley | Add a dummy "touch" to make it all build again. |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Rob Landley | Add readlink. Why doesn't mercurial show newly added... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Rob Landley | Add xputs() to detect EOF on writes. |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Rob Landley | Fix "Need 1 arguments". |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Rob Landley | Vladimir Oleynik pointed out that va_start() twice... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Rob Landley | Make warning go away. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Rob Landley | Work around uClibc weirdness. |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Rob Landley | More cross compiling infrastructure. |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Rob Landley | Show the compiler how to optimize out the option parsin... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Rob Landley | Allow applets with optarg string NULL to use toy.optargs[]. |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Rob Landley | Humor dash, which is broken. |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Rob Landley | Make it easier to specify which compiler to use. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Rob Landley | Add sleep. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Rob Landley | Link to ars technica paedia broke because ars is now... |
commit | commitdiff | tree | snapshot |
2007-04-30 |
Rob Landley | Add true and false. |
commit | commitdiff | tree | snapshot |
2007-04-29 |
Rob Landley | Add readlink, xreadlink(), and change xrealloc() to... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Rob Landley | Add sync and an incomplete version of mdev. |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Rob Landley | And more mke2fs changes. |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Rob Landley | Next iteration of mke2fs development. |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Rob Landley | Apply uClibc's changes to this kconfig. |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Rob Landley | Move project name to Makefile. |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Rob Landley | Convert HOST_CC to HOSTCC to be more like uClibc build. |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Rob Landley | Change help text: not just used for the kernel. |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Rob Landley | Add web page background image and check in some half... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Rob Landley | Fix oneit: <1 is only parsed at the start of the argume... |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Rob Landley | Calculate block and inode usage in group table and... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Rob Landley | Precalculate block and inode usage given a starting... |
commit | commitdiff | tree | snapshot |
2007-02-18 |
Rob Landley | An old test suite wrapper I wrote, cleaned up a bit... |
commit | commitdiff | tree | snapshot |
2007-02-17 |
Rob Landley | Add atolx() which understands extensions for kilobytes... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Rob Landley | Calculate st_nlink for each node, via a small but n... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Rob Landley | MacOS X has a defective sed with no -r. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Rob Landley | More work on mke2fs.c. Random in-progress snapshot... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Rob Landley | Make kconfig build on MacOS X. (Because it's there.) |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Rob Landley | Add parent pointer to dirtree, more work on mke2fs... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Rob Landley | Rename functions.c to lib.c. (Easier name to remember.) |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Rob Landley | Add xstat(), read_dirtree(), and read_dirtree_node(). |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Rob Landley | Teach build to build only the toys/*.c selected in... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Rob Landley | Trim a redundant definition that confuses older compile... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Rob Landley | Toybox option parsing must stop at the first non-option... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Rob Landley | Missing comma, and slight simplification in defconfig... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Rob Landley | Add "make defconfig". Modify global options to start... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Rob Landley | Add make install_flat. |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Rob Landley | Small cleanup to prepare for cross-compile friendly... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Rob Landley | Added tag 0.0.2 for changeset d2e38cb0b1cd |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Rob Landley | I forgot to add count.c a while ago. (Memo to self... 0.0.2 |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Rob Landley | Move download->downloads (be consistent) and add a... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Rob Landley | This creates an almost valid empty ext2 filesystem... |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Rob Landley | mke2fs: Stopping for dinner. It compiles. |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Rob Landley | More work on mke2fs. |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Rob Landley | Move superblock initialization to a function. Trim... |
commit | commitdiff | tree | snapshot |
2007-01-27 |
Rob Landley | One more field, minor shrinking, and start on block... |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Rob Landley | Filling out most of the ext2 superblock correctly now. |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Rob Landley | Update args.c to implement numeric arguments. |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Rob Landley | The fdlength() ioctl apparently doesn't work on files... |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Rob Landley | More work on mke2fs. |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Rob Landley | More random progress on mke2fs. Nothing to see yet. |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Rob Landley | Add "yes" command. |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Rob Landley | Teach pwd to detect write errors. |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Rob Landley | Comment and whitespace cleanups |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Rob Landley | Helps to "hg add" echo.c. Also, implement \0123 escape... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Rob Landley | Add "echo". Has -n and -e (but not \0123 yet). |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Rob Landley | Merge a memset with an existing loop, tweak comments. |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Rob Landley | Merge two similar loops and expand a comment. |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Rob Landley | Another suggestion from Manuel: Grab 2 bits instead... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Rob Landley | Add count command. |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Rob Landley | Save 4 bytes of stack space. |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Rob Landley | In bunzip replace setjmp/longjmp handling with error_ex... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Rob Landley | Add fdprintf(). Remove reread() and rewrite() which... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Rob Landley | More optimizations originally suggested by Manuel Nova... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Rob Landley | Minor cleanups. |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Rob Landley | Turn a memmove into a while(), reducing running time... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Rob Landley | Another application of Manuel Nova's "math instead... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Rob Landley | Minor optimization the compiler already does for us... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Rob Landley | Fix off by one error in a test. |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Rob Landley | Comment and whitespace changes. |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Rob Landley | Memmove is 11 bytes shorter than the unrolled loop... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Rob Landley | Add a quick and dirt bzcat (stdin to stdout only for... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Rob Landley | Add start of mke2fs/gene2fs, and some other stuff I... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Rob Landley | xread() and xwrite() should take void *, not char *. |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Rob Landley | Add xaccess() |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Rob Landley | Add rewrite(), writeall(),and xwrite() to match the... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Rob Landley | xopen() wants 2 arguments unless you're creating a... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Rob Landley | Two unrelated additions I'm working on cross over in... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Rob Landley | Blah. The sed filter's not right, I'll try again later. |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Rob Landley | Remove more warnings. |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Rob Landley | Make some of gcc 4.1's dumber warnings go away. |
commit | commitdiff | tree | snapshot |
2006-12-31 |
Rob Landley | Comment tweak. |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Rob Landley | Note the mailing list. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Rob Landley | Teach clean and distclean to zap more files. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Rob Landley | Add bloat-o-meter, make bloatcheck, and scripts/showasm. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Rob Landley | Trawling through the archives: a broken test, an unnece... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Rob Landley | More whitespace/cowbell. (And change comment style... |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Rob Landley | Reduce flag duplication and make kconfig use HOST_CC. |
commit | commitdiff | tree | snapshot |
next |