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. 43243ab unzip: ignore chmod errors by Natanael Copa · 12 years ago
  5. 6fef6a3 fix most sign and variable initialization warnings by Tanguy Pruvot · 12 years ago
  6. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  7. f84e950 Merge branch 'busybox' into gingerbread by Tanguy Pruvot · 13 years ago
  8. 67905e2 *: work around sysinfo.h versus linux/*.h problems by Denys Vlasenko · 13 years ago
  9. dc29f48 Merge branch 'busybox' into gingerbread by Tanguy Pruvot · 13 years ago
  10. be391e7 libbb.h: do not use homegrown struct sysinfo. by Denys Vlasenko · 13 years ago
  11. 8aeb371 merged commit between gingerbread and busybox/master 20110630 by Tanguy Pruvot · 13 years ago
  12. 75214cf Use the _unlocked stdio macros only when they're all available by Dan Fandrich · 13 years ago
  13. 0c4cf42 libbb.h: tweak _unlocked hack by Denys Vlasenko · 13 years ago
  14. 0644891 libbb: use _unlocked variants of stdio I/O. by Denys Vlasenko · 13 years ago
  15. adcabf3 parse_config: use getline. BIG speedup with glibc (~40%). by Timo Teras · 13 years ago
  16. 12ac628 procps: remove PSSCAN_STAT define, users were using it incorrectly by Denys Vlasenko · 13 years ago
  17. a1a4483 libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation by Denys Vlasenko · 13 years ago
  18. e6df7e2 libbb.h: small reordering by Denys Vlasenko · 13 years ago
  19. 9be4702 main: free suid_config list after use by Denys Vlasenko · 13 years ago
  20. 12a4327 adduser: safe username passing to passwd/addgroup by Denys Vlasenko · 13 years ago
  21. 89f5bfd libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibc by Denys Vlasenko · 13 years ago
  22. 80542ba hush: make read builtin interruptible. by Denys Vlasenko · 13 years ago
  23. 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 13 years ago
  24. ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 13 years ago
  25. 2c4de5b ash,hush: optional support for $HISTFILESIZE. by Denys Vlasenko · 13 years ago
  26. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 13 years ago
  27. 7d65abe libbb: make user/group name cache strings longer (~27 chars) by Denys Vlasenko · 13 years ago
  28. ab8d00d progress meter: fix bugs found in stall detection and unknown size logic by Denys Vlasenko · 13 years ago
  29. d55e139 progress meter: move file name to bb_progress_t. +20 bytes by Denys Vlasenko · 13 years ago
  30. 805aa9f progress bar: better overflow protection; more precise bar by Denys Vlasenko · 13 years ago
  31. 698e809 use unistd.h before _POSIX_VERSION by Denys Vlasenko · 13 years ago
  32. 66c5b12 ash: fix TMOUT not restoring tty attributes by Denys Vlasenko · 13 years ago
  33. dd807c1 incorporate header fixes proposed in bug 3097 by Denys Vlasenko · 13 years ago
  34. 046341e ash: optional support for $TMOUT variable by Denys Vlasenko · 13 years ago
  35. 6307357 move nofork_save_area from libbb.h to vfork_daemon_rexec.c by Denys Vlasenko · 13 years ago
  36. b72baeb hush: use FEATURE_SH_NOFORK to enable NOFORK trick by Denys Vlasenko · 13 years ago
  37. c71b469 libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe by Denys Vlasenko · 13 years ago
  38. 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 13 years ago
  39. 9b3b979 add ENABLE_FEATURE_SYSTEMD and use it in syslogd by Davide Cavalca · 13 years ago
  40. 975c714 nicer looking ifdef in libbb/makedev.c by Denys Vlasenko · 13 years ago
  41. 330718e FreeBSD compat by Chris Rees · 13 years ago
  42. e3c127d FreeBSD compat by Chris Rees · 13 years ago
  43. e9a40e3 libbb: make ndelay_no/off a bit more clever. +14 bytes by Denys Vlasenko · 13 years ago
  44. 094cc51 insmod: check for module read errors by Denys Vlasenko · 13 years ago
  45. ad3d72f move passwd, shadow, group and gshadow path definitions to libbb.h by Tito Ragusa · 13 years ago
  46. 6578f2c pstree: new applet. +1664 bytes by Lauri Kasanen · 13 years ago
  47. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  48. 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
  49. ccb0704 fdisk: initial stab at GPT partition support by Kevin Cernekee · 14 years ago
  50. 1c26e05 remove unused SC_x (serial port names) defines by Denys Vlasenko · 14 years ago
  51. 5360059 libbb: introduce and use strcpy_and_process_escape_sequences by Denys Vlasenko · 14 years ago
  52. 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
  53. 302ad14 libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256 by Denys Vlasenko · 14 years ago
  54. c48a5c6 hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes by Denys Vlasenko · 14 years ago
  55. 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
  56. b102e12 *: use SWAP_BE64 instead of open-coding it by Denys Vlasenko · 14 years ago
  57. f6dacc2 bring md5 and sha1 names closer. no code changes by Denys Vlasenko · 14 years ago
  58. a971a19 shaN: code shrink by Denys Vlasenko · 14 years ago
  59. bcccad3 md5: code shrink; and use 64-byte temp buf, not 128-byte. by Denys Vlasenko · 14 years ago
  60. c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
  61. 7018671 libbb/md5: code shrink by Denys Vlasenko · 14 years ago
  62. 9fe98f7 libbb: merge mail and uudecode's base64 decoders by Denys Vlasenko · 14 years ago
  63. 7aa6304 libbb: xfunc_error_retval can be a byte by Denys Vlasenko · 14 years ago
  64. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  65. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  66. 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
  67. e7b0a9e patch: support "patch [FILE [PATCH]]" format by Denys Vlasenko · 14 years ago
  68. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  69. c9b9750 libbb: factor out common code from mpstat/iostat by Denys Vlasenko · 14 years ago
  70. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  71. 95b83ba OpenBSD compatibility by Waldemar Brodkorb · 14 years ago
  72. 816ed97 libbb.h: add device names for Hurd and FreeBSD by Jeremie Koenig · 14 years ago
  73. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  74. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  75. 7c1b2b5 losetup: use LOOP_foo defines by Lauri Kasanen · 14 years ago
  76. a73b87e *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup by Ladislav Michl · 14 years ago
  77. dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
  78. adbbee4 bootchartd: added optional compat features by Denys Vlasenko · 14 years ago
  79. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 14 years ago
  80. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 14 years ago
  81. 6948f21 *: teach tar et. al. to understand .xz by heart by Denys Vlasenko · 14 years ago
  82. 27653ad rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip_on_fd()) by Denys Vlasenko · 14 years ago
  83. f8d8aa1 libbb: add skip_dev_pfx() by Denys Vlasenko · 14 years ago
  84. f6916db telnetd: fill hostname field in utmp/wtmp records by Denys Vlasenko · 14 years ago
  85. 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 14 years ago
  86. 37f5bef libbb: split update_utmp from login/getty in preparation to use it for telnetd by Denys Vlasenko · 14 years ago
  87. 4836331 libbb: factor out hex2bin() for infiniband address parser by Denys Vlasenko · 14 years ago
  88. fbedacf Hurd compat fixes. Mostly dealing with absent PATH_MAX by Jérémie Koenig · 14 years ago
  89. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 14 years ago
  90. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 14 years ago
  91. d2b0405 lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR by Tomas Heinrich · 14 years ago
  92. cbcc123 tftp: do not show progress bar if we get error right away. +13 bytes by Denys Vlasenko · 14 years ago
  93. 26ffe81 su: move restricted_shell into su.c (the only user) by Denys Vlasenko · 14 years ago
  94. fd686a2 setup_environment(): eliminate one parameter by Denys Vlasenko · 14 years ago
  95. 99709ab crontab: use setup_environment by Bernhard Reutner-Fischer · 14 years ago
  96. bb1dcc9 more thorough fix for systems with strange socklen_t by Denys Vlasenko · 14 years ago
  97. 5b9b136 stat: get rid on intmax_t by Denys Vlasenko · 14 years ago
  98. 40e7d25 mkXXXX: unify [KBYTES] parameter handling (added it to mkswap) by Denys Vlasenko · 14 years ago
  99. d8528b8 ls: unicode fixes by Denys Vlasenko · 14 years ago
  100. 9c3b84a ls: make it so that group never glues itself to file size by Denys Vlasenko · 14 years ago