1. 6a5377a documentation bits in comments, no code changes by Denis Vlasenko · 17 years ago
  2. ea7645b cp: -r and -R imply -d (coreutils compat) by Denis Vlasenko · 17 years ago
  3. 35465a3 httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>) by Denis Vlasenko · 17 years ago
  4. d9391b1 ed: large cleanup by Denis Vlasenko · 17 years ago
  5. a545726 insmod: fix help text to not show options if only 2.6 was selected by Denis Vlasenko · 17 years ago
  6. d9c6a00 insmod: shorten message text; style fixes by Denis Vlasenko · 17 years ago
  7. e9b3321 tar: add a comment about previous subtle fix by Denis Vlasenko · 17 years ago
  8. 86e0a22 tar: strip leading '/' BEFORE memorizing hardlink's name by Denis Vlasenko · 17 years ago
  9. 46a5306 ash: fix prompt expansion (Natanael Copa <natanael.copa@gmail.com>) by Denis Vlasenko · 17 years ago
  10. 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
  11. a7ce207 wget: get rid of setitimer by Denis Vlasenko · 17 years ago
  12. 47ddd01 wget: reorder functions, no code changes by Denis Vlasenko · 17 years ago
  13. 7710563 wget: code shrink, move data out of bss by Denis Vlasenko · 17 years ago
  14. 06783a5 wget: allow dots in header field names. wget: code shrink by Denis Vlasenko · 17 years ago
  15. 512a545 inetd: make some fields smaller, move data out of data/bss sections by Denis Vlasenko · 17 years ago
  16. 2a1d024 run_parts: make it sort executables by name (required by API) by Denis Vlasenko · 17 years ago
  17. 06b3cc2 make fdisk compile on libc without llseek64 by Denis Vlasenko · 17 years ago
  18. 32a471e httpd: simplify CGI i/o loop. -200 bytes. by Denis Vlasenko · 17 years ago
  19. 9a4e08e include libbb.h, not busybox.h by Denis Vlasenko · 17 years ago
  20. 73f56bb - actually mv microcom.c to miscutils by Bernhard Reutner-Fischer · 17 years ago
  21. 3a252b8 - add microcom to defconfig by Bernhard Reutner-Fischer · 17 years ago
  22. 23856ab move microcom to miscutils by Denis Vlasenko · 17 years ago
  23. f588f70 - remove some trailing whitespace by Bernhard Reutner-Fischer · 17 years ago
  24. f34e821 microcom: add copyright/license info by Denis Vlasenko · 17 years ago
  25. 7b70d78 ash: remove erroneously applied patch by Denis Vlasenko · 17 years ago
  26. f431017 httpd: optional support for partial downloads by Denis Vlasenko · 17 years ago
  27. bcceb0c ash: s/int/smallint/. -60 bytes. by Denis Vlasenko · 17 years ago
  28. fc5d159 test: correct confusing placement of "const" by Denis Vlasenko · 17 years ago
  29. 7076695 microcom: add new applet, this time for real by Denis Vlasenko · 17 years ago
  30. efd3f38 microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 17 years ago
  31. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  32. 9b0a439 remove stray 8-bit chars from copyright banner by Denis Vlasenko · 17 years ago
  33. 27bd8d7 announce 1.7.1 on website by Denis Vlasenko · 17 years ago
  34. 2535f12 httpd: do not clear environment by Denis Vlasenko · 17 years ago
  35. 32eb1f6 webpage: add a link to vda's "init must die" page by Denis Vlasenko · 17 years ago
  36. a9335ea cp: make it a bit closer to POSIX, but still refuse to open and by Denis Vlasenko · 17 years ago
  37. fa05074 cp: make "cp file /dev/node" special case; explained in comments by Denis Vlasenko · 17 years ago
  38. 976690a run_shell: code shrink for selinux by Denis Vlasenko · 17 years ago
  39. a2f6101 setup_environment: code shrink by Denis Vlasenko · 17 years ago
  40. ac074b3 grep: delete obsolete comment by Denis Vlasenko · 17 years ago
  41. 04ea11b grep: fix grep -F -e str1 -e str2 (was matching str2 only) by Denis Vlasenko · 17 years ago
  42. 476b070 style fix, no code changes by Denis Vlasenko · 17 years ago
  43. bf8fcac open_transformer: fix vda's goofup by Denis Vlasenko · 17 years ago
  44. 4d7605a top: small fix for command line wrapping by Denis Vlasenko · 17 years ago
  45. 4c1d88d top: get rid of on-stack variable buffers, use permanent one. by Denis Vlasenko · 17 years ago
  46. e7c1ad1 top: add sizeof(G) check; fix style by Denis Vlasenko · 17 years ago
  47. ff6e8e2 top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, by Denis Vlasenko · 17 years ago
  48. 9382b38 overload the existing '-q' flag so that if '-l' and '-q' are used by Paul Fox · 17 years ago
  49. c8d4d2f messages: by popular request allow PATH to be customized at build time by Denis Vlasenko · 17 years ago
  50. d7ecd86 syslogd: do not need to poll(), we can just block in read(). by Denis Vlasenko · 17 years ago
  51. 87f3b26 *: replace select-for-one descriptor with poll, it's smaller. by Denis Vlasenko · 17 years ago
  52. 40f0bcf fix infinite retry bug. also, reduce per-packet receive timeout by Paul Fox · 17 years ago
  53. dcf9bba fix -xdev behavior in the presence of two or more nested mount points by Paul Fox · 17 years ago
  54. fdf9060 umount: support (by ignoring) -i; style fixes by Denis Vlasenko · 17 years ago
  55. cef23e0 usage: trim a bit by Denis Vlasenko · 17 years ago
  56. 3638cc4 watchdog: allow millisecond spec (-t 250ms) by Denis Vlasenko · 17 years ago
  57. 211f7f8 tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yahoo.com>) by Denis Vlasenko · 17 years ago
  58. beffd43 busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" message by Denis Vlasenko · 17 years ago
  59. 7e0fbf9 tar: conditionally don't wait for vforked child to exec, as it always by Denis Vlasenko · 17 years ago
  60. f000065 mount: ignore NFS bg option on NOMMU machines by Denis Vlasenko · 17 years ago
  61. 21b83cf du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>) by Denis Vlasenko · 17 years ago
  62. 82f3b16 login: do reject wrong passwords with PAM auth by Denis Vlasenko · 17 years ago
  63. 9862e6b trylink: reinstate accidentally deleted --verbose by Denis Vlasenko · 17 years ago
  64. fc20242 - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN by Bernhard Reutner-Fischer · 17 years ago
  65. d2bb2d3 - Generally strip off -l that does not pull in a lib. by Bernhard Reutner-Fischer · 17 years ago
  66. 8d91c13 - fix bug where we linked again -lm even though it is not needed. by Bernhard Reutner-Fischer · 17 years ago
  67. 7bc5360 isrv: use monotonic_sec runsv: do not use clock_gettime if !MONOTONIC_CLOCK by Denis Vlasenko · 17 years ago
  68. 0524180 top: another readability fix by Denis Vlasenko · 17 years ago
  69. fc1e995 vsz and rss are unsigned longs (ulong ~= width of void* => by Denis Vlasenko · 17 years ago
  70. 8bdba4d top: don't wait before final bailout (try top -b -n1). by Denis Vlasenko · 17 years ago
  71. fb48f6c mount: allow (and ignore) -i by Denis Vlasenko · 17 years ago
  72. 76c476f smart_ulltoa5: emit small letters k,m,g... - makes top more readable by Denis Vlasenko · 17 years ago
  73. b308d81 top: use poll instead of select for waiting on one descriptor by Denis Vlasenko · 17 years ago
  74. 7d8de4d mount: don't close fd twice in NFS code by Denis Vlasenko · 17 years ago
  75. 0f214ec cp: fix recursion check to not waste bytes remembering names of dirs by Denis Vlasenko · 17 years ago
  76. 8a5fab6 cp: detect and prevent infinite recursion by Denis Vlasenko · 17 years ago
  77. 512499c ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes) by Denis Vlasenko · 17 years ago
  78. ec9781d add links to vda's pet projects by Denis Vlasenko · 17 years ago
  79. 614aca6 install: shrink a bit, fix two buglets by Denis Vlasenko · 17 years ago
  80. 6dd333d Start a small document "why ifupdown is bad" by Denis Vlasenko · 17 years ago
  81. 30bab71 make copy_file() a bit easier to understand, and smaller by Denis Vlasenko · 17 years ago
  82. 737d131 support "#!/bin/busybox"-style wrappers. Needed for SELinux. by Denis Vlasenko · 17 years ago
  83. 5222677 - add Yann's email-addr by Bernhard Reutner-Fischer · 17 years ago
  84. 6666ac4 cp,mv: simpler arg[cv] handling -> smallish code savings by Denis Vlasenko · 17 years ago
  85. 2062fc4 - cosmetic html cleanup by Bernhard Reutner-Fischer · 17 years ago
  86. 6a7b7ce - obfuscate addrs a little bit by Bernhard Reutner-Fischer · 17 years ago
  87. 3d82962 cp: make POSIX-me-harder mode complain with a bit less insane message by Denis Vlasenko · 17 years ago
  88. cab774d spelling fixes to website by Denis Vlasenko · 17 years ago
  89. 46fc23b Cosmetic fixes to webpage by Denis Vlasenko · 17 years ago
  90. 30f00a4 add missed attribution to httpd sendfile support by Denis Vlasenko · 17 years ago
  91. 66dc906 Start 1.8.x cycle by Denis Vlasenko · 17 years ago
  92. e1022a9 news.html: add 1.7.0 announcement by Denis Vlasenko · 17 years ago
  93. f87f495 Update defconfig; fix comments by Denis Vlasenko · 17 years ago
  94. 028f2d6 build system: stop moaning about unset integer CONFIGs. by Denis Vlasenko · 17 years ago
  95. 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
  96. de4c5d3 httpd: code shrink of dir indexer example by Denis Vlasenko · 17 years ago
  97. c6c2345 login: fixes for PAM build by Denis Vlasenko · 17 years ago
  98. 5750782 httpd: style fix in indexer example by Denis Vlasenko · 17 years ago
  99. 7642998 httpd: replace shell-based dir indexer cgi example with C-based one. by Denis Vlasenko · 17 years ago
  100. 72b6a65 httpd: fix buglet in hex conversion. Remove alloca NULL checks by Denis Vlasenko · 17 years ago