1. fe2d806 fix gcc-11.0 warnings by Denys Vlasenko · 3 years, 9 months ago
  2. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 4 years ago
  3. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  4. bb15969 libbb: do not compile selinux_or_die() if !SELINUX by Denys Vlasenko · 4 years, 1 month ago
  5. eb0c2e2 libbb: introduce and use xsettimeofday() by Denys Vlasenko · 4 years, 1 month ago
  6. fd3c512 libbb: create and use mmap() helpers by Denys Vlasenko · 4 years, 1 month ago
  7. eb77305 libbb: code shrink by Denys Vlasenko · 4 years, 1 month ago
  8. 9b4a9d9 xstrndup: Use strndup instead of implementing it. by Martin Lewis · 4 years, 10 months ago
  9. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 6 years ago
  10. 41ef41b hush: fix nested redirects colliding with script fds by Denys Vlasenko · 6 years ago
  11. 899ae53 libbb: new function bb_die_memory_exhausted by Denys Vlasenko · 7 years ago
  12. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  13. ef0366e libbb: avoid malloc/free in bb_unsetenv() by Denys Vlasenko · 7 years ago
  14. 9fd61be libbb/xwrite: print errno on "short write" errors by Denys Vlasenko · 8 years ago
  15. 8220399 nsenter,unshare: share common code; fix a bug of not closing all fds by Denys Vlasenko · 9 years ago
  16. c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
  17. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  18. 5906a5c libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions by Ryan Mallon · 11 years ago
  19. 543efd7 libbb: code shrink by Denys Vlasenko · 11 years ago
  20. 70fc8c1 su: do not change to home dir unless -l by Pascal Bellard · 13 years ago
  21. 0687a5b libbb: make xchroot do a chdir("/") after chroot by Denys Vlasenko · 13 years ago
  22. 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
  23. c05387d *: replace xopen3 with xopen where makes sense by Denys Vlasenko · 14 years ago
  24. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  25. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  26. 2988511 libbb: conditionalize AF_* usage in error reporting by Jeremie Koenig · 15 years ago
  27. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 15 years ago
  28. dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 15 years ago
  29. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  30. c066472 *: do not assign to stdout/stderr, it's not portable. by Denys Vlasenko · 15 years ago
  31. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  32. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  33. a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
  34. 21a542d platform compatibility work (by Dan Fandrich) by Dan Fandrich · 15 years ago
  35. dcd27ab unpackers: check errors from close() too by Denys Vlasenko · 15 years ago
  36. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  37. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  38. fa65a3d traceroute: preparatory trivial cleanups by Denis Vlasenko · 16 years ago
  39. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  40. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 17 years ago
  41. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  42. 5bb2fc2 tentative fix for ppc64 problems with ioctl. Zero code size impact. by Denis Vlasenko · 17 years ago
  43. 858ebf1 actually adding xfuncs_printf.c :( by Denis Vlasenko · 17 years ago