1. 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
  2. d23f64e test: fix "test !" and "test abc -a !". closes bug 465 by Denys Vlasenko · 15 years ago
  3. fff7364 widen "Unicode in environment" check by Denys Vlasenko · 15 years ago
  4. 9531f7d another small lineedit fix by Denys Vlasenko · 15 years ago
  5. 5c2e81b fix a thinko in lineedit completion code by Denys Vlasenko · 15 years ago
  6. 01ba167 lineedit+unicode: code shrink by Denys Vlasenko · 15 years ago
  7. f6106e6 comment fixes, no code changes by Denys Vlasenko · 15 years ago
  8. 53fd1bf lineedit: code shrink by Denys Vlasenko · 15 years ago
  9. 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
  10. 7dd0ce4 randomconfig fixes by Denys Vlasenko · 15 years ago
  11. 0ad438b comment fix, no code changes by Denys Vlasenko · 15 years ago
  12. 3b40543 busybox --install [-s] [DIR]: allow a parameter - destination DIR by Denys Vlasenko · 15 years ago
  13. b3ba9e2 sv: fix "sv o SRV; ...; sv d SRV" (bug 461) + code shrink by Denys Vlasenko · 15 years ago
  14. e46601d runsv: rename field in a struct to not collide with other name by Denys Vlasenko · 15 years ago
  15. 8e96b5b sed: simpler fix for recent GNU compat stuff (by Rob Landley) by Denys Vlasenko · 15 years ago
  16. 2907e79 add comment about /etc/gshadow, no code changes by Denys Vlasenko · 15 years ago
  17. 189f74d passwd + /etc/shadow: chage "change time" field too by Denys Vlasenko · 15 years ago
  18. 044b180 lineedit+unicode: make TAB completion work again by Denys Vlasenko · 15 years ago
  19. 1302892 vi: small code shrink by Denys Vlasenko · 15 years ago
  20. fda8f57 tweaking Unicode support by Denys Vlasenko · 15 years ago
  21. 42a8fd0 added simplified Unicode support for non-locale-enabled builds by Denys Vlasenko · 15 years ago
  22. 883cea4 ash: fixes in debug printouts by Denys Vlasenko · 15 years ago
  23. 2e6d4ef lineedit: implement Unicode-aware line editing (optional) by Denys Vlasenko · 15 years ago
  24. 860d2bb fix fallout from BSD patches by Denys Vlasenko · 15 years ago
  25. 874201f dmesg: try to detect buffer size by Denys Vlasenko · 15 years ago
  26. ae68f11 sed: deal with peculiar behavior of '2d;2,1p' in GNU sed by Denys Vlasenko · 15 years ago
  27. 52a4267 restore shadow.h independence by Mike Frysinger · 15 years ago
  28. 4c8a721 depmod.pl: recurse through module dependencies by Mike Frysinger · 15 years ago
  29. b773f71 tar: handle 256-base encoding in mtime by Denys Vlasenko · 15 years ago
  30. da49f58 move libc related stuff out of platform.h by Denys Vlasenko · 15 years ago
  31. 95cc814 udhcpd: fix a bug in add_lease where it was reading at [-1] by Denys Vlasenko · 15 years ago
  32. a51543a reformime: small code and style fixes. no material changes in behavior. by Denys Vlasenko · 15 years ago
  33. 7e7e08f tweak MD5 config text by Denys Vlasenko · 15 years ago
  34. 57dc534 pgrep/pkill: support -s and -P options by Denys Vlasenko · 15 years ago
  35. 666e1d3 tweak sendmail and makemime help texts by Denys Vlasenko · 15 years ago
  36. fe4ef36 libbb/sha: #undef macro names before #defining them. by Denys Vlasenko · 15 years ago
  37. 6f58be0 cp: make "non-POSIX" cp a bit more consistent by Denys Vlasenko · 15 years ago
  38. 2d7b5bf cp: by popular demand, make it POSIX compliant (but less safe) by Denys Vlasenko · 15 years ago
  39. 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
  40. 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
  41. b22bbff fix dependencies of FEATURE_GETOPT_LONG by Denys Vlasenko · 15 years ago
  42. fca70a8 ps: conditionally support additional -o FIELDs by Denys Vlasenko · 15 years ago
  43. c5d07fb svlogd: do not overrun read buffer (fixes bug 439) by Denys Vlasenko · 15 years ago
  44. 97ef654 udhcpc: support option 0x79 (static routes) (part of bug 341) by Denys Vlasenko · 15 years ago
  45. 7895b91 udhcp: dname_dec may return NULL, account for that case by Denys Vlasenko · 15 years ago
  46. c3b6f2c Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 15 years ago
  47. ae05dd4 ls: make --color more compatible with coreutils by Denys Vlasenko · 15 years ago
  48. 86e992d test commit by Bernhard Reutner-Fischer · 15 years ago
  49. ec97062 test commit by Bernhard Reutner-Fischer · 15 years ago
  50. ca4f8d5 test commit by Bernhard Reutner-Fischer · 15 years ago
  51. 5508363 ls: fix --color handling. Closes bug 435. by Denys Vlasenko · 15 years ago
  52. 5478aaf mdev: be more permissive on errors (dont die): mdev -s users want that by Denys Vlasenko · 15 years ago
  53. 90db359 mdev: set $MDEV correctly for renamed nodes by Denys Vlasenko · 15 years ago
  54. cf4e503 Added kernel patch for /proc/self/exe to examples by Denys Vlasenko · 15 years ago
  55. 7d5ddf1 wget: remove IPv6 scope id in Host: field (apache compat) by Denys Vlasenko · 15 years ago
  56. 8bca3e2 sed: fix handling of 1d;1,3p and 1d;1,REGEXp by Denys Vlasenko · 15 years ago
  57. f1fab09 wget: fix redirection from HTTP to FTP server by Denys Vlasenko · 15 years ago
  58. ab0c8d7 wget: remove strange *&var construct. by Denys Vlasenko · 15 years ago
  59. 7f43280 wget: code shrink by splitting main() into easier-to-optimize functions by Denys Vlasenko · 15 years ago
  60. 1881ba4 Update a comment, no code changes by Denys Vlasenko · 15 years ago
  61. 4fc5ec5 device matching against UUIDs: do not try floppies by Denys Vlasenko · 15 years ago
  62. eb1cda2 trylink: don't use ld --gc-sections if ld doesn't support it by Denys Vlasenko · 15 years ago
  63. 7e60343 printf: (allegedly) fix testsuite failure by Denys Vlasenko · 15 years ago
  64. 4248c33 udhcpc: fix a read error loop (e.g.: device is down) blocking TERM by Denys Vlasenko · 15 years ago
  65. d30b89c updates for supporting Linux kernel build and initrd utilities by Denys Vlasenko · 15 years ago
  66. 2f86ca1 mdev: fix the case when move rule deletes node with name == device_name by Denys Vlasenko · 15 years ago
  67. b0bee2b trim/regularize usage texts. -92 bytes by Denys Vlasenko · 15 years ago
  68. 7a76eba udhcp: fix trivial compile error by Denys Vlasenko · 15 years ago
  69. 8e5d83b mkswap: remove configuration for v0 support by Denys Vlasenko · 15 years ago
  70. beca96f mkswap: separate UUID feature by Denys Vlasenko · 15 years ago
  71. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  72. e2e4cc2 mount: support -i; pass through -f and -n to helpers as necessary by Denys Vlasenko · 15 years ago
  73. b96159d mkswap: accidentally committed wrong patch. fix it up by Denys Vlasenko · 15 years ago
  74. e1e2273 mkswap: improve randomness of UUID generation set version/variant bits by Denys Vlasenko · 15 years ago
  75. bf4aeed printf: fix exit code on conversion error by Denys Vlasenko · 15 years ago
  76. c9f280c mkswap: generate UUID if CONFIG_DESKTOP=y. +110 bytes by Denys Vlasenko · 15 years ago
  77. 2207cd6 tweak to config wording, no code changes by Denys Vlasenko · 15 years ago
  78. bcbd37d tweak Config texts and some broken English elsewhere by Denys Vlasenko · 15 years ago
  79. 14f6f0a fsync: new applet by Pekka Pessi (Pekka.Pessi AT nokia.com) by Denys Vlasenko · 15 years ago
  80. 7eaf58d modprobe: do not use ->probed_name blidly by Denys Vlasenko · 15 years ago
  81. ee47f6e modprobe: correct exitcode handling and error messages with respect to -q by Denys Vlasenko · 15 years ago
  82. a5bdbe1 switch_root: allow /init to be a symlink; add doc (thanks Rob!) by Denys Vlasenko · 15 years ago
  83. dc36a72 udhcp: cosmetics in arpping.c, no code changes by Denys Vlasenko · 15 years ago
  84. 799d00e udhcp: convert old-style logging in print_static_leases by Denys Vlasenko · 15 years ago
  85. 6947d2c udhcp: logging improvements, field and variable renames by Denys Vlasenko · 15 years ago
  86. 2b0e957 examples/udhcp/udhcpd.conf: update by Denys Vlasenko · 15 years ago
  87. 4945ed3 udhcpc: fix format of one log message by Denys Vlasenko · 15 years ago
  88. 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 15 years ago
  89. ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 15 years ago
  90. ed8982b udhcp: add a few TODOs by Denys Vlasenko · 16 years ago
  91. 26918dd udhcp: rename server/client_config.arp to server_mac and client_mac by Denys Vlasenko · 16 years ago
  92. cab3a01 udhcp: cleanup of static lease handling by Denys Vlasenko · 16 years ago
  93. 56f2d06 udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nip by Denys Vlasenko · 16 years ago
  94. 990a617 udhcp: rename giaddr to gateway_nip and server to server_nip by Denys Vlasenko · 16 years ago
  95. 1d924f5 udhcp: rename fields in struct dhcpOfferedAddr by Denys Vlasenko · 16 years ago
  96. 47f2d7e udhcpd: don't fail ARP check if returned MAC matches client's one by Denys Vlasenko · 16 years ago
  97. 1f363a0 install: compat fix for mode of created files. by Denys Vlasenko · 16 years ago
  98. 9517d8a seq: fix input handling in non-C locales by Denys Vlasenko · 16 years ago
  99. 6548edd vi: do not accept uppercase comments (compat). Closes bug 397. by Denys Vlasenko · 16 years ago
  100. 4813a51 libbb: stop using bb_strtod for now by Denys Vlasenko · 16 years ago