1. 289c47b udhcp: remove the declaration of non-existent udhcp_checksum by Baruch Siach · 13 years ago
  2. 0d0260f inet_cksum: big-endian fix by Denys Vlasenko · 13 years ago
  3. 9289935 Fix compile breakage by Denys Vlasenko · 13 years ago
  4. f65c5f5 awk: next_input_file can return NULL, don't SEGV in this case. by Denys Vlasenko · 13 years ago
  5. e8f3633 networking: consolidate the IP checksum code. -129 bytes. by Baruch Siach · 13 years ago
  6. 8c84f75 crond: fix the case when option -d is disabled by Denys Vlasenko · 13 years ago
  7. e45af7a lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator by Denys Vlasenko · 13 years ago
  8. bede215 lineedit: add support for history saving on exit by Denys Vlasenko · 13 years ago
  9. 4840ae8 lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling by Denys Vlasenko · 13 years ago
  10. 7b46220 grep: be GNU compatible with -f EMPTY_FILE by Lauri Kasanen · 13 years ago
  11. 2390109 top: fix CPU% for thread display. Closes 4081 by Denys Vlasenko · 13 years ago
  12. abc33ac Fix find -follow support by Ian Wienand · 13 years ago
  13. 2491511 Fixes for warnings in FreeBSD build by Denys Vlasenko · 13 years ago
  14. 1285437 Fixes for FreeBSD build by Matthias Andree · 13 years ago
  15. a04e4c2 uncompress: die on read errors by Denys Vlasenko · 13 years ago
  16. c5f7847 patch: make it able to create files (again) by Rob Landley · 13 years ago
  17. 251fc70 uncompress: fix buffer underrun by corrupted input by Denys Vlasenko · 13 years ago
  18. b1611d9 hostid: fix behavior on identifiers starting with zeros by Pere Orga · 13 years ago
  19. 4619802 cttyhack: trivial spelling/spacing fixes by Kevin Cernekee · 13 years ago
  20. 816cd16 cttyhack: remove the trailing newline when reading console name from sysfs by Kevin Cernekee · 13 years ago
  21. 9176f6c patch: add a test we currently fail by Denys Vlasenko · 13 years ago
  22. a7d6bb3 sed: fix range handling for sed -i. Closes 4069 by Denys Vlasenko · 13 years ago
  23. 4f54168 less: fix for screen size detection by Denys Vlasenko · 13 years ago
  24. c21c310 swapoff: dont pass "p" in opt_complementary by Denys Vlasenko · 13 years ago
  25. c97578d conspy,nandwrite,nanddump: enable in defconfig by Denys Vlasenko · 13 years ago
  26. 8b141eb Start 1.20.0 development cycle by Denys Vlasenko · 13 years ago
  27. d84b175 Bump version to 1.19.0, update copyright year in help message by Denys Vlasenko · 13 years ago 1_19_0
  28. 2969e24 testsuite: fixes after randomconfig run by Denys Vlasenko · 13 years ago
  29. 87249fb find: fix a bug in !ENABLE_FEATURE_FIND_XDEV config by Denys Vlasenko · 13 years ago
  30. 5845a06 uptime: more compatible output by Denys Vlasenko · 13 years ago
  31. 47b0336 randomconfig fixes by Denys Vlasenko · 13 years ago
  32. b47b3ce randomconfig fixes by Denys Vlasenko · 13 years ago
  33. b347df9 randomconfig fixes by Denys Vlasenko · 13 years ago
  34. a6367f9 remove extra IF_WHO() by Denys Vlasenko · 13 years ago
  35. 89edf29 remove extra += who.o by Denys Vlasenko · 13 years ago
  36. 00103d3 df: more compatible -P behavior by Ralf Friedl · 13 years ago
  37. 98aeabe zcip.script: fix $ip environment variable by Thomas Petazzoni · 13 years ago
  38. 7926b98 users: new applet. by Tito Ragusa · 13 years ago
  39. d91b138 uptime: add config flag to allow displaying the number of users currently logged on by Pere Orga · 13 years ago
  40. 7485086 die_if_bad_username: tighten up a bit by Denys Vlasenko · 13 years ago
  41. 6e42b89 hush: fix remaining known two bugs with IFS expansion. Closes 4027. by Denys Vlasenko · 13 years ago
  42. 4fb53fb hush: partially fix wrong expansion on $IFS (bug 4027). by Denys Vlasenko · 13 years ago
  43. 954dbd3 tar: ignore file size (assume 0) for hardlinks by Ian Wienand · 13 years ago
  44. 67905e2 *: work around sysinfo.h versus linux/*.h problems by Denys Vlasenko · 13 years ago
  45. 4abcb8b tcpudp: simplify help text by Denys Vlasenko · 13 years ago
  46. 2ef4214 less: add a TODO comment by Denys Vlasenko · 13 years ago
  47. 4e552a7 less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. by Denys Vlasenko · 13 years ago
  48. be391e7 libbb.h: do not use homegrown struct sysinfo. by Denys Vlasenko · 13 years ago
  49. f7f9990 android_defconfig: remove some extra cflags. untested by Denys Vlasenko · 13 years ago
  50. 0a42860 add defconfig files for Android, Cygwin and FreeBSD by Daniel Fandrich · 13 years ago
  51. f2f9bc5 dc: fix a case where we can run off malloced space by Denys Vlasenko · 13 years ago
  52. 43a668b cttyhack: fail gracefully if the device node is missing by Kevin Cernekee · 13 years ago
  53. 064e996 cttyhack: check sysfs for the name of the active console by Kevin Cernekee · 13 years ago
  54. 80856b3 fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART) by Denys Vlasenko · 13 years ago
  55. a669eca libbb/lineedit: implement optional Ctrl-R history search by Denys Vlasenko · 14 years ago
  56. 98f213e bloat-o-meter: don't require that pythin is in /usr/bin. by Lauri Kasanen · 14 years ago
  57. 4ee6487 make configs/* files have _defconfig suffix by Denys Vlasenko · 14 years ago
  58. 14bd16a more tweak for bionic by Denys Vlasenko · 14 years ago
  59. acff373 usleep: do not check for usleep error, it should never fail by Denys Vlasenko · 14 years ago
  60. 8f6ce09 a few tweaks for bionic by Denys Vlasenko · 14 years ago
  61. 126f2b2 Support configuring Busybox from _defconfig files by Daniel Fandrich · 14 years ago
  62. 319b8bb hwclock: use locale-specific date output format by Denys Vlasenko · 14 years ago
  63. db43d3d halt: perror_msg_and_die needs bb_ prefix by Denys Vlasenko · 14 years ago
  64. b5de0c1 typo fixes by Dan Fandrich · 14 years ago
  65. 4dc35fb platform.h: tweaks for cygwin by Denys Vlasenko · 14 years ago
  66. 46465ec hwclock: better help text by Denys Vlasenko · 14 years ago
  67. e3f805c md5/shaNsum: make -c support a list of files by Lauri Kasanen · 14 years ago
  68. 066f399 vi: tweak regex.h include by Denys Vlasenko · 14 years ago
  69. 104e014 halt/reboot: better message if /sbin/telinit is not found by Denys Vlasenko · 14 years ago
  70. 75214cf Use the _unlocked stdio macros only when they're all available by Dan Fandrich · 14 years ago
  71. 0c4cf42 libbb.h: tweak _unlocked hack by Denys Vlasenko · 14 years ago
  72. 0e79e7b Use the built-in getline on more systems that don't have it by Dan Fandrich · 14 years ago
  73. 0a5b310 platform.c: provide getline implementation by Timo Teras · 14 years ago
  74. b9ba580 vi: fix regex search, make it selectable in config by Walter Harms · 14 years ago
  75. 52f4fe9 id: correct getgroups usage by Denys Vlasenko · 14 years ago
  76. d5ac9c8 groups: make it NOEXEC by Denys Vlasenko · 14 years ago
  77. 1e18a01 ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions by Denys Vlasenko · 14 years ago
  78. 33092f1 groups: new applet by Tito Ragusa · 14 years ago
  79. 561f9c8 Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef by Denys Vlasenko · 14 years ago
  80. 040b5a2 setserial: added missing \n in help text by Dan Fandrich · 14 years ago
  81. 0644891 libbb: use _unlocked variants of stdio I/O. by Denys Vlasenko · 14 years ago
  82. adcabf3 parse_config: use getline. BIG speedup with glibc (~40%). by Timo Teras · 14 years ago
  83. e12e0ac modprobe: use hash table. speeds up significantly if modprobe.dep is large by Timo Teras · 14 years ago
  84. 416e978 diff: disable debug code; remove unsupported --dry-run from help text by Denys Vlasenko · 14 years ago
  85. 5331e38 libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835. by Denys Vlasenko · 14 years ago
  86. 12ac628 procps: remove PSSCAN_STAT define, users were using it incorrectly by Denys Vlasenko · 14 years ago
  87. da94760 fix false positive in parse test by Denys Vlasenko · 14 years ago
  88. 3a64936 parse_config: make test applet easier to enable; fix its code by Denys Vlasenko · 14 years ago
  89. a1a4483 libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation by Denys Vlasenko · 14 years ago
  90. 901a53b inetd: check if RPC is available by Bernhard Reutner-Fischer · 14 years ago
  91. 8ea683d ls: fix comment about -p (it's compatible now) by Denys Vlasenko · 14 years ago
  92. f194cc1 ls: make -v and -X actually work as intended by Denys Vlasenko · 14 years ago
  93. b307eab iplink: tweak includes to work on android by Denys Vlasenko · 14 years ago
  94. 000ae5c pkill/pgrep: support extended regular expressions by Wade Berrier · 14 years ago
  95. 6295d27 Replaced __u32 etc. with standard uint32_t style types by Daniel Fandrich · 14 years ago
  96. f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 14 years ago
  97. d488f5e build system: delete generated files on "make mrproper" by Denys Vlasenko · 14 years ago
  98. 972e046 fbset: apply modelines. Closes 3823 by Denys Vlasenko · 14 years ago
  99. d7efa06 fix breakage caused by 'remove "Options:" string from help texts' commit by Denys Vlasenko · 14 years ago
  100. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago