summaryrefslogtreecommitdiff
path: root/scripts/basic/fixdep.c
Commit message (Expand)AuthorAge
* kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada2018-03-26
* fixdep: do not ignore kconfig.hRasmus Villemoes2018-03-05
* fixdep: remove some false CONFIG_ matchesRasmus Villemoes2018-03-05
* fixdep: remove stale references to uml-config.hRasmus Villemoes2018-03-05
* fixdep: use existing helper to check modular CONFIG optionsMasahiro Yamada2018-01-18
* fixdep: refactor parse_dep_file()Masahiro Yamada2018-01-18
* fixdep: move global variables to local variables of main()Masahiro Yamada2018-01-18
* fixdep: remove unneeded memcpy() in parse_dep_file()Masahiro Yamada2018-01-18
* fixdep: factor out common code for reading filesMasahiro Yamada2018-01-18
* fixdep: use malloc() and read() to load dep_file to bufferMasahiro Yamada2018-01-18
* fixdep: remove unnecessary <arpa/inet.h> inclusionMasahiro Yamada2018-01-18
* fixdep: exit with error code in error branches of do_config_file()Lukas Bulwahn2018-01-08
* fixdep: trivial: typo fix and correctionCao jin2017-08-10
* fixdep: faster CONFIG_ searchAlexey Dobriyan2016-08-24
* kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre2016-03-29
* fixdep: accept extra dependencies on stdinNicolas Pitre2016-03-29
* kbuild: fixdep: Check fstat(2) return valueTom Rini2016-02-17
* fixdep: constify strrcmp argumentsNicolas Iooss2015-12-07
* kbuild: fixdep: drop meaningless hash table initializationMasahiro Yamada2015-08-24
* kbuild: fixdep: optimize code slightlyMasahiro Yamada2015-08-24
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-10
* kbuild: fixdep: support concatenated dep filesStephen Warren2013-04-05
* treewide: Fix typo in various driversMasanari Iida2013-01-09
* fixdep: fix extraneous dependenciesPeter Foley2011-09-09
* kbuild: Fix computing srcversion for modulesMichal Marek2011-03-13
* fixdep: Do not record dependency on the source file itselfMichal Marek2011-02-21
* Make fixdep error handling more explicitBen Gamari2010-12-22
* fixdep: use hash table instead of a single arrayEric Dumazet2010-11-11
* kbuild: move autoconf.h to include/generatedSam Ravnborg2009-12-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-23
|\
| * kbuild: add static to prototypesTrevor Keith2009-09-20
* | trivial: kbuild: remove extraneous blank line after declaration of usage()Trevor Keith2009-09-21
* | trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg2009-09-21
|/
* kbuild: fix a compile warningAmerigo Wang2009-06-14
* kbuild: scripts/basic/fixdep segfault on pathological string-o-deathAndy Green2007-05-02
* [PATCH] kbuild: fix dependency generationJan Beulich2007-04-01
* kbuild: consolidate command line escapingJan Beulich2006-02-19
* kbuild: escape '#' in .target.cmd filesSam Ravnborg2005-12-25
* [PATCH] Kill signed charsJ.A. Magallon2005-06-25
* Linux-2.6.12-rc2Linus Torvalds2005-04-16