1. 31f45c1 libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) by Denys Vlasenko · 2 years, 11 months ago
  2. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  3. 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
  4. c9807d7 nice: code shrink by Denys Vlasenko · 7 years ago
  5. 5c527dc make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec by Denys Vlasenko · 7 years ago
  6. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  7. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  8. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  9. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  10. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  11. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  12. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  13. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  14. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  15. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  16. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  17. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  18. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  19. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  20. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  21. ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
  22. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  23. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  24. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  25. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  26. c1ef7bd just whitespace by Tim Riker · 19 years ago
  27. 2c51160 Add 'nice' and replace 'renice' with a new implementation. by Manuel Novoa III · 20 years ago