1. b8140d1 Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c. by Rob Landley · 9 years ago
  2. e6abb61 Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and signal handling. by Rob Landley · 9 years ago
  3. 70a84a3 Patches from Elliott Hughes to add missing arguments to error_exit() calls. by Rob Landley · 9 years ago
  4. c277f34 Cleanup/refactoring pass on hwclock. by Rob Landley · 9 years ago
  5. fb4ae95 Remove xexec_optargs(). by Rob Landley · 9 years ago
  6. 2c1cf4a Remove trailing whitespace. by Rob Landley · 9 years ago
  7. aad492f Move fflush() checking to xexit() and have exit paths in main() call that. by Rob Landley · 9 years ago
  8. 50fc9ed Work with buildroot's extensively patched uClibc, and for nommu support move xfork() to portability.h and #ifdef based on __uClinux__ (which seems to be the nommu compiler define). by Rob Landley · 9 years ago
  9. 2fb85a3 Implement xstrncat() and fix xstrndup(). by Rob Landley · 9 years ago
  10. 6d28370 Make sendfile use libbuf. by Rob Landley · 9 years ago
  11. 21f3c8d More static analysis fixes from Ashwini Sharma. by Rob Landley · 10 years ago
  12. 977e48e Add TOYBOX_NORECURSE so xexec() won't make internal function calls. by Rob Landley · 10 years ago
  13. 8a99071 Second attempt at one way xpopen(). by Rob Landley · 10 years ago
  14. 360d57f Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether we want to redirect both, one, or neither of stdin/stdout. by Rob Landley · 10 years ago
  15. 60c35c4 Implement exec -user, -group, and -newer. Enable find in defconfig. by Rob Landley · 10 years ago
  16. 3c69835 As long as I had to write xabspath(), no point in wrapping realpath(). by Rob Landley · 10 years ago
  17. ccb73f8 Default xcreate/xopen to O_CLOEXEC. (Pass O_CLOEXEC in the flags to switch it back off.) by Rob Landley · 10 years ago
  18. 4fd07e0 Improve gid/uid error messages. by Rob Landley · 10 years ago
  19. 44e68a1 mount: start on option parsing, implement loopback and bind mount autodetection. by Rob Landley · 10 years ago
  20. d8872c4 Introduce xfork() and make commands use it, and make some WEXITSTATUS() use WIFEXITED() and WTERMSIG()+127. by Rob Landley · 10 years ago
  21. ddbaa71 Isaac Dunham suggested xprintf() should call fflush() instead of ferror(), and posix-2008 doesn't say if fflush() covers ferror() (or can return success when the stream's error state is set), so call both. by Rob Landley · 10 years ago
  22. 5b40582 Group headers by standard (POSIX or LSB) or function (internationalization, networking). Move headers standards ignore (but which have been there >15 years) to lib/portability.h. Fold xregcomp into lib since it's posix. by Rob Landley · 10 years ago
  23. ca1b60e Move mkpathat to lib, remove redundant function used by patch. by Rob Landley · 10 years ago
  24. 59d85e2 Rename xmsprintf() to just xmprintf(). by Rob Landley · 10 years ago
  25. dc37317 Pass through all the readfile() arguments from xreadfile(). by Rob Landley · 10 years ago
  26. afba5b8 Fix some issues raised (albeit indirectly) by Isaac Dunham. by Rob Landley · 10 years ago
  27. 5ec4ab3 Add xgetpwnam() to lib/xwrap.c. by Rob Landley · 10 years ago
  28. 9e44a58 Move xgetpwuid() and xgetgrgid() into xwrap.c by Rob Landley · 10 years ago
  29. 3704f82 Give xstrncpy() a more informative error message. by Rob Landley · 11 years ago
  30. 46e8e1d Fix for xpidfile spotted by Felix Janda. by Rob Landley · 11 years ago
  31. 8fdcfdb Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile() semantics to be able to read into an existing buffer, or malloc its own if that's NULL. by Rob Landley · 11 years ago
  32. d04dc1f Add scripts/single.sh to build individual non-multiplexed standalone commands. by Rob Landley · 11 years ago
  33. dccfb2a syslogd: cleanup by Felix Janda · 11 years ago
  34. 1aa7511 Forgot to check in xfdopen(). My bad. by Rob Landley · 11 years ago
  35. bb504f3 Start of TOYBOX_SINGLE support, for building standalone commands with no multiplexer. by Rob Landley · 11 years ago
  36. 7275667 Add timeout, factoring out common code from sleep. by Rob Landley · 11 years ago
  37. d390493 Split lib/xwrap.c from lib/lib.c by Rob Landley · 11 years ago