1. 5d3aace udhcpc: allow -O OPT take numeric params by Denys Vlasenko · 14 years ago
  2. fe86d6b appletlib.c: do not use PAGE_SIZE for malloc tweaking by Denys Vlasenko · 14 years ago
  3. 71d7313 platform.h: support for build under Android by Dan Fandrich · 14 years ago
  4. 2f57691 only compile obscure.c when needed by Dan Fandrich · 14 years ago
  5. f3854f7 replace nonstandard unsigned typedefs by Dan Fandrich · 14 years ago
  6. 56a3b82 hush: better comment. No code changes by Denys Vlasenko · 14 years ago
  7. 00ae989 hush: fix a corner case of empty "do \n done" structure by Denys Vlasenko · 14 years ago
  8. 14f5553 makedevs: fix help-text by Bernhard Reutner-Fischer · 14 years ago
  9. 488dd70 fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775 by Denys Vlasenko · 14 years ago
  10. 217a7f4 fuser: fix inverted access() check. Closes 3799. by Denys Vlasenko · 14 years ago
  11. 8dc6195 setconsole: open console for writing rather than reading by Peter Korsgaard · 14 years ago
  12. abb0952 nmeter: trim help text by Denys Vlasenko · 14 years ago
  13. aeab42e syslogd,klogd: better help text by Denys Vlasenko · 14 years ago
  14. eeed230 fuser: code shrink by Maksym Kryzhanovskyy · 14 years ago
  15. e6df7e2 libbb.h: small reordering by Denys Vlasenko · 14 years ago
  16. b24ef03 find: cater for libc w/o FNM_CASEFOLD by Denys Vlasenko · 14 years ago
  17. 7948ecb find: implement -ipath by Bogdan Harjoc · 14 years ago
  18. d616ab6 reformime: do not require \r\n by Denys Vlasenko · 14 years ago
  19. 9b90d9b adduser: better logic for choosing addgroup -g/--gid by Denys Vlasenko · 14 years ago
  20. 569e930 adduser: prefer to call addgroup --gid, not non-std addgroup -g by Denys Vlasenko · 14 years ago
  21. b808614 od: code shrink by Denys Vlasenko · 14 years ago
  22. d373355 od: another fix for --strings by Denys Vlasenko · 14 years ago
  23. 9d96e27 od: fix -S NUM to not print chars >0x80 by Denys Vlasenko · 14 years ago
  24. 3ef344b od: code shrink by Denys Vlasenko · 14 years ago
  25. 5c10fa5 od: code shrink, fix "od --traditional FILE" by Denys Vlasenko · 14 years ago
  26. 232ebaa lineedit: fix rare SEGV; mark a few FIXMEs by Alexey Fomenko · 14 years ago
  27. ea137aa warning removal by Cristian Ionescu-Idbohrn · 14 years ago
  28. 9e933d9 tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763. by Denys Vlasenko · 14 years ago
  29. 24b71fd top: display sort indicator in memory display by Denys Vlasenko · 14 years ago
  30. 351fec3 busybox.conf: code shrink by Denys Vlasenko · 14 years ago
  31. d83aff1 busybox.conf: USER.GROUP is _optional_ by Denys Vlasenko · 14 years ago
  32. 3770b6b main: make busybox.conf mode handling less obscure by Denys Vlasenko · 14 years ago
  33. 9be4702 main: free suid_config list after use by Denys Vlasenko · 14 years ago
  34. 9a296fb vi.c: remove warning: variable 'sp' set but not used by Cristian Ionescu-Idbohrn · 14 years ago
  35. 662972a The [-Wunused-but-set-variable] warnings by Cristian Ionescu-Idbohrn · 14 years ago
  36. 6afc677 dc: do not advertise ops disabled in .config by Denys Vlasenko · 14 years ago
  37. 4566e17 simplify parsing of /etc/busybox.conf by Denys Vlasenko · 14 years ago
  38. e0238f8 tweak config help text by Denys Vlasenko · 14 years ago
  39. 29f9b72 hush: fix misparsing of "... do eval a= ...". Closes 3721 by Denys Vlasenko · 14 years ago
  40. eafc558 top: better indicator of selected field in mem view by Denys Vlasenko · 14 years ago
  41. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 14 years ago
  42. 8dd29da ls: code shrink by Denys Vlasenko · 14 years ago
  43. 4029e21 ls: reorder and rename functions. No code changes by Denys Vlasenko · 14 years ago
  44. 2a81639 ls: reduce memory consumption and speed up (don't do redundant [l]stat) by Denys Vlasenko · 14 years ago
  45. 66ca241 ls: avoid forward declaration. No code changes by Denys Vlasenko · 14 years ago
  46. d27ac29 ls: code shrink by Denys Vlasenko · 14 years ago
  47. 3a24021 passwd: shorter help text by Denys Vlasenko · 14 years ago
  48. 12a4327 adduser: safe username passing to passwd/addgroup by Denys Vlasenko · 14 years ago
  49. 0806e40 hush: install signal handlers with filled sigmask by Denys Vlasenko · 14 years ago
  50. b1ab283 inetd: add FIXMEs by Denys Vlasenko · 14 years ago
  51. 89f5bfd libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibc by Denys Vlasenko · 14 years ago
  52. 279a7ac ls: fix help text: -w N is optional by Denys Vlasenko · 14 years ago
  53. 4ad95e6 ls: fix -p help text, improve comments and define names by Denys Vlasenko · 14 years ago
  54. 75e77de hush: fixes and small shrink for HUSH_JOB!=y by Denys Vlasenko · 14 years ago
  55. ebc1ee2 hush: remove one sigprocmask from exit path by Denys Vlasenko · 14 years ago
  56. 0c40a73 hush: add forgotten {} in multi-statement if. by Denys Vlasenko · 14 years ago
  57. 0a8971d trim help text by Denys Vlasenko · 14 years ago
  58. f58f705 hush: fix login shell's signal handling; add -l option so that it's easier to test by Denys Vlasenko · 14 years ago
  59. 9d6cbaf hush: replace signal handling machinery by Denys Vlasenko · 14 years ago
  60. 10c0131 hush: use SA_RESTARTed signal handlers across read. by Denys Vlasenko · 14 years ago
  61. 12bc152 fbset: abort on unknown options. closes 3121 by Denys Vlasenko · 14 years ago
  62. ed607a8 pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled by Steve Iribarne · 14 years ago
  63. bcf1fa8 hush: add tests for interrupting read by Denys Vlasenko · 14 years ago
  64. 54e9e12 hush: code shrink by Denys Vlasenko · 14 years ago
  65. 80542ba hush: make read builtin interruptible. by Denys Vlasenko · 14 years ago
  66. 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 14 years ago
  67. b870903 hush: fix incorrect PS2 dispaly and trap handling while reading command by Denys Vlasenko · 14 years ago
  68. 29c54aa iostat: code shrink ~0.5k by Maksym Kryzhanovskyy · 14 years ago
  69. c3f8db9 preparatory patch by Denys Vlasenko · 14 years ago
  70. 4d6059e top: another scripting improvement by Denys Vlasenko · 14 years ago
  71. 7d9a1d2 top: make it possible to feed commands via pipe by Denys Vlasenko · 14 years ago
  72. a348b45 traceroute: properly reduce poll timeout by Denys Vlasenko · 14 years ago
  73. d3e4be3 sed: shrink by 17 bytes by Pascal Bellard · 14 years ago
  74. 14b162f tweak examples/udhcp/udhcpd.conf by Denys Vlasenko · 14 years ago
  75. 9180c60 tar: store negative mtime as 0; pack very large files using base-256 encoding by Denys Vlasenko · 14 years ago
  76. 8820629 mount: for NFS use tcp per default rather than udp by Bernhard Reutner-Fischer · 14 years ago
  77. 7945808 udhcp: fix some default values from "" to NULL by Denys Vlasenko · 14 years ago
  78. 6a0abcc sed: support \r in s command by Denys Vlasenko · 14 years ago
  79. 52d8370 sed: code shrink by Denys Vlasenko · 14 years ago
  80. 91b77c3 Compile options: default to -O2 when -Os is not available by Wolfgang Denk · 14 years ago
  81. 90ea1e3 setserial: small fix by Denys Vlasenko · 14 years ago
  82. fcbc641 get rid of several "variable 'x' set but not used" warnings by Cristian Ionescu-Idbohrn · 14 years ago
  83. 2cfb576 setserial: new applet by Marek Bečka · 14 years ago
  84. 2a6d598 mpstat.c: remove unused line by Marek Polacek · 14 years ago
  85. 9cfcc4d fdisk: backport disk check from util-linux by Lauri Kasanen · 14 years ago
  86. d1993f1 rename miscutils/ubi_attach_detach.c -> miscutils/ubi_tools.c by Denys Vlasenko · 14 years ago
  87. 0bfb9c2 add help text by Denys Vlasenko · 14 years ago
  88. a610842 ubiupdatevol: new applet by Reuben Dowle · 14 years ago
  89. ab940af Fix ubirsvol usage information by Reuben Dowle · 14 years ago
  90. fb6b173 udhcp: add FEATURE_UDHCP_8021Q option by Nigel Hathaway · 14 years ago
  91. c37d4c6 dhcpc: export unrecognized options in "optNN=XXXXXXXXX" form by Nigel Hathaway · 14 years ago
  92. b83c970 build fixes for scripts/kconfig by Denys Vlasenko · 14 years ago
  93. cfbd31a add include <sys/socket.h> by Denys Vlasenko · 14 years ago
  94. 47061b4 straighten out dprintf/fdprintf mess; remove old "define lchown chown" by Denys Vlasenko · 14 years ago
  95. 0288b27 small fixes atop syslog config patch by Denys Vlasenko · 14 years ago
  96. 89b3cba ash: clear sa_flags always by Ian Wienand · 14 years ago
  97. 08caf09 fix another nonportable grep usage in scripts by Denys Vlasenko · 14 years ago
  98. e9c8bed syslogd: small fix to config patch by Sergey Naumov · 14 years ago
  99. d506897 wget: add a note about bug 3625 by Denys Vlasenko · 14 years ago
  100. 43a3d50 md5/sha1sum: better fix for small resource leak by Denys Vlasenko · 14 years ago