2007-11-25 |
Charlie Shepherd | Rebuild toybox when a header file changes |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Rob Landley | Patch from Charlie Shepherd: remove extra \n from error... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Rob Landley | Add comment, and whitespace changes. |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Charlie Shepherd | Add kconfig/conf to .hgignore |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Charlie Shepherd | Add tty applet |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Rob Landley | Add comment and very minor tweak. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Rob Landley | Remove a few bytes from basename and add 'em back ... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Rob Landley | Patch from Charlie Shepherd to add basename and dirname... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Rob Landley | Re-roll loop, making code smaller. Also localize all... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Rob Landley | Untangle algorithm: use uint64_t for count, move union... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Rob Landley | More cleanup: consistent indents, uint32_t, rename... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Rob Landley | Whitespace change: 4 spaces become one tab. |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Rob Landley | Minimal changes to make it actually work on an x86... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Rob Landley | Start with public domain SHA-1 in C by Steve Reid ... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Rob Landley | Implement dmesg. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Rob Landley | Tighten up error handling, add a umask() call so -m... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Rob Landley | Replace strlcpy() with xstrcpy(), which exits if the... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Rob Landley | Add noreturn mark to [p]error_exit(), suggested by... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Rob Landley | Zap a warning. |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Charlie Shepherd | Fix error message |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Rob Landley | Simplify touch -l slightly. |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Charlie Shepherd | Add an option to let touch extend or truncate a file... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Charlie Shepherd | Don't error on stat success, and create files with... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Charlie Shepherd | Use builtin functions to simplify some code in touch |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Charlie Shepherd | Fix typo in toysh tty description. |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Charlie Shepherd | Make toybox_unstripped depend upon toys/help.h (so... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Charlie Shepherd | Add initial mkfifo implementation |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Rob Landley | Remove trailing whitespace (thanks to Charlie Shepherd... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Charlie Shepherd | Replace space indent with tab indent |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Charlie Shepherd | Add .hgignore file |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Rob Landley | Change strlcpy not to use strncpy. (Adds 24 bytes... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Rob Landley | Patch fromm Roberto Foglietta: distclean should remove... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Charlie Shepherd | Add or correct file descriptions |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Rob Landley | Move toybox_old delete (for bloatcheck) from clean... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Rob Landley | Fix from Charlie Shepherd: at end of string, don't... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Rob Landley | xcreate(): perror already prints error name and newline... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Rob Landley | Patch from Charlie Shepherd: Implement touch, set the... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Rob Landley | Get toysh.c to start using the option parsing logic... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Rob Landley | Need to commit this too. :) |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Rob Landley | Promote help to global config option, teach error_exit... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Rob Landley | Break out dirtree.c and let it call a function instead... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Rob Landley | Missing config dependency: The mdev config file should... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Rob Landley | Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIM... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Rob Landley | Minor tweak to web page. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Rob Landley | Add "help" command. (Building help/help.h requires... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Rob Landley | Tweak error message. |
commit | commitdiff | tree | snapshot |
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 |
next |