1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  4. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  5. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 13 years ago
  6. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 13 years ago
  7. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 13 years ago
  8. dc50676 Move stpcpy replacement function into libbb by Dan Fandrich · 13 years ago
  9. 3a0f690 svlogd: extend usage text. +70 bytes by Denys Vlasenko · 13 years ago
  10. 31905f9 runsvdir: do not miss closely spaced service dir changes by Eric Lammerts · 13 years ago
  11. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  12. 05e8605 remove runit/runit_lib.c by Denys Vlasenko · 14 years ago
  13. e09bff3 runit_lib: remove/inline a few more things by Denys Vlasenko · 14 years ago
  14. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  15. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  16. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  17. a73b87e *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup by Ladislav Michl · 14 years ago
  18. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  19. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 14 years ago
  20. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 14 years ago
  21. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 14 years ago
  22. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 14 years ago
  23. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 14 years ago
  24. 695fa51 hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact by Denys Vlasenko · 14 years ago
  25. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  26. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  27. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  28. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  29. ca25449 chpst: tiny shrinkage and add possible TODO by Bernhard Reutner-Fischer · 15 years ago
  30. adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
  31. a7bb3c1 *: code shrink via NOINLINE by Denys Vlasenko · 15 years ago
  32. 7bb346f *: use {i,u}toa() where appropriate by Denys Vlasenko · 15 years ago
  33. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  34. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  35. 80a3418 runsv: run ./finish with parameters (runit compat) by Earl Chew · 15 years ago
  36. aebb742 svlogd: fix bug 521: use line buffering if any filtering is done by Denys Vlasenko · 15 years ago
  37. b3ba9e2 sv: fix "sv o SRV; ...; sv d SRV" (bug 461) + code shrink by Denys Vlasenko · 15 years ago
  38. e46601d runsv: rename field in a struct to not collide with other name by Denys Vlasenko · 15 years ago
  39. c5d07fb svlogd: do not overrun read buffer (fixes bug 439) by Denys Vlasenko · 15 years ago
  40. 8f24f98 stop using non-standard macro, use WEXITSTATUS instead by Denys Vlasenko · 15 years ago
  41. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  42. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 15 years ago
  43. 31773b7 runsv: another tiny optimization by Denis Vlasenko · 15 years ago
  44. f09f4e0 runsv: small optimization *: more paranoia around passing NULL to execl[e] by Denis Vlasenko · 15 years ago
  45. 93b3820 init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set' by Denis Vlasenko · 15 years ago
  46. 04158e0 udhcpd: add code which rejects lease files with suspicious or old timestamp. by Denis Vlasenko · 15 years ago
  47. cab28aa init: preparatory patch, no code changes by Denis Vlasenko · 15 years ago
  48. 3b35fbb runsvdir: straighten some convoluted code. logic is unchanged by Denis Vlasenko · 16 years ago
  49. 3fa36e2 *: a bit of code shrink by Denis Vlasenko · 16 years ago
  50. f068b3e sv: make default service dir configurable (Vladimir wants it) by Denis Vlasenko · 16 years ago
  51. 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
  52. 028eab6 runsvdir: if we have PID == 1, SIGHUP should make small pause, not 1 minute one by Denis Vlasenko · 16 years ago
  53. cf69685 runsvdir: kill another global by Denis Vlasenko · 16 years ago
  54. 6a2c2cf runsvdir: fx a recent vda's buglet (was pausing even if not signaled). by Denis Vlasenko · 16 years ago
  55. 58f3c2e runsvdir: shrink (by Vladimir) by Denis Vlasenko · 16 years ago
  56. 9657596 runsvdir: do not exit if we are pid 1. by Denis Vlasenko · 16 years ago
  57. 923a79a runsvdir: conditionalize "log in argiment" (mis)feature. By Vladimir. by Denis Vlasenko · 16 years ago
  58. 08ea11a runsvd: shrink by Vladimir *: use unified trivial signal handler by Denis Vlasenko · 16 years ago
  59. b9c262b envdir: fix "envdir with no params" case by Denis Vlasenko · 16 years ago
  60. 69ed309 chpst: fix "envdir dir" case (bug 4574). by Denis Vlasenko · 16 years ago
  61. ec73d30 randomconfig fixes by Denis Vlasenko · 16 years ago
  62. b357149 chpst: large code shrink by Vladimir by Denis Vlasenko · 16 years ago
  63. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  64. a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
  65. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  66. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  67. 8f74094 runsvdir: make it more robust against libc buglets (errno accidentally set to !0) by Denis Vlasenko · 16 years ago
  68. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 16 years ago
  69. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 16 years ago
  70. 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 16 years ago
  71. 9895dfd chpst: fix "env directory" parsing to not strip everything by Denis Vlasenko · 16 years ago
  72. d0a071a brctl: eliminate stray data object by Denis Vlasenko · 16 years ago
  73. 592d4fe selinux/*: -Wunused-parameter fixes runsv: make it NOMMU-capable by Denis Vlasenko · 16 years ago
  74. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 16 years ago
  75. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 16 years ago
  76. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  77. 4e6d511 inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames by Denis Vlasenko · 16 years ago
  78. d18f52b actually add bb_qsort.c *: s/Denis/Denys/ by Denis Vlasenko · 16 years ago
  79. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 16 years ago
  80. 394eebe lpd: spool mode added by Vladimir by Denis Vlasenko · 16 years ago
  81. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 16 years ago
  82. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 16 years ago
  83. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 16 years ago
  84. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 16 years ago
  85. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 16 years ago
  86. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  87. 7ab5e3d svlogd: fix compat problem: svlogd -tt should timestanp stderr too by Denis Vlasenko · 17 years ago
  88. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  89. 339936b chpst: fix whitespace damage by Denis Vlasenko · 17 years ago
  90. 23e3e25 chpst: stop using data/bss by Denis Vlasenko · 17 years ago
  91. 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
  92. b925605 assorted static vars removal by Denis Vlasenko · 17 years ago
  93. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  94. 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
  95. c9dc2ac make variables static by Denis Vlasenko · 17 years ago
  96. 137fbe4 runsvdir: fix "linear wait time" bug by Denis Vlasenko · 17 years ago
  97. 7bc5360 isrv: use monotonic_sec runsv: do not use clock_gettime if !MONOTONIC_CLOCK by Denis Vlasenko · 17 years ago
  98. 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
  99. 72b6a65 httpd: fix buglet in hex conversion. Remove alloca NULL checks by Denis Vlasenko · 17 years ago
  100. 45946f8 runit/*: get rid of tai[a] time abstraction, it's too bloaty. by Denis Vlasenko · 17 years ago