aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/basic/fixdep.c
AgeCommit message (Expand)Author
2023-06-22kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionMasahiro Yamada
2023-01-22fixdep: do not parse *.rlib, *.rmeta, *.soMasahiro Yamada
2023-01-22fixdep: avoid parsing the same file over againMasahiro Yamada
2023-01-22fixdep: refactor hash table lookupMasahiro Yamada
2023-01-22fixdep: parse Makefile more correctly to handle comments etc.Masahiro Yamada
2023-01-22kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd filesMasahiro Yamada
2022-12-30fixdep: remove unneeded <stdarg.h> inclusionMasahiro Yamada
2022-03-31fixdep: use fflush() and ferror() to ensure successful write to filesMasahiro Yamada
2021-04-25kbuild: redo fake deps at include/config/*.hAlexey Dobriyan
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-03-02fixdep: remove redundant null character checkMasahiro Yamada
2020-03-02fixdep: remove unneeded code and comments about *.ver filesMasahiro Yamada
2019-07-01fixdep: check return value of printf() and putchar()Masahiro Yamada
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada
2018-05-07fixdep: suppress consecutive / from file paths in dependency list filesNicolas Pitre
2018-03-26kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada
2018-03-05fixdep: do not ignore kconfig.hRasmus Villemoes
2018-03-05fixdep: remove some false CONFIG_ matchesRasmus Villemoes
2018-03-05fixdep: remove stale references to uml-config.hRasmus Villemoes
2018-01-18fixdep: use existing helper to check modular CONFIG optionsMasahiro Yamada
2018-01-18fixdep: refactor parse_dep_file()Masahiro Yamada
2018-01-18fixdep: move global variables to local variables of main()Masahiro Yamada
2018-01-18fixdep: remove unneeded memcpy() in parse_dep_file()Masahiro Yamada
2018-01-18fixdep: factor out common code for reading filesMasahiro Yamada
2018-01-18fixdep: use malloc() and read() to load dep_file to bufferMasahiro Yamada
2018-01-18fixdep: remove unnecessary <arpa/inet.h> inclusionMasahiro Yamada
2018-01-08fixdep: exit with error code in error branches of do_config_file()Lukas Bulwahn
2017-08-10fixdep: trivial: typo fix and correctionCao jin
2016-08-24fixdep: faster CONFIG_ searchAlexey Dobriyan
2016-03-29kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre
2016-03-29fixdep: accept extra dependencies on stdinNicolas Pitre
2016-02-17kbuild: fixdep: Check fstat(2) return valueTom Rini
2015-12-07fixdep: constify strrcmp argumentsNicolas Iooss
2015-08-24kbuild: fixdep: drop meaningless hash table initializationMasahiro Yamada
2015-08-24kbuild: fixdep: optimize code slightlyMasahiro Yamada
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada
2013-04-05kbuild: fixdep: support concatenated dep filesStephen Warren
2013-01-09treewide: Fix typo in various driversMasanari Iida
2011-09-09fixdep: fix extraneous dependenciesPeter Foley
2011-03-13kbuild: Fix computing srcversion for modulesMichal Marek
2011-02-21fixdep: Do not record dependency on the source file itselfMichal Marek
2010-12-22Make fixdep error handling more explicitBen Gamari
2010-11-11fixdep: use hash table instead of a single arrayEric Dumazet
2009-12-12kbuild: move autoconf.h to include/generatedSam Ravnborg
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds
2009-09-21trivial: kbuild: remove extraneous blank line after declaration of usage()Trevor Keith
2009-09-21trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg
2009-09-20kbuild: add static to prototypesTrevor Keith
2009-06-14kbuild: fix a compile warningAmerigo Wang
2007-05-02kbuild: scripts/basic/fixdep segfault on pathological string-o-deathAndy Green