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. 49ea11e [x86] Changes and Additions to fix broken x86 build by Trevor Drake · 11 years ago
  3. d363446 xz: fix put_unaligned_{l,b}e32 by Leonid Lisovskiy · 11 years ago
  4. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  5. 04f05b8 Fix building under 4.2 by Ricardo Cerqueira · 12 years ago
  6. 03dc365 platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH by Tias Guns · 12 years ago
  7. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  8. 29d8ebe busybox v1.19.3 update by Tanguy Pruvot · 13 years ago
  9. 6c7055d Merge 'busybox' v1.19.1 into gingerbread by Tanguy Pruvot · 13 years ago
  10. cc272b0 Apply post-1.19.0 patches, bump version to 1.19.1 by Denys Vlasenko · 13 years ago
  11. b12cc7b Merge branch 'busybox' into gingerbread by Tanguy Pruvot · 13 years ago
  12. 14bd16a more tweak for bionic by Denys Vlasenko · 13 years ago
  13. 4dc35fb platform.h: tweaks for cygwin by Denys Vlasenko · 13 years ago
  14. 8aeb371 merged commit between gingerbread and busybox/master 20110630 by Tanguy Pruvot · 13 years ago
  15. 75214cf Use the _unlocked stdio macros only when they're all available by Dan Fandrich · 13 years ago
  16. 0e79e7b Use the built-in getline on more systems that don't have it by Dan Fandrich · 13 years ago
  17. 0a5b310 platform.c: provide getline implementation by Timo Teras · 13 years ago
  18. 1e18a01 ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions by Denys Vlasenko · 13 years ago
  19. 561f9c8 Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef by Denys Vlasenko · 13 years ago
  20. f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 13 years ago
  21. 71d7313 platform.h: support for build under Android by Dan Fandrich · 13 years ago
  22. 89f5bfd libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibc by Denys Vlasenko · 13 years ago
  23. 47061b4 straighten out dprintf/fdprintf mess; remove old "define lchown chown" by Denys Vlasenko · 13 years ago
  24. dc50676 Move stpcpy replacement function into libbb by Dan Fandrich · 13 years ago
  25. 698e809 use unistd.h before _POSIX_VERSION by Denys Vlasenko · 13 years ago
  26. dd807c1 incorporate header fixes proposed in bug 3097 by Denys Vlasenko · 13 years ago
  27. 330718e FreeBSD compat by Chris Rees · 13 years ago
  28. e3c127d FreeBSD compat by Chris Rees · 13 years ago
  29. 1f4a987 pltaform.h: move include of stdint.h before uint16_t is used by Denys Vlasenko · 13 years ago
  30. b40da22 fix compile error on non-x86 architectures by Denys Vlasenko · 13 years ago
  31. 9ad97d5 sighandler_t definition for BSD by Chris Rees · 13 years ago
  32. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  33. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  34. 58647e8 Remove check for supported libc. by Denys Vlasenko · 14 years ago
  35. 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
  36. bcccad3 md5: code shrink; and use 64-byte temp buf, not 128-byte. by Denys Vlasenko · 14 years ago
  37. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  38. 867ffb9 platform.h: regularize endian detection by Denys Vlasenko · 14 years ago
  39. 95b83ba OpenBSD compatibility by Waldemar Brodkorb · 14 years ago
  40. 0635ddd Added code for nonstandard function strsep() by Dan Fandrich · 14 years ago
  41. fdd7b56 A few minor portability improvements by Dan Fandrich · 14 years ago
  42. 0ecc116 dnsd: enforce alignment on packet buffer by Denys Vlasenko · 14 years ago
  43. 80f4275 include/platform.h: PowerPC can also do unaligned access by Joakim Tjernlund · 14 years ago
  44. 5fb3849 dnsd: fix one big-endian goof; add a TODO about RA bit by Denys Vlasenko · 14 years ago
  45. 12ca080 *: eliminate more aliasing warnings by Denys Vlasenko · 14 years ago
  46. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 14 years ago
  47. bb1dcc9 more thorough fix for systems with strange socklen_t by Denys Vlasenko · 14 years ago
  48. 5b9b136 stat: get rid on intmax_t by Denys Vlasenko · 14 years ago
  49. 57be1ee ping: fix unaligned access. closes bug 745. by Denys Vlasenko · 15 years ago
  50. 245a4f8 big endian warning fixes by Denys Vlasenko · 15 years ago
  51. 53283ad include/libbb.h: mark malloc-returning functions with GCC attribute by Denys Vlasenko · 15 years ago
  52. fe4e23f Add more compat code for non GNU environments by Dan Fandrich · 15 years ago
  53. 21a542d platform compatibility work (by Dan Fandrich) by Dan Fandrich · 15 years ago
  54. da49f58 move libc related stuff out of platform.h by Denys Vlasenko · 15 years ago
  55. 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
  56. 5a49d28 add platform tweaks by Denys Vlasenko · 15 years ago
  57. 3be2308 fix move_to_unaligned32 by Denis Vlasenko · 15 years ago
  58. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 15 years ago
  59. 551ffdc more of pointless whitespace fixes by Denis Vlasenko · 15 years ago
  60. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 15 years ago
  61. 6ebb2f5 crond: use bb_setpgrp, not setpgrp platform.h: make a bit more readable by Denis Vlasenko · 16 years ago
  62. 9b0f6e1 add comment, no code changes by Denis Vlasenko · 16 years ago
  63. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  64. fb5902c - support relatime / norelatime by Bernhard Reutner-Fischer · 16 years ago
  65. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  66. ac2b50e add stdcall to FAST_FUNC by Denis Vlasenko · 16 years ago
  67. 42b8daf expand comment about FAST_FUNC by Denis Vlasenko · 16 years ago
  68. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  69. 21765fa udhcpc: kill undocumented -W, it was a no-op. by Denis Vlasenko · 16 years ago
  70. fc9e108 udhcpc: shrink udhcpc: guard against zero lease time by Denis Vlasenko · 16 years ago
  71. 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 16 years ago
  72. 812870a remove stray semicolon by Denis Vlasenko · 16 years ago
  73. 0f3a580 gcc compat fix and warning suppression by Joe Krahn <krahn AT niehs.nih.gov> by Denis Vlasenko · 16 years ago
  74. 87cf2ee tar: move FNM_LEADING_DIR #define to tar.c - no other users. Closes bug 1332. by Denis Vlasenko · 16 years ago
  75. 9412ec7 some more fixes for cross-compiling on an OS X host: apple provides core types so dont redefine them, sys/statfs.h is not available, and only use some newer AF_* defines if they are actually available by Mike Frysinger · 16 years ago
  76. 22876c7 only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X by Mike Frysinger · 16 years ago
  77. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 16 years ago
  78. 9e58921 comment fix by Denis Vlasenko · 16 years ago
  79. d2c450c hush: report [v]fork failures by Denis Vlasenko · 16 years ago
  80. 77f1ec1 bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides by Denis Vlasenko · 17 years ago
  81. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  82. 4c1d88d top: get rid of on-stack variable buffers, use permanent one. by Denis Vlasenko · 17 years ago
  83. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  84. 9a33780 - add ATTRIBUTE_UNUSED_RESULT for internal use by Bernhard Reutner-Fischer · 17 years ago
  85. 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 17 years ago
  86. 734e5eb fix -Werror compile by Denis Vlasenko · 17 years ago
  87. ac678ec style fixes, no code changes by Denis Vlasenko · 17 years ago
  88. 8746885 style fixes by Denis Vlasenko · 17 years ago
  89. 0de3c55 login: remove setpgrp call (makes it work from shell prompt again). by Denis Vlasenko · 17 years ago
  90. 473dae0 add more convenient defines for [NO]MMU: "#ifndef BB_NOMMU" is a double negative by Denis Vlasenko · 17 years ago
  91. 51f7ab6 - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future. by Bernhard Reutner-Fischer · 17 years ago
  92. be86209 - be gentle to the intel compiler and make sure we have __u64 which is needed for linux/loop.h by Bernhard Reutner-Fischer · 17 years ago
  93. a8e2e18 - add C99 bool type for setups that support it. by Bernhard Reutner-Fischer · 17 years ago
  94. c966ba4 - move the smallint that is platform dependant to it's proper place by Bernhard Reutner-Fischer · 17 years ago
  95. 13463af remove commented out #includes etc move get_hz to the only caller by Denis Vlasenko · 17 years ago
  96. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 17 years ago
  97. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 17 years ago
  98. 7cfecc4 xfuncs.c: dietlibc actually HAS fdprintf! by Denis Vlasenko · 17 years ago
  99. c8e6e35 nc: add missing cast xfuncs: add dprintf for dietlibc by Denis Vlasenko · 17 years ago
  100. a597aad s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g xstrtou: disallow leading '+' by Denis Vlasenko · 17 years ago