1. 6a06a10 android: add a switch to handle Android L by Tanguy Pruvot · 11 years ago
  2. c847cb8 busybox-full: tune some config flags by Tanguy Pruvot · 11 years ago
  3. 1baae78 lzop: add overflow check by Denys Vlasenko · 11 years ago
  4. e64e94d busybox-full: enable some new applets by Tanguy Pruvot · 11 years ago cm-11.0-XNPH30O-bacon-4f280f505a cm-11.0-XNPH33R-bacon-3628510d76
  5. 4fda0a6 tar: fix prototype typo, not for android config by Tanguy Pruvot · 11 years ago
  6. af3f6ff stat: fix printing selinux context and null-dereference by Michael Gernoth · 11 years ago
  7. c1a6bc3 android-x86: fix building warnings of kitkat-x86 by Tanguy Pruvot · 11 years ago
  8. 2b3b644 unzip: set ENABLE_DESKTOP to allow unpacking signed Android OTAs by Steven Luo · 11 years ago
  9. 3284a1d selinux: enable support for bionic, add applets in config by Tanguy Pruvot · 11 years ago
  10. 2955fd1 tar: only include selinux context with -p opt by Tanguy Pruvot · 11 years ago
  11. 2689fb5 tar: add selinux context support on create by Tanguy Pruvot · 11 years ago
  12. 12e27b7 bionic: some new type warnings fixes by Tanguy Pruvot · 11 years ago
  13. d5b63cc touch -h: quickfix for bionic by Tanguy Pruvot · 12 years ago cm-11.0-XNPH22R-bacon-03d77315ea cm-11.0-XNPH25R-bacon-d22b777afa
  14. 9963f07 update config for 1.22.1, add F2FS volume_id support by Tanguy Pruvot · 11 years ago
  15. c1f4182 zcat: complain if input is not compressed by Denys Vlasenko · 12 years ago
  16. a99f066 libbb: open_zipped() should not fail on non-compressed files by Denys Vlasenko · 12 years ago
  17. 05cea40 nc: fix option bit positions. Closes 6926 by Denys Vlasenko · 11 years ago
  18. 439f7c2 iplink: fix build with kernel versions prior to 2.6.23 by Eugene Rudoy · 12 years ago
  19. b69306a libbb: fix parsing of "10101010" date/time form by Denys Vlasenko · 12 years ago
  20. 77e054b ash: in bash compat mode, always export $SHLVL by Denys Vlasenko · 12 years ago
  21. 13733d3 libarchive: open_zipped() does not need to check extensions for e.g. gzip by Denys Vlasenko · 12 years ago
  22. 6786b97 Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22 by Ricardo Cerqueira · 11 years ago
  23. d9e0c43 Apply post-1.22.0 patches, bump version to 1.22.1 by Denys Vlasenko · 12 years ago
  24. a2dd4ee Bump version to 1.22.0 by Denys Vlasenko · 12 years ago
  25. 7625811 testsuite: remove forgotten debug hack by Denys Vlasenko · 12 years ago
  26. 198b02f fix failures found by randomconfig builds by Denys Vlasenko · 12 years ago
  27. 61be8e4 testsuite: disable tests for no longer supported bbox-specific date formats by Denys Vlasenko · 12 years ago
  28. e83e1c5 adduser: check whether run with no USERNAME. Closes 6728 by Denys Vlasenko · 12 years ago
  29. e85e260 testsuite: fix false positives for du by Denys Vlasenko · 12 years ago
  30. c9d87be build system: fix make gconfig by Daniel Borca · 12 years ago
  31. 80a068d sed: accept s///i as a synonym for s///I ("ignore case") by David A. Wheeler · 12 years ago
  32. e9355c4 hostname: do not use gethostbyname() for "hostname -s" by Michael Tokarev · 12 years ago
  33. 4967a41 wget: user-friendly fallback to http by Lauri Kasanen · 12 years ago
  34. 4b26f82 kill[all[5]]: code shrink by Denys Vlasenko · 12 years ago
  35. 3ac1e0d killall5: return 2 if no processes got killed by Uros Vampl · 12 years ago
  36. 9f4f601 do not fail build if MAXSYMLINKS isn't defined by Michael Tokarev · 12 years ago
  37. 22bb81f expand: use printable_string instead of hard-coding implementation by Michael Tokarev · 12 years ago
  38. 0b3a38b ntpd: speed up resyncing if our clock is seriously off by Denys Vlasenko · 12 years ago
  39. 777be10 ntpd: do not invalidate datapoints after step by Denys Vlasenko · 12 years ago
  40. 6c46eed ntpd: comment out "spike detection" code by Denys Vlasenko · 12 years ago
  41. a14958c ntpd: promote log level 3 to production by Denys Vlasenko · 12 years ago
  42. cb1dc1d ntpd: let user know if spike was detected by Denys Vlasenko · 12 years ago
  43. 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 12 years ago
  44. 9b2a9f0 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) by Denys Vlasenko · 12 years ago
  45. 1a7256a chpst: fix a bug where -U USER was using wrong USER (one from -u USER) by Denys Vlasenko · 12 years ago
  46. 7274563 ping: try SOCK_DGRAM if no root privileges by Daniel Borca · 12 years ago
  47. df0d2cd dpkg-deb: cosmetic correction to usage text by Daniel Borca · 12 years ago
  48. deb0769 sed: code shrink by Denys Vlasenko · 12 years ago
  49. 259b3c0 sed: open input files sequentially to avoid EMFILE by Denys Vlasenko · 12 years ago
  50. 8bd810b hush: typo fixes in comments by Denys Vlasenko · 12 years ago
  51. d9fc4d8 platform: strchrnul is missing if __APPLE__ by Daniel Borca · 12 years ago
  52. 195c436 build system: use od -b instead of od -t x1 by Denys Vlasenko · 12 years ago
  53. 760fc6d init: halt on SIGPWR too by Bogdan Purcareata · 12 years ago
  54. cffe28e libbb: add sketch of tentative 'better' passwd/group API by Denys Vlasenko · 12 years ago
  55. 4d8ad38 devfsd: remove static variable by Denys Vlasenko · 12 years ago
  56. 924a179 build system: do not generate MAX_APPLET_NAME_LEN (unused) by Denys Vlasenko · 12 years ago
  57. 26ad256 logread: don't call shmdt() before exit, kernel does it for us. by Denys Vlasenko · 12 years ago
  58. 71f6c1a logread: flush output. closes 6710 by Denys Vlasenko · 12 years ago
  59. b8b0451 build: ignore selibs pkgconfig on android builds by Tanguy Pruvot · 12 years ago
  60. 5afc00b update config, change version suffix by Tanguy Pruvot · 12 years ago
  61. 8a7b2c3 android: add a script to regenerate prebuilt config by Tanguy Pruvot · 12 years ago
  62. eddb834 fstrim: use new-style config/kbuild/applet snippets; trim help text by Denys Vlasenko · 12 years ago
  63. bb19d25 fstrim: sync with busybox master (now an official applet) by Bernhard Reutner-Fischer · 12 years ago
  64. bd0e221 awk: fix a bug in argc counting in recent change by Denys Vlasenko · 12 years ago
  65. 2635369 rfkill: use new-style config/kbuild/applet by Denys Vlasenko · 12 years ago
  66. 0545e3b tar: prevent empty file to be treated as valid tarball by Denys Vlasenko · 12 years ago
  67. dd1d8ab fix a copy/paste error in last tar testcase name by Denys Vlasenko · 12 years ago
  68. 1cbc642 tar: add a testcase for previous commit by Denys Vlasenko · 12 years ago
  69. ebfa9b5 tar: fix exitcode check for MMU-spawned unpacking helpers by Denys Vlasenko · 12 years ago
  70. 8b59b2c libbb: move nuke_str() from passwd into libbb by Denys Vlasenko · 12 years ago
  71. 6ef7729 comment tweak by Denys Vlasenko · 12 years ago
  72. 9c1c605 sulogin: use common password-checking routine. by Denys Vlasenko · 12 years ago
  73. f6beef6 archival/*: move "config:" snippets into .c files by Denys Vlasenko · 12 years ago
  74. ac21687 archival/*: move "applet:" snippets into .c files, part 2 by Denys Vlasenko · 12 years ago
  75. 36184a4 archival/*: move "applet:" snippets into .c files by Denys Vlasenko · 12 years ago
  76. 66620fa archival/*: move "kbuild:" snippets into .c files by Denys Vlasenko · 12 years ago
  77. 73225b6 switch editors/* to embedded-in-source kbuild system by Denys Vlasenko · 12 years ago
  78. f200f73 awk: optionally support -e AWK_PROG by Sven-Göran Bergh · 12 years ago
  79. cd0936b fstrim: use new-style config/kbuild/applet snippets; trim help text by Denys Vlasenko · 12 years ago
  80. d3092c9 udhcp: add PXELINUX config file option (code 209) definition by Jeremy Kerr · 12 years ago
  81. 087843a fix "warning: ISO C90 forbids mixed declarations and code" by Denys Vlasenko · 12 years ago
  82. afa63b2 fix bashisms in testsuite/ by Michael Tokarev · 12 years ago
  83. 5e63776 fstrim: Needs to fire at the mp, not bd by Bernhard Reutner-Fischer · 12 years ago
  84. b1489f9 fstrim: Indicate failure on error by Bernhard Reutner-Fischer · 12 years ago
  85. 140f4e3 fstrim: -17b by Bernhard Reutner-Fischer · 12 years ago
  86. 1d39e33 fstrim: New applet by Malek Degachi · 12 years ago
  87. 80f8cdf ash: Set SHLVL in ASH_BASH_COMPAT by Bernhard Reutner-Fischer · 12 years ago
  88. 200c1c4 ash: Use setvar2 some more by Bernhard Reutner-Fischer · 12 years ago
  89. b541d1f swaponoff: shrink by Bernhard Reutner-Fischer · 12 years ago
  90. 25e89dc Fix building on 4.4 by Ricardo Cerqueira · 12 years ago
  91. 8d3efaf udhcpc: allow zero server-id. Closes 6614. by Denys Vlasenko · 12 years ago
  92. b21bc80 init: fix illegal memory access when max message length is reached by Yuan-Hsiang Lee · 12 years ago
  93. 18b4619 bootchartd: warn if .config looks wrong by Denys Vlasenko · 12 years ago
  94. 17f4aca Makefile.custom: make "make release" delete .gitignore files too by Denys Vlasenko · 12 years ago
  95. c44539f sed: fix "sed clusternewline" testcase by Denys Vlasenko · 12 years ago
  96. a82e32d sed: document -E in help text by Denys Vlasenko · 12 years ago
  97. 9d46a7a sed: fix memory leak in 'r FILE' command by Denys Vlasenko · 12 years ago
  98. af0cdee sed: accept -E as a synonym for -r by David A. Wheeler · 12 years ago
  99. 2d576e2 udhcpc: make DHCP packets to have at least 300 DHCP bytes by Johannes Stezenbach · 12 years ago
  100. af4f0e4 libbb: use <poll.h> instead of <sys/poll.h> by Thomas Petazzoni · 12 years ago