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
2009-03-24
remove unneeded special rule for main.o
perry
2009-03-24
per dholland, put back MAKE_VERSION for the benefit of third party users.
perry
2009-03-20
The Makefile and main.c arranged to put "netbsd-${DATE}" into the
perry
2009-03-18
use progname instead of getprogname() for portability.
christos
2009-03-01
use siginfo to report on the directory we are working on if available.
christos
2009-02-25
replace c++ style comment by a c-style one
sno
2009-02-22
Use pid_t for the result of fork and wait. PR 38031 from Ryan Stutsman.
dholland
2009-02-18
adjust patch to current.
christos
2009-02-18
CID 5044: Protect against NULL deref.
christos
2009-02-03
Update expected results to match recent changes!
sjg
2009-01-30
Rename all the members of 'enum Token' to TOK_FOO.
dsl
2009-01-30
Treat .ifdef ${foo} as .if defined(${foo}) not .if "${foo}" != "".
dsl
2009-01-29
Fix flagrantly wrong printf formats in compat strftime.
dholland
2009-01-29
Avoid infinite loop.
enami
2009-01-28
Allow for () in the argument to .ifdef et al.
dsl
2009-01-24
Fix sense of MAKE_NATICE test.
dsl
2009-01-24
Add #ifndef MAKE_NATIVE around __RCSID
dsl
2009-01-24
Fixes to includes of make_malloc.h to that it actually builds when
dsl
2009-01-24
buildfixes for OSX:
cegger
2009-01-24
Sort sections. Fix typo (last line).
wiz
2009-01-24
buildfix: remove RCSID. It conflicts with the definition in the .c files.
cegger
2009-01-24
Move the bmake_malloc() functions into their own .c and .h files.
dsl
2009-01-24
Correct the definition of the :? modifier - in particular the modifier
dsl
2009-01-24
Don't cast 'time_t' to 'void *' and back it will lose precision.
dsl
2009-01-23
Sprinkle some const.
dsl
2009-01-23
Change 'ClientData' to 'void *' so that relevant parameters can
dsl
2009-01-23
There is no point in saving the last character of a NUL-terminated
dsl
2009-01-18
Revert previous - cause grief with .ifdef (foo)
dsl
2009-01-18
Only terminate a conditional function argument on ')' if we expect the
dsl
2009-01-18
fix -Wsign-compare issues
lukem
2009-01-17
__predict_false() isn't defined if we aren't netbsd, stub out.
dsl
2009-01-17
Change 'Buffer' so that it is the actual struct, not a pointer to it.
dsl
2009-01-16
Allocate string vector in chunks, instead of calling realloc()
dsl
2009-01-16
Debug print improvements.
dsl
2009-01-16
Send output of Error() to debug_file (unless stderr/stdout).
dsl
2009-01-16
Parse_Error() really doesn't need to cruft up a dummy structure for curFile.
dsl
2009-01-14
Contrary to my previous thoughts, .for loop variable values do contain
dsl
2009-01-13
When substituting .for control variables (as ${:U...}) escape '$' and '\'
dsl
2009-01-13
Sprinkle a const. (arg of Main_ParseArgLine())
dsl
2009-01-12
Fix blatantly wrong exposition of .WAIT example.
dholland
2009-01-11
Instead of stashing the body of every iteration of a .for loop, pass
dsl
2009-01-10
When substituting .for control variables any } or ) that matches the
dsl
2009-01-10
Allow the user to save an unsigned int (eg the length or flags) with
dsl
2009-01-08
Fix PR bin/1443 properly!
dsl
2009-01-04
Count () and {} when looking to the '=' that terminates the variable being
dsl
2008-12-29
In the :M code, 'pattern' is always malloced memory - so unconditionally
dsl
2008-12-29
Count both () and {} when looking for the end of a :M pattern.
dsl
2008-12-28
if mtime == 0, make it 1 because the code expects 0 time to mean that the
christos
2008-12-28
prepare for time_t 64
christos
2008-12-23
Treat '\\' as a possible terminator for a loop control variable.
dsl
[next]