1. 39646dc build system: make -static-libgcc selectable in config by Denys Vlasenko · 4 years ago
  2. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  3. ed79af7 config: PID_FILE_PATH required for FEATURE_CROND_SPECIAL_TIMES by James Byrne · 5 years ago
  4. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  5. 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
  6. 4bdc914 build system: fix compiler warnings by Denys Vlasenko · 6 years ago
  7. d1b2ae2 busybox: add '--show SCRIPT' option to display scripts by Ron Yorston · 6 years ago
  8. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  9. 2c99702 i386: make stack size optimization selectable, and allow i486 insns (bswap) by Denys Vlasenko · 7 years ago
  10. ab77e81 klibc-utils: new applets: resume, nuke, minips by Denys Vlasenko · 7 years ago
  11. 647d8af build system: remove unused CONFIG_FEATURE_HAVE_RPC by Denys Vlasenko · 7 years ago
  12. 663ae52 config: FEDORA_COMPAT option (so far only tweaks uname) by Denys Vlasenko · 7 years ago
  13. 86d5bf4 config: trim/improve item names and help texts. by Denys Vlasenko · 7 years ago
  14. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  15. 2c8929c config: reorder items in "Busybox Settings", improve help by Denys Vlasenko · 7 years ago
  16. a3df2fa config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu by Denys Vlasenko · 7 years ago
  17. c4ddf04 config: fix tab-damaged help text by Denys Vlasenko · 7 years ago
  18. 367a55c build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusybox by Denys Vlasenko · 7 years ago
  19. ed15dde Move FEATURE_AUTOWIDTH config option to two applets which use it by Denys Vlasenko · 8 years ago
  20. 6c1f348 Move FEATURE_USE_TERMIOS config option to two applets which use it by Denys Vlasenko · 8 years ago
  21. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  22. 4d06b31 build system: no longer prompt for PLATFORM_LINUX option by Kang-Che Sung · 8 years ago
  23. 24860fa Move FEATURE_BUFFERS_USE_foo options to library tuning by Denys Vlasenko · 8 years ago
  24. 1255925 Move locale, unicode, and "use sendfile?" options to library tuning by Denys Vlasenko · 8 years ago
  25. 3360226 Collapse three levers of menuconfig to two levels. by Denys Vlasenko · 8 years ago
  26. 8e95068 Make busybox an optional applet by Denys Vlasenko · 9 years ago
  27. 43e5663 build: add a sanitizer debug option by Mike Frysinger · 9 years ago
  28. c8e5ead build system: remove special-casing for extra libs by Denys Vlasenko · 9 years ago
  29. 5fa6d1a Aboriginal linux/musl build fixes by Denys Vlasenko · 9 years ago
  30. 202d9a6 Config: select PLATFORM_LINUX if using sendfile() by Bartosz Golaszewski · 10 years ago
  31. 8d75d79 libbb: use sendfile() to copy data between file descriptors by Bartosz Golaszewski · 10 years ago
  32. 3ed81cf unit-tests: implement the unit-testing framework by Bartosz Golaszewski · 10 years ago
  33. 18b699c build system: remove a dead link from Config help text by Denys Vlasenko · 11 years ago
  34. 265a74b Kbuild: move CONFIG_PAM to general configuration by Bartosz Golaszewski · 11 years ago
  35. 2301d12 unicode: check $LC_CTYPE too to detect Unicode mode by Denys Vlasenko · 11 years ago
  36. 5ca853e fix a typo in config help text. Closes 5714 by Denys Vlasenko · 12 years ago
  37. 12677ac CONFIG_PID_FILE_PATH: new configuration option for pidfile paths by Anthony G. Basile · 12 years ago
  38. bf63437 Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK config by Rob Walker · 13 years ago
  39. b9f4cd8 Config: clarify {SHOW,VERBOSE,COMPRESS}_USAGE by Bernhard Reutner-Fischer · 13 years ago
  40. 3a64936 parse_config: make test applet easier to enable; fix its code by Denys Vlasenko · 13 years ago
  41. d83aff1 busybox.conf: USER.GROUP is _optional_ by Denys Vlasenko · 14 years ago
  42. 3770b6b main: make busybox.conf mode handling less obscure by Denys Vlasenko · 14 years ago
  43. e0238f8 tweak config help text by Denys Vlasenko · 14 years ago
  44. 8c498b6 make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=y by Denys Vlasenko · 14 years ago
  45. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
  46. 26b80e8 Add the help text for 'position independent executable' code build by Gilles Espinasse · 14 years ago
  47. aaf091f remve erroneous dependensies on INSTALLER by Denys Vlasenko · 14 years ago
  48. 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 14 years ago
  49. 3b5acaa disable automatic selection of FEATURE_SUID; improve its help text by Denys Vlasenko · 14 years ago
  50. c60e88a tweak INSTALL_NO_USR help text by Denys Vlasenko · 14 years ago
  51. d4d289a tweaks to build system, mainly making menuconfig text and order clearer by Denys Vlasenko · 14 years ago
  52. ba085c6 make DESKTOP=y the default by Denys Vlasenko · 14 years ago
  53. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  54. 6ac37da build system: disable some applets by default by Denys Vlasenko · 14 years ago
  55. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  56. 0e5ba08 Remove requirement that include/applets.h must be sorted by Denys Vlasenko · 15 years ago
  57. a659b81 libbb/lineedit: add support for preserving "broken" (non-unicode) chars by Tomas Heinrich · 15 years ago
  58. 64827a2 fix typo by Denys Vlasenko · 15 years ago
  59. 6dbbac5 Move utmp/wtmp support to "General configuration" section by Denys Vlasenko · 15 years ago
  60. 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
  61. aa16755 unicode: optional table for better handling of neutral bidi chars by Tomas Heinrich · 15 years ago
  62. c5c006c lineedit: first shot at optional unicode bidi input support by Tomas Heinrich · 15 years ago
  63. 460f827 better wording in Config by Denys Vlasenko · 15 years ago
  64. ecd90fd fix Unicode config option limits and some comments in less by Denys Vlasenko · 15 years ago
  65. 2edba21 more fine-grained Unicode support by Denys Vlasenko · 15 years ago
  66. 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
  67. a8df4c0 menuconfig tweaks by Denys Vlasenko · 15 years ago
  68. aa7da73 add USE_PORTABLE_CODE option and use it in find applet by Denys Vlasenko · 15 years ago
  69. 42a8fd0 added simplified Unicode support for non-locale-enabled builds by Denys Vlasenko · 15 years ago
  70. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  71. f6107c7 - add CONFIG_EXTRA_CFLAGS (thanks to keesj) by Bernhard Reutner-Fischer · 16 years ago
  72. b9d572a total overhaul of mail applets. again. Vladimir as usual. by Denis Vlasenko · 16 years ago
  73. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
  74. aa2a1c0 - improve wording and fix alphabetical order by Bernhard Reutner-Fischer · 16 years ago
  75. 2d5bd80 build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM; by Denis Vlasenko · 16 years ago
  76. 7d0d3e2 - reformat help text by Bernhard Reutner-Fischer · 16 years ago
  77. 3fd15e1 grep: option to use GNU regex matching instead of POSIX one. by Denis Vlasenko · 16 years ago
  78. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  79. dcb3fcb libbb: config_read() update by Denis Vlasenko · 16 years ago
  80. 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
  81. c185e29 config help fixes by Denis Vlasenko · 16 years ago
  82. fc5e806 build system: libbusybox cannot be static by Denis Vlasenko · 16 years ago
  83. cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
  84. c7497ea build system: introduce FEATURE_ASSUME_UNICODE by Denis Vlasenko · 16 years ago
  85. bd8390a Reinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn) by Denis Vlasenko · 16 years ago
  86. 1da86d2 build system: add PIE build option by Denis Vlasenko · 17 years ago
  87. b8e653b Reinstate CONFIG_CROSS_COMPILE_PREFIX by Denis Vlasenko · 17 years ago
  88. 9305cdd Kill CONFIG_NITPICK, it turned out to not be useful. no code changes. by Denis Vlasenko · 17 years ago
  89. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
  90. 68444b9 lpr and lpq applets by Walter Harms. by Denis Vlasenko · 17 years ago
  91. d2c450c hush: report [v]fork failures by Denis Vlasenko · 17 years ago
  92. 6cee58e Announce 1.8.0 by Denis Vlasenko · 17 years ago 1_8_0
  93. d62fd84 libbusybox: move (possibly compressed) help stuff into libbusybox. by Denis Vlasenko · 17 years ago
  94. f545be0 reviving libbusybox, adding CONFIG_INDIVIDUAL part 4 by Denis Vlasenko · 17 years ago
  95. def8898 reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 by Denis Vlasenko · 17 years ago
  96. 737d131 support "#!/bin/busybox"-style wrappers. Needed for SELinux. by Denis Vlasenko · 17 years ago
  97. bb23c06 if pidfile turned out to be !regular file, do not unlink it. by Denis Vlasenko · 17 years ago
  98. a7825f2 make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features by Denis Vlasenko · 17 years ago
  99. 92c0b82 tail: fix SEGV on "tail -N" by Denis Vlasenko · 18 years ago
  100. 80d14be Rename two config options: by Denis Vlasenko · 18 years ago