1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 4e6c812 crond: make it NOMMU-capable by Denis Vlasenko · 16 years ago
  3. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  4. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  5. 314820e crond: small code shrink and readability enhancements by Denis Vlasenko · 17 years ago
  6. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  7. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  8. f9000c5 crond: code shrink by Denis Vlasenko · 17 years ago
  9. d37f222 libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) by Denis Vlasenko · 17 years ago
  10. b9c02dd crond: don't start sendmail with absolute path by Denis Vlasenko · 17 years ago
  11. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  12. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  13. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 17 years ago
  14. 10457b9 make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet. by Denis Vlasenko · 17 years ago
  15. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 17 years ago
  16. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 17 years ago
  17. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  18. 9b1381f convert calloc to xzalloc fix sleep-on-die option by Denis Vlasenko · 18 years ago
  19. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  20. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  21. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  22. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  23. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  24. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  25. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  26. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  27. c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  28. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 18 years ago
  29. c020f5f New version of nohup that's much smaller, less paranoid, consistent, by Rob Landley · 18 years ago
  30. ef21629 - silence warning about no return in function returning non-void by Bernhard Reutner-Fischer · 18 years ago
  31. f284c76 use more boiler plate GPL notices by Mike Frysinger · 18 years ago
  32. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 18 years ago
  33. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 18 years ago
  34. cd5c15d removed warning "comparison between signed and unsigned". Change very very old code: use int instead short by "Vladimir N. Oleynik" · 19 years ago
  35. d0c41a8 destroy bug [0000381] by "Vladimir N. Oleynik" · 19 years ago
  36. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  37. 828548a According to bug #63, crond is unhappy with crontab lines that don't end in a by Rob Landley · 19 years ago
  38. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  39. 9079ad0 Fixup braces (patch from Thomas Geulig), run through indent and manually adjust. by Glenn L McGrath · 21 years ago
  40. b89fcd4 Fix compile error, the indenting really needs to be fixed here by Glenn L McGrath · 21 years ago
  41. a1fece2 Get vfork_daemon_rexec working under uclinux by Russ Dill · 21 years ago
  42. a48b0a3 last_patch116 from vodz: by Eric Andersen · 21 years ago
  43. 99bd5ad more crond+crontab integrating with loginutil libbb functions and deleted by Glenn L McGrath · 21 years ago
  44. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  45. 9b47661 Avoid shadowing built-in function `log' by Eric Andersen · 21 years ago
  46. 68d4a85 Fixup bugs in last patch by Eric Andersen · 21 years ago
  47. 35e643b last_patch95 from vodz: by Eric Andersen · 21 years ago
  48. 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
  49. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  50. 080ddc1 mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h> by Eric Andersen · 22 years ago
  51. f6f7bfb last_patch63 from vodz: add in crond and crontab applets by Eric Andersen · 22 years ago