1. 8abae88 vi: do not truncate file to zero length. closes bug 2944. by Denis Vlasenko · 17 years ago
  2. 96b99b8 uniq: support -w. closes bug 3094. by Denis Vlasenko · 17 years ago
  3. 687a26f more fixes to testsuite by Cristian and vda by Denis Vlasenko · 17 years ago
  4. 4e79049 clarify grep version by Denis Vlasenko · 17 years ago
  5. 32dcc53 mdev: fix a bug where we were eating argv[0] of helper by Denis Vlasenko · 17 years ago
  6. 6da9b00 fix grep test false positive by Denis Vlasenko · 17 years ago
  7. 2dea01c testing.sh: bashisms are eradicated. by Denis Vlasenko · 17 years ago
  8. 57be4ab runtest: the saga continues :( by Denis Vlasenko · 17 years ago
  9. e061226 start_stop_daemon: use existing global variable by Denis Vlasenko · 17 years ago
  10. 812870a remove stray semicolon by Denis Vlasenko · 17 years ago
  11. dcbd350 echo: fix echo -e -n "msg\n\0" (by "Pinedo, David" <david.pinedo AT hp.com>) by Denis Vlasenko · 17 years ago
  12. a2dcb50 trylink: fix glibc check; make --sort-section option look less ugly by Denis Vlasenko · 17 years ago
  13. 3c07e4b runtest: more cleanups by Denis Vlasenko · 17 years ago
  14. b34266b ping: dont leak uninitialized data in ping packets by Denis Vlasenko · 17 years ago
  15. a0c103a tar: add testsuite entries by Denis Vlasenko · 17 years ago
  16. 05efca9 tar: fix obscure case when name is "" and prefix is not "" by Denis Vlasenko · 17 years ago
  17. d93400b tar: fix the case where long base names can be ignored by Denis Vlasenko · 17 years ago
  18. c450379 tar: remove bogus check for "-" (we handle it corrently later) by Denis Vlasenko · 17 years ago
  19. 10f6fb1 fix build failure for libbusybox by Denis Vlasenko · 17 years ago
  20. e4ed640 date: better version of previous commit; + fix testsuite to have it checked by Denis Vlasenko · 17 years ago
  21. e6520f0 date: complain if there are extraneout arguments by Denis Vlasenko · 17 years ago
  22. c0431ed cp: fix "cp -RL" to create regular files even if src is a symlink by Denis Vlasenko · 17 years ago
  23. 4809a9f date: fix date-works test, add date-works-1 one (currently fails) by Denis Vlasenko · 17 years ago
  24. 7dff433 runtest: fix fallout from mucking with runtest :( [vda's fault] by Denis Vlasenko · 17 years ago
  25. 5d0f4aa runtest: even more fixes from Cristian by Denis Vlasenko · 17 years ago
  26. 92a6f87 runtest: further fixes from Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn AT axis.com> by Denis Vlasenko · 17 years ago
  27. 64d5bfd runtest: use numeric compare instead of string where appropriate by Denis Vlasenko · 17 years ago
  28. 16afa38 libbb: fix wrong sscanf count check (affects pidof etc) by Denis Vlasenko · 17 years ago
  29. b140edd fix KCONFIG_NOTIMESTAMP=1 mode (just learned that we have such thing) by Denis Vlasenko · 17 years ago
  30. 2c84495 lineedit: hack for making it sort-of-work even if term width is wrong by Denis Vlasenko · 17 years ago
  31. 44f0821 taskset: (1ull < 65) like ops are not good, avoid that by Denis Vlasenko · 17 years ago
  32. 95842fb testsuite/runtest: remove (last) bashism mkswap: fix selinux build by Denis Vlasenko · 17 years ago
  33. a6b3a1f arping: save a few bytes by using mempcpy by Denis Vlasenko · 17 years ago
  34. 4d89a8b date: make it accept ISO date format. Fix help text. by Denis Vlasenko · 17 years ago
  35. ad6cab1 partially fix date testsuite by Denis Vlasenko · 17 years ago
  36. c6191e9 - fsetfilecon_war is hidden so use fsetfilecon instead. by Bernhard Reutner-Fischer · 17 years ago
  37. 15ce7f5 - bump copyright year by Bernhard Reutner-Fischer · 17 years ago
  38. 019d299 - update screenshot by Bernhard Reutner-Fischer · 17 years ago
  39. b520271 lineedit: filename completion on symlinks-to-dirs should add / too by Denis Vlasenko · 17 years ago
  40. a50a9b0 delay reconfig of input tty until target device has been both opened by Paul Fox · 17 years ago
  41. 765c1c3 getopt32: fix "tar x" case; fix memory leak by Denis Vlasenko · 17 years ago
  42. 71e3ab3 testsuite: fix du testsuite to not use changing directories by Denis Vlasenko · 17 years ago
  43. 58dc274 testsuite: runtest enhancements by Cristian Ionescu-Idbohrn by Denis Vlasenko · 17 years ago
  44. fa5b05a testsuite: fix by Denis Vlasenko · 17 years ago
  45. ffdcb41 build system: typo fix in help text by Denis Vlasenko · 17 years ago
  46. 9d4a17e dd: fix recent breakage (was comparing "if" with "if=" etc). by Denis Vlasenko · 17 years ago
  47. be002ad add forgotten files. I am forgetting it all the time :( by Denis Vlasenko · 17 years ago
  48. 1f22898 whitespace fixes. no code changes by Denis Vlasenko · 17 years ago
  49. 5d89fba *: remove remaining instances of ".data" hack by Denis Vlasenko · 17 years ago
  50. 9137341 getopt32: fix recently broken opt_complementary "--" by Denis Vlasenko · 17 years ago
  51. 5a07a1d tar: move vfork into separate function (smaller code) by Denis Vlasenko · 17 years ago
  52. a4a93fd udhcp: fix config help text by Denis Vlasenko · 17 years ago
  53. 2d94992 build system: use spaces in Kbuild files by Denis Vlasenko · 17 years ago
  54. 376003b build system: move misplaced config entry for script applet by Denis Vlasenko · 17 years ago
  55. 5bb2fc2 tentative fix for ppc64 problems with ioctl. Zero code size impact. by Denis Vlasenko · 17 years ago
  56. 01eaee9 *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. by Denis Vlasenko · 17 years ago
  57. 0a14462 xmalloc_open_read_close: use fstat to get file size (instead of lseek). by Denis Vlasenko · 17 years ago
  58. fe49347 start_stop_daemon: stat executable only once by Denis Vlasenko · 17 years ago
  59. 25cfe49 libbb: prevent xmalloc_open_read_close from dying on seek failure by Denis Vlasenko · 17 years ago
  60. 5b3adae remove whitespace damage. No code changes by Denis Vlasenko · 17 years ago
  61. 85d788e start_stop_daemon: optimization - do not pass paramenter, use by Denis Vlasenko · 17 years ago
  62. daeddee start_stop_daemon: do not stop /proc scan prematurely by Denis Vlasenko · 17 years ago
  63. f3745ea libbb: introduce xmalloc_xopen_read_close and use where appropriate by Denis Vlasenko · 17 years ago
  64. d9c51e9 start-stop-daemon: make --exec follow symlinks by Denis Vlasenko · 17 years ago
  65. 6c10657 style fixes. no code changes by Denis Vlasenko · 17 years ago
  66. 5a96c3e start_stop_daemon: mark argc as unused by Denis Vlasenko · 17 years ago
  67. a4e55ab - rotate some older new to oldnews by Bernhard Reutner-Fischer · 17 years ago
  68. 33b92f2 - ignore "recent"; We have an RCS to serve these by Bernhard Reutner-Fischer · 17 years ago
  69. 9a7af9f website: add 1.10.1 to news page. by Denis Vlasenko · 17 years ago
  70. d2095fd website: add a link to 1.10.1 by Denis Vlasenko · 17 years ago
  71. 1b2d0b2 openvt: handle -ws correctly. By James Simmons <jsimmons AT infradead.org> by Denis Vlasenko · 17 years ago
  72. 50d068c man: handle many MANPAGER directives so that they do not override by Denis Vlasenko · 17 years ago
  73. e96dcb4 top: fix build failure by Denis Vlasenko · 17 years ago
  74. 250aa5b httpd: add an example of POST upload CGI by Denis Vlasenko · 17 years ago
  75. c033d51 fdisk: fix a case where we can inadvertently close /proc/partitions fd early by Denis Vlasenko · 17 years ago
  76. 4437d19 fdisk: do not open device twice. Complain on fdisk -l /dev/bogus. by Denis Vlasenko · 17 years ago
  77. aca10f8 arping: remove superfluous assignment by Denis Vlasenko · 17 years ago
  78. bc1918a trivial fixes to make bbox compile with gcc 4.3.0 by Denis Vlasenko · 17 years ago
  79. 3cfebe4 od: fix testsuite by Denis Vlasenko · 17 years ago
  80. 7089c31 od: fix "od -b" by Denis Vlasenko · 17 years ago
  81. c7131c3 ash: fix breakage introduced in rev 21481. by Denis Vlasenko · 17 years ago
  82. b15ebe4 fix typo in Config.in hext text by Denis Vlasenko · 17 years ago
  83. 4f98e19 make test, [ and [[ all NOFORK, for consistency. by Denis Vlasenko · 17 years ago
  84. 6d1ebec ash: add another testsuite entry ("leaking variables" bug) by Denis Vlasenko · 17 years ago
  85. 24f824e less: fix somewhat elusive case when less gets stuck in search mode by Denis Vlasenko · 17 years ago
  86. ffa4499 man: new applet. ~600 bytes. by Denis Vlasenko · 17 years ago
  87. 867bd37 fix english in comment by Denis Vlasenko · 17 years ago
  88. 7465dbc ash: speed up NOFORK code in ash by eliminating second find_applet(). by Denis Vlasenko · 17 years ago
  89. f78a656 ash: a bit more complete POSIX subst testsuite entry by Denis Vlasenko · 17 years ago
  90. 033424a ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word} by Denis Vlasenko · 17 years ago
  91. 9bc80d7 ash: add FEATURE_SH_NOFORK support by Denis Vlasenko · 17 years ago
  92. 4a9ca13 ash: do not do find_applet() twice in shellexec/tryexec by Denis Vlasenko · 17 years ago
  93. 55e06c1 Makefile.IMA: generate autoconf.h if needed by Denis Vlasenko · 17 years ago
  94. eecd588 - fix detection of whole-program by Bernhard Reutner-Fischer · 17 years ago
  95. 1d690db - also use the incoming LDFLAGS and EXTRA_LDFLAGS by Bernhard Reutner-Fischer · 17 years ago
  96. 3bc7d7d - erm sorry. no ipsvd here by Bernhard Reutner-Fischer · 17 years ago
  97. 0f5dfd6 - add ipsvd by Bernhard Reutner-Fischer · 17 years ago
  98. 93b8263 fix build with gcc -combine by Denis Vlasenko · 17 years ago
  99. 80f647c build system: use POSIX options only for cp cp: improve comment by Denis Vlasenko · 17 years ago
  100. 119f87b - add printutils and util-linux/volume_id - pull in Kbuild.includes by Bernhard Reutner-Fischer · 17 years ago