aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada1-2/+1
2018-07-25kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada1-30/+0
2018-05-29kconfig: remove string expansion in file_lookup()Masahiro Yamada1-3/+1
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada1-17/+12
2018-03-02kconfig: add xstrdup() helperMasahiro Yamada1-0/+11
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada1-2/+2
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada1-1/+10
2015-02-25kconfig: Remove dead codeMichal Marek1-10/+0
2014-06-10kbuild: trivial - remove trailing empty linesMasahiro Yamada1-2/+0
2012-11-20kconfig: Fix malloc handling in conf toolsAlan Cox1-2/+21
2011-06-06kconfig: add missing <stdlib.h> inclusionArnaud Lacombe1-0/+1
2011-06-06kconfig: add missing <stdarg.h> inclusionArnaud Lacombe1-0/+1
2010-09-19kconfig: expand file namesArnaud Lacombe1-2/+5
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds1-0/+2
2010-03-15kconfig: util: Fix typo in commentThomas Weber1-1/+1
2010-02-02menuconfig: wrap long help linesVadim Bendebury (вб)1-0/+2
2009-06-09kconfig: do not hardcode "include/config/auto.conf" filenameMarkus Heidelberg1-3/+3
2008-05-19kconfig: incorrect 'len' field initialisation ?Christophe Jaillet1-1/+1
2008-01-28kconfig: environment symbol supportRoman Zippel1-2/+21
2007-10-12kconfig: fix segv fault in menuconfigSam Ravnborg1-5/+8
2006-06-09kconfig: fix .config dependenciesRoman Zippel1-1/+3
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+1
2006-01-03s/retreiv/retriev/gMatt Mackall1-1/+1
2005-12-26kbuild: always run 'make silentoldconfig' when tree is cleanedSam Ravnborg1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+109