Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / sysconf.c
2014-12-24 Denys Vlasenkolibbb: add sanity check in bb_arg_max()
2014-11-26 Denys Vlasenkolibbb: use ARG_MAX for bb_arg_max() only if it's 60k+
2014-06-25 Denys Vlasenkolibbb: fix compile failure if both ARG_MAX and _SC_ARG_...
2014-06-22 Bartosz Golaszewskilibbb: use a wrapper around sysconf(_SC_CLK_TCK) to...
2014-06-22 Denys Vlasenkofind: use sysconf(_SC_ARG_MAX) to determine the command...