1. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  2. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  3. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  4. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  5. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  6. ef15970 *: placate some compile warnings on OSX by Denys Vlasenko · 8 years ago
  7. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  8. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  9. 0863e1a runit/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  10. 7db2a7c runsvdir: if pid==1, also intercept SIGINT for -s SCRIPT by Denys Vlasenko · 10 years ago
  11. dac8d80 runsvdir: do not block SIGCHLD around poll/sleep by Denys Vlasenko · 10 years ago
  12. fa535f3 runsvdir: (almost) close a signal race by Denys Vlasenko · 10 years ago
  13. af4f0e4 libbb: use <poll.h> instead of <sys/poll.h> by Thomas Petazzoni · 11 years ago
  14. 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
  15. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  16. 31905f9 runsvdir: do not miss closely spaced service dir changes by Eric Lammerts · 14 years ago
  17. 05e8605 remove runit/runit_lib.c by Denys Vlasenko · 14 years ago
  18. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  19. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  20. aebb742 svlogd: fix bug 521: use line buffering if any filtering is done by Denys Vlasenko · 15 years ago
  21. f09f4e0 runsv: small optimization *: more paranoia around passing NULL to execl[e] by Denis Vlasenko · 16 years ago
  22. 93b3820 init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set' by Denis Vlasenko · 16 years ago
  23. 3b35fbb runsvdir: straighten some convoluted code. logic is unchanged by Denis Vlasenko · 16 years ago
  24. 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
  25. 028eab6 runsvdir: if we have PID == 1, SIGHUP should make small pause, not 1 minute one by Denis Vlasenko · 16 years ago
  26. cf69685 runsvdir: kill another global by Denis Vlasenko · 16 years ago
  27. 6a2c2cf runsvdir: fx a recent vda's buglet (was pausing even if not signaled). by Denis Vlasenko · 16 years ago
  28. 58f3c2e runsvdir: shrink (by Vladimir) by Denis Vlasenko · 16 years ago
  29. 9657596 runsvdir: do not exit if we are pid 1. by Denis Vlasenko · 16 years ago
  30. 923a79a runsvdir: conditionalize "log in argiment" (mis)feature. By Vladimir. by Denis Vlasenko · 16 years ago
  31. 08ea11a runsvd: shrink by Vladimir *: use unified trivial signal handler by Denis Vlasenko · 16 years ago
  32. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  33. 8f74094 runsvdir: make it more robust against libc buglets (errno accidentally set to !0) by Denis Vlasenko · 17 years ago
  34. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  35. d0a071a brctl: eliminate stray data object by Denis Vlasenko · 17 years ago
  36. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  37. d18f52b actually add bb_qsort.c *: s/Denis/Denys/ by Denis Vlasenko · 17 years ago
  38. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  39. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
  40. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  41. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  42. 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
  43. c9dc2ac make variables static by Denis Vlasenko · 17 years ago
  44. 137fbe4 runsvdir: fix "linear wait time" bug by Denis Vlasenko · 17 years ago
  45. 45946f8 runit/*: get rid of tai[a] time abstraction, it's too bloaty. by Denis Vlasenko · 17 years ago
  46. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  47. 5a6aedd xpipe: introduce (saves ~170 bytes) by Denis Vlasenko · 18 years ago
  48. 2856dab tcpsvd: new applet by Denis Vlasenko · 18 years ago
  49. cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 18 years ago
  50. 8a16405 add missing copyright statements and doc for sv by Denis Vlasenko · 18 years ago
  51. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  52. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  53. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  54. e2473f8 runit/* cleanup part 2 by Denis Vlasenko · 18 years ago
  55. 8c78395 runit cleanup part 1 by Denis Vlasenko · 18 years ago
  56. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  57. 04c6386 forgot about avn add... :( by Denis Vlasenko · 18 years ago