index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
meta.c
Age
Commit message (
Expand
)
Author
2018-02-13
Avoid unused variable warning
sjg
2017-08-10
Avoid full path meta file names for subdir of .OBJDIR
sjg
2017-07-09
Ensure that command output is always followed by newline,
sjg
2016-08-17
Refactor the handling of .MAKE.META.IGNORE_* to meta_ignore()
sjg
2016-08-15
Add .MAKE.META.IGNORE_FILTER to allow more complicated filtering of filemon d...
sjg
2016-08-10
Use Lst_FindFrom and Lst_Succ(ln) to find next entry in missingFiles.
sjg
2016-08-10
Linux filemon only records D some/dir for rm -rf
sjg
2016-06-29
meta_compat_parent: fflush each line
sjg
2016-06-14
meta_oodate: set needOODATE if oodate due to missing .meta file.
sjg
2016-06-07
Extend the mtimes cache used by dir.c so it can be used by others.
sjg
2016-06-04
meta_oodate even when missing-meta is true, we do not make a target in
sjg
2016-06-03
Add cached_realpath()
sjg
2016-06-03
Refactor the logic for deciding when a .meta file is needed.
sjg
2016-05-12
Propagate errors from filemon.
sjg
2016-05-10
Allow for ignoring paths that match a set of patterns.
sjg
2016-05-10
Apply realpath() to p before matching against metaIgnorePaths.
sjg
2016-03-11
Handle missing file for Read the same as for Write, since if it
sjg
2016-03-07
str2Lst_Append tokenizes the string and uses it in the list so we can't
christos
2016-02-27
CID 1025009: Fix wrong code (NULL deref)
christos
2016-02-27
CID 1025008: Free memory returned by Var_Subst
christos
2016-02-27
CID 1025007: Don't leak missingFiles
christos
2016-02-27
CID 1025006: pbm can't be NULL at this point.
christos
2016-02-27
Let makefiles decide if depend file gets a meta file
sjg
2016-02-18
Adapt to changed Var_Subst()
sjg
2016-02-18
Actually FALSE as last arg to Var_Subst makes more sense
sjg
2016-02-18
Adapt to new Var_Subst prototype
sjg
2016-01-17
remove free NULL checks (Tilman Sauerbeck)
christos
2016-01-17
provide missing FD_CLOEXEC for the havenots.
christos
2016-01-17
Use FD_CLOEXEC (Tilman Sauerbeck)
christos
2015-11-30
Use lstat(2) if we have a link, incase it is a symlink.
sjg
2015-10-11
Add Boolean wantit to Var_Parse and Var_Subst
sjg
2015-10-10
Do not hard-code ingnoring of makeDependfile
sjg
2015-04-11
Use separate vars to track cwd and last dir a process read.
sjg
2015-04-01
Close child's reference to meta file.
sjg
2014-11-06
Ensure -- filemon is at start of line
sjg
2014-10-20
Use read and fwrite rather than fgets and printf when reading filemon data.
sjg
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2013-10-01
meta_oodate: 'L'ink and 'M'ove entries need extra processing.
sjg
2013-06-25
Add .MAKE.META.IGNORE_PATHS to facilitate local additions to the paths
sjg
2013-06-24
Ignore any files in /proc/
sjg
2013-05-16
New compiler doesn't like foo()
sjg
2013-03-31
Refine the effect of .OODATE on command comparison.
sjg
2013-03-23
After removing an entry from missingFiles,
sjg
2013-03-23
If built with filemon support, set .MAKE.PATH_FILEMON to _PATH_FILEMON
sjg
2013-01-19
meta_oodate: rename ignoreOODATE to needOODATE.
sjg
2012-06-27
gcc 4.2 doesn't like externs inside functions
sjg
2011-09-21
PR/45383: Henning Petersen: Swapped lseek args
christos
2011-09-02
meta_oodate should ignore makeDependfile
sjg
2011-08-28
In meta mode, we create .meta files for most targets.
sjg
2011-08-18
If a target is explicitly flagged .META,
sjg
[next]