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
2006-08-29
protect libutil with HOSTPROG
christos
2006-08-26
Fix non-native build.
christos
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-08-11
If a word is "" eat the last quote since we ate the first.
christos
2006-07-28
Indicate which modifier a result applies to, helps debug complex cases.
sjg
2006-07-28
Add debug output for CondDoExists() - the results can be surprising.
sjg
2006-07-28
Fix minor mem leak in PrintOnError().
sjg
2006-06-29
Fixed gcc warnings about signed vs. unsigned in comparisons.
rillig
2006-06-29
Fixed the bug reported in PR 33866, which is that the :Q operator does not
rillig
2006-06-17
Fix mispelling.
reed
2006-06-15
Remove a hack that's no longer needed with gcc 3.3.6.
skrll
2006-05-19
Coverity CI D3758: Plug memory leak.
christos
2006-05-19
Coverity CID 3757: Plug memory leak.
christos
2006-05-19
Coverity CID 3147: Plug memory leak.
christos
2006-05-11
Remove the modterm case from moderrs, the syntax errors
sjg
2006-05-11
Extract the variable modifier logic to a separate function.
sjg
2006-05-08
Our gcc 3.3.3 (nb3) for hppa gets an "unrecognized insn" internal
he
2006-04-22
Coverity CID 529: Call VarFreeEnv to prevent leak.
christos
2006-04-22
Coverity CID 534: Free junk variables on return from Var_Parse.
christos
2006-04-22
Coverity CID 533: Plug memory leak.
christos
2006-04-22
Coverity CID 526: Check for condTop < 0 where we decrement it, not later
christos
2006-04-22
Coverity CID 527: Make it painfully obvious that av is freed.
christos
2006-04-22
Coverity CID 528: Avoid NULL deref.
christos
2006-04-22
Coverity CID 530: Don't leak the argument vector.
christos
2006-04-22
Coverity CID 523: Fix off by one mistake.
christos
2006-04-12
Change ReadMakefile to return 0 on success so that it better meets
sjg
2006-04-02
Remove bogus debugging code I accidentally committed.
christos
2006-03-31
Add some coverity allocation comments, and change the way the allocator
christos
2006-03-31
There is no need to count jobs and job tokens.
dsl
2006-03-31
Coverity CID 544: Fix memory leak.
christos
2006-03-28
- Change where variable substitution is done when processing traditional
ginsbach
2006-03-19
New sentence, new line.
wiz
2006-03-19
Fix :P modifier so it actually works as described.
sjg
2006-03-19
Document an interesting kwirk in := handling of undefined variables.
sjg
2006-03-17
Coverity CID 2719: argvalue can be NULL when passed into functions.
christos
2006-03-15
nJobs and jobTokensRunning are both counting the same thing.
dsl
2006-03-13
JOB_FIRST is always set (since we only execute the shell once for every
dsl
2006-03-12
Remove the 'never non-NULL' 'previous' argument to JobStart.
dsl
2006-03-12
It isn't possibly to execute any part of job.c that references compatMake
dsl
2006-03-11
Remove most of the code seemed to be there to support 'remote jobs'.
dsl
2006-03-11
Markup fixes.
wiz
2006-03-10
PR/33049: OKANO Takayoshi: Fix the spelling of NetBSD RCS tags.
christos
2006-03-08
Avoid calling JobRestartJobs() from the SIGCONT signal handler, instead
dsl
2006-02-26
Make ".WAIT" apply recursively to all children of nodes on the right
apb
2006-02-26
Fix typo.
wiz
2006-02-26
Using ./bin in the test case, causes problems when 'make test' is
sjg
2006-02-26
Update man page and add test case for specifying modifiers via variable.
sjg
2006-02-18
Don't use data in freed stack.
tsutsui
2006-02-18
Allow variable modifiers to be specified via variable.
sjg
[next]