aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_BUFSIZ.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* build system: make CONFIG_FEATURE_USE_BSS_TAIL less funkyDenys Vlasenko2016-06-291-72/+28
* generate_BUFSIZ.sh: yet another tweakDenys Vlasenko2016-04-241-13/+41
* generate_BUFSIZ.sh: catch BUFSIZE < 1024 also on "big" buildsDenys Vlasenko2016-04-221-2/+2
* build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc buildsDenys Vlasenko2016-04-211-72/+108
* libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer)Denys Vlasenko2016-04-211-1/+1
* libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" workDenys Vlasenko2016-04-211-2/+3
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+2
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-0/+114