summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2015-04-25Bionic lacks ttyname_r; provide a workaroundMatt Whitlock2-0/+26
2014-08-06mktemp: warning fix for x86 and l-previewTanguy Pruvot5-3/+9
2014-04-13libbb: provide usleep() fallback implementationBernhard Reutner-Fischer2-2/+32
2013-02-10vasprintf: return -1 on strdup failureDenys Vlasenko1-1/+1
2013-02-07vasprintf: do not use xmalloc, it will deadlock on OOMDenys Vlasenko1-3/+5
2011-06-29platform.c: provide getline implementationTimo Teras2-0/+34
2011-04-17straighten out dprintf/fdprintf mess; remove old "define lchown chown"Denys Vlasenko2-16/+9
2011-02-13Move stpcpy replacement function into libbbDan Fandrich3-17/+26
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-19Added code for nonstandard function strsep()Dan Fandrich2-0/+33
2009-11-17libbb: fix vasprintf implementationDenys Vlasenko1-1/+2
2009-11-01Add more compat code for non GNU environmentsDan Fandrich3-22/+102
2009-10-27platform compatibility work (by Dan Fandrich)Dan Fandrich4-65/+100