1. fe93624 Automatically disable FEATURE_COMPRESS_USAGE for small builds. by Denys Vlasenko · 8 years ago
  2. 0dddbc1 build system: always rewrite NUM_APPLETS.h by Denys Vlasenko · 8 years ago
  3. d8e61bb build system: different fix for include/applet_tables.h/include/NUM_APPLETS.h by Denys Vlasenko · 8 years ago
  4. 9e5820a build system: fix include/NUM_APPLETS.h generation by Denys Vlasenko · 8 years ago
  5. 0fb0045 config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK by Denys Vlasenko · 8 years ago
  6. f4f8fe8 build system: fix a few warnings for allnoconfig build by Denys Vlasenko · 8 years ago
  7. dd02a05 build system: finer-grained selection of search speedup table. by Denys Vlasenko · 9 years ago
  8. 610c4c3 applet_tables: save space by removing applet name offsets by Ron Yorston · 9 years ago
  9. 5fa6d1a Aboriginal linux/musl build fixes by Denys Vlasenko · 9 years ago
  10. b7ee7e1 applets: Add installation of individual binaries by Clayton Shotwell · 10 years ago
  11. cd7a38a false: make "false --help" exit with 1 by Denys Vlasenko · 10 years ago
  12. 195c436 build system: use od -b instead of od -t x1 by Denys Vlasenko · 11 years ago
  13. 924a179 build system: do not generate MAX_APPLET_NAME_LEN (unused) by Denys Vlasenko · 11 years ago
  14. 9078633 buildsys: Add helper to list suid applets by Bernhard Reutner-Fischer · 11 years ago
  15. a0fd4a7 style fixes, no code changes by Denys Vlasenko · 12 years ago
  16. 78a3b67 Fix one-applet build for tcpsvd by Denys Vlasenko · 13 years ago
  17. 6d2d652 applet_tables: fix single applet build failure. Closes 4009 by Denys Vlasenko · 13 years ago
  18. c0644ca applets/install.sh: afer quoting of variables by Denys Vlasenko · 14 years ago
  19. 12140e6 fix install.sh by Denys Vlasenko · 14 years ago
  20. 6ec1510 applet_tables: do not include libbb.h, that header ir for target builds by Denys Vlasenko · 14 years ago
  21. bff5f3f fix bit rot in scripts/Makefile.IMA #2 by Denys Vlasenko · 14 years ago
  22. 102b8bd .gitignore: add missing ignores by Bjørn Forsman · 14 years ago
  23. 55988ae fix "make install" by Bernd Jendrissek · 14 years ago
  24. b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
  25. 0fdf2e1 simpler check for od by Denys Vlasenko · 14 years ago
  26. 06a80bd build system: test that od is present in the host system by Denys Vlasenko · 14 years ago
  27. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  28. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  29. 1d36f24 make usage_compressed.h generation _always_ update mtime by Denys Vlasenko · 14 years ago
  30. 9297dbc randomconfig fixes by Denys Vlasenko · 14 years ago
  31. 08f0b78 Yet another attempt to stamp out "make -j" problems by Denys Vlasenko · 14 years ago
  32. 1fcbff2 build system: do not rebuild ash and hush on any change to any .c file by Denys Vlasenko · 14 years ago
  33. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  34. 6c5bf0d make it possible to have include/applets.h-esque entries in .c files by Denys Vlasenko · 15 years ago
  35. 0e5ba08 Remove requirement that include/applets.h must be sorted by Denys Vlasenko · 15 years ago
  36. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  37. 1497484 ash,hush: make it possible to build them individually by Denys Vlasenko · 15 years ago
  38. 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
  39. 1822150 build system: more fixes to parallel build by Denys Vlasenko · 15 years ago
  40. b24c113 build system: fix parallel make by Denys Vlasenko · 15 years ago
  41. b35e3a8 applets/usage_compressed: combine many seds in one; hide dd stats by Bernhard Reutner-Fischer · 15 years ago
  42. 149a32a mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir) by Denys Vlasenko · 15 years ago
  43. f228913 ok, last fix wasn't correct... this one is better by Denys Vlasenko · 15 years ago
  44. 963f52f fix a typo in prev commit by Denys Vlasenko · 15 years ago
  45. acabf8f Update documentation generator so that it sucks less by Denys Vlasenko · 15 years ago
  46. 263cff9 do not store 1st two bytes of compressed help text by Denys Vlasenko · 15 years ago
  47. 3322351 add .gitignore files by Mike Frysinger · 16 years ago
  48. f66fe9a another stab at fixing out-of-tree build by Denis Vlasenko · 16 years ago
  49. a29c935 hopefully fix out-of-tree build broken by 26139 by Denis Vlasenko · 16 years ago
  50. 66cb86e build system: remove some unnecessary rebuilds by Denis Vlasenko · 16 years ago
  51. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  52. ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
  53. 63e49fa fix byte-swapping of compressed help on big-endian machines by Denis Vlasenko · 16 years ago
  54. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  55. e0a7fc5 uname,individual: fix improper printf usage uname,awk: small code shrink by Denis Vlasenko · 16 years ago
  56. 21765fa udhcpc: kill undocumented -W, it was a no-op. by Denis Vlasenko · 16 years ago
  57. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  58. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  59. c0431ed cp: fix "cp -RL" to create regular files even if src is a symlink by Denis Vlasenko · 17 years ago
  60. 79cedcb Avoid linking in printf/bsearch if possible. -20k for static bbox with by Denis Vlasenko · 17 years ago
  61. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  62. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  63. 32b2a9f small code readability and typo fixes by Denis Vlasenko · 17 years ago
  64. 937b10f build system: make it do without od -t by Denis Vlasenko · 17 years ago
  65. 5fee2e1 ps: add conditional support for -o [e]time by Denis Vlasenko · 17 years ago
  66. 9cd30d3 Makefile.help: removing allbareconfig target from help by Denis Vlasenko · 17 years ago
  67. 3f9c848 trylink: instead of build error, disable --gc-sections if GLIBC && STATIC by Denis Vlasenko · 17 years ago
  68. f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
  69. 2afabe8 init: remove superfluous forks and messing up with argv[0] by Denis Vlasenko · 17 years ago
  70. 745cd17 Further optimize applet tables; prettify build output by Denis Vlasenko · 17 years ago
  71. 41f5add forgotten part of previous commit by Denis Vlasenko · 17 years ago
  72. 1aa7e47 reorganize applet table. Eliminates pointers to names. by Denis Vlasenko · 17 years ago
  73. 15c3885 fix incorrect text of link-time error message. No code changes by Denis Vlasenko · 17 years ago
  74. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  75. 724d196 Move applets/applet.c into libbb, allows to get rid of --whole-archive by Denis Vlasenko · 17 years ago
  76. 82d38da get rid of global "struct bb_applet *current_applet" by Denis Vlasenko · 17 years ago
  77. 642a52d make --help work for "individual applets" too. by Denis Vlasenko · 17 years ago
  78. d62fd84 libbusybox: move (possibly compressed) help stuff into libbusybox. by Denis Vlasenko · 17 years ago
  79. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  80. 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
  81. 9b0a439 remove stray 8-bit chars from copyright banner by Denis Vlasenko · 17 years ago
  82. beffd43 busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" message by Denis Vlasenko · 17 years ago
  83. 737d131 support "#!/bin/busybox"-style wrappers. Needed for SELinux. by Denis Vlasenko · 17 years ago
  84. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  85. ff65cd4 fix out-of-source-tree build by Denis Vlasenko · 17 years ago
  86. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  87. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  88. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  89. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  90. 432d69c applets/Kbuild: straighten it a bit by Denis Vlasenko · 17 years ago
  91. ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 17 years ago
  92. 637c975 fix "--help prints usage for wrong applet" bug by Denis Vlasenko · 17 years ago
  93. bdbbb7e make busybox --install work even if /proc/self/exe doesn't exist by Denis Vlasenko · 18 years ago
  94. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 18 years ago
  95. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  96. 4500c58 make "static linking against glibc" an #error, not #warning by Denis Vlasenko · 18 years ago
  97. 3349fc4 applets: fix compile-time warning by Denis Vlasenko · 18 years ago
  98. 3bc1825 fix suid config handling by Denis Vlasenko · 18 years ago
  99. 2ace1e3 make "busybox" w/o args work again, and save 10 bytes in the process. by Denis Vlasenko · 18 years ago
  100. 17e3c34 applet.c: ruid is needed only if FEATURE_SUID=y by Denis Vlasenko · 18 years ago