1. 44f96d3 randomconfig fixes by Denis Vlasenko · 16 years ago
  2. 6d04435 telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes. by Denis Vlasenko · 16 years ago
  3. 3fa36e2 *: a bit of code shrink by Denis Vlasenko · 16 years ago
  4. 73cc543 move documentation to docs/ by Denis Vlasenko · 16 years ago
  5. 4febd91 kbd_mode: s/ioctl/xioctl. also saves 12 bytes by Denis Vlasenko · 16 years ago
  6. dc70069 kbd_mode: support -C TTY option by Denis Vlasenko · 16 years ago
  7. 2a8329e build system: remove '-Wl,' when we pass flags to ld. by Denis Vlasenko · 16 years ago
  8. 30e1ab6 libbb: add a TODO to support new SHA-based encrypted passwords by Denis Vlasenko · 16 years ago
  9. 2ec94a7 login: fix /etc/nologin handling (should prohibit non-root LOGINS, by Denis Vlasenko · 16 years ago
  10. b0150d2 telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive) by Denis Vlasenko · 16 years ago
  11. 4f7d90f defconfig: explain what we aim it to be by Denis Vlasenko · 16 years ago
  12. 694b514 login: fix /etc/nologin support by Denis Vlasenko · 16 years ago
  13. 239d06b add mailutils/* by Denis Vlasenko · 16 years ago
  14. b9d572a total overhaul of mail applets. again. Vladimir as usual. by Denis Vlasenko · 16 years ago
  15. f10bc39 correction in comment by Denis Vlasenko · 16 years ago
  16. f068b3e sv: make default service dir configurable (Vladimir wants it) by Denis Vlasenko · 16 years ago
  17. 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
  18. 70e8f49 basename: fix error code. again. deja vu feeling... by Denis Vlasenko · 16 years ago
  19. fc66892 *: remove superfluous casts. no code changes by Denis Vlasenko · 16 years ago
  20. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
  21. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  22. 905ed87 add serial HOWTO doc by Denis Vlasenko · 16 years ago
  23. 4cb576e inetd: fix a case when we have zero services by Denis Vlasenko · 16 years ago
  24. a643816 - commentary typo fix (tito) by Bernhard Reutner-Fischer · 16 years ago
  25. 6559100 - fix typo in print_user() (tito) by Bernhard Reutner-Fischer · 16 years ago
  26. 391ffa1 nslookup: tiny shrink (-5 bytes); add comment about res_init by Denis Vlasenko · 16 years ago
  27. c51457c less: fix pasting into search line ('/' cmd) - by Denis Vlasenko · 16 years ago
  28. 3c385cd lineedit: fix bug 5824: Since version 23530 with lineedit.c, by Denis Vlasenko · 16 years ago
  29. 9b0f6e1 add comment, no code changes by Denis Vlasenko · 16 years ago
  30. 1a9e9bd gunzip: restore mtime. approx +80 bytes of code by Denis Vlasenko · 16 years ago
  31. 5a89763 tftpd: show help if stdin is not a socket by Denis Vlasenko · 16 years ago
  32. 44d5dce iplink: accept shorthands for "address" keyword here: by Denis Vlasenko · 16 years ago
  33. 6497479 less: fix newly-introduced case of less spinning forever on pty's closed etc by Denis Vlasenko · 16 years ago
  34. 028eab6 runsvdir: if we have PID == 1, SIGHUP should make small pause, not 1 minute one by Denis Vlasenko · 16 years ago
  35. bb26db4 modprobe: fix a segfault when modprobe is called with no arguments at all by Denis Vlasenko · 16 years ago
  36. b9b344a kill[all[5]]: accept -s SIG too. kill_main: +29 bytes by Denis Vlasenko · 16 years ago
  37. f34cfff setup_environment: cd $HOME regardless of clear_env value. by Denis Vlasenko · 16 years ago
  38. 91f8f82 tftpd: be less cryptic in help text by Denis Vlasenko · 16 years ago
  39. 6b38e18 dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com) by Denis Vlasenko · 16 years ago
  40. 470dc1d - minor shrinkage (~-60) by Bernhard Reutner-Fischer · 16 years ago
  41. e291866 - support ip link set eth1 address 00:11:22:33:44:55 by Bernhard Reutner-Fischer · 16 years ago
  42. 31d58e5 randomconfig fixes by Denis Vlasenko · 16 years ago
  43. 1fe7887 another small defconfig update by Denis Vlasenko · 16 years ago
  44. b15a6f2 update defconfig by Denis Vlasenko · 16 years ago
  45. cf69685 runsvdir: kill another global by Denis Vlasenko · 16 years ago
  46. 6a2c2cf runsvdir: fx a recent vda's buglet (was pausing even if not signaled). by Denis Vlasenko · 16 years ago
  47. e7368f1 id: better wording in comments, no code changes by Denis Vlasenko · 16 years ago
  48. 58f3c2e runsvdir: shrink (by Vladimir) by Denis Vlasenko · 16 years ago
  49. 9657596 runsvdir: do not exit if we are pid 1. by Denis Vlasenko · 16 years ago
  50. 40fdcbb more whitespace fixes by Denis Vlasenko · 16 years ago
  51. 9504e44 whitespace fixes, no code changes by Denis Vlasenko · 16 years ago
  52. c3a9dc8 vi: fix uninitialized last_search_pattern (bug 5794) by Denis Vlasenko · 16 years ago
  53. 34e68c8 id: coreutils compat by Tito + test script by Denis Vlasenko · 16 years ago
  54. d498850 - typo in documentation by Bernhard Reutner-Fischer · 16 years ago
  55. 6214941 ash: add testcase for bug 5304 by Denis Vlasenko · 16 years ago
  56. be54d6b ash: fix "while kill -0 $child; do true; done" looping forever. by Denis Vlasenko · 16 years ago
  57. 7ff85c5 udhcp: simplify SO_BINDTODEVICE call by Denis Vlasenko · 16 years ago
  58. de5f645 ls: trim help text by Denis Vlasenko · 16 years ago
  59. 59f502b ping: trivial code shrink by Denis Vlasenko · 16 years ago
  60. c503dde cpio: emit TRAILER even when hard links were found. by Denis Vlasenko · 16 years ago
  61. 6b9d6c7 devmem: fixlet in cleanup code by Denis Vlasenko · 16 years ago
  62. 0432465 devmem: make it more script-friendly; don't do any reads by Denis Vlasenko · 16 years ago
  63. e1ef89a less: correctly wrap lines with tabs by Denis Vlasenko · 16 years ago
  64. c94fa56 devmem: new applet by Denis Vlasenko · 16 years ago
  65. f3dcd3c less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMD by Denis Vlasenko · 16 years ago
  66. 7462b21 read_key is actually written by Rob, add him to copyright notice by Denis Vlasenko · 16 years ago
  67. 7b32e8f less: disable _ command, it's useless bloat by Denis Vlasenko · 16 years ago
  68. bdd2d8f read_key: add comments how Shift and Meta keys looks like. no code changes by Denis Vlasenko · 16 years ago
  69. 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
  70. 39b0135 libbb: add forgotten file from previous commit :( by Denis Vlasenko · 16 years ago
  71. 0112ff5 vi: move key reading routine out of vi into llbbb by Denis Vlasenko · 16 years ago
  72. 73d702e tar: fix typo in comment by Denis Vlasenko · 16 years ago
  73. ebad029 tar: fix bug 3844: non-root tar does not preserve perms by Denis Vlasenko · 16 years ago
  74. 53c80f0 less: add optional line number toggle and resizing on SIGWINCH. by Denis Vlasenko · 16 years ago
  75. aa2a1c0 - improve wording and fix alphabetical order by Bernhard Reutner-Fischer · 16 years ago
  76. e8efe81 less: add less v.418 help text doc. No code changes. by Denis Vlasenko · 16 years ago
  77. 2d5bd80 build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM; by Denis Vlasenko · 16 years ago
  78. d908395 less: experimental code to enable wrap/no-wrap by Denis Vlasenko · 16 years ago
  79. 8f39b72 less: more sane way of line numbering. Prepares for by Denis Vlasenko · 16 years ago
  80. 2dfd295 - give glob a chance by Bernhard Reutner-Fischer · 16 years ago
  81. 01ea971 - use sys/inotify.h by Bernhard Reutner-Fischer · 16 years ago
  82. 5cb54b5 init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people by Denis Vlasenko · 16 years ago
  83. 37890e2 awk: fix typo in atan2 code. closes bug 5594. by Denis Vlasenko · 16 years ago
  84. 8fbd8ac - fix ip route rejecting dotted quads as prefix by Bernhard Reutner-Fischer · 16 years ago
  85. 7effd7a getopt: reinstate erroneously removed getopt() reset code. by Denis Vlasenko · 16 years ago
  86. 4c9e9c4 vi: handle chars 0x80, 0x81... correctly by Denis Vlasenko · 16 years ago
  87. 0783230 dc: conditionalize parts which require libm by Denis Vlasenko · 16 years ago
  88. b730474 ash: fix NOEXEC mode - we were forgetting to pass environment! by Denis Vlasenko · 16 years ago
  89. d1660cb ash: fix a bug in standalone mode (corrupted getopt() state) by Denis Vlasenko · 16 years ago
  90. 802a7be add comment explaining previous change by Denis Vlasenko · 16 years ago
  91. 582dff0 volume identification: abolish /proc/partitions and /proc/cdroms by Denis Vlasenko · 16 years ago
  92. bff06fe blkid: vda forgot to svn add it again. vda is stupid by Denis Vlasenko · 16 years ago
  93. 4bdeaaf Comment and whitespace tweaks. by Rob Landley · 16 years ago
  94. e3742f4 vi: explain why reading 4 chars is unsafe by Denis Vlasenko · 16 years ago
  95. 3ab3d8a libbb: do not reject floating point strings like ".15" by Denis Vlasenko · 16 years ago
  96. f9dde91 mount: -o parm1 -o parm2 should accumulate by Denis Vlasenko · 16 years ago
  97. 1dfeeeb vi: whitespace fix by Denis Vlasenko · 16 years ago
  98. cf4dd07 cpio: fix regression in prev commit (harmless) by Denis Vlasenko · 16 years ago
  99. d83676e data_extract_all: do not complain if directory exists on mkdir by Denis Vlasenko · 16 years ago
  100. aa9eb1f rpm: fix incompatibilities which prevented rpm -i foo.src.rpm by Denis Vlasenko · 16 years ago