1. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
  2. 1849285 *: more --help tweaks, mostly expanding ts --help by Denys Vlasenko · 3 years, 6 months ago
  3. 5a72b0c runsv: code shrink: use single handler function for SIGTERM and SIGCHLD by Denys Vlasenko · 3 years, 6 months ago
  4. 5dadd49 runsv: robustify signal handling - SIGTERM to child between vfork and exec could mess things up by Denys Vlasenko · 3 years, 6 months ago
  5. d3e1090 tcp/udpsvd: robustify SIGCHLD handling by Denys Vlasenko · 3 years, 6 months ago
  6. ac44486 svlogd: if processor's stdin can not be opened, do not try ad infinitum by Denys Vlasenko · 3 years, 6 months ago
  7. 3c13da3 libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in shells by Denys Vlasenko · 4 years ago
  8. 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
  9. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  10. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years ago
  11. be5a505 Remove syscall wrappers around clock_gettime, closes 12091 by Denys Vlasenko · 5 years ago
  12. ad27d44 runsv: Use 64 prefix syscall if we have to by Alistair Francis · 5 years ago
  13. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  14. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  15. 0df289f svlogd: fix pattern matching when using timestamps by Denys Vlasenko · 6 years ago
  16. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  17. 7bcde5f libbb.h: always include sys/resource.h by Denys Vlasenko · 7 years ago
  18. 2ab994f placate gcc-8.0.1 warnings by Denys Vlasenko · 7 years ago
  19. 0d79d77 svok: new applet (daemontools compat) by Denys Vlasenko · 7 years ago
  20. e1b1b79 use gmtime_r() instead of gmtime() by Denys Vlasenko · 7 years ago
  21. 3f52d13 svlogd: improve --help text by Denys Vlasenko · 7 years ago
  22. 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
  23. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  24. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  25. 7389662 svc: remove superfluout INIT_G() by Denys Vlasenko · 7 years ago
  26. b9be780 sv,svc: fix NOEXEC fallout by Denys Vlasenko · 7 years ago
  27. a453ca5 sv, svc: make them NOEXEC by Denys Vlasenko · 7 years ago
  28. 754e9f9 svc: fix a case where with more than option, getopt() state is not reset by Denys Vlasenko · 7 years ago
  29. 5c527dc make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec by Denys Vlasenko · 7 years ago
  30. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  31. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  32. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  33. 0c63299 sv: update to match version 2.1.2 of runit by James Byrne · 8 years ago
  34. bcb5764 runsv: update to match version 2.1.2 of runit by Denys Vlasenko · 8 years ago
  35. 79c0d73 svlogd.c: support -ttt (dateTtime instead of date_time) by Denys Vlasenko · 8 years ago
  36. 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
  37. 0188042 runit: fix chpst -n -N -u USER by Denys Vlasenko · 8 years ago
  38. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  39. 548620c randomconfig fixes by Denys Vlasenko · 8 years ago
  40. 4051a99 svc: new applet (daemontools-compatible version of "sv") by Denys Vlasenko · 8 years ago
  41. 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
  42. d2c5de0 svlogd: strip leading '!' from processor lines by Francis Rounds · 8 years ago
  43. ef15970 *: placate some compile warnings on OSX by Denys Vlasenko · 8 years ago
  44. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  45. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  46. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  47. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  48. c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
  49. 0863e1a runit/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  50. ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
  51. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  52. 7db2a7c runsvdir: if pid==1, also intercept SIGINT for -s SCRIPT by Denys Vlasenko · 10 years ago
  53. dac8d80 runsvdir: do not block SIGCHLD around poll/sleep by Denys Vlasenko · 10 years ago
  54. fa535f3 runsvdir: (almost) close a signal race by Denys Vlasenko · 10 years ago
  55. 1a7256a chpst: fix a bug where -U USER was using wrong USER (one from -u USER) by Denys Vlasenko · 11 years ago
  56. af4f0e4 libbb: use <poll.h> instead of <sys/poll.h> by Thomas Petazzoni · 11 years ago
  57. c72b43c Commonalize typical [b,]k,m suffix struct by Denys Vlasenko · 11 years ago
  58. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  59. c5fe9f7 include sys/resource.h where needed by Mike Frysinger · 12 years ago
  60. 0687a5b libbb: make xchroot do a chdir("/") after chroot by Denys Vlasenko · 13 years ago
  61. 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
  62. c74a79f chpst: move misplaced comment by Denys Vlasenko · 13 years ago
  63. d18ef6c chpst: simple code shrink by Denys Vlasenko · 13 years ago
  64. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  65. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 14 years ago
  66. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  67. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 14 years ago
  68. dc50676 Move stpcpy replacement function into libbb by Dan Fandrich · 14 years ago
  69. 3a0f690 svlogd: extend usage text. +70 bytes by Denys Vlasenko · 14 years ago
  70. 31905f9 runsvdir: do not miss closely spaced service dir changes by Eric Lammerts · 14 years ago
  71. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  72. 05e8605 remove runit/runit_lib.c by Denys Vlasenko · 14 years ago
  73. e09bff3 runit_lib: remove/inline a few more things by Denys Vlasenko · 14 years ago
  74. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  75. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  76. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  77. a73b87e *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup by Ladislav Michl · 14 years ago
  78. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  79. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  80. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  81. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  82. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  83. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  84. 695fa51 hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact by Denys Vlasenko · 15 years ago
  85. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  86. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  87. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  88. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  89. ca25449 chpst: tiny shrinkage and add possible TODO by Bernhard Reutner-Fischer · 15 years ago
  90. adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
  91. a7bb3c1 *: code shrink via NOINLINE by Denys Vlasenko · 15 years ago
  92. 7bb346f *: use {i,u}toa() where appropriate by Denys Vlasenko · 15 years ago
  93. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  94. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  95. 80a3418 runsv: run ./finish with parameters (runit compat) by Earl Chew · 15 years ago
  96. aebb742 svlogd: fix bug 521: use line buffering if any filtering is done by Denys Vlasenko · 15 years ago
  97. b3ba9e2 sv: fix "sv o SRV; ...; sv d SRV" (bug 461) + code shrink by Denys Vlasenko · 15 years ago
  98. e46601d runsv: rename field in a struct to not collide with other name by Denys Vlasenko · 15 years ago
  99. c5d07fb svlogd: do not overrun read buffer (fixes bug 439) by Denys Vlasenko · 15 years ago
  100. 8f24f98 stop using non-standard macro, use WEXITSTATUS instead by Denys Vlasenko · 16 years ago