1. a396ade mount: undo recent breakage when mount flags were made unsigned by Denys Vlasenko · 13 years ago
  2. c9a1311 mount: fix the wrongly stored fs creation time by Denys Vlasenko · 13 years ago
  3. 9ee4266 mount: set up RO loop device if mount -o ro. Closes 4784 by Denys Vlasenko · 13 years ago
  4. 1d7ad7a tweak help texts by Denys Vlasenko · 13 years ago
  5. 2bc495e adduser: install to /usr, not /, like all other similar tools by Denys Vlasenko · 13 years ago
  6. dac8e79 Move several applets to different install dir: by Denys Vlasenko · 13 years ago
  7. e3e0d2b tweak help text by Denys Vlasenko · 13 years ago
  8. 9b78e14 build system: fix build of kconfig on Darwin by Bernhard Walle · 13 years ago
  9. aacd448 wget: fix wget-supports--P testsuite failure. Closes 4940 by Denys Vlasenko · 13 years ago
  10. e0a6004 config: do not refer to HTTPS for wget by Pierre Carrier · 13 years ago
  11. 6144124 wget: make -c _not_ truncate the file by Denys Vlasenko · 13 years ago
  12. c5b0101 unzip: make options parsing more robust on getopt w/o gnu extensions by Denys Vlasenko · 13 years ago
  13. 604499e Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox by Denys Vlasenko · 13 years ago
  14. bf146b8 wget: correctly handle failure to -c (continue) by Denys Vlasenko · 13 years ago
  15. f5abc78 wget: add dummy --no-cache by Vladimir Dronnikov · 13 years ago
  16. ac42e3d ps: use separate get_uptime() and make it work on non-linux too by Michael Tokarev · 13 years ago
  17. 6979325 nanddump: make dumping read-only partitions work by Matt Reimer · 13 years ago
  18. 772f17a modinfo: match more standard module fields and fix version field by Tanguy Pruvot · 13 years ago
  19. ac164dd volume_id/ext: use common bb_e2fs_defs.h for ext2/3/4 constants and structs by Denys Vlasenko · 13 years ago
  20. 70fc8c1 su: do not change to home dir unless -l by Pascal Bellard · 13 years ago
  21. 588e284 remove FEATURE_VI_OPTIMIZE_CURSOR from example config by Denys Vlasenko · 13 years ago
  22. 39f82d4 rdate: code shrink by Denys Vlasenko · 13 years ago
  23. 0ccae4d Add comments in keyboard escape sequences table by Denys Vlasenko · 13 years ago
  24. d3dff87 vi: save/restore screen upon invocation by Denys Vlasenko · 13 years ago
  25. 04b5289 vi: nuke FEATURE_VI_OPTIMIZE_CURSOR by Denys Vlasenko · 13 years ago
  26. 4125a6b ntpd: on time step, kill all outstanding replies from other peers by Denys Vlasenko · 13 years ago
  27. 0a393cf testsuite: some more awk tests related to conditions by Tanguy Pruvot · 13 years ago
  28. 93c32f2 rdate: code shrink by Denys Vlasenko · 13 years ago
  29. 605f264 vi: do not set autoindent by default by Denys Vlasenko · 13 years ago
  30. c9677ed libbb: add missing_syscalls.c: for now, only Android syscalls by Tias Guns · 13 years ago
  31. bd01f22 android: some sensible defconfig changes by Tias Guns · 13 years ago
  32. 3645195 platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH by Tias Guns · 13 years ago
  33. a1ec841 android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.c by Tias Guns · 13 years ago
  34. 64f763b inetd: fix build failure in Android by Tias Guns · 13 years ago
  35. 49b8e72 brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strtotimeval) by Denys Vlasenko · 13 years ago
  36. 52de9c7 lpr: don't send 0-byte print jobs (compat) by Denys Vlasenko · 13 years ago
  37. cfc212c tar: fix 256-bit encoded number decoding by Etienne Le Sueur · 13 years ago
  38. f451b2c ash: fix a bug in >${varexp} handling. Closes 5282 by Denys Vlasenko · 13 years ago
  39. 37ca36a sed: yet another fix on top of zero length match code by Denys Vlasenko · 13 years ago
  40. ba1d561 man: fix handling of gzipped manpages by Denys Vlasenko · 13 years ago
  41. 84406e4 sed: fix breakage added by zero length match code by Denys Vlasenko · 13 years ago
  42. c35545a sed: code shrink by Denys Vlasenko · 13 years ago
  43. 21f6fbf sed: fix zero chars match/replace by Denys Vlasenko · 13 years ago
  44. 21f620f ifplugd: tweak help text by Denys Vlasenko · 13 years ago
  45. 085b293 udhcpc[6]: show select timeout in log by Denys Vlasenko · 13 years ago
  46. 02112d8 unzip: ignore chmod errors by Natanael Copa · 13 years ago
  47. dfc2473 tar: support -J, --xz explicit compression option by Boris Reisig · 13 years ago
  48. 6e9284d build system: fix build failure when only gunzip is selected by Anthony G. Basile · 13 years ago
  49. 25cb5aa mdev: tell kernel that we didn't find the firmware by Christoph Lohmann · 13 years ago
  50. aaf8272 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 13 years ago
  51. 0446104 tar: implement --no-recursion by Natanael Copa · 13 years ago
  52. b6beada mdev: remove undocumented subsystem/devname matching hack by Denys Vlasenko · 13 years ago
  53. ea57f51 mdev: when found, print major,minor into mdev.log by Denys Vlasenko · 13 years ago
  54. 8d11854 tweak help text by Denys Vlasenko · 13 years ago
  55. 516530c mdev: add support for $DEVNAME and /dev/mdev.log debug aid by Denys Vlasenko · 13 years ago
  56. 7c8aa2b typo fix in comment by Denys Vlasenko · 13 years ago
  57. 0133921 volume_id/ext: detect ext4 too by Denys Vlasenko · 13 years ago
  58. be1cfee find: if DESKTOP=y, support -wholename (synonym for -path) by Denys Vlasenko · 13 years ago
  59. 4a6a56c examples/mdev_fat.conf: small addition by Denys Vlasenko · 13 years ago
  60. 02b8b9b busybox: tweak help text and copyright year by Denys Vlasenko · 13 years ago
  61. a5ee090 fix for spurious testsuite failure by Denys Vlasenko · 13 years ago
  62. f1f8fca mv: accept but ignore -v by Simon B · 13 years ago
  63. 3698ed1 mkdir,rmdir: accept and ignore -v, --verbose by Simon B · 13 years ago
  64. 8c34395 sed: support long opts and -iSFX by Simon B · 13 years ago
  65. 44642d1 ln: support -T and -v by Simon B · 13 years ago
  66. 556ac36 get_linux_version_code: don't fail on Linux version strints like "3.0-foo" by Andreas Oberritter · 13 years ago
  67. 3da46c8 udhcpc6: depend on ipv6 by Mike Frysinger · 13 years ago
  68. d133144 fix build failure when compressed help is selected, but bz2 compression is not by Denys Vlasenko · 13 years ago
  69. 576b1d3 sendmail: use host rather than NIS domain name for HELO by Ron Yorston · 13 years ago
  70. 0c62f20 lpr: small code shrink by Denys Vlasenko · 13 years ago
  71. deee356 lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=y by Dennis Groenen · 13 years ago
  72. 9d75370 hush: remove sighandler_t definition hack, platform.h has it too by Denys Vlasenko · 13 years ago
  73. eced0c7 getty: fix for NOCTTY killing us with SIGHUP by Denys Vlasenko · 13 years ago
  74. b84dafb sed: slightly better fix for prev commit's problem by Denys Vlasenko · 13 years ago
  75. e39afe1 sed: fix handling of s/// which has empty matches by Denys Vlasenko · 13 years ago
  76. 3a9365e ifupdown: improve compatibility with Debian by Andreas Oberritter · 13 years ago
  77. b9d4944 Start 1.21.0 development cycle by Denys Vlasenko · 13 years ago
  78. f523439 Bump version to 1.20.0 by Denys Vlasenko · 13 years ago
  79. d2266d4 udhcpc: fix improper size calculation for OPTION_STRING_HOST by Denys Vlasenko · 13 years ago
  80. c966563 mdev: fix mode of creatred node if config file support is not configured by Denys Vlasenko · 13 years ago
  81. df9196d Fix another build failure found with randconfig by Denys Vlasenko · 13 years ago
  82. 6dca172 fix build breakage with gcc 4.2.1 by Denys Vlasenko · 13 years ago
  83. 56443cd whitespace fixes by Denys Vlasenko · 13 years ago
  84. 8cab667 fix build breakage found by randconfig by Denys Vlasenko · 13 years ago
  85. b110e1f who: fix typo in help text by Denys Vlasenko · 13 years ago
  86. d778e6c hwclock: fix wrong comparison of time value (when it will overlow int) by Denys Vlasenko · 13 years ago
  87. 6500d12 udhcp: make arpping code resistant to time jumps by Denys Vlasenko · 13 years ago
  88. 5377286 who,less: tweaked help text by Denys Vlasenko · 13 years ago
  89. 75e1e7b mktemp: add support for -u by Denys Vlasenko · 13 years ago
  90. 176bc34 Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h by Denys Vlasenko · 13 years ago
  91. 86a03be umount: make -d always active, add -D to suppress it by Denys Vlasenko · 13 years ago
  92. ee0d4cd Tweak INSTALL text by Denys Vlasenko · 13 years ago
  93. 0b2b0f3 Create and use our own copy of linux/ext2_fs.h by Denys Vlasenko · 13 years ago
  94. caf5768 work around linux/ext2_fs.h breakage by Denys Vlasenko · 13 years ago
  95. 1485030 killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONT by Denys Vlasenko · 13 years ago
  96. 7a42693 httpd: emit correct content length on range requests past the end. Closes 4952 by Rob Walker · 13 years ago
  97. 1d9e99b hostname: make -i not emit extra trailing space by Denys Vlasenko · 13 years ago
  98. 3e3a8d5 ntpd: fix build failure if !NTPD_SERVER. Closes 4994 by Denys Vlasenko · 13 years ago
  99. 1c12b67 lsof: new applet by Sven Oliver Moll · 13 years ago
  100. 25dbb07 bloat-o-meter: Remove unused code by Bernhard Reutner-Fischer · 13 years ago