1. 4261341 umount: ignore -c by Shawn Landden · 7 years ago
  2. 2f55404 mknod: better --help, much clearer code by Denys Vlasenko · 7 years ago
  3. 83c99ab less: code shrink by Denys Vlasenko · 7 years ago
  4. 562f63e dhcprelay: code shrink by Denys Vlasenko · 7 years ago
  5. c9807d7 nice: code shrink by Denys Vlasenko · 7 years ago
  6. cb9c389 *: make "argc UNUSED_PARAM" consistent by Denys Vlasenko · 7 years ago
  7. 844a6c5 awk: code shrink by Denys Vlasenko · 7 years ago
  8. 9c8e94b ash: fail if 'shift' operand is out of range by Ingo van Lil · 7 years ago
  9. 6f4a785 awk: fix 'delete array[var--]' decrementing var twice by Denys Vlasenko · 7 years ago
  10. 7367a94 libbb: compile obscure() only if FEATURE_PASSWD_WEAK_CHECK=y by Denys Vlasenko · 7 years ago
  11. a47375d build system: add rule to install without cloberring existing utilities by Yann E. MORIN · 7 years ago
  12. 952d5a6 applets/install: accept more than one install option by Yann E. MORIN · 7 years ago
  13. 84be5ce applets/install: respect noclobber for script wrappers too by Yann E. MORIN · 7 years ago
  14. a034cab tc: enables this applet by Denys Vlasenko · 7 years ago
  15. d75f908 Start 1.29.0 development cycle by Denys Vlasenko · 7 years ago
  16. c0fab1b Bump version to 1.28.0 by Denys Vlasenko · 7 years ago 1_28_0
  17. 9c9a742 scripts/randomtest: do not try building static libbysubox by Denys Vlasenko · 7 years ago
  18. b013bec chown: fix a mistake in opt_complementary change by Denys Vlasenko · 7 years ago
  19. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  20. 36acc46 ntpd: do run the script at leat once in 11 minutes by Denys Vlasenko · 7 years ago
  21. 8d8ee91 env: -u option fails due to typo by Ron Yorston · 7 years ago
  22. a07fead tar: code shrink by Denys Vlasenko · 7 years ago
  23. 931cf64 tar: code shrink, better help text by Denys Vlasenko · 7 years ago
  24. 02e93b3 tar: improve help text by Denys Vlasenko · 7 years ago
  25. 2fee2bc inetd: fix for running by non-root by Denys Vlasenko · 7 years ago
  26. 1b51090 unshare: -r should map root to user, not the other way around by Denys Vlasenko · 7 years ago
  27. b5a0d9d unshare: -r implies -U, not -u by Denys Vlasenko · 7 years ago
  28. 978810d unzip: add missing -j to trivial usage by Eugene Rudoy · 7 years ago
  29. c6f213a unzip: fix content listing and filtering when -j is used by Eugene Rudoy · 7 years ago
  30. 0a67722 lineedit: get terminal width before printing prompt by Denys Vlasenko · 7 years ago
  31. c3797d4 lineedit: do not tab-complete any strings which have control characters by Denys Vlasenko · 7 years ago
  32. a5060b8 ash: fix nofork bug where environment is not properly passed to a command by Denys Vlasenko · 7 years ago
  33. f5e8b42 init: reduce the window when init can lose reboot/poweroff signals by Denys Vlasenko · 7 years ago
  34. 9c143ce ash: retain envvars with bad names in initial environment. Closes 10231 by Denys Vlasenko · 7 years ago
  35. d5c1482 ntpd: skip over setting next DNS resolution attempt if it is not needed by Denys Vlasenko · 7 years ago
  36. f1fdda4 Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not defined by Denys Vlasenko · 7 years ago
  37. 6bcc2c0 grep: skip grepping symlinks to directories by James Clarke · 7 years ago
  38. 59a5604 ntpd: mention in help text that -d can be repeated by Denys Vlasenko · 7 years ago
  39. 6a4f223 ntpd: improve treatment of DNS resolution failures by Denys Vlasenko · 7 years ago
  40. 518fb3b udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portable by James Clarke · 7 years ago
  41. d153521 df: Use statvfs instead of non-standard statfs by James Clarke · 7 years ago
  42. 24e17b4 xfuncs: Handle missing non-POSIX termios constants by James Clarke · 7 years ago
  43. 160d027 blkdiscard: Only build on Linux by James Clarke · 7 years ago
  44. 4d0971b networking: Fall back on IPPROTO_RAW when SOL_RAW is not defined by James Clarke · 7 years ago
  45. a1e9bc6 ntpd: perform DNS resolution out of send/receive loop - closes 10466 by Denys Vlasenko · 7 years ago
  46. ecce3a1 iproute/iprule: support toolchains without RTA_TABLE routing attribute by Eugene Rudoy · 7 years ago
  47. d3a7e88 time: fix build for toolchains without O_CLOEXEC by Denys Vlasenko · 7 years ago
  48. 9ac42c5 unlzma: fix SEGV, closes 10436 by Denys Vlasenko · 7 years ago
  49. 0402cb3 bunzip2: fix runCnt overflow from bug 10431 by Denys Vlasenko · 7 years ago
  50. 25f3b73 hush: fix comment parsing in `cmd`, closes 10421 by Denys Vlasenko · 7 years ago
  51. 045327a lsscsi: fix xchdir("..") from symlink in /sys/bus/scsi/devices by Markus Gothe · 7 years ago
  52. 14c85eb whitespace fixes by Denys Vlasenko · 7 years ago
  53. 3c183a8 typo fix by Denys Vlasenko · 7 years ago
  54. a2e32b3 ash: survive failures in $PS1 expansion. Closes 10371 by Denys Vlasenko · 7 years ago
  55. 0fd5dbb lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381 by Avi Halachmi · 7 years ago
  56. 1121b4e sendmail allow "=" symbol in recipient, closes 10241 by Denys Vlasenko · 7 years ago
  57. 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  58. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  59. 416899f do not include <sys/stat.h> just before "libbb.h", it's there already by Denys Vlasenko · 7 years ago
  60. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  61. 099ef93 free: no longer include common_bufsiz.h by Denys Vlasenko · 7 years ago
  62. 318c811 free: make it NOFORK by Denys Vlasenko · 7 years ago
  63. 6e2beb7 date: maybe_set_utc only once by Denys Vlasenko · 7 years ago
  64. b5d9ba8 i2cset: fix 'i' & 's' modes (3 extra bytes were sent) by Avi Fishman · 7 years ago
  65. 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
  66. f625836 udhcpc[6]: make log2 messages for chaddr field indented like the rest by Denys Vlasenko · 7 years ago
  67. a6a3ad3 udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may be bogus by Denys Vlasenko · 7 years ago
  68. 2b9acc6 udhcpc[6]: initialize entire sockaddr_ll by Denys Vlasenko · 7 years ago
  69. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  70. b63afea ip,ip*: make them NOEXEC by Denys Vlasenko · 7 years ago
  71. c3e60e1 update NOFORK_NOEXEC.lst by Denys Vlasenko · 7 years ago
  72. a6390ed httpd: fix handling of range requests by Denys Vlasenko · 7 years ago
  73. 3f5ba0c stty: add cmspar, flusho, extproc attributes by Denys Vlasenko · 7 years ago
  74. 3c34f68 netcat: net applet (alias to nc) by Denys Vlasenko · 7 years ago
  75. 7735e52 Clarify OPOST bit meaning by Denys Vlasenko · 7 years ago
  76. aaaaaa5 less,microcom,lineedit: use common routine to set raw termios by Denys Vlasenko · 7 years ago
  77. e58b447 hexedit: code shrink by Denys Vlasenko · 7 years ago
  78. f3fa865 hexedit: fixes to "goto address" code by Denys Vlasenko · 7 years ago
  79. 9a4100c hexedit: position in correct column on "goto" command by Denys Vlasenko · 7 years ago
  80. 44cb166 hexedit: code shrink by Denys Vlasenko · 7 years ago
  81. 8838c6d hexdump: code shrink by Denys Vlasenko · 7 years ago
  82. d54f58d hexedit: implement "[enter] goto offset" key by Denys Vlasenko · 7 years ago
  83. 363fb5e hexedit: restore screen on exit by Denys Vlasenko · 7 years ago
  84. d72e804 hexedit: optimize output buffering by Denys Vlasenko · 7 years ago
  85. 6264301 hexedit: implement page up/down by Denys Vlasenko · 7 years ago
  86. 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
  87. 136946c hexedit: smarter redraw by Denys Vlasenko · 7 years ago
  88. 73af705 hexedit: new applet by Denys Vlasenko · 7 years ago
  89. b5a0396 networking/interface.c: remove superfluous "& 0377" by Denys Vlasenko · 7 years ago
  90. b278ac0 setfattr: new applet by Denys Vlasenko · 7 years ago
  91. d134aa9 build system: fix a compiler warning by Denys Vlasenko · 7 years ago
  92. 0b1c629 build system: fix "allnoconfig" to clear all options. Closes 10296 by Denys Vlasenko · 7 years ago
  93. 9d858f5 chat: do not die when HANGUP param is missing. Closes 10016 by Denys Vlasenko · 7 years ago
  94. 94aaf4b httpd: skip "Status: " from CGI, including space. Closes 10291 by Denys Vlasenko · 7 years ago
  95. e39da80 klibc-utils: add ipconfig.c work-in-progress by Denys Vlasenko · 7 years ago
  96. 58bf902 xargs: fix a thinko in last commit by Denys Vlasenko · 7 years ago
  97. f8ee849 xargs: support -a FILE by Johannes Schindelin · 7 years ago
  98. f41ffff klibc-utils: remove accidental "or later" licensing wording. by Denys Vlasenko · 7 years ago
  99. 3256111 udhcpc: show only short opts in --help text by Denys Vlasenko · 7 years ago
  100. f27e150 i2c_tools: tweak --help text by Denys Vlasenko · 7 years ago