index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
basic
/
fixdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixdep: use fflush() and ferror() to ensure successful write to files
Masahiro Yamada
2022-03-31
1
-27
/
+19
*
kbuild: redo fake deps at include/config/*.h
Alexey Dobriyan
2021-04-25
1
-37
/
+6
*
modpost,fixdep: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-26
1
-1
/
+1
*
fixdep: remove redundant null character check
Masahiro Yamada
2020-03-02
1
-1
/
+1
*
fixdep: remove unneeded code and comments about *.ver files
Masahiro Yamada
2020-03-02
1
-7
/
+1
*
fixdep: check return value of printf() and putchar()
Masahiro Yamada
2019-07-01
1
-10
/
+41
*
kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMS
Masahiro Yamada
2018-12-01
1
-27
/
+4
*
fixdep: suppress consecutive / from file paths in dependency list files
Nicolas Pitre
2018-05-07
1
-2
/
+4
*
kbuild: move include/config/ksym/* to include/ksym/*
Masahiro Yamada
2018-03-26
1
-4
/
+4
*
fixdep: do not ignore kconfig.h
Rasmus Villemoes
2018-03-05
1
-1
/
+0
*
fixdep: remove some false CONFIG_ matches
Rasmus Villemoes
2018-03-05
1
-0
/
+5
*
fixdep: remove stale references to uml-config.h
Rasmus Villemoes
2018-03-05
1
-9
/
+0
*
fixdep: use existing helper to check modular CONFIG options
Masahiro Yamada
2018-01-18
1
-12
/
+12
*
fixdep: refactor parse_dep_file()
Masahiro Yamada
2018-01-18
1
-40
/
+40
*
fixdep: move global variables to local variables of main()
Masahiro Yamada
2018-01-18
1
-26
/
+16
*
fixdep: remove unneeded memcpy() in parse_dep_file()
Masahiro Yamada
2018-01-18
1
-13
/
+9
*
fixdep: factor out common code for reading files
Masahiro Yamada
2018-01-18
1
-55
/
+20
*
fixdep: use malloc() and read() to load dep_file to buffer
Masahiro Yamada
2018-01-18
1
-24
/
+32
*
fixdep: remove unnecessary <arpa/inet.h> inclusion
Masahiro Yamada
2018-01-18
1
-1
/
+0
*
fixdep: exit with error code in error branches of do_config_file()
Lukas Bulwahn
2018-01-08
1
-4
/
+2
*
fixdep: trivial: typo fix and correction
Cao jin
2017-08-10
1
-3
/
+3
*
fixdep: faster CONFIG_ search
Alexey Dobriyan
2016-08-24
1
-58
/
+28
*
kbuild: add fine grained build dependencies for exported symbols
Nicolas Pitre
2016-03-29
1
-0
/
+1
*
fixdep: accept extra dependencies on stdin
Nicolas Pitre
2016-03-29
1
-15
/
+45
*
kbuild: fixdep: Check fstat(2) return value
Tom Rini
2016-02-17
1
-1
/
+5
*
fixdep: constify strrcmp arguments
Nicolas Iooss
2015-12-07
1
-1
/
+1
*
kbuild: fixdep: drop meaningless hash table initialization
Masahiro Yamada
2015-08-24
1
-19
/
+0
*
kbuild: fixdep: optimize code slightly
Masahiro Yamada
2015-08-24
1
-3
/
+4
*
kbuild: trivial - use tabs for code indent where possible
Masahiro Yamada
2014-06-10
1
-4
/
+4
*
kbuild: fixdep: support concatenated dep files
Stephen Warren
2013-04-05
1
-32
/
+61
*
treewide: Fix typo in various drivers
Masanari Iida
2013-01-09
1
-1
/
+1
*
fixdep: fix extraneous dependencies
Peter Foley
2011-09-09
1
-0
/
+1
*
kbuild: Fix computing srcversion for modules
Michal Marek
2011-03-13
1
-6
/
+13
*
fixdep: Do not record dependency on the source file itself
Michal Marek
2011-02-21
1
-1
/
+11
*
Make fixdep error handling more explicit
Ben Gamari
2010-12-22
1
-3
/
+7
*
fixdep: use hash table instead of a single array
Eric Dumazet
2010-11-11
1
-48
/
+61
*
kbuild: move autoconf.h to include/generated
Sam Ravnborg
2009-12-12
1
-5
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
Linus Torvalds
2009-09-23
1
-13
/
+13
|
\
|
*
kbuild: add static to prototypes
Trevor Keith
2009-09-20
1
-13
/
+13
*
|
trivial: kbuild: remove extraneous blank line after declaration of usage()
Trevor Keith
2009-09-21
1
-1
/
+0
*
|
trivial: remove references to non-existent include/linux/config.h
Markus Heidelberg
2009-09-21
1
-2
/
+1
|
/
*
kbuild: fix a compile warning
Amerigo Wang
2009-06-14
1
-2
/
+3
*
kbuild: scripts/basic/fixdep segfault on pathological string-o-death
Andy Green
2007-05-02
1
-0
/
+2
*
[PATCH] kbuild: fix dependency generation
Jan Beulich
2007-04-01
1
-3
/
+7
*
kbuild: consolidate command line escaping
Jan Beulich
2006-02-19
1
-12
/
+2
*
kbuild: escape '#' in .target.cmd files
Sam Ravnborg
2005-12-25
1
-1
/
+14
*
[PATCH] Kill signed chars
J.A. Magallon
2005-06-25
1
-10
/
+10
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+390