1. 8512862 tar: fix a case where glibc detects bogus buffer overrun by Denis Vlasenko · 17 years ago
  2. 7e3a5f5 dmesg,klogd: make code more readable by Denis Vlasenko · 17 years ago
  3. 7c2db5c - use standard-imposed constants some more by Bernhard Reutner-Fischer · 17 years ago
  4. a702457 - remove most of the forward declarations. No obj-code changes. by Bernhard Reutner-Fischer · 17 years ago
  5. e897988 - add note about SUSv3 missing options. by Bernhard Reutner-Fischer · 17 years ago
  6. 01cd957 who: add -a (by Tito) by Denis Vlasenko · 17 years ago
  7. a6899c3 lash: fix compile-time warning by Denis Vlasenko · 17 years ago
  8. 6d38dc3 df: add -a df: don't special case rootfs and /dev/root by Denis Vlasenko · 17 years ago
  9. f430cdb df: add -i (conditional on CONFIG) uasge: trim a bit by Denis Vlasenko · 17 years ago
  10. 1fe4e9e cosmetic change in message text by Denis Vlasenko · 17 years ago
  11. ae6bf96 bad syntax error should go to stderr by Paul Fox · 17 years ago
  12. 9d6c469 Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have: by Denis Vlasenko · 17 years ago
  13. 8d0a734 tr: more of code shrink (getopt32-ification) by Denis Vlasenko · 17 years ago
  14. 3d46167 tr: better comments, small code shrink by Denis Vlasenko · 17 years ago
  15. a89d50f tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>) by Denis Vlasenko · 17 years ago
  16. 130f559 trylink: accomodate older versions of ld by Denis Vlasenko · 17 years ago
  17. 05c8c4f who: code shrink by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  18. 72cc964 add sed mini-doc by Denis Vlasenko · 17 years ago
  19. 4027664 sed: support GNU-like '\t' escape in substitutions by Denis Vlasenko · 17 years ago
  20. 6df9e3c inetd: revert bogus fix for bug 1562; shrink inetd a bit by Denis Vlasenko · 17 years ago
  21. 059c917 open_transformer: do not duplicate "<program> -cf -" by Denis Vlasenko · 17 years ago
  22. 4bfb84d gzip: fix a case where tar xzf fails (we use uninitialized fd) by Denis Vlasenko · 17 years ago
  23. e5569cb who: fix wrong date/time field size by Denis Vlasenko · 17 years ago
  24. 40702da Announce 1.8.1 by Denis Vlasenko · 17 years ago
  25. f6ccc62 init: fix bug 1584: improper check for fork error by Denis Vlasenko · 17 years ago
  26. 5cc6459 umount: stop using excessive aounts of stack. Surprisingly, by Denis Vlasenko · 17 years ago
  27. 73cb1fd lineedit: stop using both data/bss and tons of stack. by Denis Vlasenko · 17 years ago
  28. e7fca51 *: remove superfluous "?" in option parsing by Denis Vlasenko · 17 years ago
  29. b4f608d readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too small by Denis Vlasenko · 17 years ago
  30. d031b20 syslogd: support "symlink to symlink" for /dev/log; reduce stack usage by Denis Vlasenko · 17 years ago
  31. 9bd8d0c - commentary fixes by Bernhard Reutner-Fischer · 17 years ago
  32. 599bbfb xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths, by Paul Fox · 17 years ago
  33. abbd363 xreadlink: code shrink udhcp: add missing tryagain member to client_config by Denis Vlasenko · 17 years ago
  34. 53bd401 follow symlinks to find the true passwd file before updating. by Paul Fox · 17 years ago
  35. 459a2ba new xmalloc_readlink_follow() routine to fully expand trailing symlinks by Paul Fox · 17 years ago
  36. 49cce2b add "-A N" / "--tryagain=N" option to client, to allow altering the by Paul Fox · 17 years ago
  37. 6e1b62b flush typeahead before prompt by Paul Fox · 17 years ago
  38. a29a5e4 login: fix PAM login (was unable to complete Kerberos login) by Denis Vlasenko · 17 years ago
  39. cb12cb2 modprobe: fix a bug where we were entering endless loop by Denis Vlasenko · 17 years ago
  40. 5281630 login: clear dangerous environment variables if started by non-root by Denis Vlasenko · 17 years ago
  41. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  42. 1bec1b9 telnet: use poll, it's shorter *: style fixes by Denis Vlasenko · 17 years ago
  43. cd0fbb5 unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Document that... by Denis Vlasenko · 17 years ago
  44. ef66d75 insmod: make error reporting less verbose by Denis Vlasenko · 17 years ago
  45. 018b155 telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) by Denis Vlasenko · 17 years ago
  46. cb98163 change safety check on zip header to allow for extra length, and by Paul Fox · 17 years ago
  47. f8b21d0 swaponoff: prevent arithmetic overflow (spotted by Paul Fox <pgf@brightstareng.com>) by Denis Vlasenko · 17 years ago
  48. 15c3885 fix incorrect text of link-time error message. No code changes by Denis Vlasenko · 17 years ago
  49. 9fcd799 webpage: fix typo, remove inconsistent trailing dots by Denis Vlasenko · 17 years ago
  50. 3a3e50e update screenshot by Denis Vlasenko · 17 years ago
  51. 6cee58e Announce 1.8.0 by Denis Vlasenko · 17 years ago
  52. 360362d docs: fix new-applet-HOWTO.txt, delete ipv4_ipv6.txt (it's obsolete) by Denis Vlasenko · 17 years ago
  53. 0620034 Announce 1.7.3 on website by Denis Vlasenko · 17 years ago
  54. bfc3d82 ifconfig: code shrink by Denis Vlasenko · 17 years ago
  55. 6810236 grep: fix -Fo by Denis Vlasenko · 17 years ago
  56. b68979a insmod: code shrink, stop exporting insmod_ng_main. by Denis Vlasenko · 17 years ago
  57. 9d1afdb inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov) by Denis Vlasenko · 17 years ago
  58. 9130340 hdparm: code shrink by Denis Vlasenko · 17 years ago
  59. d059ddc e2fsprogs: code shrink by Denis Vlasenko · 17 years ago
  60. 1641d61 - fix typo in helptext by Bernhard Reutner-Fischer · 17 years ago
  61. 968dbf9 minor fix in comment, no code changes by Denis Vlasenko · 17 years ago
  62. dfc0740 ll_types.c: optimize link type table, make it conditional by Denis Vlasenko · 17 years ago
  63. 15ca51e appletlib.c: make it actally follow _BB_SUID_ALWAYS rules by Denis Vlasenko · 17 years ago
  64. 5a28a25 syscall: code shrink by Denis Vlasenko · 17 years ago
  65. 63430ae mount: size-optimize mount_options[] and nfs_errtbl[] by Denis Vlasenko · 17 years ago
  66. a59f435 ash: if tcgetattr(stdin) fails, don't mess with tcsetattr by Denis Vlasenko · 17 years ago
  67. 7ab5e3d svlogd: fix compat problem: svlogd -tt should timestanp stderr too by Denis Vlasenko · 17 years ago
  68. 78ee7c8 httpd: fix trivial bug (spotted by Alex Landau) by Denis Vlasenko · 17 years ago
  69. 6fa3ab3 bzip2: make -d actually work by Denis Vlasenko · 17 years ago
  70. e5387a0 bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C. by Denis Vlasenko · 17 years ago
  71. 037576d read_line_input: fix it to not do any fancy editing if echoing is disabled. by Denis Vlasenko · 17 years ago
  72. 99014e8 more fixes for help text wrt long options by Denis Vlasenko · 17 years ago
  73. a03945a website: add link to "No ifup" document by Denis Vlasenko · 17 years ago
  74. 2edbc2a ping: fix breakage from -I fix by Denis Vlasenko · 17 years ago
  75. aa7a888 kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
  76. 85ff862 mkswap: selinux support by KaiGai Kohei <kaigai@ak.jp.nec.com> by Denis Vlasenko · 17 years ago
  77. 1a7afb4 paing: make -I ethN work too (-I addr already worked) by Denis Vlasenko · 17 years ago
  78. fcc5696 unzip: add a comment explaining why we don't die by Denis Vlasenko · 17 years ago
  79. bc7c5d0 unzip: fix endianness bugs by Denis Vlasenko · 17 years ago
  80. 34cd7af httpd: free big buffer after use; improve grep-ability of 'headers' variable by Denis Vlasenko · 17 years ago
  81. f74194e xatonum.h: add comment by Denis Vlasenko · 17 years ago
  82. 0363078 more of usage text fixes wrt long options by Denis Vlasenko · 17 years ago
  83. 73e5ed2 exclude --longopts from usage texts if those are disabled by Denis Vlasenko · 17 years ago
  84. 740eae0 snv add setsebool by Denis Vlasenko · 17 years ago
  85. e87b868 telnetd: make sure telnetd -K exits if child dies by Denis Vlasenko · 17 years ago
  86. 9e23767 telnetd: trivial optimization by Denis Vlasenko · 17 years ago
  87. 0de37e1 ash: use fdprintf, not dprintf. *: trailing whitespace removed by Denis Vlasenko · 17 years ago
  88. 31acd1b bzip2: more of code shrink by Denis Vlasenko · 17 years ago
  89. 16e74b7 another fix for build failure found by randomconfig by Denis Vlasenko · 17 years ago
  90. aff3a30 even more fixes from randomconfig runs by Denis Vlasenko · 17 years ago
  91. 5576136 fixes revealed by randomconfig run by Denis Vlasenko · 17 years ago
  92. 23c8128 telnetd: fix comment by Denis Vlasenko · 17 years ago
  93. f472b23 telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de> by Denis Vlasenko · 17 years ago
  94. 686b0ef bzip2: move state pointer to the offset 0 (smaller code) by Denis Vlasenko · 17 years ago
  95. 008eda2 bzip2: make -s equivalent to -2 (compatible with standard bzip2) by Denis Vlasenko · 17 years ago
  96. 2450c45 telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistence by Denis Vlasenko · 17 years ago
  97. 10916c5 telnetd: document bug in remove_iacs. reinstate band-aid by Denis Vlasenko · 17 years ago
  98. 59d7c43 telnetd: some simplifications and better error hadling. by Denis Vlasenko · 17 years ago
  99. d898b86 bzip2: update help text by Denis Vlasenko · 17 years ago
  100. b6ccd32 bzip2: implement -1..-9 command line flags by Denis Vlasenko · 17 years ago