1. c30a5b1 dd: support iflag=skip_bytes by Rafał Miłecki · 9 years ago
  2. 40eea69 Fix compiling with musl's utmp stubs by Kylie McClain · 9 years ago
  3. 4a79224 printf: short-circuit output when argument to %b includes \c by Ron Yorston · 9 years ago
  4. 2a4bba3 sed: make 's///w FILE' actually write to FILE. Closes 8251 by Denys Vlasenko · 9 years ago
  5. eb50910 patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736 by Denys Vlasenko · 9 years ago
  6. c7e47cf dos2unix: try to preserve ownership. closes 8311 by Denys Vlasenko · 9 years ago
  7. ccf7f0e setsid: implement -c by Denys Vlasenko · 9 years ago
  8. 6a70db8 truncate: use O_WRONLY|O_NONBLOCK by Mike Frysinger · 9 years ago
  9. e111a16 truncate: always set mode when opening file to avoid fortify errors by Ari Sundholm · 9 years ago
  10. bae8f98 login: add commented-out PAM double password avoidance from BZ 4003 by Denys Vlasenko · 9 years ago
  11. 76915bf nandwrite: implement -n (read/write without ecc) by Aaro Koskinen · 9 years ago
  12. dbf5a6d blkdiscard: new applet by Ari Sundholm · 9 years ago
  13. c2a2625 ash: suppress a compilation warning by Cristian Ionescu-Idbohrn · 9 years ago
  14. 911d265 mount: support "nofail" option. Closes 8551 by Denys Vlasenko · 9 years ago
  15. ce4bc1e iproute: support "scope". Closes 8561 by Denys Vlasenko · 9 years ago
  16. 6c634f7 swaponoff: fix compile-time warning by Denys Vlasenko · 9 years ago
  17. 2c0d3f5 chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO by Pascal Bach · 9 years ago
  18. b505251 include/platform.h: Remove extra #endif introduced in 6df9612. by Ari Sundholm · 9 years ago
  19. 6df9612 Resolve linker issues with Android API 21 (dprintf, tcdrain) by Chris Renshaw · 9 years ago
  20. e0942ac blkid: add bcache support by Mike Frysinger · 9 years ago
  21. 5f11ec3 swapon/swapoff: refine the -e (ifexists) option by Mike Frysinger · 9 years ago
  22. 77e2bde trylink: include LDFLAGS when checking linkage by Mike Frysinger · 9 years ago
  23. 196e400 modutils: fix build error with !DEPMOD by Denys Vlasenko · 9 years ago
  24. 48dc80b modutils: merge module_entry and module_info to common by Timo Teräs · 9 years ago
  25. 34adecc TODO file: remove mpstat, iostat, powertop - we have them now by Denys Vlasenko · 9 years ago
  26. 95ebcf7 ash: add support for bash 'function' keyword by Ron Yorston · 9 years ago
  27. bc9bee0 hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail by Denys Vlasenko · 9 years ago
  28. 85405c8 ash: copy function tests from hush testsuite by Ron Yorston · 9 years ago
  29. 2cf4591 i2c_tools: suppress "'blen' may be used uninitialized in this function" by Denys Vlasenko · 9 years ago
  30. 5ed6989 i2cdump: display the numeric value for block read ioctl() errors by Bartosz Golaszewski · 9 years ago
  31. 74bb9d5 i2cdump: bail-out if block read fails by Bartosz Golaszewski · 9 years ago
  32. 1fe75b8 i2cdump: use I2C block mode for the 'i' mode parameter by Bartosz Golaszewski · 9 years ago
  33. 1cde5f7 i2cdump: don't read block data in non-block modes by Bartosz Golaszewski · 9 years ago
  34. fc8eb05 i2cdetect: coding style: add a space after 'for' by Bartosz Golaszewski · 9 years ago
  35. 99f025a i2cdetect: fix address skipping in auto mode by Bartosz Golaszewski · 9 years ago
  36. 1062391 ifupdown: use -x hostname:NAME with udhcpc by Natanael Copa · 12 years ago
  37. 6bd3fff [g]unzip: fix recent breakage. by Denys Vlasenko · 9 years ago
  38. 95650a8 ash: allow popredir to be called if the stack is empty by Ron Yorston · 9 years ago
  39. 8c55dc7 ash: fix EXEXEC status clobbering by Ron Yorston · 9 years ago
  40. e939856 ash: add tests for failures of the exec and command builtins by Ron Yorston · 9 years ago
  41. ace8330 stat: make -f optional. This allows to build stat for non-linux systems by Denys Vlasenko · 9 years ago
  42. fe0dc34 lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY by Denys Vlasenko · 9 years ago
  43. f23264b lineedit: search applets as well as PATH for tab completion by Ron Yorston · 10 years ago
  44. ae57af6 busybox: alter help message in standalone shell mode by Ron Yorston · 10 years ago
  45. 112889d hush: copy for.tests from ash testsuite by Denys Vlasenko · 9 years ago
  46. c0e0076 ash: simplify EOF/newline handling in list parser by Ron Yorston · 9 years ago
  47. 6bd2fab Revert "ash: fix a SEGV case in an invalid heredoc" xxx by Ron Yorston · 9 years ago
  48. 713f07d ash: fix error during recursive processing of here document by Ron Yorston · 9 years ago
  49. 7b14ede ash tests: make test print test name before it is run by Denys Vlasenko · 9 years ago
  50. ef2386b ash: only allow local variables in functions by Ron Yorston · 9 years ago
  51. 3f22111 ash: respect -p flag when command builtin is run with -v/-V by Ron Yorston · 9 years ago
  52. e2f32c0 ash: fix command -- crash by Denys Vlasenko · 9 years ago
  53. 383b885 ash: save a few bytes in code to parse case statements by Ron Yorston · 9 years ago
  54. ab80e01 ash: allow newline after variable name in for loop by Ron Yorston · 9 years ago
  55. 9121510 ash: add test for issue with here document by Ron Yorston · 9 years ago
  56. 4c8576f modinfo: fix "-F firmware", add "intree" field display by Denys Vlasenko · 9 years ago
  57. 4840325 lzop: eliminate variable, use "int" as return type by Denys Vlasenko · 9 years ago
  58. 82c2fad fbsplash: use virtual y size in mmap size calculations by Timo Teräs · 9 years ago
  59. cddc98e gzip: add support for --no-name long option by Aaro Koskinen · 9 years ago
  60. fbe50cf gunzip: add support for long options by Aaro Koskinen · 9 years ago
  61. 1de25a6 unzip: test for bad archive SEGVing by Denys Vlasenko · 9 years ago
  62. d683c5c tr: support octal ranges by Richard Genoud · 9 years ago
  63. 0285243 ifupdown: pass interface device name for ipv6 route commands by Timo Teräs · 9 years ago
  64. db70033 tweak defconfig by Denys Vlasenko · 9 years ago
  65. 0269789 inetd: make FEATURE_INETD_RPC off by default by Denys Vlasenko · 9 years ago
  66. 8814431 libiproute: use if_nametoindex by Ron Yorston · 9 years ago
  67. 6d777b7 xargs: make -I imply -r by Aaro Koskinen · 9 years ago
  68. f98705a dumpleases: string reuse by Denys Vlasenko · 9 years ago
  69. d320a1e dumpleases: new option -d to show time in seconds by Isaac Dunham · 9 years ago
  70. 334e12a zcip: ...ad suppress the warning by Denys Vlasenko · 9 years ago
  71. 49d5159 zcip: do not query current time if we won't use the result by Denys Vlasenko · 9 years ago
  72. bf1866c tweak zcip service example by Denys Vlasenko · 9 years ago
  73. 1a1cfed Tweak README by Denys Vlasenko · 9 years ago
  74. 4f8ecf2 update network service examples by Denys Vlasenko · 9 years ago
  75. d32a1a4 New example of a service: examples/var_service/zcip_if by Denys Vlasenko · 9 years ago
  76. 9a51217 dumpleases: make host names sanitized to shell-friendly condition by Denys Vlasenko · 9 years ago
  77. 941e7a4 reuse a string by Denys Vlasenko · 9 years ago
  78. cd13974 rmmod: fix bad error message by Denys Vlasenko · 9 years ago
  79. 2e9a066 MODPROBE_SMALL is not experimental anymore by Denys Vlasenko · 9 years ago
  80. 049b007 pmap: fix bogus {no such process} comm field text by Denys Vlasenko · 9 years ago
  81. 00da72b tidy up strtok use by Denys Vlasenko · 9 years ago
  82. 59f8475 httpd: fix heap buffer overflow. Closes 8426 by Denys Vlasenko · 9 years ago
  83. d3d6534 wget: if stderr is not a tty, progress bar shouldn't use tty-tricks by Denys Vlasenko · 9 years ago
  84. 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
  85. a960748 tar: add a test that we don't write into symlinks by Denys Vlasenko · 9 years ago
  86. accd9ee remove systemd support by Denys Vlasenko · 9 years ago
  87. 537389c tar: fix files skipped with --strip_components not resetting selinux context by Denys Vlasenko · 9 years ago
  88. f167e45 tar: shrink hardlink name handling code by Denys Vlasenko · 9 years ago
  89. 62ae323 tar: implement --version for buildroot by Denys Vlasenko · 9 years ago
  90. 6c563e3 tar: add support for --strip-components=N by Denys Vlasenko · 9 years ago
  91. c479178 login: explain -h HOST option better by Denys Vlasenko · 9 years ago
  92. 92e1b08 wget: make Bartosz's "wget --passive-ftp -nd -t 3" work by Denys Vlasenko · 9 years ago
  93. edcd5dc typo fix by Denys Vlasenko · 9 years ago
  94. 58d0e20 scripts/trylink: remove $CPPFLAGS by Denys Vlasenko · 9 years ago
  95. 5134010 scripts/trylink: fix bit-rotted linker option verification by Denys Vlasenko · 9 years ago
  96. 76efb3e qemu_multiarch_testing/README: add a list of qemu's needed by Denys Vlasenko · 9 years ago
  97. f2ccefb setarch: add support for '-R' (disable randomization) by Denys Vlasenko · 9 years ago
  98. 0506e29 sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR" by Denys Vlasenko · 9 years ago
  99. d1ed3e6 sort: code shrink by Denys Vlasenko · 9 years ago
  100. fd19faf remove extra debug printout by Denys Vlasenko · 9 years ago