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
Age
Commit message (
Expand
)
Author
2016-06-30
Fix DEBUG_SRC build. Partly from PR 51191.
dholland
2016-06-30
Cleanse an old mangy way of avoiding an unused variable warning.
dholland
2016-06-30
Fix botched logic; PR 51191 from David Binderman.
dholland
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
fix memory leak, simplify
christos
2016-06-07
Extend the mtimes cache used by dir.c so it can be used by others.
sjg
2016-06-05
NUL terminate.
christos
2016-06-05
Avoid breaking !NetBSD build
sjg
2016-06-04
meta_oodate even when missing-meta is true, we do not make a target in
sjg
2016-06-03
Fix typo in width argument; end sentence with dot.
wiz
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-04-06
Fully avoid the nonstandard types u_char, u_int, and u_long, which
gson
2016-04-05
Skip looking for .MAKE.JOBS if either of compatMake or forceJob is true.
sjg
2016-03-16
honor setting .MAKE.JOBS from the makefile. That way one can e.g. do:
matthias
2016-03-16
Fix syntax
sjg
2016-03-15
Another small change to make archive member rules work. With this change
matthias
2016-03-15
dynamic dependencies for library member targets are working again.
matthias
2016-03-14
make $@ an alias for $! in archive member rules (compatibility with
matthias
2016-03-11
$% is $(.MEMBER) and not $(.ARCHIVE), $! is $(.ARCHIVE) and not $(.MEMBER)
matthias
2016-03-11
make parsing of library member targets work. So
matthias
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-03-07
For :ts numeric escapes \x* is hex, anything else is octal.
sjg
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-20
Spelling fixes.
wiz
2016-02-20
Add a knob .MAKE.SAVE_DOLLARS to control the behavior of $$ during :=
sjg
2016-02-19
Initialize curFile->depending in Parse_SetInput.
sjg
2016-02-19
getBoolean:
sjg
2016-02-18
Delete :@ loop iterator when done with it
sjg
2016-02-18
Adapt to changed Var_Subst()
sjg
2016-02-18
Add .export-literal to avoid the need for $$ dance when trying to put
sjg
2016-02-18
Collapse the 3 boolean parameter to 1 flags parameter. No functional change.
christos
2016-02-18
It's 2016
sjg
2016-02-18
Actually FALSE as last arg to Var_Subst makes more sense
sjg
2016-02-18
Add support for .dinclude
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
2016-01-09
Preserve $$ in := assignments..
christos
2015-12-20
Suff_ClearSuffixes() needs to re-initialize suffNull,
sjg
[next]