1. fc5d159 test: correct confusing placement of "const" by Denis Vlasenko · 17 years ago
  2. 7076695 microcom: add new applet, this time for real by Denis Vlasenko · 17 years ago
  3. efd3f38 microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 17 years ago
  4. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  5. 9b0a439 remove stray 8-bit chars from copyright banner by Denis Vlasenko · 17 years ago
  6. 27bd8d7 announce 1.7.1 on website by Denis Vlasenko · 17 years ago
  7. 2535f12 httpd: do not clear environment by Denis Vlasenko · 17 years ago
  8. 32eb1f6 webpage: add a link to vda's "init must die" page by Denis Vlasenko · 17 years ago
  9. a9335ea cp: make it a bit closer to POSIX, but still refuse to open and by Denis Vlasenko · 17 years ago
  10. fa05074 cp: make "cp file /dev/node" special case; explained in comments by Denis Vlasenko · 17 years ago
  11. 976690a run_shell: code shrink for selinux by Denis Vlasenko · 17 years ago
  12. a2f6101 setup_environment: code shrink by Denis Vlasenko · 17 years ago
  13. ac074b3 grep: delete obsolete comment by Denis Vlasenko · 17 years ago
  14. 04ea11b grep: fix grep -F -e str1 -e str2 (was matching str2 only) by Denis Vlasenko · 17 years ago
  15. 476b070 style fix, no code changes by Denis Vlasenko · 17 years ago
  16. bf8fcac open_transformer: fix vda's goofup by Denis Vlasenko · 17 years ago
  17. 4d7605a top: small fix for command line wrapping by Denis Vlasenko · 17 years ago
  18. 4c1d88d top: get rid of on-stack variable buffers, use permanent one. by Denis Vlasenko · 17 years ago
  19. e7c1ad1 top: add sizeof(G) check; fix style by Denis Vlasenko · 17 years ago
  20. ff6e8e2 top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, by Denis Vlasenko · 17 years ago
  21. 9382b38 overload the existing '-q' flag so that if '-l' and '-q' are used by Paul Fox · 17 years ago
  22. c8d4d2f messages: by popular request allow PATH to be customized at build time by Denis Vlasenko · 17 years ago
  23. d7ecd86 syslogd: do not need to poll(), we can just block in read(). by Denis Vlasenko · 17 years ago
  24. 87f3b26 *: replace select-for-one descriptor with poll, it's smaller. by Denis Vlasenko · 17 years ago
  25. 40f0bcf fix infinite retry bug. also, reduce per-packet receive timeout by Paul Fox · 17 years ago
  26. dcf9bba fix -xdev behavior in the presence of two or more nested mount points by Paul Fox · 17 years ago
  27. fdf9060 umount: support (by ignoring) -i; style fixes by Denis Vlasenko · 17 years ago
  28. cef23e0 usage: trim a bit by Denis Vlasenko · 17 years ago
  29. 3638cc4 watchdog: allow millisecond spec (-t 250ms) by Denis Vlasenko · 17 years ago
  30. 211f7f8 tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yahoo.com>) by Denis Vlasenko · 17 years ago
  31. beffd43 busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" message by Denis Vlasenko · 17 years ago
  32. 7e0fbf9 tar: conditionally don't wait for vforked child to exec, as it always by Denis Vlasenko · 17 years ago
  33. f000065 mount: ignore NFS bg option on NOMMU machines by Denis Vlasenko · 17 years ago
  34. 21b83cf du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>) by Denis Vlasenko · 17 years ago
  35. 82f3b16 login: do reject wrong passwords with PAM auth by Denis Vlasenko · 17 years ago
  36. 9862e6b trylink: reinstate accidentally deleted --verbose by Denis Vlasenko · 17 years ago
  37. fc20242 - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN by Bernhard Reutner-Fischer · 17 years ago
  38. d2bb2d3 - Generally strip off -l that does not pull in a lib. by Bernhard Reutner-Fischer · 17 years ago
  39. 8d91c13 - fix bug where we linked again -lm even though it is not needed. by Bernhard Reutner-Fischer · 17 years ago
  40. 7bc5360 isrv: use monotonic_sec runsv: do not use clock_gettime if !MONOTONIC_CLOCK by Denis Vlasenko · 17 years ago
  41. 0524180 top: another readability fix by Denis Vlasenko · 17 years ago
  42. fc1e995 vsz and rss are unsigned longs (ulong ~= width of void* => by Denis Vlasenko · 17 years ago
  43. 8bdba4d top: don't wait before final bailout (try top -b -n1). by Denis Vlasenko · 17 years ago
  44. fb48f6c mount: allow (and ignore) -i by Denis Vlasenko · 17 years ago
  45. 76c476f smart_ulltoa5: emit small letters k,m,g... - makes top more readable by Denis Vlasenko · 17 years ago
  46. b308d81 top: use poll instead of select for waiting on one descriptor by Denis Vlasenko · 17 years ago
  47. 7d8de4d mount: don't close fd twice in NFS code by Denis Vlasenko · 17 years ago
  48. 0f214ec cp: fix recursion check to not waste bytes remembering names of dirs by Denis Vlasenko · 17 years ago
  49. 8a5fab6 cp: detect and prevent infinite recursion by Denis Vlasenko · 17 years ago
  50. 512499c ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes) by Denis Vlasenko · 17 years ago
  51. ec9781d add links to vda's pet projects by Denis Vlasenko · 17 years ago
  52. 614aca6 install: shrink a bit, fix two buglets by Denis Vlasenko · 17 years ago
  53. 6dd333d Start a small document "why ifupdown is bad" by Denis Vlasenko · 17 years ago
  54. 30bab71 make copy_file() a bit easier to understand, and smaller by Denis Vlasenko · 17 years ago
  55. 737d131 support "#!/bin/busybox"-style wrappers. Needed for SELinux. by Denis Vlasenko · 17 years ago
  56. 5222677 - add Yann's email-addr by Bernhard Reutner-Fischer · 17 years ago
  57. 6666ac4 cp,mv: simpler arg[cv] handling -> smallish code savings by Denis Vlasenko · 17 years ago
  58. 2062fc4 - cosmetic html cleanup by Bernhard Reutner-Fischer · 17 years ago
  59. 6a7b7ce - obfuscate addrs a little bit by Bernhard Reutner-Fischer · 17 years ago
  60. 3d82962 cp: make POSIX-me-harder mode complain with a bit less insane message by Denis Vlasenko · 17 years ago
  61. cab774d spelling fixes to website by Denis Vlasenko · 17 years ago
  62. 46fc23b Cosmetic fixes to webpage by Denis Vlasenko · 17 years ago
  63. 30f00a4 add missed attribution to httpd sendfile support by Denis Vlasenko · 17 years ago
  64. 66dc906 Start 1.8.x cycle by Denis Vlasenko · 17 years ago
  65. e1022a9 news.html: add 1.7.0 announcement by Denis Vlasenko · 17 years ago
  66. f87f495 Update defconfig; fix comments by Denis Vlasenko · 17 years ago
  67. 028f2d6 build system: stop moaning about unset integer CONFIGs. by Denis Vlasenko · 17 years ago
  68. 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
  69. de4c5d3 httpd: code shrink of dir indexer example by Denis Vlasenko · 17 years ago
  70. c6c2345 login: fixes for PAM build by Denis Vlasenko · 17 years ago
  71. 5750782 httpd: style fix in indexer example by Denis Vlasenko · 17 years ago
  72. 7642998 httpd: replace shell-based dir indexer cgi example with C-based one. by Denis Vlasenko · 17 years ago
  73. 72b6a65 httpd: fix buglet in hex conversion. Remove alloca NULL checks by Denis Vlasenko · 17 years ago
  74. d6e81c7 login: optional support for PAM by Denis Vlasenko · 17 years ago
  75. 18f2a6b s/communal/common/ part 2 by Denis Vlasenko · 17 years ago
  76. f7d9e84 s/communal/common/ by Denis Vlasenko · 17 years ago
  77. e58e8d9 httpd: add optional support for error pages by Denis Vlasenko · 17 years ago
  78. 45946f8 runit/*: get rid of tai[a] time abstraction, it's too bloaty. by Denis Vlasenko · 17 years ago
  79. 63db27f removed stray debugging comments by Denis Vlasenko · 17 years ago
  80. 3f11231 max_option_length[] holds small ints, uint8_t is enough by Denis Vlasenko · 17 years ago
  81. d867f32 httpd: explain IP/mask parsing, and simplify it a bit. by Denis Vlasenko · 17 years ago
  82. 921799d httpd: reinstate (much lighter) paranoid connection close code by Denis Vlasenko · 17 years ago
  83. 37c3316 httpd: get rid of rmt_port and setenv_log by Denis Vlasenko · 17 years ago
  84. 52e15dc httpd: get rid of sscanf usage. Rename some variables. by Denis Vlasenko · 17 years ago
  85. f9000c5 crond: code shrink by Denis Vlasenko · 17 years ago
  86. d37f222 libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) by Denis Vlasenko · 17 years ago
  87. b9c02dd crond: don't start sendmail with absolute path by Denis Vlasenko · 17 years ago
  88. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  89. d6cd9d7 httpd: stop reading headers using 1-byte read() by Denis Vlasenko · 17 years ago
  90. 367960b make standalone httpd work on NOMMU machines by Denis Vlasenko · 17 years ago
  91. 9611cb1 get rid of server_ and accepted_socket globals. by Denis Vlasenko · 17 years ago
  92. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  93. b98c26a httpd shrink and logging update, part 7 of 7 by Denis Vlasenko · 17 years ago
  94. feac3ce httpd shrink and logging update, part 6 of 7 by Denis Vlasenko · 17 years ago
  95. 073214f httpd shrink and logging update, part 5 of 7 by Denis Vlasenko · 17 years ago
  96. 91adf7d httpd shrink and logging update, part 4 of 7 by Denis Vlasenko · 17 years ago
  97. e45af73 httpd shrink and logging update, part 3 of 7 by Denis Vlasenko · 17 years ago
  98. 241b156 httpd shrink and logging update, part 2 of 7 by Denis Vlasenko · 17 years ago
  99. 1b97efd httpd shring and logging update, part 1 or 7 by Denis Vlasenko · 17 years ago
  100. 72d260d remove stray newline from help text by Denis Vlasenko · 17 years ago