1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 0414e02 su: do not change to home dir unless -l by Pascal Bellard · 12 years ago
  4. 5c499c4 busybox: tweak help text and copyright year by Denys Vlasenko · 12 years ago
  5. 43243ab unzip: ignore chmod errors by Natanael Copa · 12 years ago
  6. 1c1f06d get_linux_version_code: don't fail on Linux version strints like "3.0-foo" by Andreas Oberritter · 12 years ago
  7. c1b7d1d Apply post-1.20.0 patches, bump version to 1.20.1 by Denys Vlasenko · 12 years ago
  8. 6fef6a3 fix most sign and variable initialization warnings by Tanguy Pruvot · 12 years ago
  9. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  10. 36efc94 Merge 1.19.3 gingerbread into ics by Tanguy Pruvot · 13 years ago
  11. 153ca5a fixes for ics by Koushik Dutta · 13 years ago
  12. 985c411 busybox v1.19.2 update by Tanguy Pruvot · 13 years ago
  13. 87b92a7 fix match_fstype regression related to commit 1285437217a601 by Tanguy Pruvot · 13 years ago
  14. 6c7055d Merge 'busybox' v1.19.1 into gingerbread by Tanguy Pruvot · 13 years ago
  15. cc272b0 Apply post-1.19.0 patches, bump version to 1.19.1 by Denys Vlasenko · 13 years ago
  16. d84b175 Bump version to 1.19.0, update copyright year in help message by Denys Vlasenko · 13 years ago
  17. eee9b02 Merge branch 'busybox' into gingerbread by Tanguy Pruvot · 13 years ago
  18. b47b3ce randomconfig fixes by Denys Vlasenko · 13 years ago
  19. 7485086 die_if_bad_username: tighten up a bit by Denys Vlasenko · 13 years ago
  20. dc29f48 Merge branch 'busybox' into gingerbread by Tanguy Pruvot · 13 years ago
  21. 4e552a7 less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. by Denys Vlasenko · 13 years ago
  22. 7c3e4aa Merge branch 'busybox' into gingerbread by Tanguy Pruvot · 13 years ago
  23. a669eca libbb/lineedit: implement optional Ctrl-R history search by Denys Vlasenko · 13 years ago
  24. b12cc7b Merge branch 'busybox' into gingerbread by Tanguy Pruvot · 13 years ago
  25. 8f6ce09 a few tweaks for bionic by Denys Vlasenko · 13 years ago
  26. 4dc35fb platform.h: tweaks for cygwin by Denys Vlasenko · 13 years ago
  27. 6d9e2a3 more and less const char fmt fixes by Tanguy Pruvot · 13 years ago
  28. f7ae0a2 reduce diff with official busybox, do not use %s on defined strings by Tanguy Pruvot · 13 years ago
  29. 8aeb371 merged commit between gingerbread and busybox/master 20110630 by Tanguy Pruvot · 13 years ago
  30. 0a5b310 platform.c: provide getline implementation by Timo Teras · 13 years ago
  31. adcabf3 parse_config: use getline. BIG speedup with glibc (~40%). by Timo Teras · 13 years ago
  32. 5331e38 libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835. by Denys Vlasenko · 13 years ago
  33. 12ac628 procps: remove PSSCAN_STAT define, users were using it incorrectly by Denys Vlasenko · 13 years ago
  34. 3a64936 parse_config: make test applet easier to enable; fix its code by Denys Vlasenko · 13 years ago
  35. a1a4483 libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation by Denys Vlasenko · 13 years ago
  36. fe86d6b appletlib.c: do not use PAGE_SIZE for malloc tweaking by Denys Vlasenko · 13 years ago
  37. 2f57691 only compile obscure.c when needed by Dan Fandrich · 13 years ago
  38. 488dd70 fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775 by Denys Vlasenko · 13 years ago
  39. b24ef03 find: cater for libc w/o FNM_CASEFOLD by Denys Vlasenko · 13 years ago
  40. 232ebaa lineedit: fix rare SEGV; mark a few FIXMEs by Alexey Fomenko · 13 years ago
  41. ea137aa warning removal by Cristian Ionescu-Idbohrn · 13 years ago
  42. 351fec3 busybox.conf: code shrink by Denys Vlasenko · 13 years ago
  43. d83aff1 busybox.conf: USER.GROUP is _optional_ by Denys Vlasenko · 13 years ago
  44. 3770b6b main: make busybox.conf mode handling less obscure by Denys Vlasenko · 13 years ago
  45. 9be4702 main: free suid_config list after use by Denys Vlasenko · 13 years ago
  46. 4566e17 simplify parsing of /etc/busybox.conf by Denys Vlasenko · 13 years ago
  47. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 13 years ago
  48. 12a4327 adduser: safe username passing to passwd/addgroup by Denys Vlasenko · 13 years ago
  49. 80542ba hush: make read builtin interruptible. by Denys Vlasenko · 13 years ago
  50. 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 13 years ago
  51. 47061b4 straighten out dprintf/fdprintf mess; remove old "define lchown chown" by Denys Vlasenko · 13 years ago
  52. 0288b27 small fixes atop syslog config patch by Denys Vlasenko · 13 years ago
  53. b0b8884 Fix double words in comments. No code changes by Marek Polacek · 13 years ago
  54. c13ee8c basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argument by Denys Vlasenko · 13 years ago
  55. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 13 years ago
  56. ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 13 years ago
  57. e3d8d07 small fix for HISTFILESIZE by Denys Vlasenko · 13 years ago
  58. 2c4de5b ash,hush: optional support for $HISTFILESIZE. by Denys Vlasenko · 13 years ago
  59. 353680a lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=y by Denys Vlasenko · 13 years ago
  60. 20704f0 ash,hush: recheck LANG before every line input by Denys Vlasenko · 13 years ago
  61. 7f4b769 don't call freeaddinfo(NULL) by Vitaly Magerya · 13 years ago
  62. 5c94271 busybox: fail if --install is not given an absolute path by Denys Vlasenko · 13 years ago
  63. 8345b2b libbb: make warning go away by Denys Vlasenko · 13 years ago
  64. f8416dc forgot to add libbb/get_shell_name.c by Denys Vlasenko · 13 years ago
  65. bd74e3d libbb/login/su: do not sanitize shell name twice by Denys Vlasenko · 13 years ago
  66. 4a2a86d improve --install operation in chroot jails by Denys Vlasenko · 13 years ago
  67. ea6116e libbb: remove dead code in getopt32. -7 bytes by Alexey Fomenko · 13 years ago
  68. 7d65abe libbb: make user/group name cache strings longer (~27 chars) by Denys Vlasenko · 13 years ago
  69. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 13 years ago
  70. dc50676 Move stpcpy replacement function into libbb by Dan Fandrich · 13 years ago
  71. 0b8a772 typo fix by Denys Vlasenko · 13 years ago
  72. ab8d00d progress meter: fix bugs found in stall detection and unknown size logic by Denys Vlasenko · 13 years ago
  73. d55e139 progress meter: move file name to bb_progress_t. +20 bytes by Denys Vlasenko · 13 years ago
  74. e52e67c libbb/progress.c: make sure we never get negative ETA by Denys Vlasenko · 13 years ago
  75. 838d4bb progress meter: display >999 hours ETA correctly by Denys Vlasenko · 13 years ago
  76. f836f01 wget: shrink progress meter code; strink wget and add debug logging by Denys Vlasenko · 13 years ago
  77. 805aa9f progress bar: better overflow protection; more precise bar by Denys Vlasenko · 13 years ago
  78. dee0fc9 save 10 bytes on strings by Denys Vlasenko · 13 years ago
  79. df4e16c wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers by Denys Vlasenko · 13 years ago
  80. 66c5b12 ash: fix TMOUT not restoring tty attributes by Denys Vlasenko · 13 years ago
  81. c5d0f15 libbb: spawn should remove child which failed to exec by Denys Vlasenko · 13 years ago
  82. b7c9fb2 whitespace fixes by Denys Vlasenko · 13 years ago
  83. 6307357 move nofork_save_area from libbb.h to vfork_daemon_rexec.c by Denys Vlasenko · 13 years ago
  84. c71b469 libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe by Denys Vlasenko · 13 years ago
  85. 55ae0e9 df,find_mount_point: optionally don't ignore rootfs by Lauri Kasanen · 13 years ago
  86. aa4f9a2 libbb/copy_file.c: use smallints instead of signed chars by Denys Vlasenko · 13 years ago
  87. 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 13 years ago
  88. 9b3b979 add ENABLE_FEATURE_SYSTEMD and use it in syslogd by Davide Cavalca · 13 years ago
  89. 975c714 nicer looking ifdef in libbb/makedev.c by Denys Vlasenko · 13 years ago
  90. 6b1ce45 FreeBSD compat for match_fstype by Chris Rees · 13 years ago
  91. e22af94 FreeBSD compat for makedev by Chris Rees · 13 years ago
  92. e3c127d FreeBSD compat by Chris Rees · 13 years ago
  93. e9a40e3 libbb: make ndelay_no/off a bit more clever. +14 bytes by Denys Vlasenko · 13 years ago
  94. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 13 years ago
  95. 10ee20b libbb: better comment in parse_date by Denys Vlasenko · 13 years ago
  96. dc7e5c4 libbb unicode: comment out usused function and unused parameter by Denys Vlasenko · 13 years ago
  97. 0f44c08 libbb: progress indicator: use unicode support funcs instead of open-coding it by Denys Vlasenko · 13 years ago
  98. 84dba9c tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061 by Denys Vlasenko · 13 years ago
  99. f42c7b8 suppress "'fast_strtol_10' defined but not used" warning by Denys Vlasenko · 13 years ago
  100. 327d288 kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX by Denys Vlasenko · 13 years ago