1. 6e42b89 hush: fix remaining known two bugs with IFS expansion. Closes 4027. by Denys Vlasenko · 13 years ago
  2. 4fb53fb hush: partially fix wrong expansion on $IFS (bug 4027). by Denys Vlasenko · 13 years ago
  3. 954dbd3 tar: ignore file size (assume 0) for hardlinks by Ian Wienand · 13 years ago
  4. 67905e2 *: work around sysinfo.h versus linux/*.h problems by Denys Vlasenko · 13 years ago
  5. 4abcb8b tcpudp: simplify help text by Denys Vlasenko · 13 years ago
  6. 2ef4214 less: add a TODO comment by Denys Vlasenko · 13 years ago
  7. 4e552a7 less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. by Denys Vlasenko · 13 years ago
  8. be391e7 libbb.h: do not use homegrown struct sysinfo. by Denys Vlasenko · 13 years ago
  9. f7f9990 android_defconfig: remove some extra cflags. untested by Denys Vlasenko · 13 years ago
  10. 0a42860 add defconfig files for Android, Cygwin and FreeBSD by Daniel Fandrich · 13 years ago
  11. f2f9bc5 dc: fix a case where we can run off malloced space by Denys Vlasenko · 13 years ago
  12. 43a668b cttyhack: fail gracefully if the device node is missing by Kevin Cernekee · 13 years ago
  13. 064e996 cttyhack: check sysfs for the name of the active console by Kevin Cernekee · 13 years ago
  14. 80856b3 fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART) by Denys Vlasenko · 13 years ago
  15. a669eca libbb/lineedit: implement optional Ctrl-R history search by Denys Vlasenko · 13 years ago
  16. 98f213e bloat-o-meter: don't require that pythin is in /usr/bin. by Lauri Kasanen · 13 years ago
  17. 4ee6487 make configs/* files have _defconfig suffix by Denys Vlasenko · 13 years ago
  18. 14bd16a more tweak for bionic by Denys Vlasenko · 13 years ago
  19. acff373 usleep: do not check for usleep error, it should never fail by Denys Vlasenko · 13 years ago
  20. 8f6ce09 a few tweaks for bionic by Denys Vlasenko · 13 years ago
  21. 126f2b2 Support configuring Busybox from _defconfig files by Daniel Fandrich · 13 years ago
  22. 319b8bb hwclock: use locale-specific date output format by Denys Vlasenko · 13 years ago
  23. db43d3d halt: perror_msg_and_die needs bb_ prefix by Denys Vlasenko · 13 years ago
  24. b5de0c1 typo fixes by Dan Fandrich · 13 years ago
  25. 4dc35fb platform.h: tweaks for cygwin by Denys Vlasenko · 13 years ago
  26. 46465ec hwclock: better help text by Denys Vlasenko · 13 years ago
  27. e3f805c md5/shaNsum: make -c support a list of files by Lauri Kasanen · 13 years ago
  28. 066f399 vi: tweak regex.h include by Denys Vlasenko · 13 years ago
  29. 104e014 halt/reboot: better message if /sbin/telinit is not found by Denys Vlasenko · 13 years ago
  30. 75214cf Use the _unlocked stdio macros only when they're all available by Dan Fandrich · 13 years ago
  31. 0c4cf42 libbb.h: tweak _unlocked hack by Denys Vlasenko · 13 years ago
  32. 0e79e7b Use the built-in getline on more systems that don't have it by Dan Fandrich · 13 years ago
  33. 0a5b310 platform.c: provide getline implementation by Timo Teras · 13 years ago
  34. b9ba580 vi: fix regex search, make it selectable in config by Walter Harms · 13 years ago
  35. 52f4fe9 id: correct getgroups usage by Denys Vlasenko · 13 years ago
  36. d5ac9c8 groups: make it NOEXEC by Denys Vlasenko · 13 years ago
  37. 1e18a01 ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions by Denys Vlasenko · 13 years ago
  38. 33092f1 groups: new applet by Tito Ragusa · 13 years ago
  39. 561f9c8 Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef by Denys Vlasenko · 13 years ago
  40. 040b5a2 setserial: added missing \n in help text by Dan Fandrich · 14 years ago
  41. 0644891 libbb: use _unlocked variants of stdio I/O. by Denys Vlasenko · 14 years ago
  42. adcabf3 parse_config: use getline. BIG speedup with glibc (~40%). by Timo Teras · 14 years ago
  43. e12e0ac modprobe: use hash table. speeds up significantly if modprobe.dep is large by Timo Teras · 14 years ago
  44. 416e978 diff: disable debug code; remove unsupported --dry-run from help text by Denys Vlasenko · 14 years ago
  45. 5331e38 libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835. by Denys Vlasenko · 14 years ago
  46. 12ac628 procps: remove PSSCAN_STAT define, users were using it incorrectly by Denys Vlasenko · 14 years ago
  47. da94760 fix false positive in parse test by Denys Vlasenko · 14 years ago
  48. 3a64936 parse_config: make test applet easier to enable; fix its code by Denys Vlasenko · 14 years ago
  49. a1a4483 libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation by Denys Vlasenko · 14 years ago
  50. 901a53b inetd: check if RPC is available by Bernhard Reutner-Fischer · 14 years ago
  51. 8ea683d ls: fix comment about -p (it's compatible now) by Denys Vlasenko · 14 years ago
  52. f194cc1 ls: make -v and -X actually work as intended by Denys Vlasenko · 14 years ago
  53. b307eab iplink: tweak includes to work on android by Denys Vlasenko · 14 years ago
  54. 000ae5c pkill/pgrep: support extended regular expressions by Wade Berrier · 14 years ago
  55. 6295d27 Replaced __u32 etc. with standard uint32_t style types by Daniel Fandrich · 14 years ago
  56. f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 14 years ago
  57. d488f5e build system: delete generated files on "make mrproper" by Denys Vlasenko · 14 years ago
  58. 972e046 fbset: apply modelines. Closes 3823 by Denys Vlasenko · 14 years ago
  59. d7efa06 fix breakage caused by 'remove "Options:" string from help texts' commit by Denys Vlasenko · 14 years ago
  60. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  61. 9f77802 iostat: code shrink by Maksym Kryzhanovskyy · 14 years ago
  62. 5d3aace udhcpc: allow -O OPT take numeric params by Denys Vlasenko · 14 years ago
  63. fe86d6b appletlib.c: do not use PAGE_SIZE for malloc tweaking by Denys Vlasenko · 14 years ago
  64. 71d7313 platform.h: support for build under Android by Dan Fandrich · 14 years ago
  65. 2f57691 only compile obscure.c when needed by Dan Fandrich · 14 years ago
  66. f3854f7 replace nonstandard unsigned typedefs by Dan Fandrich · 14 years ago
  67. 56a3b82 hush: better comment. No code changes by Denys Vlasenko · 14 years ago
  68. 00ae989 hush: fix a corner case of empty "do \n done" structure by Denys Vlasenko · 14 years ago
  69. 14f5553 makedevs: fix help-text by Bernhard Reutner-Fischer · 14 years ago
  70. 488dd70 fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775 by Denys Vlasenko · 14 years ago
  71. 217a7f4 fuser: fix inverted access() check. Closes 3799. by Denys Vlasenko · 14 years ago
  72. 8dc6195 setconsole: open console for writing rather than reading by Peter Korsgaard · 14 years ago
  73. abb0952 nmeter: trim help text by Denys Vlasenko · 14 years ago
  74. aeab42e syslogd,klogd: better help text by Denys Vlasenko · 14 years ago
  75. eeed230 fuser: code shrink by Maksym Kryzhanovskyy · 14 years ago
  76. e6df7e2 libbb.h: small reordering by Denys Vlasenko · 14 years ago
  77. b24ef03 find: cater for libc w/o FNM_CASEFOLD by Denys Vlasenko · 14 years ago
  78. 7948ecb find: implement -ipath by Bogdan Harjoc · 14 years ago
  79. d616ab6 reformime: do not require \r\n by Denys Vlasenko · 14 years ago
  80. 9b90d9b adduser: better logic for choosing addgroup -g/--gid by Denys Vlasenko · 14 years ago
  81. 569e930 adduser: prefer to call addgroup --gid, not non-std addgroup -g by Denys Vlasenko · 14 years ago
  82. b808614 od: code shrink by Denys Vlasenko · 14 years ago
  83. d373355 od: another fix for --strings by Denys Vlasenko · 14 years ago
  84. 9d96e27 od: fix -S NUM to not print chars >0x80 by Denys Vlasenko · 14 years ago
  85. 3ef344b od: code shrink by Denys Vlasenko · 14 years ago
  86. 5c10fa5 od: code shrink, fix "od --traditional FILE" by Denys Vlasenko · 14 years ago
  87. 232ebaa lineedit: fix rare SEGV; mark a few FIXMEs by Alexey Fomenko · 14 years ago
  88. ea137aa warning removal by Cristian Ionescu-Idbohrn · 14 years ago
  89. 9e933d9 tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763. by Denys Vlasenko · 14 years ago
  90. 24b71fd top: display sort indicator in memory display by Denys Vlasenko · 14 years ago
  91. 351fec3 busybox.conf: code shrink by Denys Vlasenko · 14 years ago
  92. d83aff1 busybox.conf: USER.GROUP is _optional_ by Denys Vlasenko · 14 years ago
  93. 3770b6b main: make busybox.conf mode handling less obscure by Denys Vlasenko · 14 years ago
  94. 9be4702 main: free suid_config list after use by Denys Vlasenko · 14 years ago
  95. 9a296fb vi.c: remove warning: variable 'sp' set but not used by Cristian Ionescu-Idbohrn · 14 years ago
  96. 662972a The [-Wunused-but-set-variable] warnings by Cristian Ionescu-Idbohrn · 14 years ago
  97. 6afc677 dc: do not advertise ops disabled in .config by Denys Vlasenko · 14 years ago
  98. 4566e17 simplify parsing of /etc/busybox.conf by Denys Vlasenko · 14 years ago
  99. e0238f8 tweak config help text by Denys Vlasenko · 14 years ago
  100. 29f9b72 hush: fix misparsing of "... do eval a= ...". Closes 3721 by Denys Vlasenko · 14 years ago