1. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
  2. 5acf5e1 shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y by Denys Vlasenko · 3 years, 2 months ago
  3. 6bdfbc4 libbb: fix '--help' handling in FEATURE_SH_NOFORK=y by Denys Vlasenko · 3 years, 10 months ago
  4. fa8878b start-stop-daemon: do try to close fds > 2 by Denys Vlasenko · 6 years ago
  5. 088fec3 start-stop-daemon: create pidfile before parent exits, closes 8596 by Denys Vlasenko · 6 years ago
  6. d9aabfe make busybox more portable by Sean MacLennan · 7 years ago
  7. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  8. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  9. ddd1ee4 libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbb by Denys Vlasenko · 7 years ago
  10. 8858a98 libbb: rearrange NOFORK/NOEXEC code, logic is not changed by Denys Vlasenko · 7 years ago
  11. 80e8e3c noexec: consolidate code by Denys Vlasenko · 7 years ago
  12. c9c1ccc noexec: do GETOPT_RESET() before entering APPLET_main() by Denys Vlasenko · 7 years ago
  13. f2cf1cc noexec: set comm field for noexecs by Denys Vlasenko · 7 years ago
  14. 248a67f free,stat: make NOEXEC by Denys Vlasenko · 7 years ago
  15. b182e9a libbb: use _exit, not exit, in bb_daemonize_or_rexec() by Denys Vlasenko · 7 years ago
  16. 19c9f31 nofork: fix a bug uncovered by hush testsuite (forgotten fflush) by Denys Vlasenko · 7 years ago
  17. 39194f0 new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize by Denys Vlasenko · 7 years ago
  18. 69a5ec9 main: fix the case where user has "halt" as login shell. Closes 9986 by Denys Vlasenko · 7 years ago
  19. d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
  20. 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
  21. 9967c99 libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode by Denys Vlasenko · 8 years ago
  22. 0fb0045 config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK by Denys Vlasenko · 8 years ago
  23. 610c4c3 applet_tables: save space by removing applet name offsets by Ron Yorston · 9 years ago
  24. 550bf5b remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds by Denys Vlasenko · 9 years ago
  25. 743edac bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon by Peter Korsgaard · 13 years ago
  26. c5d0f15 libbb: spawn should remove child which failed to exec by Denys Vlasenko · 14 years ago
  27. 6307357 move nofork_save_area from libbb.h to vfork_daemon_rexec.c by Denys Vlasenko · 14 years ago
  28. c71b469 libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe by Denys Vlasenko · 14 years ago
  29. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  30. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  31. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  32. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  33. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  34. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  35. 4db34d6 libbb: revert the change where spawn reports exec failure by Denys Vlasenko · 15 years ago
  36. 3f11f35 libbb: make spawn() print "can't execute '%s'" on execv error by Denys Vlasenko · 15 years ago
  37. 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
  38. 8f24f98 stop using non-standard macro, use WEXITSTATUS instead by Denys Vlasenko · 16 years ago
  39. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  40. 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
  41. d1660cb ash: fix a bug in standalone mode (corrupted getopt() state) by Denis Vlasenko · 16 years ago
  42. d48e81f mdev: do not follow symlinks in /sys (as was intended prior to rev 18811). by Denis Vlasenko · 16 years ago
  43. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  44. 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
  45. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  46. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  47. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  48. 867bd37 fix english in comment by Denis Vlasenko · 17 years ago
  49. 7465dbc ash: speed up NOFORK code in ash by eliminating second find_applet(). by Denis Vlasenko · 17 years ago
  50. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  51. 9772816 *: move getopt reset code to better place(s) by Denis Vlasenko · 17 years ago
  52. c4e4be9 tentatively fix getopt state corruption for NOFORK applets by Denis Vlasenko · 17 years ago
  53. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  54. 745cd17 Further optimize applet tables; prettify build output by Denis Vlasenko · 17 years ago
  55. 1aa7e47 reorganize applet table. Eliminates pointers to names. by Denis Vlasenko · 17 years ago
  56. 82d38da get rid of global "struct bb_applet *current_applet" by Denis Vlasenko · 17 years ago
  57. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  58. 367960b make standalone httpd work on NOMMU machines by Denis Vlasenko · 17 years ago
  59. a1b16f4 start_stop_daemon: NOMMU fix; smaller fixes by Denis Vlasenko · 17 years ago
  60. d8540f7 init: make sure fd 0,1,2 are not closed, + related optimizations. by Denis Vlasenko · 17 years ago
  61. bdbbb7e make busybox --install work even if /proc/self/exe doesn't exist by Denis Vlasenko · 18 years ago
  62. b055001 hush: fix handling of unmatched ${name (without closing '}') - by Denis Vlasenko · 18 years ago
  63. 96f67dc more compile fixes from randomconfig run by Denis Vlasenko · 18 years ago
  64. 18e19f2 hush: fix nofork + ctrl-Z clobbering of globals by Denis Vlasenko · 18 years ago
  65. f5294e1 hush: use NOFORK applets as appropriate. Net reduction of code size. by Denis Vlasenko · 18 years ago
  66. 831a20f pass a copy of argv[i] to NOFORK applets (they may permute it etc). by Denis Vlasenko · 18 years ago
  67. d571c08 fix misplaced #if by Denis Vlasenko · 18 years ago
  68. 473dae0 add more convenient defines for [NO]MMU: "#ifndef BB_NOMMU" is a double negative by Denis Vlasenko · 18 years ago
  69. f1a7141 random NOMMU fixes. compressed --help really does work for NOMMU! /me happy by Denis Vlasenko · 18 years ago
  70. 80d14be Rename two config options: by Denis Vlasenko · 18 years ago
  71. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 18 years ago
  72. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
  73. 3f3aa2a make xfunctions optionally longjump instead of exit. by Denis Vlasenko · 18 years ago
  74. cd7001f factor out NOFORK/NOEXEC code from find. Use it for xargs too. by Denis Vlasenko · 18 years ago
  75. 53d445a wait4pid: if passed with pid < 0, do not set errno - it is already set by exec! by Denis Vlasenko · 18 years ago
  76. 7e754f1 Implement first instance of NOFORK applet - echo by Denis Vlasenko · 18 years ago
  77. afa7023 zcip: make it work on NOMMU (+ improve NOMMU support machinery) by Denis Vlasenko · 18 years ago
  78. 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 18 years ago
  79. bb7fcb4 libbb: rework NOMMU helper API so that it makes more sense by Denis Vlasenko · 18 years ago
  80. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 18 years ago
  81. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  82. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  83. 55a9940 lsmod: repair indentation by Denis Vlasenko · 18 years ago
  84. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  85. d9a761d Revert svn 15333. If you vfork, you must either exec or exit. (The parent is by Rob Landley · 18 years ago
  86. 6fb5847 sometimes daemonizing and vfork()/exit() is ok by Mike Frysinger · 19 years ago
  87. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 19 years ago
  88. 0a8812b - replace _PATH_DEVNULL with bb_dev_null by Bernhard Reutner-Fischer · 19 years ago
  89. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  90. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  91. a1fece2 Get vfork_daemon_rexec working under uclinux by Russ Dill · 21 years ago
  92. 35e643b last_patch95 from vodz: by Eric Andersen · 21 years ago