Age | Commit message (Expand) | Author |
---|---|---|
2015-09-11 | Replace toys.exithelp with help_exit() in lib. | Rob Landley |
2015-01-01 | Switch a lot of strncpy() calls to xstrncpy(). | Rob Landley |
2014-10-09 | Various bugfixes (mostly resource leaks) from Ashwini Sharma's static analysi... | Rob Landley |
2014-07-30 | As long as I had to write xabspath(), no point in wrapping realpath(). | Rob Landley |
2014-05-29 | Make "losetup /dev/loop0 filename" work. | Rob Landley |
2013-04-14 | Move guts of help command into show_help() in lib/help.c, with config TOYBOX_... | Rob Landley |
2013-02-03 | Some older build environments don't have LOOP_CTL_GET_FREE or LOOP_SET_CAPACI... | Rob Landley |
2013-01-14 | Silence deeply stupid gcc warning. (First non-declaration line of function: i... | Rob Landley |
2013-01-02 | Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o... | Rob Landley |
2012-12-30 | Add losetup. (Who knows, it might even work.) | Rob Landley |