1. 70fc8c1 su: do not change to home dir unless -l by Pascal Bellard · 13 years ago
  2. 0ccae4d Add comments in keyboard escape sequences table by Denys Vlasenko · 13 years ago
  3. c9677ed libbb: add missing_syscalls.c: for now, only Android syscalls by Tias Guns · 13 years ago
  4. 02112d8 unzip: ignore chmod errors by Natanael Copa · 13 years ago
  5. 02b8b9b busybox: tweak help text and copyright year by Denys Vlasenko · 13 years ago
  6. 44642d1 ln: support -T and -v by Simon B · 13 years ago
  7. 556ac36 get_linux_version_code: don't fail on Linux version strints like "3.0-foo" by Andreas Oberritter · 13 years ago
  8. 576b1d3 sendmail: use host rather than NIS domain name for HELO by Ron Yorston · 13 years ago
  9. deee356 lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=y by Dennis Groenen · 13 years ago
  10. 56443cd whitespace fixes by Denys Vlasenko · 13 years ago
  11. 8cab667 fix build breakage found by randconfig by Denys Vlasenko · 13 years ago
  12. ba88826 busybox: tweak help text by Denys Vlasenko · 13 years ago
  13. 0687a5b libbb: make xchroot do a chdir("/") after chroot by Denys Vlasenko · 13 years ago
  14. 5965507 preparatory cleanups for seamless uncompression improvements by Denys Vlasenko · 13 years ago
  15. 62c006d libbb/procps.c: make fast_strtoul_10() stop on '\n' too by Denys Vlasenko · 13 years ago
  16. 0b170e6 libbb/procps.c: make fast_strtoul_10() stop on '\n' too by Denys Vlasenko · 13 years ago
  17. 9106107 Make unix (local) sockets work without IPv6 enabled by Jonh Wendell · 13 years ago
  18. 9ec3cd4 tweak comment, no code changes by Denys Vlasenko · 13 years ago
  19. ce4f39a find_mount_point: fix find_mount_point for char devices by Javier Viguera · 13 years ago
  20. 7ce209b shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR] by Denys Vlasenko · 13 years ago
  21. 499597d mdev: do not treat non-leading '#' chars as start of comment. Closes 4676 by Denys Vlasenko · 13 years ago
  22. ba65872 libbb/bb_strtonum: always set end ptr, even on error return by Denys Vlasenko · 13 years ago
  23. f282c6b libbb: remove is_directory's argument which is always NULL by Denys Vlasenko · 13 years ago
  24. a0bef7c hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478 by Denys Vlasenko · 13 years ago
  25. 743edac bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon by Peter Korsgaard · 13 years ago
  26. c0cae52 lineedit: fix build failure by Denys Vlasenko · 13 years ago
  27. 9ce09bc lineedit: add support for M-b, M-f, M-d, M-Backspace by Denys Vlasenko · 13 years ago
  28. e6094d9 libbb: shrink base64 decoding a bit by Denys Vlasenko · 13 years ago
  29. 73d249e whitespace fixes by Denys Vlasenko · 13 years ago
  30. 328f27f libbb: split decode_base64 off read_base64 by Leonid Lisovskiy · 13 years ago
  31. ec447c7 libbb.h: remove unused defines by Denys Vlasenko · 13 years ago
  32. 7449e18 getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on timeout by Denys Vlasenko · 13 years ago
  33. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  34. 74b871f Config: fix wording in help-text by Bernhard Reutner-Fischer · 14 years ago
  35. 13e709c losetup: implement -r option. Closes 4033. by Denys Vlasenko · 13 years ago
  36. dd1061b wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. by Denys Vlasenko · 13 years ago
  37. 522041e regularize options which control size/speed trade by Denys Vlasenko · 13 years ago
  38. 0d0260f inet_cksum: big-endian fix by Denys Vlasenko · 13 years ago
  39. 9289935 Fix compile breakage by Denys Vlasenko · 13 years ago
  40. e8f3633 networking: consolidate the IP checksum code. -129 bytes. by Baruch Siach · 13 years ago
  41. e45af7a lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator by Denys Vlasenko · 13 years ago
  42. bede215 lineedit: add support for history saving on exit by Denys Vlasenko · 13 years ago
  43. 4840ae8 lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling by Denys Vlasenko · 13 years ago
  44. 2390109 top: fix CPU% for thread display. Closes 4081 by Denys Vlasenko · 13 years ago
  45. 2491511 Fixes for warnings in FreeBSD build by Denys Vlasenko · 13 years ago
  46. 1285437 Fixes for FreeBSD build by Matthias Andree · 13 years ago
  47. d84b175 Bump version to 1.19.0, update copyright year in help message by Denys Vlasenko · 13 years ago 1_19_0
  48. b47b3ce randomconfig fixes by Denys Vlasenko · 13 years ago
  49. 7485086 die_if_bad_username: tighten up a bit by Denys Vlasenko · 13 years ago
  50. 4e552a7 less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. by Denys Vlasenko · 13 years ago
  51. a669eca libbb/lineedit: implement optional Ctrl-R history search by Denys Vlasenko · 13 years ago
  52. 8f6ce09 a few tweaks for bionic by Denys Vlasenko · 13 years ago
  53. 4dc35fb platform.h: tweaks for cygwin by Denys Vlasenko · 13 years ago
  54. 0a5b310 platform.c: provide getline implementation by Timo Teras · 13 years ago
  55. adcabf3 parse_config: use getline. BIG speedup with glibc (~40%). by Timo Teras · 13 years ago
  56. 5331e38 libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835. by Denys Vlasenko · 14 years ago
  57. 12ac628 procps: remove PSSCAN_STAT define, users were using it incorrectly by Denys Vlasenko · 14 years ago
  58. 3a64936 parse_config: make test applet easier to enable; fix its code by Denys Vlasenko · 14 years ago
  59. a1a4483 libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation by Denys Vlasenko · 14 years ago
  60. fe86d6b appletlib.c: do not use PAGE_SIZE for malloc tweaking by Denys Vlasenko · 14 years ago
  61. 2f57691 only compile obscure.c when needed by Dan Fandrich · 14 years ago
  62. 488dd70 fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775 by Denys Vlasenko · 14 years ago
  63. b24ef03 find: cater for libc w/o FNM_CASEFOLD by Denys Vlasenko · 14 years ago
  64. 232ebaa lineedit: fix rare SEGV; mark a few FIXMEs by Alexey Fomenko · 14 years ago
  65. ea137aa warning removal by Cristian Ionescu-Idbohrn · 14 years ago
  66. 351fec3 busybox.conf: code shrink by Denys Vlasenko · 14 years ago
  67. d83aff1 busybox.conf: USER.GROUP is _optional_ by Denys Vlasenko · 14 years ago
  68. 3770b6b main: make busybox.conf mode handling less obscure by Denys Vlasenko · 14 years ago
  69. 9be4702 main: free suid_config list after use by Denys Vlasenko · 14 years ago
  70. 4566e17 simplify parsing of /etc/busybox.conf by Denys Vlasenko · 14 years ago
  71. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 14 years ago
  72. 12a4327 adduser: safe username passing to passwd/addgroup by Denys Vlasenko · 14 years ago
  73. 80542ba hush: make read builtin interruptible. by Denys Vlasenko · 14 years ago
  74. 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 14 years ago
  75. 47061b4 straighten out dprintf/fdprintf mess; remove old "define lchown chown" by Denys Vlasenko · 14 years ago
  76. 0288b27 small fixes atop syslog config patch by Denys Vlasenko · 14 years ago
  77. b0b8884 Fix double words in comments. No code changes by Marek Polacek · 14 years ago
  78. c13ee8c basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argument by Denys Vlasenko · 14 years ago
  79. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  80. ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 14 years ago
  81. e3d8d07 small fix for HISTFILESIZE by Denys Vlasenko · 14 years ago
  82. 2c4de5b ash,hush: optional support for $HISTFILESIZE. by Denys Vlasenko · 14 years ago
  83. 353680a lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=y by Denys Vlasenko · 14 years ago
  84. 20704f0 ash,hush: recheck LANG before every line input by Denys Vlasenko · 14 years ago
  85. 7f4b769 don't call freeaddinfo(NULL) by Vitaly Magerya · 14 years ago
  86. 5c94271 busybox: fail if --install is not given an absolute path by Denys Vlasenko · 14 years ago
  87. 8345b2b libbb: make warning go away by Denys Vlasenko · 14 years ago
  88. f8416dc forgot to add libbb/get_shell_name.c by Denys Vlasenko · 14 years ago
  89. bd74e3d libbb/login/su: do not sanitize shell name twice by Denys Vlasenko · 14 years ago
  90. 4a2a86d improve --install operation in chroot jails by Denys Vlasenko · 14 years ago
  91. ea6116e libbb: remove dead code in getopt32. -7 bytes by Alexey Fomenko · 14 years ago
  92. 7d65abe libbb: make user/group name cache strings longer (~27 chars) by Denys Vlasenko · 14 years ago
  93. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
  94. dc50676 Move stpcpy replacement function into libbb by Dan Fandrich · 14 years ago
  95. 0b8a772 typo fix by Denys Vlasenko · 14 years ago
  96. ab8d00d progress meter: fix bugs found in stall detection and unknown size logic by Denys Vlasenko · 14 years ago
  97. d55e139 progress meter: move file name to bb_progress_t. +20 bytes by Denys Vlasenko · 14 years ago
  98. e52e67c libbb/progress.c: make sure we never get negative ETA by Denys Vlasenko · 14 years ago
  99. 838d4bb progress meter: display >999 hours ETA correctly by Denys Vlasenko · 14 years ago
  100. f836f01 wget: shrink progress meter code; strink wget and add debug logging by Denys Vlasenko · 14 years ago