1. ce824ae libbb: move common code into run_applet_and_exit by Ron Yorston · 9 years ago
  2. ba12081 Allow "busybox <applet>" to work when busybox is disabled by Ron Yorston · 9 years ago
  3. e4caf1d ntpd: retry initial DNS resolution (forever, no timeout for now). by Denys Vlasenko · 9 years ago
  4. b684d1b libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951 by Natanael Copa · 9 years ago
  5. 8e95068 Make busybox an optional applet by Denys Vlasenko · 9 years ago
  6. 877dedb cp: add -u/--update and --remove-destination by Denys Vlasenko · 9 years ago
  7. 852e8dd arping: avoid use of ether_ntoa(). Closes 8926 by Denys Vlasenko · 9 years ago
  8. f2559e5 sed: fix append command to match GNU sed 4.2.1 by Denys Vlasenko · 9 years ago
  9. 2fbc312 flock: merge spawn_and_wait() code patchs for -c and sans-c uses by Denys Vlasenko · 9 years ago
  10. e1d426f flock: fix -c; improve error handling of fork+exec by Denys Vlasenko · 9 years ago
  11. 4ab372d ip: fix problem on mips64 n64 big endian musl systems by Szabolcs Nagy · 9 years ago
  12. cbdff15 sed: understand \n,\r and \t in i and a commands. Closes 8871 by Denys Vlasenko · 9 years ago
  13. 4c8fa34 generate_BUFSIZ.sh: yet another tweak by Denys Vlasenko · 9 years ago
  14. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  15. 663d1da scripts/trylink: document DATA_SEGMENT_ALIGN() hack by Denys Vlasenko · 9 years ago
  16. 7ff24bd generate_BUFSIZ.sh: catch BUFSIZE < 1024 also on "big" builds by Denys Vlasenko · 9 years ago
  17. d7b502c build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc builds by Denys Vlasenko · 9 years ago
  18. 93e1aaa libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer) by Denys Vlasenko · 9 years ago
  19. f56fb5e libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" work by Denys Vlasenko · 9 years ago
  20. df70a43 udhcp: add setup_common_bufsiz() as needed by Denys Vlasenko · 9 years ago
  21. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  22. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  23. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  24. 5598bdf unzip: shorter code for date/time generation by Denys Vlasenko · 9 years ago
  25. 07bd979 unzip: better match for "standard" unzip's output; string shrinkage by Denys Vlasenko · 9 years ago
  26. bca4dee unzip: fix percent overflow; show "stored" files properly by Denys Vlasenko · 9 years ago
  27. 0ccf52a unzip: fix a case where we find wrong CDE. Closes 8821 by Denys Vlasenko · 9 years ago
  28. 84ba50c ash: bash-compatible $'...' shouldn't expand in double quotes by Ron Yorston · 9 years ago
  29. 2b91958 Rewrite iteration through applet names to save a few bytes by Ron Yorston · 9 years ago
  30. e4d925b sed: support "-f -" idiom by Denys Vlasenko · 9 years ago
  31. d7d4750 unrpm: clean up by Mike Frysinger · 9 years ago
  32. ee22fe8 undeb: clean up by Mike Frysinger · 9 years ago
  33. ea1b444 syslogd: minor tweaks to text by Mike Frysinger · 9 years ago
  34. d63d77a kconfig/lxdialog: get ncurses CFLAGS with pkg-config by Bjørn Forsman · 10 years ago
  35. 935fe68 kbuild: Make scripts executable by Michal Marek · 10 years ago
  36. d35ba8b kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h by Yann E. MORIN · 12 years ago
  37. e62c715 menuconfig: optionally use pkg-config to detect ncurses libs by Justin Lecher · 12 years ago
  38. f755430 menuconfig: fix extended colors ncurses support by Krzysztof Mazur · 12 years ago
  39. 8c3f943 kbuild: Fix gcc -x syntax by Jean Delvare · 12 years ago
  40. 74f58ed kconfig: fix check-lxdialog for DLL platforms by Yaakov Selkowitz · 13 years ago
  41. a0f24a0 kconfig: check ncursesw headers first in check-lxdialog by Yaakov Selkowitz · 13 years ago
  42. f48bd92 kconfig: fix menuconfig on debian lenny by Junio C Hamano · 14 years ago
  43. 993dab7 Revert "lxdialog: fix ncursesw include detection" by Mike Frysinger · 9 years ago
  44. b220617 find_applet_by_name: loop index should be signed by Ron Yorston · 9 years ago
  45. 6aab992 whitespace and namespace cleanups by Denys Vlasenko · 9 years ago
  46. b068cf2 ubirmvol: Implement -N switch for ubirmvol by Sven Eisenberg · 9 years ago
  47. cb92640 ubirename: new applet by Sven Eisenberg · 9 years ago
  48. 46b4946 libbb: speed up error_msg functions by Denys Vlasenko · 9 years ago
  49. bc14f4d main(): add a TODO about finding a use for _end[] area by Denys Vlasenko · 9 years ago
  50. 056e1f5 trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBS by Denys Vlasenko · 9 years ago
  51. 1cf68e3 typo fix by Denys Vlasenko · 9 years ago
  52. a93e4fd find_applet_by_name: add an example of faster linear search code by Denys Vlasenko · 9 years ago
  53. 8b0f459 nsenter,unshare: work around older header by Denys Vlasenko · 9 years ago
  54. b14374a sort: "-o FILE", not "-o", is the syntax by Denys Vlasenko · 9 years ago
  55. 8220399 nsenter,unshare: share common code; fix a bug of not closing all fds by Denys Vlasenko · 9 years ago
  56. c87e81f sort: help text does not need to say that -mST are supported but ignored by Denys Vlasenko · 9 years ago
  57. dd02a05 build system: finer-grained selection of search speedup table. by Denys Vlasenko · 9 years ago
  58. 9f2f96e unshare: remove stale comment by Denys Vlasenko · 9 years ago
  59. 80c934a nsenter: new applet by Bartosz Golaszewski · 9 years ago
  60. c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
  61. 29b33b6 unshare: new applet by Bartosz Golaszewski · 9 years ago
  62. 52977a7 Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init by Denys Vlasenko · 9 years ago
  63. a27dc33 make MKPASSWD a separate config option, not an automatic alias to cryptpw by Denys Vlasenko · 9 years ago
  64. f75a96d udhcp: fix capitalization of two messages by Denys Vlasenko · 9 years ago
  65. 16efe19 dhcpd: string reuse by Denys Vlasenko · 9 years ago
  66. 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
  67. 80f0f1d setfiles: switch bb_info_msg to printf by Denys Vlasenko · 9 years ago
  68. 2a17fbe sulogin: use bb_error_msg instead of bb_info_msg; better message by Denys Vlasenko · 9 years ago
  69. 32c08ac sulogin: remove suid paranoia code, explain why it's not necessary by Denys Vlasenko · 9 years ago
  70. 8ac6eff sulogin: Dorp incorrect comment about suid-ness by Denys Vlasenko · 9 years ago
  71. c418f48 fsck: use printf for message, not bb_info_msg by Denys Vlasenko · 9 years ago
  72. 3b757f0 mkfs_vfat: use bb_error_msg for logging, not bb_info_msg by Denys Vlasenko · 9 years ago
  73. cde1199 zcip: use bb_error_msg for logging, not bb_info_msg by Denys Vlasenko · 9 years ago
  74. 066e76b Replace a few more bb_info_msg's by bb_error_msg or printf by Denys Vlasenko · 9 years ago
  75. 76b680c Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts by Denys Vlasenko · 9 years ago
  76. 610c4c3 applet_tables: save space by removing applet name offsets by Ron Yorston · 9 years ago
  77. 9844d7e Revert "networking: properly initialize ipv6 scope id for printing it" by Denys Vlasenko · 9 years ago
  78. 20dd499 modprobe: skip non-.conf files only in subdirectories by Denys Vlasenko · 9 years ago
  79. 31c984d umount: build fix for older glibc by Denys Vlasenko · 9 years ago
  80. 2fb6329 networking: properly initialize ipv6 scope id for printing it by Timo Teräs · 9 years ago
  81. 73dfdda grep: make errors other than "not found" result in exit code 2. Closes 8796 by Denys Vlasenko · 9 years ago
  82. b9b7aa1 ash_test: ignore generated files by Mike Frysinger · 9 years ago
  83. 787972f ash_test: printenv: fix missing includes by Mike Frysinger · 9 years ago
  84. 3e3bfb8 ash: fix corruption of ${#var} if $var contains UTF-8 characters by Ron Yorston · 9 years ago
  85. 6701e91 wget: make -T timeout work on header reads too. Closes 8636 by Denys Vlasenko · 9 years ago
  86. 0d1b71e nmeter: reinstate and document -d-1 by Denys Vlasenko · 9 years ago
  87. 41b1e2c nmeter: remove undocumented %NNNd specifier by Denys Vlasenko · 9 years ago
  88. a63e2a8 nmeter: simple code shrink here and there by Denys Vlasenko · 9 years ago
  89. 8a26fda nmeter: convert field list to bit list by Denys Vlasenko · 9 years ago
  90. 99c71c9 nmeter: code shrink by Denys Vlasenko · 9 years ago
  91. e4de8c6 nmeter: fix a bug with unterminated varargs by Denys Vlasenko · 9 years ago
  92. fd5a2b7 New example config: android_502_defconfig by Denys Vlasenko · 9 years ago
  93. 23961b2 more bionic fixes by Denys Vlasenko · 9 years ago
  94. dbb58a3 fixes for problems found by bionic build by Denys Vlasenko · 9 years ago
  95. 1b7c173 udhcpc: fix a warning in debug code by Denys Vlasenko · 9 years ago
  96. d474ffc udhcp: fix a SEGV on malformed RFC1035-encoded domain name by Denys Vlasenko · 9 years ago
  97. d2b820b renice: tweak help text by Denys Vlasenko · 9 years ago
  98. ea351b9 ls: fix columnar output. Closes 8731 by Denys Vlasenko · 9 years ago
  99. 7849ccb inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726 by Denys Vlasenko · 9 years ago
  100. 86d9f60 udhcpc: do not use -t NUM for counting "select" packets, use 3 by Denys Vlasenko · 9 years ago