1. 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 · 11 years ago
  2. ca1b60e Move mkpathat to lib, remove redundant function used by patch. by Rob Landley · 11 years ago
  3. 59d85e2 Rename xmsprintf() to just xmprintf(). by Rob Landley · 11 years ago
  4. dc37317 Pass through all the readfile() arguments from xreadfile(). by Rob Landley · 11 years ago
  5. afba5b8 Fix some issues raised (albeit indirectly) by Isaac Dunham. by Rob Landley · 11 years ago
  6. 5ec4ab3 Add xgetpwnam() to lib/xwrap.c. by Rob Landley · 11 years ago
  7. 9e44a58 Move xgetpwuid() and xgetgrgid() into xwrap.c by Rob Landley · 11 years ago
  8. 3704f82 Give xstrncpy() a more informative error message. by Rob Landley · 11 years ago
  9. 46e8e1d Fix for xpidfile spotted by Felix Janda. by Rob Landley · 11 years ago
  10. 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
  11. d04dc1f Add scripts/single.sh to build individual non-multiplexed standalone commands. by Rob Landley · 11 years ago
  12. dccfb2a syslogd: cleanup by Felix Janda · 11 years ago
  13. 1aa7511 Forgot to check in xfdopen(). My bad. by Rob Landley · 11 years ago
  14. bb504f3 Start of TOYBOX_SINGLE support, for building standalone commands with no multiplexer. by Rob Landley · 11 years ago
  15. 7275667 Add timeout, factoring out common code from sleep. by Rob Landley · 11 years ago
  16. d390493 Split lib/xwrap.c from lib/lib.c by Rob Landley · 11 years ago