summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2015-12-17include/platform.h: Remove extra #endif introduced in 6df9612.Ari Sundholm1-1/+0
2015-12-17Resolve linker issues with Android API 21 (dprintf, tcdrain)Chris Renshaw2-1/+8
2015-05-03Conditionalize Bionic workarounds on __ANDROID_API__Matt Whitlock1-4/+10
2015-05-03Bionic lacks mempcpy; enable existing workaroundMatt Whitlock1-0/+1
2015-04-25Bionic lacks ttyname_r; provide a workaroundMatt Whitlock2-0/+26
2015-02-02gzip: speed up and shrink put_16bit()Denys Vlasenko2-7/+36
2015-02-02platform.h: enable mempcpy for FreeBSDDenys Vlasenko1-1/+6
2015-01-29platform.h: mempcpy needs <string.h>Denys Vlasenko1-0/+1
2015-01-25platform.h: add compat mempcpyDenys Vlasenko1-0/+9
2014-08-25New BIONIC_L(Android-L) has own support for STPCPYHazouPH1-1/+1
2014-08-06android: fix building errors with Android LChih-Wei Huang12-116/+154
2014-08-05Android: update busybox def PATH and cron folderTanguy Pruvot5-3/+15
2014-06-30Rename INIT_LAST to INIT_FUNC to avoid confusionBartosz Golaszewski2-3/+3
2014-06-22unit-tests: implement the unit-testing frameworkBartosz Golaszewski8-12/+335
2014-06-05android-x86: fix building warnings of kitkat-x86Tanguy Pruvot2-1/+1
2014-04-13libbb: provide usleep() fallback implementationBernhard Reutner-Fischer2-2/+32
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-01-08Another FreeBSD fix from Matthias AndreeDenys Vlasenko1-3/+12
2014-01-07platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSDDenys Vlasenko1-5/+12
2013-11-26platform: strchrnul is missing if __APPLE__Daniel Borca1-1/+1
2013-10-05[x86] Changes and Additions to fix broken x86 buildTrevor Drake10-3/+175
2013-06-26md5/sha512: a better fix for strict aliasing warningsDenys Vlasenko2-3/+4
2013-05-04xz: fix put_unaligned_{l,b}e32Leonid Lisovskiy2-3/+3
2013-03-12platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger3-16/+13
2013-02-27Fix move_to_unaligned16Denys Vlasenko1-1/+1
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14sha3sum: new appletLauri Kasanen8-4/+236
2012-11-19Fix building under 4.2Ricardo Cerqueira2-1/+2
2012-08-06platform.h: disable ALIGNn macros for s390[x]Denys Vlasenko1-1/+2
2012-07-14platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATHTias Guns1-0/+6
2012-06-10platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATHTias Guns1-0/+6
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-01-08Move Adroid endgrent() and endpwent() NOPS to libbb.hDenys Vlasenko2-7/+6
2012-01-06platform.h: define endgrent() and endpwent() as no-ops on AndroidDenys Vlasenko3-2/+7
2011-11-06busybox v1.19.3 updateTanguy Pruvot22-709/+755
2011-10-09disable strverscmp usage if we build against uClibc-0.9.31Oliver Metz1-1/+1
2011-09-09Android build fixes and alternate (hopefully simpler) defconfig for itDenys Vlasenko3-1/+1001
2011-08-28Merge 'busybox' v1.19.1 into gingerbreadTanguy Pruvot14-78/+131
2011-08-28Apply post-1.19.0 patches, bump version to 1.19.1Denys Vlasenko14-78/+131
2011-08-28Fixes for FreeBSD buildMatthias Andree2-0/+6
2011-07-08Merge branch 'busybox' into gingerbreadTanguy Pruvot26-80/+102
2011-07-08more tweak for bionicDenys Vlasenko6-4/+65
2011-07-08platform.h: tweaks for cygwinDenys Vlasenko2-2/+23
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-06-30Use the _unlocked stdio macros only when they're all availableDan Fandrich2-21/+25
2011-06-30Use the built-in getline on more systems that don't have itDan Fandrich1-5/+13
2011-06-29platform.c: provide getline implementationTimo Teras2-0/+34
2011-06-21ls: fix HAVE_STRVERSCMP check; add check for older uclibc versionsDenys Vlasenko2-1/+11
2011-06-21Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdefDenys Vlasenko2-0/+7
[next]