1. 11e61d5 uudecode: tweak help text by Denys Vlasenko · 13 years ago
  2. fa737ce uuencode: tweak help text by Denys Vlasenko · 13 years ago
  3. 547ee79 ntpd: fix a case when discipline_jitter = 0 if we step by Denys Vlasenko · 13 years ago
  4. b3439d4 cp: trim help text by Denys Vlasenko · 13 years ago
  5. bb9254a du: trim help text a bit more by Denys Vlasenko · 13 years ago
  6. 81b6bf1 du: remove stray whitespace in help text by Denys Vlasenko · 13 years ago
  7. 132b044 ntpd: experimental code to correct frequency a bit more aggressively by Denys Vlasenko · 13 years ago
  8. e8cfc3f blkid: if parameters are given, do not scan /dev by Denys Vlasenko · 13 years ago
  9. 97e5281 ntpd: fix the "are we a server" check in previous commit by Denys Vlasenko · 13 years ago
  10. e8ce285 ntpd: avoid printing messages between send and recv. good for fast networks by Denys Vlasenko · 13 years ago
  11. b124c34 ntpd: log clock drift with three digits after decimal point by Denys Vlasenko · 13 years ago
  12. 74584b8 ntpd: log jitter on update too; increase assumed clock precision x2 - to 2ms by Denys Vlasenko · 13 years ago
  13. 03a99e3 date: extend help text to explain compat date format. Closes 4820 by Denys Vlasenko · 13 years ago
  14. 3ac066c fbsplash: use line_length instead of xres * bytes_per_pixel by Yin Kangkai · 13 years ago
  15. 62c006d libbb/procps.c: make fast_strtoul_10() stop on '\n' too by Denys Vlasenko · 13 years ago
  16. cd09e81 grep: support for -x, match whole line by Natanael Copa · 13 years ago
  17. 0b170e6 libbb/procps.c: make fast_strtoul_10() stop on '\n' too by Denys Vlasenko · 13 years ago
  18. 694738f du: use long long for size field by Ian Wienand · 13 years ago
  19. fc4ebd0 ntpd: fix offset adjustment after step; better step printing by Denys Vlasenko · 13 years ago
  20. 16c52a5 ntpd: increase OPT_qq constant to not collide with -L by Denys Vlasenko · 13 years ago
  21. 6111f96 tar: add support for PAX-encoded path=LONGFILENAME by Denys Vlasenko · 13 years ago
  22. af36ba2 mkdir: fix permissions on 64-bit platforms by Timo Teras · 13 years ago
  23. cfcb1da ifupdown: support metric for static default gw by Natanael Copa · 13 years ago
  24. 8cce1b3 httpd: make byte ranges which start at 0 work too. Closes 4766 by Denys Vlasenko · 13 years ago
  25. b2d6688 modprobe-small: add comment about aliased commands' help text by Denys Vlasenko · 13 years ago
  26. 5a5db93 depmod: supply help text by Lauri Kasanen · 13 years ago
  27. 817c230 getopt: trim help text by Denys Vlasenko · 13 years ago
  28. d022250 applets_sh/*: Add a few more examples of "shell applets" by Pere Orga · 13 years ago
  29. 594db1e getopt: simple code shrink; expand help text by Denys Vlasenko · 13 years ago
  30. 9106107 Make unix (local) sockets work without IPv6 enabled by Jonh Wendell · 13 years ago
  31. 638dbc3 mdev: add a comment. no code changes by Denys Vlasenko · 13 years ago
  32. bbf1e3c acpid: do not install handlers for fatal signals by Denys Vlasenko · 13 years ago
  33. 6e9d047 cttyhack: handle multiple consoles found in sysfs by Aaro Koskinen · 13 years ago
  34. ef43bea httpd: fix sendfile of files larger than 2 Gb. Closes 4754 by Denys Vlasenko · 13 years ago
  35. 9ec3cd4 tweak comment, no code changes by Denys Vlasenko · 13 years ago
  36. 35def51 httpd: fix MD5-encrypted-in-httpd.conf password logic by Denys Vlasenko · 13 years ago
  37. 428bd2d modprobe: accept -b even if blacklist functionality is disabled by Felipe Contreras · 13 years ago
  38. c0657e0 vi: add ":prev" command support by Dennis Groenen · 13 years ago
  39. 800a9a0 vi: move mark[i] pointers if text[] moves after realloc by Denys Vlasenko · 13 years ago
  40. 7eaa037 login: -f should not ask for password even with PAM by Sergey Naumov · 13 years ago
  41. da2b2da init: add a segv debugging aid, disabled by default by Denys Vlasenko · 13 years ago
  42. 1c7724b gen_build_files.sh: exclude hidden directories by Paulius Zaleckas · 13 years ago
  43. e8758ea mdev: fix wrong sizeof by Javier Viguera · 13 years ago
  44. c158601 bootchartd: add process accounting feature by Quentin Casasnovas · 13 years ago
  45. ce4f39a find_mount_point: fix find_mount_point for char devices by Javier Viguera · 13 years ago
  46. fdd0b3b vconfig: fix help text; small code shrink. Closes 4658 by Denys Vlasenko · 13 years ago
  47. 6e8861b *: better comments on termios manipulations. No code changes. by Denys Vlasenko · 13 years ago
  48. 7ce209b shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR] by Denys Vlasenko · 13 years ago
  49. d29ae7e sed: fix possible case of signed char bug; expand debugging printouts by Denys Vlasenko · 13 years ago
  50. 7550201 mke2fs: do not zero out first kilobyte. Closes 3247 by Denys Vlasenko · 13 years ago
  51. 499597d mdev: do not treat non-leading '#' chars as start of comment. Closes 4676 by Denys Vlasenko · 13 years ago
  52. 982fdaf acpid: close fds which are reported as dead (POLLERR/POLLHUP/POLLNVAL) by poll. by Denys Vlasenko · 13 years ago
  53. d45efd3 passwd,cryptpw: make default encryption algorithm configurable by Denys Vlasenko · 13 years ago
  54. 3e0c428 Move include <shadow.h> close to pwd.h and grp.h includes by Denys Vlasenko · 13 years ago
  55. a76dd50 Move Adroid endgrent() and endpwent() NOPS to libbb.h by Denys Vlasenko · 13 years ago
  56. acdb004 libpwdgrp/pwd_grp.c: use same static buffer for all getpwXX functions by Denys Vlasenko · 13 years ago
  57. 2e55404 libpwdgrp/pwd_grp.c: set opened /etc/{passwd,group,shadow} fds CLOEXEC by Denys Vlasenko · 13 years ago
  58. 6b64a26 platform.h: define endgrent() and endpwent() as no-ops on Android by Denys Vlasenko · 13 years ago
  59. ba65872 libbb/bb_strtonum: always set end ptr, even on error return by Denys Vlasenko · 13 years ago
  60. 6a93212 kill: fix segfault in arguments parsing by Alexey Fomenko · 13 years ago
  61. 83f103b ash: in standalone mode, search in $PATH if /proc/self/exe doesn't exist by Denys Vlasenko · 13 years ago
  62. 3365e9f makemime: tweak help text: -a HDR can be repeated by Denys Vlasenko · 13 years ago
  63. 03419aa httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used by Denys Vlasenko · 13 years ago
  64. 93b4a60 wget: fix use-after-free on redirect by Denys Vlasenko · 13 years ago
  65. f282c6b libbb: remove is_directory's argument which is always NULL by Denys Vlasenko · 13 years ago
  66. f85bd1a httpd: remove redundant NULL assignment and save one strrchr. -8 bytes by Denys Vlasenko · 13 years ago
  67. ee0f444 udhcp: finish support of classless static routes (now the correct patch!) by Michael McTernan · 13 years ago
  68. 7b57ff4 udhcp: finish support of classless static routes by Michael McTernan · 13 years ago
  69. be2a557 vconfig: remove /proc/net/vlan/config check by Paulius Zaleckas · 13 years ago
  70. b05cd6b httpd: fix /../ sanitization (had one extra semicolon). rewrote it by Denys Vlasenko · 13 years ago
  71. cda6ea9 ash: document bash's exit code too. No code changes by Denys Vlasenko · 13 years ago
  72. 2bef526 ash: add comment about bash's ENOEXEC handling. No code changes by Denys Vlasenko · 13 years ago
  73. d6f5000 *: style fixes. no code changes by Denys Vlasenko · 13 years ago
  74. 454fe29 ifupdown: remove interface from state_list if iface_up fails by Lauri Hintsala · 13 years ago
  75. 1b41b33 configs/android_defconfig: update by Daniel Fandrich · 13 years ago
  76. fdf514f touch: add new option FEATURE_TOUCH_SUSV3 by walter harms · 13 years ago
  77. 3ef3cc5 touch: document -t DT option in help text by Denys Vlasenko · 13 years ago
  78. 7280d20 udhcpc: sanitize hostnames in incoming packets. Closes 3979. by Denys Vlasenko · 13 years ago
  79. 53782d9 iproute: fix help text by Denys Vlasenko · 13 years ago
  80. 2f8ccc1 blkid: make help text show [BLOCKDEV]... by Denys Vlasenko · 13 years ago
  81. c3375f0 volume_id/get_devname: trivial code shrink by Denys Vlasenko · 13 years ago
  82. b8ff935 suppress a "integer overflow in expression" waring on big endian. Closes 4405 by Denys Vlasenko · 13 years ago
  83. 5560e1a Fix link failure on some platforms when PAM is enabled by Tristan Schmelcher · 13 years ago
  84. ef7aa46 init: code shrink -4 bytes by Denys Vlasenko · 13 years ago
  85. beb860a init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing. by Denys Vlasenko · 13 years ago
  86. 0fa3e5f httpd: small fixes to previous change by Pascal Bellard · 13 years ago
  87. 7291755 httpd: make it possible to use system passwords for auth by Pascal Bellard · 13 years ago
  88. 901365f old_e2fsprogs/blkid: close the fd after we are done with it by Denys Vlasenko · 13 years ago
  89. 1fd7129 vi: fix [end] key handling by Denys Vlasenko · 13 years ago
  90. 65a1ee9 rx: fix file corruption on block checksum failure by Daniel Fandrich · 13 years ago
  91. d2277e2 nommu: fix cases where we mangle argv[0][0] by Denys Vlasenko · 13 years ago
  92. fcb9e07 Added a few more features to android_defconfig by Daniel Fandrich · 13 years ago
  93. 5f118ff Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox by Denys Vlasenko · 13 years ago
  94. fc18671 makemime: document our current behavior. Tweak help text by Denys Vlasenko · 13 years ago
  95. 3bc4fc5 makemime: content-type should default to application/octet-stream by Denys Vlasenko · 13 years ago
  96. 578b817 sendmail: fix a mistake in previous commit by Denys Vlasenko · 13 years ago
  97. 41fea01 sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 lines by Denys Vlasenko · 13 years ago
  98. a0bef7c hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478 by Denys Vlasenko · 13 years ago
  99. 860491c udhcpc: shrink code by setting xid more economically by Denys Vlasenko · 13 years ago
  100. 1dc80ba libbb.h: add check for bad off_t size detection by Denys Vlasenko · 13 years ago