summaryrefslogtreecommitdiff
path: root/libbb/sysconf.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: add sanity check in bb_arg_max()Denys Vlasenko2014-12-241-1/+9
* libbb: use ARG_MAX for bb_arg_max() only if it's 60k+Denys Vlasenko2014-11-261-1/+1
* libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are definedDenys Vlasenko2014-06-251-1/+1
* libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-221-0/+6
* find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko2014-06-221-0/+16