1. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
  2. 5a72b0c runsv: code shrink: use single handler function for SIGTERM and SIGCHLD by Denys Vlasenko · 3 years, 6 months ago
  3. 5dadd49 runsv: robustify signal handling - SIGTERM to child between vfork and exec could mess things up by Denys Vlasenko · 3 years, 6 months ago
  4. d3e1090 tcp/udpsvd: robustify SIGCHLD handling by Denys Vlasenko · 3 years, 6 months ago
  5. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  6. 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
  7. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years ago
  8. be5a505 Remove syscall wrappers around clock_gettime, closes 12091 by Denys Vlasenko · 5 years ago
  9. ad27d44 runsv: Use 64 prefix syscall if we have to by Alistair Francis · 5 years ago
  10. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  11. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  12. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  13. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  14. bcb5764 runsv: update to match version 2.1.2 of runit by Denys Vlasenko · 8 years ago
  15. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  16. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  17. 0863e1a runit/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  18. ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
  19. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  20. af4f0e4 libbb: use <poll.h> instead of <sys/poll.h> by Thomas Petazzoni · 11 years ago
  21. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  22. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  23. dc50676 Move stpcpy replacement function into libbb by Dan Fandrich · 14 years ago
  24. 05e8605 remove runit/runit_lib.c by Denys Vlasenko · 14 years ago
  25. e09bff3 runit_lib: remove/inline a few more things by Denys Vlasenko · 14 years ago
  26. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  27. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  28. 7bb346f *: use {i,u}toa() where appropriate by Denys Vlasenko · 15 years ago
  29. 80a3418 runsv: run ./finish with parameters (runit compat) by Earl Chew · 15 years ago
  30. e46601d runsv: rename field in a struct to not collide with other name by Denys Vlasenko · 15 years ago
  31. 8f24f98 stop using non-standard macro, use WEXITSTATUS instead by Denys Vlasenko · 16 years ago
  32. 31773b7 runsv: another tiny optimization by Denis Vlasenko · 16 years ago
  33. f09f4e0 runsv: small optimization *: more paranoia around passing NULL to execl[e] by Denis Vlasenko · 16 years ago
  34. cab28aa init: preparatory patch, no code changes by Denis Vlasenko · 16 years ago
  35. 3fa36e2 *: a bit of code shrink by Denis Vlasenko · 16 years ago
  36. 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
  37. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  38. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  39. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  40. 592d4fe selinux/*: -Wunused-parameter fixes runsv: make it NOMMU-capable by Denis Vlasenko · 17 years ago
  41. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  42. d18f52b actually add bb_qsort.c *: s/Denis/Denys/ by Denis Vlasenko · 17 years ago
  43. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  44. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  45. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
  46. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  47. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  48. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  49. 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
  50. b925605 assorted static vars removal by Denis Vlasenko · 17 years ago
  51. 7bc5360 isrv: use monotonic_sec runsv: do not use clock_gettime if !MONOTONIC_CLOCK by Denis Vlasenko · 17 years ago
  52. 45946f8 runit/*: get rid of tai[a] time abstraction, it's too bloaty. by Denis Vlasenko · 17 years ago
  53. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  54. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  55. 5a6aedd xpipe: introduce (saves ~170 bytes) by Denis Vlasenko · 18 years ago
  56. ff131b9 style fixes. No code changes. by Denis Vlasenko · 18 years ago
  57. 2856dab tcpsvd: new applet by Denis Vlasenko · 18 years ago
  58. cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 18 years ago
  59. 8a16405 add missing copyright statements and doc for sv by Denis Vlasenko · 18 years ago
  60. 3aba666 runsv: random code savings, ~300 bytes by Denis Vlasenko · 18 years ago
  61. d0762e3 runsv: add missing {} by Denis Vlasenko · 18 years ago
  62. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  63. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  64. e2473f8 runit/* cleanup part 2 by Denis Vlasenko · 18 years ago
  65. 8c78395 runit cleanup part 1 by Denis Vlasenko · 18 years ago
  66. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  67. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  68. 04c6386 forgot about avn add... :( by Denis Vlasenko · 18 years ago