summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-12-24libbb: add sanity check in bb_arg_max()Denys Vlasenko1-1/+9
2014-11-26libbb: use ARG_MAX for bb_arg_max() only if it's 60k+Denys Vlasenko2-3/+6
2014-06-25libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are definedDenys Vlasenko1-1/+1
2014-06-22libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski7-16/+12
2014-06-22find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko5-17/+38