1. d0cdaca df: implement -T option by Ari Sundholm · 10 years ago
  2. 9caea24 sed: fix a buglet in s///NUM handling by Denys Vlasenko · 10 years ago
  3. 7666fa1 ftpd: make LIST command show dotfiles too by Denys Vlasenko · 10 years ago
  4. 05399fc vi: fix incorrect memory access on brace matching. Closes 7256 by Denys Vlasenko · 10 years ago
  5. 26a8b9f mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334 by Denys Vlasenko · 10 years ago
  6. 07f7ea7 ash: fix off-by-one in "jobs %4" handling. closes 7310 by Denys Vlasenko · 10 years ago
  7. 2ec3496 ash: factor out ASH_HELP config option by Denys Vlasenko · 10 years ago
  8. 3e9b13e find: support -perm /BITS. Closes 7340 by Denys Vlasenko · 10 years ago
  9. 4eb1e42 tftpd: tweak HP PA-RISC firmware bug compatibility by Denys Vlasenko · 10 years ago
  10. 67e01fe tftpd: support full 512-byte requests by Denys Vlasenko · 10 years ago
  11. f02c52b taskset: fix logic error in "if it doesn't start with 0x..." by Denys Vlasenko · 10 years ago
  12. 34cc6c9 grep: fix "grep -r PATTRN SYMLINK_TO_DIR" by Denys Vlasenko · 10 years ago
  13. 6ff0551 ping: add -p to specify data pattern by Florian Fainelli · 10 years ago
  14. 962c4e8 taskset: support CPU masks for more than 64 CPUs by Denys Vlasenko · 10 years ago
  15. fb8d1ef addgroup: mention -S in the help text by Denys Vlasenko · 10 years ago
  16. e9ab07c ash: make ${#var} unicode-aware by Denys Vlasenko · 10 years ago
  17. 841f833 ash,hush: run reinit_unicode() only if makes sense by Denys Vlasenko · 10 years ago
  18. c538d5b hush: make ${#var} unicode-aware by Denys Vlasenko · 10 years ago
  19. 45b4ecc init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup by Denys Vlasenko · 10 years ago
  20. feac9b6 ftpd: add optional support for authentication by Morten Kvistgaard · 10 years ago
  21. 09a0e22 sha3: tweak comments and indentation by Denys Vlasenko · 10 years ago
  22. 4ff933c sha3: code shrink (and speedup for SHA3_SMALL=0) by Denys Vlasenko · 10 years ago
  23. 6c6d37e top: fix memset length (sizeof(ptr) vs sizeof(array) problem) by Denys Vlasenko · 10 years ago
  24. 7df1f1d top: fix and merge code to parse /proc/meminfo by Timo Teräs · 10 years ago
  25. 2a563ea sha3: add 32-bit optimized bit-sliced implementation by Denys Vlasenko · 10 years ago
  26. a4d564a zcip: fix link-local IP conflict detection by Ken Sharp · 10 years ago
  27. b8ffd11 udhcp: add PXELINUX path prefix option (code 210) definition by Jeremy Kerr · 10 years ago
  28. 278842d ntpd: add support for -I IFACE by Denys Vlasenko · 10 years ago
  29. 7d16964 modinfo: fix module parsing with kernel >= 2.6.37 by David Marchand · 11 years ago
  30. 03e17bf fatattr: use the standard type for 32-bit int by Denys Vlasenko · 11 years ago
  31. 6e17766 setlogcons: fix help text by Denys Vlasenko · 11 years ago
  32. ae57fca syslogd: make "reopen log file every second" logic work for multiple logs by Joshua Judson Rosen · 11 years ago
  33. e46047a syslogd: syslogd: don't *decrement* log_file->size on write failures by Joshua Judson Rosen · 11 years ago
  34. a28c1b2 syslogd: make "-O -" log to stdout by Denys Vlasenko · 11 years ago
  35. 98654b9 test: fix mishandling of "test '(' = '('" and similar by Denys Vlasenko · 11 years ago
  36. d32fc64 libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190 by Denys Vlasenko · 11 years ago
  37. 184b266 cpio: reinstate "options:" line in help text by Denys Vlasenko · 11 years ago
  38. bf0f2c7 Rename INIT_LAST to INIT_FUNC to avoid confusion by Bartosz Golaszewski · 11 years ago
  39. d3633b7 fatattr: new applet by Pascal Bellard · 11 years ago
  40. a9dc7c2 lzop: add overflow check by Denys Vlasenko · 11 years ago
  41. 1b487ea stat: fix printing selinux context and null-dereference by Michael Gernoth · 11 years ago
  42. 9d7cbde ftpd: do not use root_fd if we are not in chroot by Denys Vlasenko · 11 years ago
  43. 27c290f ftpd: for LIST, open current directory *in the child* by Denys Vlasenko · 11 years ago
  44. a6ae999 ftpd: escape chroot prior to re-executing ls helper by Denys Vlasenko · 11 years ago
  45. 5f8daef awk: fix handling of "if ... break ; else ..." - closes 7226 by Denys Vlasenko · 11 years ago
  46. 0b0ccd4 ftpd: optimize writes of LIST results a bit by Denys Vlasenko · 11 years ago
  47. 2a870d0 nanddump: change default to --bb=skipbad by Richard Genoud · 11 years ago
  48. 8feb259 nanddump: kill -b Omit bad block by Richard Genoud · 11 years ago
  49. f17fbe1 nanddump: add options --bb=skipbad and padbad by Richard Genoud · 11 years ago
  50. cbf3bfa nanddump: correct rounding to next page (lead to infinite loop) by Richard Genoud · 11 years ago
  51. de3cae1 ftpd: support deprecated XPWD command by Denys Vlasenko · 11 years ago
  52. 5aeae36 libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are defined by Denys Vlasenko · 11 years ago
  53. ea23c25 unlink: new applet by Isaac Dunham · 11 years ago
  54. 3ed81cf unit-tests: implement the unit-testing framework by Bartosz Golaszewski · 11 years ago
  55. 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 11 years ago
  56. f92f1d0 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit by Denys Vlasenko · 11 years ago
  57. 6be3a52 find: exit code fixes for find -exec by Denys Vlasenko · 11 years ago
  58. 14158b4 find: add optional support for '-exec ... {} +' by Bartosz Golaszewski · 11 years ago
  59. 85090c1 udhcpc: make hostname sanitization optional. Closes 3979 by Denys Vlasenko · 11 years ago
  60. 9aa6ffb syslogd: Unify unlink/truncate + unlock log-rotation logic by Joshua Judson Rosen · 11 years ago
  61. b905d6c syslogd: remember to un-writelock log-files even when called with "-b 0" by Joshua Judson Rosen · 11 years ago
  62. 1b90e03 syslogd: avoid spurious ftrunctate() calls for "-b 0" by Joshua Judson Rosen · 11 years ago
  63. fd0640e modprobe-small: fix safe_strncpy truncating last char of module name by Denys Vlasenko · 11 years ago
  64. 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
  65. 539e280 getty: explain when setsid() fails. no code changes by Denys Vlasenko · 11 years ago
  66. 62a40a0 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 11 years ago
  67. d257608 trylink: emit names of linked executables by Denys Vlasenko · 11 years ago
  68. a875d59 which: rewrite by Tito Ragusa · 11 years ago
  69. e3366d6 trylink: emit names of linked executables by Denys Vlasenko · 11 years ago
  70. 1e3cce6 which: rewrite by Timo Teräs · 11 years ago
  71. e765b5a libbb: rename execable -> executable. No code changes by Denys Vlasenko · 11 years ago
  72. 15a357e libbb: fix empty PATH components handling by Denys Vlasenko · 11 years ago
  73. a4476eb rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrink by Denys Vlasenko · 11 years ago
  74. d8290c2 libbb: fix thinko in rtc_xopen() by Denys Vlasenko · 11 years ago
  75. 528808f libbb: make rtc_xopen try harder on EBUSY by Denys Vlasenko · 11 years ago
  76. fe33683 Fix compile failures by Denys Vlasenko · 11 years ago
  77. 43b8a1c crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants by Denys Vlasenko · 11 years ago
  78. d5929d6 crond: simplify logging code by Denys Vlasenko · 11 years ago
  79. 3dfe0ae libbb: make syslog level for bb_error_msg's configurable. use it in crond by Denys Vlasenko · 11 years ago
  80. 01a1a96 crond: tweak help text, make course less cryptic by Denys Vlasenko · 11 years ago
  81. 07e5555 modprobe-small: (un)load all modules which match the alias, not only first one by Denys Vlasenko · 11 years ago
  82. 5a21c85 ntpd: fix wrong delay value in one of the printed messages by Denys Vlasenko · 11 years ago
  83. d531f93 ntpd: truly ignore high delay packet by Denys Vlasenko · 11 years ago
  84. 6116cb2 modprobe-small: remove redundant aliases from modules.dep.bb by Denys Vlasenko · 11 years ago
  85. 5fd3ddf modprobe-small: fix help messages for aliased module-related applets by Denys Vlasenko · 11 years ago
  86. e152cb8 adjtimex: make its help text and printed data a bit less cryptic by Denys Vlasenko · 11 years ago
  87. eb9f485 libbb/obscure.c: code shrink. Suggested by Tito. by Denys Vlasenko · 11 years ago
  88. 3fa97af ash,hush: set $HOSTNAME is bash compat. Closes 7028 by Denys Vlasenko · 11 years ago
  89. ad16741 libbb: provide usleep() fallback implementation by Bernhard Reutner-Fischer · 11 years ago
  90. 69b114f less: fix bugs discovered with "git log -p | less -m" on kernel tree by Denys Vlasenko · 11 years ago
  91. 32afd3a vi: some simplifications by Denys Vlasenko · 11 years ago
  92. e743086 vi: clear undo buffer when we change to another file by Denys Vlasenko · 11 years ago
  93. 2c51202 vi: undo code shrink by Denys Vlasenko · 11 years ago
  94. a8d6f9b vi: undo support for vi with intermediate queuing by Jody Bruchon · 11 years ago
  95. 7537406 build system: specify '-nostldlib' when linking to .o files by Drew Moseley · 11 years ago
  96. c9a6713 swapon/swapoff: -a returns 0 on ignored errors by Tito Ragusa · 11 years ago
  97. a3f326c swapon/swapoff: size reduction, cleanup, fixes, improvements by Tito Ragusa · 11 years ago
  98. faa9e94 wget: fix a case where progress bar isn't updated if writes are very slow by Denys Vlasenko · 11 years ago
  99. 0a53b20 add discard option -d to swapon by Matt Whitlock · 11 years ago
  100. b9bbd4d fix interaction of -a and -p options in swapon by Matt Whitlock · 11 years ago