Age | Commit message (Expand) | Author |
---|---|---|
2014-12-24 | libbb: add sanity check in bb_arg_max() | Denys Vlasenko |
2014-11-26 | libbb: use ARG_MAX for bb_arg_max() only if it's 60k+ | Denys Vlasenko |
2014-06-25 | libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are defined | Denys Vlasenko |
2014-06-22 | libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes | Bartosz Golaszewski |
2014-06-22 | find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit | Denys Vlasenko |