1. 3322351 add .gitignore files by Mike Frysinger · 16 years ago
  2. f66fe9a another stab at fixing out-of-tree build by Denis Vlasenko · 16 years ago
  3. a29c935 hopefully fix out-of-tree build broken by 26139 by Denis Vlasenko · 16 years ago
  4. 66cb86e build system: remove some unnecessary rebuilds by Denis Vlasenko · 16 years ago
  5. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  6. ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
  7. 63e49fa fix byte-swapping of compressed help on big-endian machines by Denis Vlasenko · 16 years ago
  8. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  9. e0a7fc5 uname,individual: fix improper printf usage uname,awk: small code shrink by Denis Vlasenko · 16 years ago
  10. 21765fa udhcpc: kill undocumented -W, it was a no-op. by Denis Vlasenko · 16 years ago
  11. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  12. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  13. c0431ed cp: fix "cp -RL" to create regular files even if src is a symlink by Denis Vlasenko · 17 years ago
  14. 79cedcb Avoid linking in printf/bsearch if possible. -20k for static bbox with by Denis Vlasenko · 17 years ago
  15. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  16. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  17. 32b2a9f small code readability and typo fixes by Denis Vlasenko · 17 years ago
  18. 937b10f build system: make it do without od -t by Denis Vlasenko · 17 years ago
  19. 5fee2e1 ps: add conditional support for -o [e]time by Denis Vlasenko · 17 years ago
  20. 9cd30d3 Makefile.help: removing allbareconfig target from help by Denis Vlasenko · 17 years ago
  21. 3f9c848 trylink: instead of build error, disable --gc-sections if GLIBC && STATIC by Denis Vlasenko · 17 years ago
  22. f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
  23. 2afabe8 init: remove superfluous forks and messing up with argv[0] by Denis Vlasenko · 17 years ago
  24. 745cd17 Further optimize applet tables; prettify build output by Denis Vlasenko · 17 years ago
  25. 41f5add forgotten part of previous commit by Denis Vlasenko · 17 years ago
  26. 1aa7e47 reorganize applet table. Eliminates pointers to names. by Denis Vlasenko · 17 years ago
  27. 15c3885 fix incorrect text of link-time error message. No code changes by Denis Vlasenko · 17 years ago
  28. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  29. 724d196 Move applets/applet.c into libbb, allows to get rid of --whole-archive by Denis Vlasenko · 17 years ago
  30. 82d38da get rid of global "struct bb_applet *current_applet" by Denis Vlasenko · 17 years ago
  31. 642a52d make --help work for "individual applets" too. by Denis Vlasenko · 17 years ago
  32. d62fd84 libbusybox: move (possibly compressed) help stuff into libbusybox. by Denis Vlasenko · 17 years ago
  33. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  34. 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
  35. 9b0a439 remove stray 8-bit chars from copyright banner by Denis Vlasenko · 17 years ago
  36. beffd43 busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" message by Denis Vlasenko · 17 years ago
  37. 737d131 support "#!/bin/busybox"-style wrappers. Needed for SELinux. by Denis Vlasenko · 17 years ago
  38. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  39. ff65cd4 fix out-of-source-tree build by Denis Vlasenko · 17 years ago
  40. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  41. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  42. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  43. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  44. 432d69c applets/Kbuild: straighten it a bit by Denis Vlasenko · 17 years ago
  45. ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 17 years ago
  46. 637c975 fix "--help prints usage for wrong applet" bug by Denis Vlasenko · 17 years ago
  47. bdbbb7e make busybox --install work even if /proc/self/exe doesn't exist by Denis Vlasenko · 18 years ago
  48. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 18 years ago
  49. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  50. 4500c58 make "static linking against glibc" an #error, not #warning by Denis Vlasenko · 18 years ago
  51. 3349fc4 applets: fix compile-time warning by Denis Vlasenko · 18 years ago
  52. 3bc1825 fix suid config handling by Denis Vlasenko · 18 years ago
  53. 2ace1e3 make "busybox" w/o args work again, and save 10 bytes in the process. by Denis Vlasenko · 18 years ago
  54. 17e3c34 applet.c: ruid is needed only if FEATURE_SUID=y by Denis Vlasenko · 18 years ago
  55. bc9d7d7 - we unconditionally need ruid. Fixes build error in line 334 by Bernhard Reutner-Fischer · 18 years ago
  56. 5f9468e lineedit: nuke two unused variables and code which sets them by Denis Vlasenko · 18 years ago
  57. f5294e1 hush: use NOFORK applets as appropriate. Net reduction of code size. by Denis Vlasenko · 18 years ago
  58. 831a20f pass a copy of argv[i] to NOFORK applets (they may permute it etc). by Denis Vlasenko · 18 years ago
  59. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  60. e4f2d06 rename: run_applet_by_name -> run_applet_and_exit by Denis Vlasenko · 18 years ago
  61. 473dae0 add more convenient defines for [NO]MMU: "#ifndef BB_NOMMU" is a double negative by Denis Vlasenko · 18 years ago
  62. f1a7141 random NOMMU fixes. compressed --help really does work for NOMMU! /me happy by Denis Vlasenko · 18 years ago
  63. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 18 years ago
  64. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
  65. 163516d - very minor shrinkage (-3b) by Bernhard Reutner-Fischer · 18 years ago
  66. 3f3aa2a make xfunctions optionally longjump instead of exit. by Denis Vlasenko · 18 years ago
  67. 2dfdd44 busybox: fix "<applet>: applet not found" message by Denis Vlasenko · 18 years ago
  68. c44ab01 Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets by Denis Vlasenko · 18 years ago
  69. 32b633a merge busybox.c into applets.c by Denis Vlasenko · 18 years ago
  70. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  71. 8a503be #ifdef out re_execed on MMU machines by Denis Vlasenko · 18 years ago
  72. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 18 years ago
  73. 1b6fa4c applets.c, xfunc.c: style cleanup by Denis Vlasenko · 18 years ago
  74. baca175 kill superfluous returns at the end of void functions by Denis Vlasenko · 18 years ago
  75. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  76. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  77. c7ba8b9 do not put all <applet>_main() declarations by Denis Vlasenko · 18 years ago
  78. 37c8f36 usage_compressed: be more permissive in which od flavors we support by Denis Vlasenko · 18 years ago
  79. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  80. 218f2f4 accumulated post-1.4.0 fixes by Denis Vlasenko · 18 years ago
  81. b8429fb fix allnoconfig build. the most useful fix of the month. ;) by Denis Vlasenko · 18 years ago
  82. e5c0953 convert usage compressed command into the new cmd style by Mike Frysinger · 18 years ago
  83. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  84. 0ee3999 random tiny size savings by Denis Vlasenko · 18 years ago
  85. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  86. b40bdb3 - add FIXME to brokenness in the installer.. by Bernhard Reutner-Fischer · 18 years ago
  87. fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
  88. 193bcf3 - fix generation of the busybox.links install script inputfile by Bernhard Reutner-Fischer · 18 years ago
  89. 067e3f0 wget: fix error message. by Denis Vlasenko · 18 years ago
  90. 07159f0 add && !defined(__UCLIBC__) to static link warning check by Denis Vlasenko · 18 years ago
  91. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  92. afea46b "#warning: http://...." doesn't work (gcc thinks that it's a comment!) by Denis Vlasenko · 18 years ago
  93. 7c4503d __GLIBC__ -> defined(__GLIBC__) by Denis Vlasenko · 18 years ago
  94. df51892 Added compile-time warning for STATIC+GLIBC build by Denis Vlasenko · 18 years ago
  95. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  96. b79b87a build system: (try to) get rid of bb_config.h hack by Denis Vlasenko · 18 years ago
  97. b560577 move usage_compressed.h generation into applets/ by Denis Vlasenko · 18 years ago
  98. 52b5eba applets/applets.o must be rebuilt if usage.h is modified. by Denis Vlasenko · 18 years ago
  99. 13c5a68 mount: support user mounts if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  100. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago