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
/
make.h
Age
Commit message (
Expand
)
Author
2021-04-30
Pull up following revision(s) (requested by mrg in ticket #1263):
martin
2018-02-12
Do not treat .info as warning for -W
sjg
2017-07-20
Make compat.c handle SIGINT etc more like job.c
sjg
2016-12-07
Refactor and simplify objdir setting code.
christos
2016-08-26
Add a .DELETE_ON_ERROR: magic target that causes *failed* targets as
dholland
2016-06-07
Extend the mtimes cache used by dir.c so it can be used by others.
sjg
2016-06-03
Add cached_realpath()
sjg
2016-02-18
Collapse the 3 boolean parameter to 1 flags parameter. No functional change.
christos
2016-01-17
provide missing FD_CLOEXEC for the havenots.
christos
2015-09-21
Add more compat defs for code compiled for !NetBSD targets.
pooka
2014-09-07
Revert all make changes except the unit tests to the state of three
joerg
2014-08-23
PR/46096: Jarmo Jaakkola: fix many problems with dependencies (PR 49086)
christos
2014-07-16
PR/48367: David A. Holland: Mark possible submake nodes so that we can
christos
2013-09-04
Add VAR_INTERNAL as a context for variables set by make itself,
sjg
2013-06-18
Use a #define for the variable name we put in environment to pass .MAKE.LEVEL
sjg
2013-02-25
Fix obvious typo.
dholland
2012-06-12
Replace __dead, __unused and the various printf format attributes
joerg
2012-06-04
Var_UnExport() and setenv() can both realloc environ.
sjg
2011-09-16
Use __dead consistently. If it doesn't exist, define it away.
joerg
2011-05-04
Add .MAKE.META.BAILIWICK - to identify the scope of make's control.
sjg
2011-02-20
Use the current directory at start time for .PARSEDIR, if the filename
joerg
2010-11-25
Instead of keeping around the mtime of the youngest child, keep a pointer
christos
2010-09-13
Add meta.c which implements "meta" mode for make.
sjg
2010-04-23
On darwin at least, vfork() fails in child of vfork().
sjg
2010-04-22
Just because $TMPDIR is set does not mean it is valid.
sjg
2010-04-07
Add:
sjg
2009-09-08
Reviewed by: apb
sjg
2009-01-24
Fixes to includes of make_malloc.h to that it actually builds when
dsl
2009-01-24
Move the bmake_malloc() functions into their own .c and .h files.
dsl
2008-12-13
Use NULL instead of -1 cast to the relavant type (usually via NIL).
dsl
2008-12-07
add debug flag for cwd.
christos
2008-02-15
back all changes out until I fix it properly.
christos
2008-02-14
- use pid_t/size_t as appropriate instead of int.
christos
2008-01-19
Implement -dl (aka LOUD) to override '@' at the start of script lines.
sjg
2007-12-21
If make can't find a rule to create a file it needs to satisfy a rule
dsl
2007-10-08
Use .MAKE.MAKEFILES to track all the makefiles that have been read
sjg
2007-10-05
Add the ability to .export variables to the environment.
sjg
2007-10-01
Add the ability to tweak the token output before targets in job mode.
sjg
2007-01-01
Remove the (now redundant) MAKE_BSIZE, BUF_DEF_SIZE from buf.c is used instead.
dsl
2006-12-20
Fix detection and reporting of dependency loops in parallel makes.
dsl
2006-12-04
There really is no point calling estrdup() to get a copy of the makefile name
dsl
2006-11-17
A rather large rototil in the way the parallel make code schedules jobs.
dsl
2006-10-15
Output all debug trace output through 'debug_file' defaulting to 'stdout'.
dsl
2006-10-09
Rip out the code for the undocumented -P (don't use pipes for command
dsl
2006-08-26
Don't include <util.h> if we are not NetBSD. Other OS's don't have it.
christos
2006-08-26
More programs using efun.
christos
2006-03-10
PR/33049: OKANO Takayoshi: Fix the spelling of NetBSD RCS tags.
christos
2006-02-26
Make ".WAIT" apply recursively to all children of nodes on the right
apb
2006-01-22
Make .NOTPARALLEL stop the job engine issuing more than one token (instead
dsl
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
[next]