1. d8850f2 dc: fix the "base 2" patch omission of base not being set by Denis Vlasenko · 16 years ago
  2. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  3. 005ff88 watchdog: build fixes, no code changes by Denis Vlasenko · 16 years ago
  4. 12abcb3 libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ by Denis Vlasenko · 16 years ago
  5. 3f70b87 clarify which version of crond is known to put tasks in separate pgrps by Denis Vlasenko · 16 years ago
  6. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  7. 6ebb2f5 crond: use bb_setpgrp, not setpgrp platform.h: make a bit more readable by Denis Vlasenko · 16 years ago
  8. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  9. b6ddee2 crond: put tasks in separate process groups by Denis Vlasenko · 16 years ago
  10. 7a1ddf2 mountpoint: add -n option (by Vladimir) by Denis Vlasenko · 16 years ago
  11. d723fb1 inotifyd: save resourses by closing unused inotify descriptors by Denis Vlasenko · 16 years ago
  12. 8a2f6bf timeout: fix a few bugs. vda is stupid by Denis Vlasenko · 16 years ago
  13. a9acbe6 timeout: new applet. 370 bytes. by Roberto Foglietta. by Denis Vlasenko · 16 years ago
  14. 4b57094 strings: code shrink -22 bytes by Tito by Denis Vlasenko · 16 years ago
  15. 9a4c0d5 inotifyd: exit if x event happened for all files by Denis Vlasenko · 16 years ago
  16. a09a42c inotify: add x, o, and u events by Denis Vlasenko · 16 years ago
  17. e88bd2d man: better check for duplicated MANPATH. Also -10 bytes. by Denis Vlasenko · 16 years ago
  18. 2479cd4 inotifyd: fix "inotifyd with no params" case by Denis Vlasenko · 16 years ago
  19. 289ff0e inotify: document waiting behavior by Denis Vlasenko · 16 years ago
  20. b0e5d42 inotify: fix buffer overflow and "unreaped zombies" problem by Denis Vlasenko · 16 years ago
  21. 4cfa5a2 build system: reorder less' options in config so that by Denis Vlasenko · 16 years ago
  22. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
  23. c51457c less: fix pasting into search line ('/' cmd) - by Denis Vlasenko · 16 years ago
  24. 6497479 less: fix newly-introduced case of less spinning forever on pty's closed etc by Denis Vlasenko · 16 years ago
  25. 6b38e18 dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com) by Denis Vlasenko · 16 years ago
  26. 31d58e5 randomconfig fixes by Denis Vlasenko · 16 years ago
  27. 6b9d6c7 devmem: fixlet in cleanup code by Denis Vlasenko · 16 years ago
  28. 0432465 devmem: make it more script-friendly; don't do any reads by Denis Vlasenko · 16 years ago
  29. e1ef89a less: correctly wrap lines with tabs by Denis Vlasenko · 16 years ago
  30. c94fa56 devmem: new applet by Denis Vlasenko · 16 years ago
  31. f3dcd3c less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMD by Denis Vlasenko · 16 years ago
  32. 7b32e8f less: disable _ command, it's useless bloat by Denis Vlasenko · 16 years ago
  33. 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
  34. 53c80f0 less: add optional line number toggle and resizing on SIGWINCH. by Denis Vlasenko · 16 years ago
  35. e8efe81 less: add less v.418 help text doc. No code changes. by Denis Vlasenko · 16 years ago
  36. d908395 less: experimental code to enable wrap/no-wrap by Denis Vlasenko · 16 years ago
  37. 8f39b72 less: more sane way of line numbering. Prepares for by Denis Vlasenko · 16 years ago
  38. 01ea971 - use sys/inotify.h by Bernhard Reutner-Fischer · 16 years ago
  39. 0783230 dc: conditionalize parts which require libm by Denis Vlasenko · 16 years ago
  40. 93d0776 watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds by Denis Vlasenko · 16 years ago
  41. d6855d1 style fixes, no code changes by Denis Vlasenko · 16 years ago
  42. 48a6773 - add less -I to be able to search case-insensitively by Bernhard Reutner-Fischer · 16 years ago
  43. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  44. 30cfdf9 crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e) by Denis Vlasenko · 16 years ago
  45. b8d1a4c init: set stderr to NONBLOCK *: s/setenv(a,b,1)/xsetenv(a,b)/ by Denis Vlasenko · 16 years ago
  46. a1e16c9 man: do not use default if /etc/man.conf has different MANPATH by Denis Vlasenko · 16 years ago
  47. e357d2a man: use default MANPATH of "/usr/man"; do not search paths twice by Denis Vlasenko · 16 years ago
  48. 08ea11a runsvd: shrink by Vladimir *: use unified trivial signal handler by Denis Vlasenko · 16 years ago
  49. 8d89bed watchdog: add -T option by Denis Vlasenko · 16 years ago
  50. 0e7f28d man: teach it to use .lzma if requested by .config by Denis Vlasenko · 16 years ago
  51. e2a09de man: yet another fixlet to "manpage link" code by Denis Vlasenko · 16 years ago
  52. 22b0bd8 man: fixlet for man links by Denis Vlasenko · 16 years ago
  53. 540baf6 man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com> by Denis Vlasenko · 16 years ago
  54. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
  55. b2dc913 makedevs: shrink by Vladimir by Denis Vlasenko · 16 years ago
  56. e1fa817 makedevs: shrink (by Vladimir); testsuite by Denis Vlasenko · 16 years ago
  57. 94d03f0 whitespace fix by Denis Vlasenko · 16 years ago
  58. c24033e man: a forgotten chunk of lask commit (config file parser fixes) by Denis Vlasenko · 16 years ago
  59. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  60. 8895c20 man: ignore (not complain) lines with less than 2 tokens in config file by Denis Vlasenko · 16 years ago
  61. 0f99d49 *: conversion to config parser by Denis Vlasenko · 16 years ago
  62. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  63. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  64. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  65. 1e8034e man: fix breakage: must not die on lines with < 2 tokens by Denis Vlasenko · 16 years ago
  66. 09aaf78 mn: use libbb for config parsing (by Vladimir) by Denis Vlasenko · 16 years ago
  67. dcb3fcb libbb: config_read() update by Denis Vlasenko · 16 years ago
  68. 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
  69. 6792128 - fix segfault in nameif with mactab file (by fixing and shrink config parser) by Bernhard Reutner-Fischer · 16 years ago
  70. fb1642f fix up callsites of config_read to check for >= 0 by Denis Vlasenko · 16 years ago
  71. c01340f update of config file parser from Vladimir by Denis Vlasenko · 16 years ago
  72. 97faf53 sleep: make fractional seconds separately selectable in .config by Denis Vlasenko · 16 years ago
  73. 94884eb time: don't segfault with no arguments by Denis Vlasenko · 16 years ago
  74. 0e52541 taskset: fix some careless code in both fancy and non-fancy cases. by Denis Vlasenko · 16 years ago
  75. 4131d85 whitespace fix by Denis Vlasenko · 17 years ago
  76. d38d38e last: fix ctime(ptr) ptr type mismatch by Denis Vlasenko · 17 years ago
  77. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 17 years ago
  78. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 17 years ago
  79. f6efccc man: fix inverted cat/man bool variable by Denis Vlasenko · 17 years ago
  80. fec8b42 man: code shrink by Denis Vlasenko · 17 years ago
  81. 4cbffc0 man: support cat pages too (by Jason Curl <jcurlnews AT arcor.de>) by Denis Vlasenko · 17 years ago
  82. 9835d47 man: fix missed NULL termination of an array by Denis Vlasenko · 17 years ago
  83. fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 17 years ago
  84. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 17 years ago
  85. b111917 - wrap overlong lines by Bernhard Reutner-Fischer · 17 years ago
  86. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 17 years ago
  87. 0a65692 crond: use execlp instead of execl by Denis Vlasenko · 17 years ago
  88. c94d356 sendmail: from Vladimir: by Denis Vlasenko · 17 years ago
  89. 6ea75e2 sendmail: another update from the maintainer by Denis Vlasenko · 17 years ago
  90. b75fe79 stat: pointers are not 0L, they are NULL man: better error handling by Denis Vlasenko · 17 years ago
  91. ce02b15 man: mimic "no manual entry for 'bogus'" message and exitcode by Denis Vlasenko · 17 years ago
  92. f5d8c90 style fixes, no code changes by Denis Vlasenko · 17 years ago
  93. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 17 years ago
  94. 3fe4f98 less: fix a case when regexp matches "" by Denis Vlasenko · 17 years ago
  95. 53354ac libbb: introduce and use print_flags(). by Denis Vlasenko · 17 years ago
  96. 7d60fc1 replace single-char printf's with bb_putchar by Denis Vlasenko · 17 years ago
  97. cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
  98. 62d8503 - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 17 years ago
  99. 30f892a last: code shrink by Denis Vlasenko · 17 years ago
  100. 8e2c9e1 inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com> by Denis Vlasenko · 17 years ago