1. fc18671 makemime: document our current behavior. Tweak help text by Denys Vlasenko · 13 years ago
  2. 3bc4fc5 makemime: content-type should default to application/octet-stream by Denys Vlasenko · 13 years ago
  3. 578b817 sendmail: fix a mistake in previous commit by Denys Vlasenko · 13 years ago
  4. 41fea01 sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 lines by Denys Vlasenko · 13 years ago
  5. a0bef7c hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478 by Denys Vlasenko · 13 years ago
  6. 860491c udhcpc: shrink code by setting xid more economically by Denys Vlasenko · 13 years ago
  7. 1dc80ba libbb.h: add check for bad off_t size detection by Denys Vlasenko · 13 years ago
  8. f59a50e libbb.h: tighten up macro code by Denys Vlasenko · 13 years ago
  9. a092a89 udhcpc6: rudimentary code to export data to script; fix IAADDR parsing by Denys Vlasenko · 13 years ago
  10. 39b2331 mount: resolve hosts to IPs in nfs mounts by Denys Vlasenko · 13 years ago
  11. a86e024 mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+ by Denys Vlasenko · 13 years ago
  12. fae473c mount: support -o noacl by Dave Love · 13 years ago
  13. b9f4cd8 Config: clarify {SHOW,VERBOSE,COMPRESS}_USAGE by Bernhard Reutner-Fischer · 13 years ago
  14. 743edac bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon by Peter Korsgaard · 13 years ago
  15. 7e21f04 udhcpc[6]: tweak help text, remove -B from udhcpc6 and "--version" from both by Denys Vlasenko · 13 years ago
  16. 2b6a6b9 udhcpc6: set hop limit to 1 in emitted raw packets by Denys Vlasenko · 13 years ago
  17. 68c5b28 udhcpc6: fix endianness by Denys Vlasenko · 13 years ago
  18. 9ba7504 udhcpc6: new applet. Not yet functional. by Denys Vlasenko · 13 years ago
  19. 50089fc udhcpc: trim help text, rename badly-named variable by Denys Vlasenko · 13 years ago
  20. 0fd4347 udhcpc: code shrink by Denys Vlasenko · 13 years ago
  21. 3b46fcb udhcpc: remove workaround for bugs in Win98 dhcp server ("MSFT 98" vendor string) by Denys Vlasenko · 13 years ago
  22. d38ca03 udhcpc: reuse string constant; remove unneeded memset(0) by Denys Vlasenko · 13 years ago
  23. 2017d48 udhcpc: deprecate --hostname NAME by Denys Vlasenko · 13 years ago
  24. c0cae52 lineedit: fix build failure by Denys Vlasenko · 13 years ago
  25. 9ce09bc lineedit: add support for M-b, M-f, M-d, M-Backspace by Denys Vlasenko · 13 years ago
  26. 45cdf16 android build system updates by Daniel Fandrich · 13 years ago
  27. f3efd3c rx: code shrink by Denys Vlasenko · 13 years ago
  28. f808e77 rx: Fix file corruption with duplicate blocks by Dan Fandrich · 13 years ago
  29. b5ebe5f mount: handle list of comma-separated fs types in -t option by Karol Lewandowski · 13 years ago
  30. f85554c mount: free commented /etc/filesystems lines when we read it by Denys Vlasenko · 13 years ago
  31. 3b16034 nmeter: fix block i/o count on newer Linux kernels by Denys Vlasenko · 13 years ago
  32. f8a5b79 cttyhack: move /sys/class/tty/console/active check to the front by Denys Vlasenko · 13 years ago
  33. 156840c cttyhack: print detected ctty name when called without parameters by Alexander Shishkin · 13 years ago
  34. bcdae63 testsuite: merge bzcat2.tests into bzcat.tests by Denys Vlasenko · 13 years ago
  35. c0e37b4 testsuite: fix the mishap in the previous commit by Denys Vlasenko · 13 years ago
  36. c531b9a bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. Closes 4393 by Denys Vlasenko · 13 years ago
  37. b076193 modinfo: make it select PLATFORM_LINUX. Closes 4411 by Denys Vlasenko · 13 years ago
  38. e504c24 getty: Hurd has no CBAUD, work around that by Denys Vlasenko · 13 years ago
  39. 83e34ac makemime: fix -a option not taking parameter by Denys Vlasenko · 13 years ago
  40. 8de2e42 syslogd: work around rename() not renaming hardlinks to themselves by Christian Engelmayer · 13 years ago
  41. e6094d9 libbb: shrink base64 decoding a bit by Denys Vlasenko · 13 years ago
  42. 73d249e whitespace fixes by Denys Vlasenko · 13 years ago
  43. 328f27f libbb: split decode_base64 off read_base64 by Leonid Lisovskiy · 13 years ago
  44. ec447c7 libbb.h: remove unused defines by Denys Vlasenko · 13 years ago
  45. e9dc354 getty: fix a minor problem of Ctrl-D not printing '\n' by Denys Vlasenko · 13 years ago
  46. ee320c6 getty: reset tty attrs on Ctrl-C and Ctrl-D too by Denys Vlasenko · 13 years ago
  47. e206a4d getty: add O_NONBLOCK to open which is used to drop ctty by Denys Vlasenko · 13 years ago
  48. a241069 remove duplicate include <sys/swap.h> by Denys Vlasenko · 13 years ago
  49. 9435415 getty: remove now not needed resetting of ALRM to to SIG_DFL by Denys Vlasenko · 13 years ago
  50. 7449e18 getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on timeout by Denys Vlasenko · 13 years ago
  51. ef5a2d7 getty: shrink help text by Denys Vlasenko · 13 years ago
  52. 5dd1f47 stty: trim too verbose error messages (-40 bytes) by Denys Vlasenko · 13 years ago
  53. 17fb598 docs/ctty.htm: add a useful URL to by Denys Vlasenko · 13 years ago
  54. 2af2acf udhcpc: add comment about server IP by Denys Vlasenko · 13 years ago
  55. fbca0c6 udhcpc: in fill_envp, export BOOTP fields first by Denys Vlasenko · 13 years ago
  56. cd4d78f dhcpc: fix the case where we might add extra space at the end of envvar. by Denys Vlasenko · 13 years ago
  57. 1dff672 udhcpc: fix 6rd option formatting (was using 4 more bytes than there is) by Denys Vlasenko · 13 years ago
  58. 42816c2 udhcpc: remove unused argument in sprint_nip6 by Denys Vlasenko · 13 years ago
  59. 7981d79 udhcpc: small code shrink by Denys Vlasenko · 13 years ago
  60. f461385 typo fix in comment by Denys Vlasenko · 13 years ago
  61. 1f56e51 udhcpc: add support for DHCP option 212 (RFC 5969) by Denys Vlasenko · 13 years ago
  62. 2ea73b5 nc: small code shrink by Denys Vlasenko · 13 years ago
  63. 4ea37d6 gen_build_files.sh: simplify "print everything up to INSERT line" part by Denys Vlasenko · 13 years ago
  64. efd08bf gen_build_files: don't pass 200k+ strings as params. Closes 4321 by Denys Vlasenko · 13 years ago
  65. f74f280 get_header_tar: shrink 6->64 sign extension code by Denys Vlasenko · 13 years ago
  66. 9c28fb8 ifupdown: code shrink by Denys Vlasenko · 13 years ago
  67. dd82443 ifupdown: support post-up / pre-down hooks by Peter Korsgaard · 13 years ago
  68. ce8c4cf TODO: all another location with bbox patches (OpenWRT) by Denys Vlasenko · 13 years ago
  69. 5f92043 uudecode: fix buggy check for empty filename by Denys Vlasenko · 13 years ago
  70. 6464f15 udhcpc: on SIGUSR1, limit renew attempts time to 20 seconds; then do total reconfig by Vladislav Grishenko · 13 years ago
  71. 6c9c0a1 udhcp: IF_UDHCP_VERBOSE() macro - improve code readability by Leonid Lisovskiy · 13 years ago
  72. cd06e06 fbsplash: support 8bit mode by Peter Korsgaard · 13 years ago
  73. e4fa7b7 fbsplash: limit progress bar flicker by Peter Korsgaard · 13 years ago
  74. 4c77ad7 pwd: implement -LP if DESKTOP by Denys Vlasenko · 13 years ago
  75. ecccbac inotify: if PROG is -, print events to stdout by Flemming Madsen · 13 years ago
  76. 39ec6a2 patch: make -p count path components, not slashes (think /blah//thing) by Rob Landley · 13 years ago
  77. cc87588 disable strverscmp usage if we build against uClibc-0.9.31 by Oliver Metz · 13 years ago
  78. faf7c62 tftp: mode string is case independent by Denys Vlasenko · 13 years ago
  79. 85b1f29 ps: fix for !FEATURE_PS_LONG build by Cristian Ionescu-Idbohrn · 13 years ago
  80. b64bd16 ps: with -l, show STIME too by Flemming Madsen · 13 years ago
  81. 8d9ac30 ps: add support for -l for !DESKTOP by Denys Vlasenko · 13 years ago
  82. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  83. 45f0a11 mdev: trim overlong comments. No code changes by Denys Vlasenko · 13 years ago
  84. 3eccd7e mdev: don't reparse rules on -s by Denys Vlasenko · 13 years ago
  85. 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
  86. 5c6ba6c mdev: expand --help so that it's actually useful. by Denys Vlasenko · 13 years ago
  87. 34c469a sendmail: don't talk until 220 code is seen. Closes 3487 by Denys Vlasenko · 13 years ago
  88. 0851d12 tail: fix -c +N. Closes 4111 by Denys Vlasenko · 13 years ago
  89. 6d2d652 applet_tables: fix single applet build failure. Closes 4009 by Denys Vlasenko · 13 years ago
  90. 514cbfc syslogd: fix missing newline problen in memory log buffer. Closes 4159 by Denys Vlasenko · 13 years ago
  91. c74a79f chpst: move misplaced comment by Denys Vlasenko · 13 years ago
  92. d18ef6c chpst: simple code shrink by Denys Vlasenko · 13 years ago
  93. 585541e start_stop_daemon: set complementary group ids too. Closes 3253 by Denys Vlasenko · 13 years ago
  94. dd1eb41 suppress "warning: implicit declaration of function 'alloca'" by Denys Vlasenko · 13 years ago
  95. 378ab68 login: new option LOGIN_SESSION_AS_CHILD by Ian Wienand · 13 years ago
  96. a221bc5 sed: better help text by Denys Vlasenko · 13 years ago
  97. f9e07e7 conspy: add framebuffer support, -Q option. by Pascal Bellard · 13 years ago
  98. 74b871f Config: fix wording in help-text by Bernhard Reutner-Fischer · 14 years ago
  99. 13e709c losetup: implement -r option. Closes 4033. by Denys Vlasenko · 13 years ago
  100. dd1061b wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. by Denys Vlasenko · 13 years ago