1. c3a9dc8 vi: fix uninitialized last_search_pattern (bug 5794) by Denis Vlasenko · 16 years ago
  2. 34e68c8 id: coreutils compat by Tito + test script by Denis Vlasenko · 16 years ago
  3. d498850 - typo in documentation by Bernhard Reutner-Fischer · 16 years ago
  4. 6214941 ash: add testcase for bug 5304 by Denis Vlasenko · 16 years ago
  5. be54d6b ash: fix "while kill -0 $child; do true; done" looping forever. by Denis Vlasenko · 16 years ago
  6. 7ff85c5 udhcp: simplify SO_BINDTODEVICE call by Denis Vlasenko · 16 years ago
  7. de5f645 ls: trim help text by Denis Vlasenko · 16 years ago
  8. 59f502b ping: trivial code shrink by Denis Vlasenko · 16 years ago
  9. c503dde cpio: emit TRAILER even when hard links were found. by Denis Vlasenko · 16 years ago
  10. 6b9d6c7 devmem: fixlet in cleanup code by Denis Vlasenko · 16 years ago
  11. 0432465 devmem: make it more script-friendly; don't do any reads by Denis Vlasenko · 16 years ago
  12. e1ef89a less: correctly wrap lines with tabs by Denis Vlasenko · 16 years ago
  13. c94fa56 devmem: new applet by Denis Vlasenko · 16 years ago
  14. f3dcd3c less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMD by Denis Vlasenko · 16 years ago
  15. 7462b21 read_key is actually written by Rob, add him to copyright notice by Denis Vlasenko · 16 years ago
  16. 7b32e8f less: disable _ command, it's useless bloat by Denis Vlasenko · 16 years ago
  17. bdd2d8f read_key: add comments how Shift and Meta keys looks like. no code changes by Denis Vlasenko · 16 years ago
  18. 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
  19. 39b0135 libbb: add forgotten file from previous commit :( by Denis Vlasenko · 16 years ago
  20. 0112ff5 vi: move key reading routine out of vi into llbbb by Denis Vlasenko · 16 years ago
  21. 73d702e tar: fix typo in comment by Denis Vlasenko · 16 years ago
  22. ebad029 tar: fix bug 3844: non-root tar does not preserve perms by Denis Vlasenko · 16 years ago
  23. 53c80f0 less: add optional line number toggle and resizing on SIGWINCH. by Denis Vlasenko · 16 years ago
  24. aa2a1c0 - improve wording and fix alphabetical order by Bernhard Reutner-Fischer · 16 years ago
  25. e8efe81 less: add less v.418 help text doc. No code changes. by Denis Vlasenko · 16 years ago
  26. 2d5bd80 build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM; by Denis Vlasenko · 16 years ago
  27. d908395 less: experimental code to enable wrap/no-wrap by Denis Vlasenko · 16 years ago
  28. 8f39b72 less: more sane way of line numbering. Prepares for by Denis Vlasenko · 16 years ago
  29. 2dfd295 - give glob a chance by Bernhard Reutner-Fischer · 16 years ago
  30. 01ea971 - use sys/inotify.h by Bernhard Reutner-Fischer · 16 years ago
  31. 5cb54b5 init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people by Denis Vlasenko · 16 years ago
  32. 37890e2 awk: fix typo in atan2 code. closes bug 5594. by Denis Vlasenko · 16 years ago
  33. 8fbd8ac - fix ip route rejecting dotted quads as prefix by Bernhard Reutner-Fischer · 16 years ago
  34. 7effd7a getopt: reinstate erroneously removed getopt() reset code. by Denis Vlasenko · 16 years ago
  35. 4c9e9c4 vi: handle chars 0x80, 0x81... correctly by Denis Vlasenko · 16 years ago
  36. 0783230 dc: conditionalize parts which require libm by Denis Vlasenko · 16 years ago
  37. b730474 ash: fix NOEXEC mode - we were forgetting to pass environment! by Denis Vlasenko · 16 years ago
  38. d1660cb ash: fix a bug in standalone mode (corrupted getopt() state) by Denis Vlasenko · 16 years ago
  39. 802a7be add comment explaining previous change by Denis Vlasenko · 16 years ago
  40. 582dff0 volume identification: abolish /proc/partitions and /proc/cdroms by Denis Vlasenko · 16 years ago
  41. bff06fe blkid: vda forgot to svn add it again. vda is stupid by Denis Vlasenko · 16 years ago
  42. 4bdeaaf Comment and whitespace tweaks. by Rob Landley · 16 years ago
  43. e3742f4 vi: explain why reading 4 chars is unsafe by Denis Vlasenko · 16 years ago
  44. 3ab3d8a libbb: do not reject floating point strings like ".15" by Denis Vlasenko · 16 years ago
  45. f9dde91 mount: -o parm1 -o parm2 should accumulate by Denis Vlasenko · 16 years ago
  46. 1dfeeeb vi: whitespace fix by Denis Vlasenko · 16 years ago
  47. cf4dd07 cpio: fix regression in prev commit (harmless) by Denis Vlasenko · 16 years ago
  48. d83676e data_extract_all: do not complain if directory exists on mkdir by Denis Vlasenko · 16 years ago
  49. aa9eb1f rpm: fix incompatibilities which prevented rpm -i foo.src.rpm by Denis Vlasenko · 16 years ago
  50. 8ef801b vi: a few trivial optimizations to keyboard reading code; bump timeout to 50s. by Denis Vlasenko · 16 years ago
  51. 7960ea8 Confirmed that on Linux the serial interrupt takes precedence over the timer by Rob Landley · 16 years ago
  52. 8854b35 build system: dpkg needs .gz handling by Denis Vlasenko · 16 years ago
  53. a9c3f7a sysctl: sysctl -a was still misbehaving, fix it by Denis Vlasenko · 16 years ago
  54. 9299305 return accidentally deleted "/* vi: set sw=4 ts=4: */" by Denis Vlasenko · 16 years ago
  55. e915a1a sysctl: fix bug 3894 _for real_. by Denis Vlasenko · 16 years ago
  56. 81944c9 sysctl: remove trivial comments. no code changes by Denis Vlasenko · 16 years ago
  57. cfdb711 sysctl: remove special-cased reporting of EPERM, by Denis Vlasenko · 16 years ago
  58. 58cc52a sysctl: fix bug 3894 (by Kryzhanovskyy Maksym) by Denis Vlasenko · 16 years ago
  59. d44c153 vi: fix bizarre formatting. no code changes by Denis Vlasenko · 16 years ago
  60. ddc8ae3 hush: add TODO by Denis Vlasenko · 16 years ago
  61. 371de4a hush: next small step towards functions by Denis Vlasenko · 16 years ago
  62. ded6ad3 fix recurring "last_cmd overrun", fix [del] handling in insert mode by Denis Vlasenko · 16 years ago
  63. 267e16c vi: trivial size optimization -65 bytes by Denis Vlasenko · 16 years ago
  64. 25497c1 vi: reinstate timeout of 300 ms by Denis Vlasenko · 16 years ago
  65. 5373fbc vi: add comments to Rob's algorithm of reading and matching ESC sequences by Denis Vlasenko · 16 years ago
  66. 5e38cd9 Escape sequences sent over serial links don't come in as a block, so poll by Rob Landley · 16 years ago
  67. 988dd55 Clean up editors/vi.c:readit() so it only does readahead when actually by Rob Landley · 16 years ago
  68. f886fd2 hush: fix NOMMU bug (analogous to preceding commit for MMU) by Denis Vlasenko · 16 years ago
  69. d29084d testcase for the last fix by Denis Vlasenko · 16 years ago
  70. 22d10a0 hush: fix trashing of environment by local env vars: by Denis Vlasenko · 16 years ago
  71. 1e19afd blkid: new applet. We almost had everything needed for it already by Denis Vlasenko · 16 years ago
  72. d5e3059 findfs: fix LUKS and FAT detection routines; do not exit if corrupted by Denis Vlasenko · 16 years ago
  73. cdd1f73 zcip: code size optimizations, improved help text and comments by Denis Vlasenko · 16 years ago
  74. afd7a8d hush: fix environment and memory leaks, add tests for them by Denis Vlasenko · 16 years ago
  75. 07e05c1 unzip: remove example of a file we now can handle by Denis Vlasenko · 16 years ago
  76. c373527 hush: preparatory work for implementing functions by Denis Vlasenko · 16 years ago
  77. 9af22c7 hush: massive renaming of ill-named structures and fields by Denis Vlasenko · 16 years ago
  78. 578de86 - route metric support (Natanael Copa) Adds about 75b by Bernhard Reutner-Fischer · 16 years ago
  79. 2239f81 - add some anchors by Bernhard Reutner-Fischer · 16 years ago
  80. 834dee7 ash: support &> redirection (bashism). ~90 bytes of code by Denis Vlasenko · 16 years ago
  81. 176d49d ash: some beautification work, no code changes by Denis Vlasenko · 16 years ago
  82. 559691a ash: implement ">&file" bashism. ~100 bytes. by Denis Vlasenko · 16 years ago
  83. 93d0776 watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds by Denis Vlasenko · 16 years ago
  84. c2d5a27 - wrap overlong line by Bernhard Reutner-Fischer · 16 years ago
  85. f60719c grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT case by Natanael Copa by Denis Vlasenko · 16 years ago
  86. df6b3ad inetd: use config parser. by Vladimir by Denis Vlasenko · 16 years ago
  87. 5868070 route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com) by Denis Vlasenko · 16 years ago
  88. 22eb410 website: announce 1.12.1 and 1.11.3 by Denis Vlasenko · 16 years ago
  89. 27e1501 scripts/randomtest[.loop]: add scripts for randomconfig testing by Denis Vlasenko · 16 years ago
  90. 651d49a showkey: suppress gcc warning by Denis Vlasenko · 16 years ago
  91. 2b2d977 sendmail: update by Vladimir by Denis Vlasenko · 16 years ago
  92. 6826441 remove redundant NULL check by Denis Vlasenko · 16 years ago
  93. bb04506 more style fixes, no code changes by Denis Vlasenko · 16 years ago
  94. d6855d1 style fixes, no code changes by Denis Vlasenko · 16 years ago
  95. bed22a0 sendmail: compat update by Vladimir by Denis Vlasenko · 16 years ago
  96. 682ad30 lineedit: fix problems with empty commands in history by Denis Vlasenko · 16 years ago
  97. 75897ea start_stop_daemon: accept (and ignore) -R <param> by Denis Vlasenko · 16 years ago
  98. 739e30f udhcp: add inline docs; small code shrink by Denis Vlasenko · 16 years ago
  99. 7d9399e udhcpc: fixlet for previous commit by Denis Vlasenko · 16 years ago
  100. c321b51 udhcp: added some FIXMEs; code shrink. -49 bytes by Denis Vlasenko · 16 years ago