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
/
sys
/
arch
/
emips
/
stand
/
common
Age
Commit message (
Expand
)
Author
2023-01-22
fix typos in comments (s/adn/and/ and s/wan tDHCP/want DHCP/).
andvar
2021-12-03
s/rigth/right/ in comment.
andvar
2021-07-24
Fix all remaining typos, mainly in comments but also in few definitions and l...
andvar
2019-12-14
Remove clause 3 and 4 from TNF licenses.
tsutsui
2018-03-07
cleanup debugging code so that it compiles again.
christos
2018-03-06
fix build, KNF, simplify.
christos
2016-03-12
Refine previous so the output is all hex again. followup to PR 50942
dholland
2016-03-11
PR/50942: David Binderman: fix printf format
christos
2016-02-14
Fix wrong indent.
dholland
2016-02-14
Add missing va_end(). PR 50794 from David Binderman.
dholland
2015-12-13
PR/50537: David Binderman: fix bad sizeof
christos
2014-03-26
fix sprintf
christos
2014-02-24
make more things static, remove dup decls
christos
2014-02-24
make this compile
christos
2014-02-24
Add missing prototypes/includes and remove unused variables
martin
2014-02-24
Add missing prototypes
martin
2014-02-24
Remove unused variables
martin
2014-02-24
Fix missing prototypes/includes.
martin
2014-02-23
Provide a prototype for xputchar
martin
2014-02-06
If we just want _end, load it directly and skip the gp
matt
2014-02-06
add missing prototype; remove names from args
christos
2014-02-05
make this compile.
christos
2011-07-21
Try fixing stand.h include. Add RCS ID.
joerg
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2011-03-10
Use NESTED_NOPROFILE instead of VECTOR, since VECTOR grew a
pooka
2011-01-26
Add support for the Extensible MIPS ("eMIPS") platform. The
pooka