| Commit message (Expand) | Author | Age | Files | Lines |
* | randconfig fixes | Denys Vlasenko | 2015-10-11 | 1 | -1/+3 |
* | fix if(p)/free(p) construct | Maninder Singh | 2015-06-07 | 2 | -4/+2 |
* | typo fixes | Maninder Singh | 2015-05-25 | 1 | -1/+1 |
* | trylink: respect compiler settings when probing features | Mike Frysinger | 2015-03-16 | 1 | -2/+2 |
* | trylink: use mktemp instead of hardcoding paths | Mike Frysinger | 2015-03-16 | 1 | -4/+4 |
* | trylink: emit names of linked executables | Denys Vlasenko | 2014-05-03 | 1 | -0/+2 |
* | modprobe-small: fix help messages for aliased module-related applets | Denys Vlasenko | 2014-04-19 | 1 | -1/+1 |
* | build system: specify '-nostldlib' when linking to .o files | Drew Moseley | 2014-04-02 | 1 | -1/+2 |
* | build system: for "find", use POSIX not operator (!) instead of -not | Denys Vlasenko | 2014-03-16 | 1 | -1/+1 |
* | build system: fix non-portable sed constructs. | Matthias Andree | 2014-01-10 | 1 | -2/+12 |
* | build system: stop including alloca.h, stdlib.h provides it | Denys Vlasenko | 2014-01-09 | 2 | -2/+2 |
* | fix failures found by randomconfig builds | Denys Vlasenko | 2013-12-31 | 1 | -0/+2 |
* | build system: fix make gconfig | Daniel Borca | 2013-12-19 | 1 | -1/+1 |
* | build system: use od -b instead of od -t x1 | Denys Vlasenko | 2013-11-26 | 1 | -2/+2 |
* | bloat-o-meter: add usage info | Bartosz Golaszewski | 2013-10-16 | 1 | -3/+8 |
* | trylink: only prefix libs with -l | Mike Frysinger | 2013-09-28 | 1 | -3/+3 |
* | buildsys: Add helper to list suid applets | Bernhard Reutner-Fischer | 2013-07-26 | 1 | -4/+20 |
* | scripts/kconfig/mconf: work on systems w/o SIGWINCH | Denys Vlasenko | 2012-09-27 | 1 | -5/+11 |
* | build system: fix build of kconfig on Darwin | Bernhard Walle | 2012-06-18 | 1 | -0/+2 |
* | fix build breakage found by randconfig | Denys Vlasenko | 2012-04-20 | 1 | -3/+9 |
* | bloat-o-meter: Remove unused code | Bernhard Reutner-Fischer | 2012-03-30 | 1 | -15/+6 |
* | bloat-o-meter: handle huge (hex) sizes. | Bernhard Reutner-Fischer | 2012-03-30 | 1 | -1/+1 |
* | gen_build_files.sh: exclude hidden directories | Paulius Zaleckas | 2012-01-30 | 1 | -2/+5 |
* | gen_build_files.sh: simplify "print everything up to INSERT line" part | Denys Vlasenko | 2011-10-19 | 1 | -2/+2 |
* | gen_build_files: don't pass 200k+ strings as params. Closes 4321 | Denys Vlasenko | 2011-10-19 | 1 | -33/+23 |
* | suppress "warning: implicit declaration of function 'alloca'" | Denys Vlasenko | 2011-09-15 | 2 | -0/+2 |
* | bloat-o-meter: don't require that pythin is in /usr/bin. | Lauri Kasanen | 2011-07-08 | 1 | -2/+2 |
* | Support configuring Busybox from _defconfig files | Daniel Fandrich | 2011-07-08 | 1 | -1/+1 |
* | pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled | Steve Iribarne | 2011-05-09 | 1 | -0/+1 |
* | get rid of several "variable 'x' set but not used" warnings | Cristian Ionescu-Idbohrn | 2011-05-01 | 2 | -14/+5 |
* | build fixes for scripts/kconfig | Denys Vlasenko | 2011-04-18 | 2 | -0/+5 |
* | fix another nonportable grep usage in scripts | Denys Vlasenko | 2011-04-16 | 1 | -1/+1 |
* | gen_build_files.sh: do not use "sed --" for now | Denys Vlasenko | 2011-04-16 | 1 | -4/+8 |
* | Fix double words in comments. No code changes | Marek Polacek | 2011-04-16 | 1 | -1/+1 |
* | fix bit rot in scripts/Makefile.IMA #2 | Denys Vlasenko | 2011-03-06 | 1 | -9/+4 |
* | fix bit rot in scripts/Makefile.IMA | Denys Vlasenko | 2011-03-06 | 1 | -1/+7 |
* | scripts/mkconfigs: don't use invalid basic regexp | Denys Vlasenko | 2011-02-09 | 1 | -1/+1 |
* | scripts/kconfig/mconf.c: stop-gap fix for buffer overflow | Denys Vlasenko | 2011-02-07 | 1 | -1/+1 |
* | scripts: fix fixdep.c to let it workable in cygwin | Macpaul Lin | 2010-12-18 | 1 | -1/+1 |
* | Revert "scripts: fix fixdep.c to let it workable in cygwin" | Denys Vlasenko | 2010-12-18 | 1 | -1/+1 |
* | scripts: fix fixdep.c to let it workable in cygwin | Greentime | 2010-12-18 | 1 | -1/+1 |
* | gen_build_files.sh: better comment | Denys Vlasenko | 2010-11-25 | 1 | -3/+4 |
* | build system: fix for dash | Denys Vlasenko | 2010-11-24 | 1 | -3/+6 |
* | fixes for bugs discovered by randomconfig builds and tests | Denys Vlasenko | 2010-11-22 | 1 | -1/+1 |
* | gen_build_files.sh: restore deleted comment | Denys Vlasenko | 2010-11-21 | 1 | -0/+1 |
* | gen_build_files.sh: rewrite with sed | Mike Frysinger | 2010-11-16 | 1 | -53/+47 |
* | typo fix | Denys Vlasenko | 2010-11-06 | 1 | -1/+1 |
* | rename archival/libunarchive -> archival/libarchive; move bz/ into it | Denys Vlasenko | 2010-11-03 | 1 | -2/+2 |
* | scripts/mkdiff_obj: show "size OBJFILE" too | Denys Vlasenko | 2010-10-29 | 1 | -2/+2 |
* | bloat-o-meter: make it python3 compliant | Marek Polacek | 2010-10-28 | 1 | -2/+2 |