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
2020-08-28
make(1): migrate Lst_Find to Lst_FindS
rillig
2020-08-28
make(1): migrate Lst_First to Lst_FirstS
rillig
2020-08-27
make(1): migrate Lst_IsEmpty to Lst_IsEmptyS
rillig
2020-08-27
make(1): migrate Lst_Succ to Lst_SuccS
rillig
2020-08-27
make(1): migrate Lst_ForEach to Lst_ForEachS
rillig
2020-08-26
make(1): add stricter variants for remaining Lst functions
rillig
2020-08-23
make(1): reverse order of the Lst_Find parameters
rillig
2020-08-23
make(1): define aliases for function types in list processing
rillig
2020-08-22
make(1): fix indentation
rillig
2020-08-22
make(1): replace Lst_Datum with non-null guaranteeing Lst_DatumS
rillig
2020-08-22
make(1): convert remaining Lst_AtEnd to the stricter Lst_Append
rillig
2020-08-21
make(1): make list library code stricter
rillig
2020-08-21
make(1): remove unused code for circular lists
rillig
2020-08-03
make(1): no declaration-after-statement anymore
rillig
2020-08-01
make(1): avoid calls to free(3) in the common case of a NULL pointer
rillig
2020-08-01
make(1): let Var_Value return a const char *
rillig
2020-07-28
make(1): remove dead code from Var_Subst
rillig
2020-07-19
make(1): clean up unnecessary snprintf and multi-line function calls
rillig
2020-07-19
make(1): rename Varf_Flags to VarEvalFlags
rillig
2020-07-11
meta_oodate: if target is explicitly .META missing is oodate
sjg
2020-07-03
make(1): remove trailing whitespace
rillig
2020-07-03
make(1): remove redundant parentheses around return values
rillig
2020-07-02
make(1): remove useless parameter from Var_Set
rillig
2020-06-25
filemon_read: report error if lseek fails
sjg
2020-04-03
CHECK_VALID_META is too agressive for CMD check.
sjg
2020-03-18
Check for meta file corruption earlier and more often.
sjg
2020-02-12
meta_compat_parent check for USE_FILEMON
sjg
2020-02-06
Fix meta_compat mode.
sjg
2020-01-22
Check for filemon valid.
sjg
2020-01-22
meta.c: report OODATE value if not empty
sjg
2020-01-19
Per sjg's suggestion, split filemon API into separate back ends.
riastradh
2020-01-19
Reimplement make(1) meta mode without filemon(4).
riastradh
2019-12-19
Revert the filemon removal in bmake, as pointed out by maya we do care
maxv
2019-12-18
Fix the build
martin
2019-12-18
Retire filemon, discussed on tech-kern@.
maxv
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
[prev]
[next]