1. ca466f3 *: slap on a few ALIGN* where appropriate by Denys Vlasenko · 2 years, 10 months ago
  2. 4bc9da1 tls: P256: 64-bit optimizations by Denys Vlasenko · 3 years ago
  3. a1b0d38 ash: add process substitution in bash-compatibility mode by Ron Yorston · 4 years, 5 months ago
  4. d005c9f libbb.h: inline byteswaps by Denys Vlasenko · 3 years, 8 months ago
  5. c0943ac platform.h: fix for Bionic >= 21 not having wait3() by Denys Vlasenko · 3 years, 8 months ago
  6. 33745b1 ash: placate -Werror=format-security by Denys Vlasenko · 3 years, 10 months ago
  7. d4624d3 Fix bb_setpgrp weapper on the FreeBSD by Alex Samorukov · 4 years ago
  8. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  9. d206b16 randomconfig fix by Denys Vlasenko · 4 years, 6 months ago
  10. 219c9d4 tls: code shrink by Denys Vlasenko · 6 years ago
  11. bac929b Hopefully fix "will break strict-aliasing rules" warning for get_le32 by Denys Vlasenko · 7 years ago
  12. be366e5 ash: support platforms that don't have '%m' printf specifier by Ron Yorston · 7 years ago
  13. 619d9b5 ash: less hackish implementation of evaltreenr() by Denys Vlasenko · 7 years ago
  14. 2c1258c Move get_unaligned_le32() macros to platform.h by Denys Vlasenko · 7 years ago
  15. f10f7a2 Allow FAST_FUNC to be overridden at build time by Kang-Che Sung · 8 years ago
  16. b505251 include/platform.h: Remove extra #endif introduced in 6df9612. by Ari Sundholm · 9 years ago
  17. 6df9612 Resolve linker issues with Android API 21 (dprintf, tcdrain) by Chris Renshaw · 9 years ago
  18. 778efe3 Conditionalize Bionic workarounds on __ANDROID_API__ by Matt Whitlock · 10 years ago
  19. f23e3ec Bionic lacks mempcpy; enable existing workaround by Matt Whitlock · 10 years ago
  20. cee5905 Bionic lacks ttyname_r; provide a workaround by Matt Whitlock · 10 years ago
  21. f7f70bf gzip: speed up and shrink put_16bit() by Denys Vlasenko · 10 years ago
  22. 5104645 platform.h: enable mempcpy for FreeBSD by Denys Vlasenko · 10 years ago
  23. 8c05a74 platform.h: mempcpy needs <string.h> by Denys Vlasenko · 10 years ago
  24. 50a6d86 platform.h: add compat mempcpy by Denys Vlasenko · 10 years ago
  25. bf0f2c7 Rename INIT_LAST to INIT_FUNC to avoid confusion by Bartosz Golaszewski · 10 years ago
  26. 3ed81cf unit-tests: implement the unit-testing framework by Bartosz Golaszewski · 10 years ago
  27. ad16741 libbb: provide usleep() fallback implementation by Bernhard Reutner-Fischer · 11 years ago
  28. 8e0ad26 Another FreeBSD fix from Matthias Andree by Denys Vlasenko · 11 years ago
  29. 432fbd7 platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD by Denys Vlasenko · 11 years ago
  30. d9fc4d8 platform: strchrnul is missing if __APPLE__ by Daniel Borca · 11 years ago
  31. 1f5e81f md5/sha512: a better fix for strict aliasing warnings by Denys Vlasenko · 11 years ago
  32. 445e754 platform: use KERNEL_VERSION to simplify uClibc version checking by Mike Frysinger · 12 years ago
  33. e3e3216 Fix move_to_unaligned16 by Denys Vlasenko · 12 years ago
  34. b8173b6 sha3sum: new applet by Lauri Kasanen · 12 years ago
  35. 2ffd710 platform.h: disable ALIGNn macros for s390[x] by Denys Vlasenko · 12 years ago
  36. 3645195 platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH by Tias Guns · 12 years ago
  37. a76dd50 Move Adroid endgrent() and endpwent() NOPS to libbb.h by Denys Vlasenko · 13 years ago
  38. 6b64a26 platform.h: define endgrent() and endpwent() as no-ops on Android by Denys Vlasenko · 13 years ago
  39. cc87588 disable strverscmp usage if we build against uClibc-0.9.31 by Oliver Metz · 13 years ago
  40. e0894f5 Android build fixes and alternate (hopefully simpler) defconfig for it by Denys Vlasenko · 13 years ago
  41. 1285437 Fixes for FreeBSD build by Matthias Andree · 13 years ago
  42. 14bd16a more tweak for bionic by Denys Vlasenko · 13 years ago
  43. 4dc35fb platform.h: tweaks for cygwin by Denys Vlasenko · 13 years ago
  44. 75214cf Use the _unlocked stdio macros only when they're all available by Dan Fandrich · 13 years ago
  45. 0e79e7b Use the built-in getline on more systems that don't have it by Dan Fandrich · 13 years ago
  46. 0a5b310 platform.c: provide getline implementation by Timo Teras · 13 years ago
  47. 1e18a01 ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions by Denys Vlasenko · 13 years ago
  48. 561f9c8 Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef by Denys Vlasenko · 13 years ago
  49. f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 13 years ago
  50. 71d7313 platform.h: support for build under Android by Dan Fandrich · 14 years ago
  51. 89f5bfd libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibc by Denys Vlasenko · 14 years ago
  52. 47061b4 straighten out dprintf/fdprintf mess; remove old "define lchown chown" by Denys Vlasenko · 14 years ago
  53. dc50676 Move stpcpy replacement function into libbb by Dan Fandrich · 14 years ago
  54. 698e809 use unistd.h before _POSIX_VERSION by Denys Vlasenko · 14 years ago
  55. dd807c1 incorporate header fixes proposed in bug 3097 by Denys Vlasenko · 14 years ago
  56. 330718e FreeBSD compat by Chris Rees · 14 years ago
  57. e3c127d FreeBSD compat by Chris Rees · 14 years ago
  58. 1f4a987 pltaform.h: move include of stdint.h before uint16_t is used by Denys Vlasenko · 14 years ago
  59. b40da22 fix compile error on non-x86 architectures by Denys Vlasenko · 14 years ago
  60. 9ad97d5 sighandler_t definition for BSD by Chris Rees · 14 years ago
  61. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  62. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  63. 58647e8 Remove check for supported libc. by Denys Vlasenko · 14 years ago
  64. 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
  65. bcccad3 md5: code shrink; and use 64-byte temp buf, not 128-byte. by Denys Vlasenko · 14 years ago
  66. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  67. 867ffb9 platform.h: regularize endian detection by Denys Vlasenko · 14 years ago
  68. 95b83ba OpenBSD compatibility by Waldemar Brodkorb · 14 years ago
  69. 0635ddd Added code for nonstandard function strsep() by Dan Fandrich · 14 years ago
  70. fdd7b56 A few minor portability improvements by Dan Fandrich · 14 years ago
  71. 0ecc116 dnsd: enforce alignment on packet buffer by Denys Vlasenko · 15 years ago
  72. 80f4275 include/platform.h: PowerPC can also do unaligned access by Joakim Tjernlund · 15 years ago
  73. 5fb3849 dnsd: fix one big-endian goof; add a TODO about RA bit by Denys Vlasenko · 15 years ago
  74. 12ca080 *: eliminate more aliasing warnings by Denys Vlasenko · 15 years ago
  75. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  76. bb1dcc9 more thorough fix for systems with strange socklen_t by Denys Vlasenko · 15 years ago
  77. 5b9b136 stat: get rid on intmax_t by Denys Vlasenko · 15 years ago
  78. 57be1ee ping: fix unaligned access. closes bug 745. by Denys Vlasenko · 15 years ago
  79. 245a4f8 big endian warning fixes by Denys Vlasenko · 15 years ago
  80. 53283ad include/libbb.h: mark malloc-returning functions with GCC attribute by Denys Vlasenko · 15 years ago
  81. fe4e23f Add more compat code for non GNU environments by Dan Fandrich · 15 years ago
  82. 21a542d platform compatibility work (by Dan Fandrich) by Dan Fandrich · 15 years ago
  83. da49f58 move libc related stuff out of platform.h by Denys Vlasenko · 15 years ago
  84. 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
  85. 5a49d28 add platform tweaks by Denys Vlasenko · 16 years ago
  86. 3be2308 fix move_to_unaligned32 by Denis Vlasenko · 16 years ago
  87. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
  88. 551ffdc more of pointless whitespace fixes by Denis Vlasenko · 16 years ago
  89. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
  90. 6ebb2f5 crond: use bb_setpgrp, not setpgrp platform.h: make a bit more readable by Denis Vlasenko · 16 years ago
  91. 9b0f6e1 add comment, no code changes by Denis Vlasenko · 16 years ago
  92. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  93. fb5902c - support relatime / norelatime by Bernhard Reutner-Fischer · 16 years ago
  94. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  95. ac2b50e add stdcall to FAST_FUNC by Denis Vlasenko · 16 years ago
  96. 42b8daf expand comment about FAST_FUNC by Denis Vlasenko · 16 years ago
  97. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  98. 21765fa udhcpc: kill undocumented -W, it was a no-op. by Denis Vlasenko · 16 years ago
  99. fc9e108 udhcpc: shrink udhcpc: guard against zero lease time by Denis Vlasenko · 17 years ago
  100. 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago