1. 4f82bdb lpr,lpq: rework by dronnikov AT gmail.com by Denis Vlasenko · 17 years ago
  2. 52feee9 rmdir: optional long options support for Debian users. +68 bytes. by Denis Vlasenko · 17 years ago
  3. 28b2991 watch: shrink (by walter harms <WHarms AT bfs.de>) by Denis Vlasenko · 17 years ago
  4. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  5. d553faf less: small shrink by Denis Vlasenko · 17 years ago
  6. a7259b6 syslogd: small shrink by Denis Vlasenko · 17 years ago
  7. d2172c0 less: make it a bit more resistant against statusline corruption. by Denis Vlasenko · 17 years ago
  8. 3319637 less: update line input so that it doesn't interfere with by Denis Vlasenko · 17 years ago
  9. 8662075 lpr: document options better by Denis Vlasenko · 17 years ago
  10. 32b2a9f small code readability and typo fixes by Denis Vlasenko · 17 years ago
  11. 68444b9 lpr and lpq applets by Walter Harms. by Denis Vlasenko · 17 years ago
  12. 6aa74fc ash: s/ckzmalloc/ckzalloc/ by Denis Vlasenko · 17 years ago
  13. 838ffd5 ash: sprinkle a bit more of zeroed allocations. by Denis Vlasenko · 17 years ago
  14. 2f518b0 httpd: "HEAD" support. Closes bug 1530. by Denis Vlasenko · 17 years ago
  15. 081efd1 corrected English in comment by Denis Vlasenko · 17 years ago
  16. a523e2e udhcp: we were forgetting to set right op byte in tha packet by Denis Vlasenko · 17 years ago
  17. 84da0bf udhcp: make paths configurable syslogd: trivial build fix by Denis Vlasenko · 17 years ago
  18. e376d45 libbb: introduce and use nonblock_safe_read(). Yay! by Denis Vlasenko · 17 years ago
  19. ae86a33 [#1334] exec script for devices even if they dont have device nodes by Mike Frysinger · 17 years ago
  20. 597906c ash: introduce and use stzalloc and ckzalloc. by Denis Vlasenko · 17 years ago
  21. e7b43cf trivial fixes to config system by Denis Vlasenko · 17 years ago
  22. c12d51e ash: fix fallout from "A=1 B=$A; echo $B" code. by Denis Vlasenko · 17 years ago
  23. 624188a microcom: tiny shrink, adding comments by Denis Vlasenko · 17 years ago
  24. 671ca33 init: make it NOMMU-capable httpd: trivial compile fix by Denis Vlasenko · 17 years ago
  25. a58a637 init: fix comments by Denis Vlasenko · 17 years ago
  26. 99a6184 init: HUP should not be temporarily set to "restart", by Denis Vlasenko · 17 years ago
  27. 8617454 fix chat CONFIG_xxx dependencies by Denis Vlasenko · 17 years ago
  28. e935508 chat: now with "svn add" by Denis Vlasenko · 17 years ago
  29. 53ce7f0 findfs,mount: trivial build fix and whitespace fiexs by Denis Vlasenko · 17 years ago
  30. 431a7c9 tar: optional autodetection of gz/bz2 compressed tarballs. by Denis Vlasenko · 17 years ago
  31. a37e713 init: fix bug 1111: restart actions were not splitting words: by Denis Vlasenko · 17 years ago
  32. 92657d4 syslogd: tighten up hostname handling. by Denis Vlasenko · 17 years ago
  33. e8419c9 tail: fix "tail -c 20 /dev/huge_disk" (was taking ages) by Denis Vlasenko · 17 years ago
  34. 5233cd3 chat: new applet by dronnikov AT gmail.com. With all options on: by Denis Vlasenko · 17 years ago
  35. 6f04391 lineedit: tiny shrink by Denis Vlasenko · 17 years ago
  36. de7684a support for mount by label (not yet tested) by Denis Vlasenko · 17 years ago
  37. 27dd495 - fix open(creat) without a mode by Bernhard Reutner-Fischer · 17 years ago
  38. b413368 mount: with -vv -f, say what mount() calls we were going to make by Denis Vlasenko · 17 years ago
  39. f732e96 mount: optional support for -vv verbosity mount: do "struct globals" trick by Denis Vlasenko · 17 years ago
  40. c9ca0a3 mount: recognize "dirsync" (closes bug 835) by Denis Vlasenko · 17 years ago
  41. 5624473 whitespace fixes by Denis Vlasenko · 17 years ago
  42. 5429636 dos2unix: shrink by Denis Vlasenko · 17 years ago
  43. 03b4c14 crontab: stop using remove() - use unlink() instead by Denis Vlasenko · 17 years ago
  44. b3b0753 dpkg: fix bug where existence check was reversed by Denis Vlasenko · 17 years ago
  45. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  46. ffae845 microcom: maintainer update by Denis Vlasenko · 17 years ago
  47. b1d8e7d mount: make -f work even without mtab support by Denis Vlasenko · 17 years ago
  48. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  49. 7fc294c crontab: clear env if run by non-root, so that we can use PATH now by Denis Vlasenko · 17 years ago
  50. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
  51. 1e18f1b ifupdowm: shrink by Denis Vlasenko · 17 years ago
  52. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  53. 069e347 crontab: almost complete rewrite by Denis Vlasenko · 17 years ago
  54. cd5c61c ifupdown: code shrink by Denis Vlasenko · 17 years ago
  55. 753f42a adduser: optional support for long options. +110 bytes. closes bug 2134. by Denis Vlasenko · 17 years ago
  56. 0e6f661 ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. by Denis Vlasenko · 17 years ago
  57. 977bc6a we need to pass back the rtc device name that was actually used so that we can turn around and check its sysfs status by Mike Frysinger · 17 years ago
  58. ea91536 fix build failure when long opts are enabled by Mike Frysinger · 17 years ago
  59. 6b160e4 split some rtc funcs out of hwclock and into an rtc header/lib so that the new rtcwake applet as well as hwclock can utilize the same code by Mike Frysinger · 17 years ago
  60. be7d2a8 sendmail is lexically after selinux, so fix the order by Mike Frysinger · 17 years ago
  61. 25cd7fd add a test case for usage strings to catch people forgetting to add trailing escape in middle of usage by Mike Frysinger · 17 years ago
  62. 1e47c42 fix microcom usage by Mike Frysinger · 17 years ago
  63. e00e502 tar: real support for -p. +200 if selected. by Denis Vlasenko · 17 years ago
  64. 39487e2 libbb: filename completion should match dangling symlinks too by Denis Vlasenko · 17 years ago
  65. 94e87bc ash: explain why "set -o BOGUS" doesn't abort by Denis Vlasenko · 17 years ago
  66. 28bf671 ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar; fi' work by Denis Vlasenko · 17 years ago
  67. f1d93ec build system: pass CFLAGS to link stage too (closes bug 1376) by Denis Vlasenko · 17 years ago
  68. b2e578a umount: instead of non-standard -D, use -d with opposite meaning by Denis Vlasenko · 17 years ago
  69. 773f671 typo fix by Denis Vlasenko · 17 years ago
  70. 12c0622 tar: do "short EOF" compat only if CONFIG_DESKTOP. by Denis Vlasenko · 17 years ago
  71. b5ee8db add ',' and 'gg' commands (patch from Leo Jay) by Paul Fox · 17 years ago
  72. 65eb550 reinstate redir.tests with correct perms by Denis Vlasenko · 17 years ago
  73. 81887e2 ash: add a testcase for recently fixed signal bug by Denis Vlasenko · 17 years ago
  74. 23ffb6a tar: compat: handle tarballs with only one zero block at the end by Denis Vlasenko · 17 years ago
  75. 6dd03f0 switch_root: stop at first non-option. Closes bug 1425. by Denis Vlasenko · 17 years ago
  76. 87cf2ee tar: move FNM_LEADING_DIR #define to tar.c - no other users. Closes bug 1332. by Denis Vlasenko · 17 years ago
  77. d5fe880 cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470 by Denis Vlasenko · 17 years ago
  78. 9d96af2 mkswap: fix help text to not lie about supported options. by Denis Vlasenko · 17 years ago
  79. 3b92eaa sort: -z outputs NUL terminated lines. Closes bug 1591. by Denis Vlasenko · 17 years ago
  80. 75cddd8 syslogd: send '\n'-terminated messages over the network. by Denis Vlasenko · 17 years ago
  81. 0a4624a build system: don't use -o /dev/null, old gcc can delete /dev/null! by Denis Vlasenko · 17 years ago
  82. 59bb4a4 website: add direct links to every last stable release tarball by Denis Vlasenko · 17 years ago
  83. 7c5258b website: fix English by Denis Vlasenko · 17 years ago
  84. 3d3d698 Announce 1.9.1 by Denis Vlasenko · 17 years ago
  85. fee2d0c msh: stop trying to parse variables in "msh SCRIPT VAR=val param". by Denis Vlasenko · 17 years ago
  86. 7e49752 msh: instead of fixing "ls | cd", "cd | ls" etc just disallow by Denis Vlasenko · 17 years ago
  87. e26b278 ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment. by Denis Vlasenko · 17 years ago
  88. 648b44f msh: shrink, mainly by using smallints by Denis Vlasenko · 17 years ago
  89. a5f2cd3 msh: do not run pipes where last command is a builtin by Denis Vlasenko · 17 years ago
  90. fc21305 httpd: fix bug where we did chdir("") if CGI path had only one "/". by Denis Vlasenko · 17 years ago
  91. f536b99 - shrink a tiny bit (-30Bytes) by Bernhard Reutner-Fischer · 17 years ago
  92. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  93. 8317799 hush: die_sllep needs restoring only if job control is on by Denis Vlasenko · 17 years ago
  94. 08126f6 hush: close-on-exec interactive_fd by Denis Vlasenko · 17 years ago
  95. 459a5ad hush: set CLOEXEC on script file being executed by Denis Vlasenko · 17 years ago
  96. 4ecfcdc hush: fix the comment by Denis Vlasenko · 17 years ago
  97. c04163a hush: reset die_sleep to 0 in child after fork by Denis Vlasenko · 17 years ago
  98. 04e11c9 getpot: add support for "a+" specifier for nonnegative int parameters. by Denis Vlasenko · 17 years ago
  99. 9304d6e microcom: read more than 1 byte from device, if possible by Denis Vlasenko · 17 years ago
  100. 991a1da ash: fix "orwell bug" 1984. Testcase: by Denis Vlasenko · 17 years ago