Age | Commit message (Expand) | Author |
2014-12-04 | Work with buildroot's extensively patched uClibc, and for nommu support move ... | Rob Landley |
2014-12-04 | Implement xstrncat() and fix xstrndup(). | Rob Landley |
2014-11-28 | Make sendfile use libbuf. | Rob Landley |
2014-10-20 | More static analysis fixes from Ashwini Sharma. | Rob Landley |
2014-10-20 | Add TOYBOX_NORECURSE so xexec() won't make internal function calls. | Rob Landley |
2014-09-14 | Second attempt at one way xpopen(). | Rob Landley |
2014-09-14 | Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether ... | Rob Landley |
2014-08-03 | Implement exec -user, -group, and -newer. Enable find in defconfig. | Rob Landley |
2014-07-30 | As long as I had to write xabspath(), no point in wrapping realpath(). | Rob Landley |
2014-07-26 | Default xcreate/xopen to O_CLOEXEC. (Pass O_CLOEXEC in the flags to switch it... | Rob Landley |
2014-07-21 | Improve gid/uid error messages. | Rob Landley |
2014-06-03 | mount: start on option parsing, implement loopback and bind mount autodetection. | Rob Landley |
2014-05-31 | Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W... | Rob Landley |
2014-05-26 | Isaac Dunham suggested xprintf() should call fflush() instead of ferror(), an... | Rob Landley |
2014-03-29 | Group headers by standard (POSIX or LSB) or function (internationalization, n... | Rob Landley |
2014-03-11 | Move mkpathat to lib, remove redundant function used by patch. | Rob Landley |
2014-01-16 | Rename xmsprintf() to just xmprintf(). | Rob Landley |
2013-12-27 | Pass through all the readfile() arguments from xreadfile(). | Rob Landley |
2013-12-23 | Fix some issues raised (albeit indirectly) by Isaac Dunham. | Rob Landley |
2013-11-28 | Add xgetpwnam() to lib/xwrap.c. | Rob Landley |
2013-11-28 | Move xgetpwuid() and xgetgrgid() into xwrap.c | Rob Landley |
2013-11-02 | Give xstrncpy() a more informative error message. | Rob Landley |
2013-09-06 | Fix for xpidfile spotted by Felix Janda. | Rob Landley |
2013-09-03 | Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile(... | Rob Landley |
2013-08-30 | Add scripts/single.sh to build individual non-multiplexed standalone commands. | Rob Landley |
2013-08-26 | syslogd: cleanup | Felix Janda |
2013-08-07 | Forgot to check in xfdopen(). My bad. | Rob Landley |
2013-07-19 | Start of TOYBOX_SINGLE support, for building standalone commands with no mult... | Rob Landley |
2013-07-17 | Add timeout, factoring out common code from sleep. | Rob Landley |
2013-07-16 | Split lib/xwrap.c from lib/lib.c | Rob Landley |