1. 95cc814 udhcpd: fix a bug in add_lease where it was reading at [-1] by Denys Vlasenko · 15 years ago
  2. a51543a reformime: small code and style fixes. no material changes in behavior. by Denys Vlasenko · 15 years ago
  3. 7e7e08f tweak MD5 config text by Denys Vlasenko · 15 years ago
  4. 57dc534 pgrep/pkill: support -s and -P options by Denys Vlasenko · 15 years ago
  5. 666e1d3 tweak sendmail and makemime help texts by Denys Vlasenko · 15 years ago
  6. fe4ef36 libbb/sha: #undef macro names before #defining them. by Denys Vlasenko · 15 years ago
  7. 6f58be0 cp: make "non-POSIX" cp a bit more consistent by Denys Vlasenko · 15 years ago
  8. 2d7b5bf cp: by popular demand, make it POSIX compliant (but less safe) by Denys Vlasenko · 15 years ago
  9. 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
  10. 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
  11. b22bbff fix dependencies of FEATURE_GETOPT_LONG by Denys Vlasenko · 15 years ago
  12. fca70a8 ps: conditionally support additional -o FIELDs by Denys Vlasenko · 15 years ago
  13. c5d07fb svlogd: do not overrun read buffer (fixes bug 439) by Denys Vlasenko · 15 years ago
  14. 97ef654 udhcpc: support option 0x79 (static routes) (part of bug 341) by Denys Vlasenko · 15 years ago
  15. 7895b91 udhcp: dname_dec may return NULL, account for that case by Denys Vlasenko · 15 years ago
  16. c3b6f2c Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 15 years ago
  17. ae05dd4 ls: make --color more compatible with coreutils by Denys Vlasenko · 15 years ago
  18. 86e992d test commit by Bernhard Reutner-Fischer · 15 years ago
  19. ec97062 test commit by Bernhard Reutner-Fischer · 15 years ago
  20. ca4f8d5 test commit by Bernhard Reutner-Fischer · 15 years ago
  21. 5508363 ls: fix --color handling. Closes bug 435. by Denys Vlasenko · 15 years ago
  22. 5478aaf mdev: be more permissive on errors (dont die): mdev -s users want that by Denys Vlasenko · 15 years ago
  23. 90db359 mdev: set $MDEV correctly for renamed nodes by Denys Vlasenko · 15 years ago
  24. cf4e503 Added kernel patch for /proc/self/exe to examples by Denys Vlasenko · 15 years ago
  25. 7d5ddf1 wget: remove IPv6 scope id in Host: field (apache compat) by Denys Vlasenko · 15 years ago
  26. 8bca3e2 sed: fix handling of 1d;1,3p and 1d;1,REGEXp by Denys Vlasenko · 15 years ago
  27. f1fab09 wget: fix redirection from HTTP to FTP server by Denys Vlasenko · 15 years ago
  28. ab0c8d7 wget: remove strange *&var construct. by Denys Vlasenko · 15 years ago
  29. 7f43280 wget: code shrink by splitting main() into easier-to-optimize functions by Denys Vlasenko · 15 years ago
  30. 1881ba4 Update a comment, no code changes by Denys Vlasenko · 15 years ago
  31. 4fc5ec5 device matching against UUIDs: do not try floppies by Denys Vlasenko · 15 years ago
  32. eb1cda2 trylink: don't use ld --gc-sections if ld doesn't support it by Denys Vlasenko · 15 years ago
  33. 7e60343 printf: (allegedly) fix testsuite failure by Denys Vlasenko · 15 years ago
  34. 4248c33 udhcpc: fix a read error loop (e.g.: device is down) blocking TERM by Denys Vlasenko · 15 years ago
  35. d30b89c updates for supporting Linux kernel build and initrd utilities by Denys Vlasenko · 15 years ago
  36. 2f86ca1 mdev: fix the case when move rule deletes node with name == device_name by Denys Vlasenko · 15 years ago
  37. b0bee2b trim/regularize usage texts. -92 bytes by Denys Vlasenko · 16 years ago
  38. 7a76eba udhcp: fix trivial compile error by Denys Vlasenko · 16 years ago
  39. 8e5d83b mkswap: remove configuration for v0 support by Denys Vlasenko · 16 years ago
  40. beca96f mkswap: separate UUID feature by Denys Vlasenko · 16 years ago
  41. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 16 years ago
  42. e2e4cc2 mount: support -i; pass through -f and -n to helpers as necessary by Denys Vlasenko · 16 years ago
  43. b96159d mkswap: accidentally committed wrong patch. fix it up by Denys Vlasenko · 16 years ago
  44. e1e2273 mkswap: improve randomness of UUID generation set version/variant bits by Denys Vlasenko · 16 years ago
  45. bf4aeed printf: fix exit code on conversion error by Denys Vlasenko · 16 years ago
  46. c9f280c mkswap: generate UUID if CONFIG_DESKTOP=y. +110 bytes by Denys Vlasenko · 16 years ago
  47. 2207cd6 tweak to config wording, no code changes by Denys Vlasenko · 16 years ago
  48. bcbd37d tweak Config texts and some broken English elsewhere by Denys Vlasenko · 16 years ago
  49. 14f6f0a fsync: new applet by Pekka Pessi (Pekka.Pessi AT nokia.com) by Denys Vlasenko · 16 years ago
  50. 7eaf58d modprobe: do not use ->probed_name blidly by Denys Vlasenko · 16 years ago
  51. ee47f6e modprobe: correct exitcode handling and error messages with respect to -q by Denys Vlasenko · 16 years ago
  52. a5bdbe1 switch_root: allow /init to be a symlink; add doc (thanks Rob!) by Denys Vlasenko · 16 years ago
  53. dc36a72 udhcp: cosmetics in arpping.c, no code changes by Denys Vlasenko · 16 years ago
  54. 799d00e udhcp: convert old-style logging in print_static_leases by Denys Vlasenko · 16 years ago
  55. 6947d2c udhcp: logging improvements, field and variable renames by Denys Vlasenko · 16 years ago
  56. 2b0e957 examples/udhcp/udhcpd.conf: update by Denys Vlasenko · 16 years ago
  57. 4945ed3 udhcpc: fix format of one log message by Denys Vlasenko · 16 years ago
  58. 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 16 years ago
  59. ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 16 years ago
  60. ed8982b udhcp: add a few TODOs by Denys Vlasenko · 16 years ago
  61. 26918dd udhcp: rename server/client_config.arp to server_mac and client_mac by Denys Vlasenko · 16 years ago
  62. cab3a01 udhcp: cleanup of static lease handling by Denys Vlasenko · 16 years ago
  63. 56f2d06 udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nip by Denys Vlasenko · 16 years ago
  64. 990a617 udhcp: rename giaddr to gateway_nip and server to server_nip by Denys Vlasenko · 16 years ago
  65. 1d924f5 udhcp: rename fields in struct dhcpOfferedAddr by Denys Vlasenko · 16 years ago
  66. 47f2d7e udhcpd: don't fail ARP check if returned MAC matches client's one by Denys Vlasenko · 16 years ago
  67. 1f363a0 install: compat fix for mode of created files. by Denys Vlasenko · 16 years ago
  68. 9517d8a seq: fix input handling in non-C locales by Denys Vlasenko · 16 years ago
  69. 6548edd vi: do not accept uppercase comments (compat). Closes bug 397. by Denys Vlasenko · 16 years ago
  70. 4813a51 libbb: stop using bb_strtod for now by Denys Vlasenko · 16 years ago
  71. cd3dd42 seq: fix testsuite failures by Denys Vlasenko · 16 years ago
  72. 82a6fb3 ash: fix . builtin by Denys Vlasenko · 16 years ago
  73. 2441060 fix or document testsuite failures by Denys Vlasenko · 16 years ago
  74. 16635cc test, tcpsvd, tcpsvd: shrink by Denys Vlasenko · 16 years ago
  75. a3dcee3 fix permissions in testsuite by Denys Vlasenko · 16 years ago
  76. 145512c Update POSIX compliance table by Denys Vlasenko · 16 years ago
  77. a99aa6e readlink: support -n, -v, -s and -q too if support for -f is requested by Denys Vlasenko · 16 years ago
  78. 641dd7b ash: revert over-zealous usage of FAST_FUNC by Denys Vlasenko · 16 years ago
  79. 7753919 added comments about [[ ]] to ash and hush. no code changes by Denys Vlasenko · 16 years ago
  80. 9ca656b hush: add HUSH_BASH_COMPAT, make [[ special handling depend on it by Denys Vlasenko · 16 years ago
  81. 1d77db8 telnetd: more compact version of the fix for stray open fds by Denys Vlasenko · 16 years ago
  82. a4bcbd0 telnetd: properly close fds in child by Denys Vlasenko · 16 years ago
  83. 9d617c4 hush: specially handle [[ - suppress globbing & multiword expansion by Denys Vlasenko · 16 years ago
  84. 2634bf3 randomconfig fixes by Denys Vlasenko · 16 years ago
  85. 38d9072 diff: tiny compat tweak by Denys Vlasenko · 16 years ago
  86. 764b2f0 hush: drop REDIRECT_INVALID; other minor tweaks by Denys Vlasenko · 16 years ago
  87. df5131c hush: fix a segfault in export builtin by Denys Vlasenko · 16 years ago
  88. 8f24f98 stop using non-standard macro, use WEXITSTATUS instead by Denys Vlasenko · 16 years ago
  89. d6b05eb hush: make builtins work in pipes (eval ... | ...) on NOMMU by Denys Vlasenko · 16 years ago
  90. 62152da ifupdown: if $PATH is not set, do not set it to "" in children by Denys Vlasenko · 16 years ago
  91. 035b4d7 ftpd: allow multiple -S options to increase verbosity too, like -v by Denys Vlasenko · 16 years ago
  92. 71016ba printf: accept negative numbers for %x; sh: overflowed numbers are 0 by Denys Vlasenko · 16 years ago
  93. 0f952c2 inetd: comment why we redirect stderr to network by Denys Vlasenko · 16 years ago
  94. 53f1791 *: reduce #ifdef forest by Denys Vlasenko · 16 years ago
  95. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  96. 8507e1f ftpd: fix a case when with -w unknown commands are ignored with no error code by Denys Vlasenko · 16 years ago
  97. a43972c rename CONFIG_FEATURE_TAR_GZIP by Bernhard Reutner-Fischer · 16 years ago
  98. dc2bbb9 tweak docs by Denys Vlasenko · 16 years ago
  99. 0821801 hush: document a TODO in export builtin by Denys Vlasenko · 16 years ago
  100. 6f22624 hush: fix a case when backgrounded cmd makes shell hang by Denys Vlasenko · 16 years ago