Age | Commit message (Expand) | Author |
2018-12-14 | Add xrename() | Rob Landley |
2018-10-21 | Make ./top -d .1234567890m work. | Rob Landley |
2018-10-21 | Add % to lib/args.c (long time in milliseconds), add xmillitime(), redo | Rob Landley |
2018-10-10 | Trivial speedup to format_iso_time(), teach parsetime() leading garbage != 0. | Rob Landley |
2018-10-10 | Add xsignal_flags() and more consistently use xsignal() instead of signal(). | Rob Landley |
2018-09-16 | Nommu systems want to _exit() after vfork when exec fails, but should do clea... | Rob Landley |
2018-07-08 | Fix division by zero errors and double summary in ping. | Rob Landley |
2018-05-06 | Support fractional seconds (and other time units) in `top -d`. | Elliott Hughes |
2018-04-08 | Add readlink -m to show where a missing path would be. | Rob Landley |
2018-04-03 | Factor out xtempfile() | Rob Landley |
2017-09-09 | Last commit used xstrtod(), forgot to check it in. | Rob Landley |
2017-05-24 | Add and use xmmap. | Elliott Hughes |
2017-02-04 | Posix says stdio.h should define 'stdout' as a macro, and bionic turns it into | Rob Landley |
2017-02-04 | Switch oneit to use xopen_stdio() for -c (oops) and switch XVFORK() to use | Rob Landley |
2017-01-04 | Some lib fixes: mark xvfork() noinline, make xsendfile() return bytes copied, | Rob Landley |
2016-09-05 | Export notstdio() wrapper. | Rob Landley |
2016-09-04 | Add openro() and WARN_ONLY flag so xopen() and friends can warn without exiting. | Rob Landley |
2016-08-18 | Change xgetpwnamid/xgetgrnamid to xgetuid/xgetgid returning the id number | Rob Landley |
2016-08-04 | Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, | Rob Landley |
2016-06-30 | Use libbuf instead of stack buffer. | Rob Landley |
2016-04-23 | Fix more to not append an extra newline. | Elliott Hughes |
2016-03-13 | Split out _xexit() from xexit() and give sigatexit() multiple callbacks. | Rob Landley |
2016-02-09 | Fix xpipe. (thinko.) | Rob Landley |
2016-02-08 | Add xpipe() to lib. | Rob Landley |
2016-01-28 | Bugfix I forgot to checkin, plus a wrapper function. | Rob Landley |
2016-01-10 | Fix hwclock -u. | Elliott Hughes |
2016-01-05 | Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format | Rob Landley |
2015-12-31 | Tweak error message. | Rob Landley |
2015-10-27 | Replace xcount_cpus() with a call to sysconf(_SC_NPROCESSORS_CONF) | Rob Landley |
2015-10-25 | Add xcount_cpus() | Rob Landley |
2015-09-29 | Make defconfig build for nommu. | Rob Landley |
2015-09-27 | Another chunk of nommu support, replacing toys.recursion with toys.stacktop. | Rob Landley |
2015-08-06 | Adjust xexec() exit code to be 127, and tweaks for nommu friendliness. | Rob Landley |
2015-03-12 | Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c. | Rob Landley |
2015-03-09 | Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and s... | Rob Landley |
2015-03-01 | Patches from Elliott Hughes to add missing arguments to error_exit() calls. | Rob Landley |
2015-02-09 | Cleanup/refactoring pass on hwclock. | Rob Landley |
2015-02-07 | Remove xexec_optargs(). | Rob Landley |
2015-01-18 | Remove trailing whitespace. | Rob Landley |
2015-01-03 | Move fflush() checking to xexit() and have exit paths in main() call that. | Rob Landley |
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 |